Trace number 4459384

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.21 3583.87

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/
opt/miplib2010/normalized-ns903616.opb
MD5SUMe7ea4c2c57ab07c8372f618eaa0eff24
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark3587
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21582
Total number of constraints17546
Number of constraints which are clauses6313
Number of constraints which are cardinality constraints (but not clauses)343
Number of constraints which are nor clauses,nor cardinality constraints10890
Minimum length of a constraint1
Maximum length of a constraint221
Number of terms in the objective function 22
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 22
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 221
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 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Use constraints as they come during conflict analysis
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: EFFECTIVE
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Dynamic restart strategy considering the size of the coefficients
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.14	c Pseudo Boolean Optimization by upper bound
0.14/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	c  - never skip resolution steps
0.14/0.14	c  - Auto-division on coefficients is disabled
0.14/0.14	c  - No postprocessing
0.14/0.14	c  - Conflict is considered as is when resolving
0.14/0.14	c  - Use constraints as they come during conflict analysis
0.14/0.14	c  - Weaken first using unassigned literals
0.14/0.14	c  - Bump strategy: ALWAYS_ONE
0.14/0.14	c  - Bumper: EFFECTIVE
0.14/0.14	c --- Begin Solver configuration ---
0.14/0.14	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.14	c Learn all clauses as in MiniSAT
0.14/0.14	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	c No reason simplification
0.14/0.14	c Dynamic restart strategy considering the size of the coefficients
0.14/0.14	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.14	c timeout=2147483s
0.14/0.14	c DB Simplification allowed=false
0.14/0.14	c Listener: none
0.14/0.14	c --- End Solver configuration ---
0.14/0.14	c solving HOME/instance-4459384-1721900159.opb
0.14/0.14	c reading problem ... 
0.14/0.15	c  objective function found
2.60/1.46	c ... done. Wall clock time 1.319s.
2.60/1.46	c declared #vars     21582
2.60/1.46	c #constraints  23697
2.60/1.46	c constraints type 
2.60/1.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4410
2.60/1.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 9126
2.60/1.48	c org.sat4j.specs.Constr$1 => 3830
2.60/1.48	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1150
2.60/1.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 841
2.60/1.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4340
2.60/1.48	c 23697 constraints processed.
2.60/1.49	c objective function length is 22 literals
335.63/328.77	c cleaning 2497 clauses out of 5001 with flag 0/5001
1334.47/1328.60	c cleaning 4237 clauses out of 8503 with flag 0/11000
2507.52/2496.83	c cleaning 5605 clauses out of 11267 with flag 0/18001
3600.08/3583.82	c starts		: 21
3600.08/3583.82	c conflicts		: 21776
3600.08/3583.82	c decisions		: 187564
3600.08/3583.82	c propagations		: 9663772
3600.08/3583.82	c inspects		: 45655034
3600.08/3583.82	c shortcuts		: 0
3600.08/3583.82	c learnt literals	: 0
3600.08/3583.82	c learnt binary clauses	: 0
3600.08/3583.82	c learnt ternary clauses	: 0
3600.08/3583.82	c learnt constraints	: 21776
3600.08/3583.82	c ignored constraints	: 0
3600.08/3583.82	c root simplifications	: 0
3600.08/3583.82	c removed literals (reason simplification)	: 0
3600.08/3583.82	c reason swapping (by a shorter reason)	: 0
3600.08/3583.82	c Calls to reduceDB	: 3
3600.08/3583.82	c Number of update (reduction) of LBD	: 38515
3600.08/3583.82	c Imported unit clauses	: 0
3600.08/3583.82	c No decision after first conflict	: false
3600.08/3583.82	c number of reductions to clauses (during analyze)	: 0
3600.08/3583.82	c number of learned constraints concerned by reduction	: 0
3600.08/3583.82	c number of learning phase by resolution	: 0
3600.08/3583.82	c number of learning phase by cutting planes	: 0
3600.08/3583.82	c number of rounding to 1 operations	: 0
3600.08/3583.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3583.82	c number of reductions of the coefficients by power 2 	: 0
3600.08/3583.82	c number of right shift for reduction by power 2 	: 0
3600.08/3583.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3583.82	c number of ending skipping 	: 0
3600.08/3583.82	c number of internal skipping 	: 0
3600.08/3583.82	c number of derivation steps 	: 357502
3600.08/3583.82	c number of skipped derivation steps 	: 0
3600.08/3583.82	c number of remaining unassigned 	: 421883
3600.08/3583.82	c number of remaining assigned 	: 20764531
3600.08/3583.82	c number of falsified literals weakened from reason	: 0
3600.08/3583.82	c number of falsified literals weakened from conflict	: 0
3600.08/3583.82	c time for arithmetic operations	: 12702522176
3600.08/3583.82	c minimum degree of deleted constraints	: 7
3600.08/3583.84	c maximum degree of deleted constraints	: 12478783356359793864528446121960976495296065572074067968155453220237416298609710135126522254627349757197856758311447244882288470380406583847619652999532041285351582766244793018384985788492888350575115157390002644698675685385021035407226547576506743830697479987085089452080529449884406975323623640844200581324756621314096772813545046462440
3600.08/3583.84	c number of deleted constraints	: 12339
3600.08/3583.84	c speed (assignments/second)	: 2697.689213444881
3600.08/3583.84	c non guided choices	: 556
3600.08/3583.85	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 893
3600.08/3583.85	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 8544
3600.08/3583.85	s UNKNOWN
3600.08/3583.85	c Total wall clock time (in seconds): 3583.709

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459384-1721900159/watcher-4459384-1721900159 -o /tmp/evaluation-result-4459384-1721900159/solver-4459384-1721900159 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721900158-231231 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459384-1721900159.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=231419, runsolver pid=231416

[startup+0.10364 s]*
/proc/loadavg: 1.06 1.09 1.46 11/329 231437
/proc/meminfo: memFree=122849064/131524600 swapFree=131055836/131071996
[pid=231419] ppid=231416 vsize=18975048 memory=66844 CPUtime=0.14 cores=4,6
/proc/231419/stat : 231419 (java) S 231416 231419 225610 0 -1 1077936128 7243 0 0 0 13 1 0 0 20 0 18 0 26545640 19430449152 16711 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
/proc/231419/statm: 4743762 16711 5569 1 0 549380 0
[pid=231419/tid=231421] ppid=231416 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/231419/task/231421/stat : 231421 (java) R 231416 231419 225610 0 -1 4194368 5783 0 0 0 8 1 0 0 20 0 18 0 26545640 19430449152 16711 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231430] ppid=231416 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/231419/task/231430/stat : 231430 (Finalizer) S 231416 231419 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26545643 19430449152 16711 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231437] ppid=231416 vsize=18975048 memory=14131147602236477 CPUtime=0 cores=4,6
/proc/231419/task/231437/stat : 231437 (Common-Cleaner) S 231416 231419 225610 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 26545643 19430449152 16711 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66844 KiB

[startup+0.209255 s]*
/proc/loadavg: 1.06 1.09 1.46 11/330 231438
/proc/meminfo: memFree=122739468/131524600 swapFree=131055836/131071996
[pid=231419] ppid=231416 vsize=19041612 memory=160116 CPUtime=0.33 cores=4,6
/proc/231419/stat : 231419 (java) S 231416 231419 225610 0 -1 1077936128 7830 0 0 0 29 4 0 0 20 0 19 0 26545640 19498610688 40029 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
/proc/231419/statm: 4760403 40029 5837 1 0 549943 0
[pid=231419/tid=231421] ppid=231416 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/231419/task/231421/stat : 231421 (java) R 231416 231419 225610 0 -1 4194368 6069 0 0 0 15 3 0 0 20 0 19 0 26545640 19498610688 40029 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231430] ppid=231416 vsize=19041612 memory=1416227 CPUtime=0 cores=4,6
/proc/231419/task/231430/stat : 231430 (Finalizer) S 231416 231419 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26545643 19498610688 40029 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231437] ppid=231416 vsize=19041612 memory=15537422972749500 CPUtime=0 cores=4,6
/proc/231419/task/231437/stat : 231437 (Common-Cleaner) S 231416 231419 225610 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26545643 19498610688 40029 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 160116 KiB

[startup+0.311529 s]*
/proc/loadavg: 1.06 1.09 1.46 10/330 231438
/proc/meminfo: memFree=122677056/131524600 swapFree=131055836/131071996
[pid=231419] ppid=231416 vsize=19042244 memory=213556 CPUtime=0.5 cores=4,6
/proc/231419/stat : 231419 (java) S 231416 231419 225610 0 -1 1077936128 9283 0 0 0 45 5 0 0 20 0 19 0 26545640 19499257856 53389 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
/proc/231419/statm: 4760561 53389 5869 1 0 551018 0
[pid=231419/tid=231421] ppid=231416 vsize=19042244 memory=-8744977187995361980 CPUtime=0.27 cores=4,6
/proc/231419/task/231421/stat : 231421 (java) R 231416 231419 225610 0 -1 4194368 6111 0 0 0 23 4 0 0 20 0 19 0 26545640 19499257856 53389 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231430] ppid=231416 vsize=19042244 memory=0 CPUtime=0 cores=4,6
/proc/231419/task/231430/stat : 231430 (Finalizer) S 231416 231419 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26545643 19499257856 53389 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231437] ppid=231416 vsize=19042244 memory=0 CPUtime=0 cores=4,6
/proc/231419/task/231437/stat : 231437 (Common-Cleaner) S 231416 231419 225610 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26545643 19499257856 53389 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19042244 KiB
Current children cumulated memory: 213556 KiB

[startup+0.705255 s]
/proc/loadavg: 1.06 1.09 1.46 9/330 231438
/proc/meminfo: memFree=122002432/131524600 swapFree=131055836/131071996
[pid=231419] ppid=231416 vsize=19041612 memory=1303032 CPUtime=1.23 cores=4,6
/proc/231419/stat : 231419 (java) S 231416 231419 225610 0 -1 1077936128 11238 0 0 0 96 27 0 0 20 0 19 0 26545640 19498610688 325758 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
/proc/231419/statm: 4760403 325758 5869 1 0 552011 0
[pid=231419/tid=231421] ppid=231416 vsize=19041612 memory=5476 CPUtime=0.64 cores=4,6
/proc/231419/task/231421/stat : 231421 (java) R 231416 231419 225610 0 -1 4194368 6640 0 0 0 39 25 0 0 20 0 19 0 26545640 19498610688 325758 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231430] ppid=231416 vsize=19041612 memory=12928 CPUtime=0 cores=4,6
/proc/231419/task/231430/stat : 231430 (Finalizer) S 231416 231419 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26545643 19498610688 325758 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231437] ppid=231416 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/231419/task/231437/stat : 231437 (Common-Cleaner) S 231416 231419 225610 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26545643 19498610688 325758 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1303032 KiB

[startup+1.50059 s]
/proc/loadavg: 1.06 1.09 1.46 9/330 231438
/proc/meminfo: memFree=121473392/131524600 swapFree=131055836/131071996
[pid=231419] ppid=231416 vsize=19042640 memory=1803608 CPUtime=2.78 cores=4,6
/proc/231419/stat : 231419 (java) S 231416 231419 225610 0 -1 1077936128 22024 0 0 0 241 37 0 0 20 0 20 0 26545640 19499663360 450902 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
/proc/231419/statm: 4760660 450902 5904 1 0 810137 0
[pid=231419/tid=231421] ppid=231416 vsize=19042640 memory=12928 CPUtime=1.36 cores=4,6
/proc/231419/task/231421/stat : 231421 (java) S 231416 231419 225610 0 -1 1077936192 7070 0 0 0 102 34 0 0 20 0 20 0 26545640 19499663360 450902 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231430] ppid=231416 vsize=19042640 memory=0 CPUtime=0 cores=4,6
/proc/231419/task/231430/stat : 231430 (Finalizer) S 231416 231419 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545643 19499663360 450902 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231437] ppid=231416 vsize=19042640 memory=0 CPUtime=0 cores=4,6
/proc/231419/task/231437/stat : 231437 (Common-Cleaner) S 231416 231419 225610 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26545643 19499663360 450902 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19042640 KiB
Current children cumulated memory: 1803608 KiB

[startup+3.10626 s]
/proc/loadavg: 1.77 1.24 1.51 5/331 231439
/proc/meminfo: memFree=120657584/131524600 swapFree=131055836/131071996
[pid=231419] ppid=231416 vsize=19108176 memory=1974968 CPUtime=5.95 cores=4,6
/proc/231419/stat : 231419 (java) S 231416 231419 225610 0 -1 1077936128 22438 0 0 0 554 41 0 0 20 0 20 0 26545640 19566772224 493742 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
/proc/231419/statm: 4777044 493742 5907 1 0 810290 0
[pid=231419/tid=231421] ppid=231416 vsize=19108176 memory=198340509722 CPUtime=2.94 cores=4,6
/proc/231419/task/231421/stat : 231421 (java) R 231416 231419 225610 0 -1 4194368 7191 0 0 0 256 38 0 0 20 0 20 0 26545640 19566772224 493742 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231430] ppid=231416 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/231419/task/231430/stat : 231430 (Finalizer) S 231416 231419 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 493742 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231437] ppid=231416 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/231419/task/231437/stat : 231437 (Common-Cleaner) S 231416 231419 225610 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 493742 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231439] ppid=231416 vsize=19108176 memory=1814380 CPUtime=0 cores=4,6
/proc/231419/task/231439/stat : 231439 (Timer-0) S 231416 231419 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545790 19566772224 493742 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1974968 KiB

[startup+6.30028 s]
/proc/loadavg: 1.77 1.24 1.51 6/331 231439
/proc/meminfo: memFree=120218368/131524600 swapFree=131055836/131071996
[pid=231419] ppid=231416 vsize=19108176 memory=2311744 CPUtime=10.06 cores=4,6
/proc/231419/stat : 231419 (java) S 231416 231419 225610 0 -1 1077936128 22761 0 0 0 958 48 0 0 20 0 20 0 26545640 19566772224 577936 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
/proc/231419/statm: 4777044 577936 5907 1 0 810296 0
[pid=231419/tid=231421] ppid=231416 vsize=19108176 memory=0 CPUtime=6.11 cores=4,6
/proc/231419/task/231421/stat : 231421 (java) R 231416 231419 225610 0 -1 4194368 7467 0 0 0 566 45 0 0 20 0 20 0 26545640 19566772224 577936 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231430] ppid=231416 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/231419/task/231430/stat : 231430 (Finalizer) S 231416 231419 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 577936 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231437] ppid=231416 vsize=19108176 memory=1884592 CPUtime=0 cores=4,6
/proc/231419/task/231437/stat : 231437 (Common-Cleaner) S 231416 231419 225610 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 577936 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231439] ppid=231416 vsize=19108176 memory=2311744 CPUtime=0 cores=4,6
/proc/231419/task/231439/stat : 231439 (Timer-0) S 231416 231419 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545790 19566772224 577936 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
Current children cumulated CPU time: 10.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2311744 KiB

[startup+12.7003 s]
/proc/loadavg: 2.12 1.33 1.54 5/331 231440
/proc/meminfo: memFree=119462828/131524600 swapFree=131055836/131071996
[pid=231419] ppid=231416 vsize=19108176 memory=2312528 CPUtime=16.73 cores=4,6
/proc/231419/stat : 231419 (java) S 231416 231419 225610 0 -1 1077936128 28253 0 0 0 1624 49 0 0 20 0 20 0 26545640 19566772224 578132 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
/proc/231419/statm: 4777044 578132 5923 1 0 810307 0
[pid=231419/tid=231421] ppid=231416 vsize=19108176 memory=2312336 CPUtime=12.45 cores=4,6
/proc/231419/task/231421/stat : 231421 (java) R 231416 231419 225610 0 -1 4194368 8829 0 0 0 1200 45 0 0 20 0 20 0 26545640 19566772224 578132 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231430] ppid=231416 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/231419/task/231430/stat : 231430 (Finalizer) S 231416 231419 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 578132 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231437] ppid=231416 vsize=19108176 memory=6083062813489193811 CPUtime=0 cores=4,6
/proc/231419/task/231437/stat : 231437 (Common-Cleaner) S 231416 231419 225610 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 578132 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231439] ppid=231416 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/231419/task/231439/stat : 231439 (Timer-0) S 231416 231419 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545790 19566772224 578132 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
Current children cumulated CPU time: 16.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2312528 KiB

[startup+25.5003 s]
/proc/loadavg: 2.57 1.45 1.57 6/333 231445
/proc/meminfo: memFree=118753540/131524600 swapFree=131055836/131071996
[pid=231419] ppid=231416 vsize=19108176 memory=2317924 CPUtime=31.08 cores=4,6
/proc/231419/stat : 231419 (java) S 231416 231419 225610 0 -1 1077936128 33937 0 0 0 3057 51 0 0 20 0 20 0 26545640 19566772224 579481 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
/proc/231419/statm: 4777044 579481 5923 1 0 810503 0
[pid=231419/tid=231421] ppid=231416 vsize=19108176 memory=6083062813489193811 CPUtime=25.22 cores=4,6
/proc/231419/task/231421/stat : 231421 (java) R 231416 231419 225610 0 -1 4194368 9443 0 0 0 2476 46 0 0 20 0 20 0 26545640 19566772224 579481 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231430] ppid=231416 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/231419/task/231430/stat : 231430 (Finalizer) S 231416 231419 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 579481 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231437] ppid=231416 vsize=19108176 memory=19124 CPUtime=0 cores=4,6
/proc/231419/task/231437/stat : 231437 (Common-Cleaner) S 231416 231419 225610 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 579481 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231439] ppid=231416 vsize=19108176 memory=-8744977187995361980 CPUtime=0 cores=4,6
/proc/231419/task/231439/stat : 231439 (Timer-0) S 231416 231419 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545790 19566772224 579481 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
Current children cumulated CPU time: 31.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2317924 KiB

[startup+51.1059 s]
/proc/loadavg: 3.13 1.67 1.65 5/332 231450
/proc/meminfo: memFree=117689664/131524600 swapFree=131055836/131071996
[pid=231419] ppid=231416 vsize=19108176 memory=2461712 CPUtime=56.93 cores=4,6
/proc/231419/stat : 231419 (java) S 231416 231419 225610 0 -1 1077936128 45210 0 0 0 5637 56 0 0 20 0 20 0 26545640 19566772224 615428 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
/proc/231419/statm: 4777044 615428 5923 1 0 810519 0
[pid=231419/tid=231421] ppid=231416 vsize=19108176 memory=2398020 CPUtime=50.54 cores=4,6
/proc/231419/task/231421/stat : 231421 (java) R 231416 231419 225610 0 -1 4194368 12288 0 0 0 5007 47 0 0 20 0 20 0 26545640 19566772224 615428 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231430] ppid=231416 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/231419/task/231430/stat : 231430 (Finalizer) S 231416 231419 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 615428 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231437] ppid=231416 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/231419/task/231437/stat : 231437 (Common-Cleaner) S 231416 231419 225610 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 615428 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231439] ppid=231416 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/231419/task/231439/stat : 231439 (Timer-0) S 231416 231419 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545790 19566772224 615428 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0

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

/proc/meminfo: memFree=111595912/131524600 swapFree=131055836/131071996
[pid=231419] ppid=231416 vsize=19108176 memory=3202324 CPUtime=3235.9 cores=4,6
/proc/231419/stat : 231419 (java) S 231416 231419 225610 0 -1 1077936128 341927 0 0 0 323374 216 0 0 20 0 20 0 26545640 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
/proc/231419/statm: 4777044 800581 5967 1 0 812085 0
[pid=231419/tid=231421] ppid=231416 vsize=19108176 memory=3202324 CPUtime=3200.35 cores=4,6
/proc/231419/task/231421/stat : 231421 (java) R 231416 231419 225610 0 -1 4194368 125157 0 0 0 319962 73 0 0 20 0 20 0 26545640 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231430] ppid=231416 vsize=19108176 memory=3202324 CPUtime=0 cores=4,6
/proc/231419/task/231430/stat : 231430 (Finalizer) S 231416 231419 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231437] ppid=231416 vsize=19108176 memory=1900 CPUtime=0 cores=4,6
/proc/231419/task/231437/stat : 231437 (Common-Cleaner) S 231416 231419 225610 0 -1 1077936192 4650 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231439] ppid=231416 vsize=19108176 memory=3202324 CPUtime=0 cores=4,6
/proc/231419/task/231439/stat : 231439 (Timer-0) S 231416 231419 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545790 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
Current children cumulated CPU time: 3235.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3202324 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.23 4.13 5/335 233240
/proc/meminfo: memFree=111594656/131524600 swapFree=131055836/131071996
[pid=231419] ppid=231416 vsize=19108176 memory=3202324 CPUtime=3295.9 cores=4,6
/proc/231419/stat : 231419 (java) S 231416 231419 225610 0 -1 1077936128 345087 0 0 0 329372 218 0 0 20 0 20 0 26545640 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
/proc/231419/statm: 4777044 800581 5967 1 0 812085 0
[pid=231419/tid=231421] ppid=231416 vsize=19108176 memory=3202324 CPUtime=3260.13 cores=4,6
/proc/231419/task/231421/stat : 231421 (java) R 231416 231419 225610 0 -1 4194368 127398 0 0 0 325939 74 0 0 20 0 20 0 26545640 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231430] ppid=231416 vsize=19108176 memory=3202324 CPUtime=0 cores=4,6
/proc/231419/task/231430/stat : 231430 (Finalizer) S 231416 231419 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231437] ppid=231416 vsize=19108176 memory=3202324 CPUtime=0 cores=4,6
/proc/231419/task/231437/stat : 231437 (Common-Cleaner) S 231416 231419 225610 0 -1 1077936192 4725 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231439] ppid=231416 vsize=19108176 memory=68448 CPUtime=0 cores=4,6
/proc/231419/task/231439/stat : 231439 (Timer-0) S 231416 231419 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545790 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
Current children cumulated CPU time: 3295.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3202324 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.22 4.13 5/335 233252
/proc/meminfo: memFree=111594004/131524600 swapFree=131055836/131071996
[pid=231419] ppid=231416 vsize=19108176 memory=3202324 CPUtime=3357.12 cores=4,6
/proc/231419/stat : 231419 (java) S 231416 231419 225610 0 -1 1077936128 356008 0 0 0 335490 222 0 0 20 0 20 0 26545640 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
/proc/231419/statm: 4777044 800581 5967 1 0 812085 0
[pid=231419/tid=231421] ppid=231416 vsize=19108176 memory=11588 CPUtime=3319.89 cores=4,6
/proc/231419/task/231421/stat : 231421 (java) R 231416 231419 225610 0 -1 4194368 129750 0 0 0 331915 74 0 0 20 0 20 0 26545640 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231430] ppid=231416 vsize=19108176 memory=39048 CPUtime=0 cores=4,6
/proc/231419/task/231430/stat : 231430 (Finalizer) S 231416 231419 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231437] ppid=231416 vsize=19108176 memory=4848 CPUtime=0 cores=4,6
/proc/231419/task/231437/stat : 231437 (Common-Cleaner) S 231416 231419 225610 0 -1 1077936192 4828 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231439] ppid=231416 vsize=19108176 memory=3202324 CPUtime=0 cores=4,6
/proc/231419/task/231439/stat : 231439 (Timer-0) S 231416 231419 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545790 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
Current children cumulated CPU time: 3357.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3202324 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.24 4.14 5/335 233262
/proc/meminfo: memFree=111593384/131524600 swapFree=131055836/131071996
[pid=231419] ppid=231416 vsize=19108176 memory=3202324 CPUtime=3417.11 cores=4,6
/proc/231419/stat : 231419 (java) S 231416 231419 225610 0 -1 1077936128 360484 0 0 0 341487 224 0 0 20 0 20 0 26545640 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
/proc/231419/statm: 4777044 800581 5967 1 0 812085 0
[pid=231419/tid=231421] ppid=231416 vsize=19108176 memory=11588 CPUtime=3379.65 cores=4,6
/proc/231419/task/231421/stat : 231421 (java) R 231416 231419 225610 0 -1 4194368 132111 0 0 0 337890 75 0 0 20 0 20 0 26545640 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231430] ppid=231416 vsize=19108176 memory=32692 CPUtime=0 cores=4,6
/proc/231419/task/231430/stat : 231430 (Finalizer) S 231416 231419 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231437] ppid=231416 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/231419/task/231437/stat : 231437 (Common-Cleaner) S 231416 231419 225610 0 -1 1077936192 4975 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231439] ppid=231416 vsize=19108176 memory=3202324 CPUtime=0 cores=4,6
/proc/231419/task/231439/stat : 231439 (Timer-0) S 231416 231419 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545790 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
Current children cumulated CPU time: 3417.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3202324 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.24 4.15 5/335 233272
/proc/meminfo: memFree=111592268/131524600 swapFree=131055836/131071996
[pid=231419] ppid=231416 vsize=19108176 memory=3202324 CPUtime=3478.55 cores=4,6
/proc/231419/stat : 231419 (java) S 231416 231419 225610 0 -1 1077936128 372239 0 0 0 347627 228 0 0 20 0 20 0 26545640 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
/proc/231419/statm: 4777044 800581 5967 1 0 812085 0
[pid=231419/tid=231421] ppid=231416 vsize=19108176 memory=11588 CPUtime=3439.3 cores=4,6
/proc/231419/task/231421/stat : 231421 (java) R 231416 231419 225610 0 -1 4194368 134010 0 0 0 343854 76 0 0 20 0 20 0 26545640 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231430] ppid=231416 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/231419/task/231430/stat : 231430 (Finalizer) S 231416 231419 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231437] ppid=231416 vsize=19108176 memory=3202324 CPUtime=0 cores=4,6
/proc/231419/task/231437/stat : 231437 (Common-Cleaner) S 231416 231419 225610 0 -1 1077936192 5062 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231439] ppid=231416 vsize=19108176 memory=68448 CPUtime=0 cores=4,6
/proc/231419/task/231439/stat : 231439 (Timer-0) S 231416 231419 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545790 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
Current children cumulated CPU time: 3478.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3202324 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.22 4.15 3/283 233350
/proc/meminfo: memFree=118475368/131524600 swapFree=131055836/131071996
[pid=231419] ppid=231416 vsize=19108176 memory=3202324 CPUtime=3538.56 cores=4,6
/proc/231419/stat : 231419 (java) S 231416 231419 225610 0 -1 1077936128 376886 0 0 0 353626 230 0 0 20 0 20 0 26545640 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
/proc/231419/statm: 4777044 800581 5967 1 0 812085 0
[pid=231419/tid=231421] ppid=231416 vsize=19108176 memory=2220 CPUtime=3499.08 cores=4,6
/proc/231419/task/231421/stat : 231421 (java) R 231416 231419 225610 0 -1 4194368 136684 0 0 0 349832 76 0 0 20 0 20 0 26545640 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231430] ppid=231416 vsize=19108176 memory=3202324 CPUtime=0 cores=4,6
/proc/231419/task/231430/stat : 231430 (Finalizer) S 231416 231419 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231437] ppid=231416 vsize=19108176 memory=2220 CPUtime=0 cores=4,6
/proc/231419/task/231437/stat : 231437 (Common-Cleaner) S 231416 231419 225610 0 -1 1077936192 5210 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231439] ppid=231416 vsize=19108176 memory=3202324 CPUtime=0 cores=4,6
/proc/231419/task/231439/stat : 231439 (Timer-0) S 231416 231419 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545790 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
Current children cumulated CPU time: 3538.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3202324 KiB

[startup+3582.3 s]
/proc/loadavg: 2.85 3.83 4.02 3/279 233362
/proc/meminfo: memFree=118474980/131524600 swapFree=131055836/131071996
[pid=231419] ppid=231416 vsize=19108176 memory=3202324 CPUtime=3598.58 cores=4,6
/proc/231419/stat : 231419 (java) S 231416 231419 225610 0 -1 1077936128 381390 0 0 0 359627 231 0 0 20 0 20 0 26545640 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
/proc/231419/statm: 4777044 800581 5967 1 0 812085 0
[pid=231419/tid=231421] ppid=231416 vsize=19108176 memory=11588 CPUtime=3558.85 cores=4,6
/proc/231419/task/231421/stat : 231421 (java) R 231416 231419 225610 0 -1 4194368 139376 0 0 0 355809 76 0 0 20 0 20 0 26545640 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231430] ppid=231416 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/231419/task/231430/stat : 231430 (Finalizer) S 231416 231419 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231437] ppid=231416 vsize=19108176 memory=32692 CPUtime=0 cores=4,6
/proc/231419/task/231437/stat : 231437 (Common-Cleaner) S 231416 231419 225610 0 -1 1077936192 5351 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231439] ppid=231416 vsize=19108176 memory=68448 CPUtime=0 cores=4,6
/proc/231419/task/231439/stat : 231439 (Timer-0) S 231416 231419 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545790 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
Current children cumulated CPU time: 3598.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3202324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3583.8 s]
/proc/loadavg: 2.79 3.80 4.00 3/279 233362
/proc/meminfo: memFree=118474980/131524600 swapFree=131055836/131071996
[pid=231419] ppid=231416 vsize=19108176 memory=3202324 CPUtime=3600.08 cores=4,6
/proc/231419/stat : 231419 (java) S 231416 231419 225610 0 -1 1077936128 381839 0 0 0 359777 231 0 0 20 0 20 0 26545640 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
/proc/231419/statm: 4777044 800581 5967 1 0 812085 0
[pid=231419/tid=231421] ppid=231416 vsize=19108176 memory=1900 CPUtime=3560.35 cores=4,6
/proc/231419/task/231421/stat : 231421 (java) R 231416 231419 225610 0 -1 4194368 139779 0 0 0 355959 76 0 0 20 0 20 0 26545640 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231430] ppid=231416 vsize=19108176 memory=-8744977187995361980 CPUtime=0 cores=4,6
/proc/231419/task/231430/stat : 231430 (Finalizer) S 231416 231419 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231437] ppid=231416 vsize=19108176 memory=33860 CPUtime=0 cores=4,6
/proc/231419/task/231437/stat : 231437 (Common-Cleaner) S 231416 231419 225610 0 -1 1077936192 5351 0 0 0 0 0 0 0 20 0 20 0 26545643 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
[pid=231419/tid=231439] ppid=231416 vsize=19108176 memory=8048 CPUtime=0 cores=4,6
/proc/231419/task/231439/stat : 231439 (Timer-0) S 231416 231419 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545790 19566772224 800581 134679101440 94568135155712 94568135159408 140733564777696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568135167224 94568135168016 94568141119488 140733564781557 140733564781665 140733564781665 140733564788680 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3202324 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.88 s, system=2.33119 s

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

Child status: 143

Real time (s): 3583.87
CPU time (s): 3600.21
CPU user time (s): 3597.88
CPU system time (s): 2.33119
CPU usage (%): 100.456
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3202324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.88
system time used= 2.33119
maximum resident set size= 3203644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386023
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111765
involuntary context switches= 11504


# summary of solver processes directly reported to runsolver:
#   pid: 231419
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.88
#   total CPU system time (s): 2.33119

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.3478 second user time and 18.1316 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-25 11:35:59
IDJOB=4459384
IDBENCH=178791
IDSOLVER=3052
FILE ID=nodeC033/4459384-1721900159
RUNJOBID= nodeC033-1721900158-231231
SLURM_JOB_ID= 8089342
Free space on /tmp= 890068 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-ns903616.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459384-1721900159/watcher-4459384-1721900159 -o /tmp/evaluation-result-4459384-1721900159/solver-4459384-1721900159 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721900158-231231 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459384-1721900159.opb

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

MD5SUM BENCH= e7ea4c2c57ab07c8372f618eaa0eff24
RANDOM SEED=823785080

nodeC033.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		: 3652.679
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		: 3599.998
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.76
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		: 3652.682
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		: 3599.997
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.76
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.007
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		: 3599.998
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.76
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.038
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		: 3599.997
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122911996 kB
MemAvailable:   126711416 kB
Buffers:          312260 kB
Cached:          4285208 kB
SwapCached:          300 kB
Active:          2529384 kB
Inactive:        5415416 kB
Active(anon):       2232 kB
Inactive(anon):  3398160 kB
Active(file):    2527152 kB
Inactive(file):  2017256 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131055836 kB
Dirty:             18176 kB
Writeback:             0 kB
AnonPages:       3347248 kB
Mapped:           128944 kB
Shmem:             53064 kB
KReclaimable:     189672 kB
Slab:             306028 kB
SReclaimable:     189672 kB
SUnreclaim:       116356 kB
KernelStack:        5024 kB
PageTables:        16644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9551996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16704 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2971648 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:      391892 kB
DirectMap2M:    39227392 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC033 at 2024-07-25 12:35:43