Trace number 4460054

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-12SAT (TO)249 3600.2 3599.86

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-edgecross10-040.opb
MD5SUM5c14727f1628c687fc33c0e456a00727
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark142
Best CPU time to get the best result obtained on this benchmark11.9641
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables91
Total number of constraints481
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 633
Biggest coefficient in the objective function 338
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1808
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 338
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1808
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)546
Sum of products size (including duplicates)1092
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.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-4460054-1721943046.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.34/0.21	c ... done. Wall clock time 0.059s.
0.34/0.21	c declared #vars     91
0.34/0.21	c internal #vars     637
0.34/0.21	c #constraints  1574
0.34/0.21	c constraints type 
0.34/0.21	c org.sat4j.specs.Constr$1 => 1
0.34/0.21	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 546
0.34/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1026
0.34/0.21	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.34/0.21	c 1574 constraints processed.
0.34/0.22	c objective function length is 633 literals
0.34/0.23	c SATISFIABLE
0.34/0.23	c OPTIMIZING...
0.34/0.23	c Got one! Elapsed wall clock time (in seconds):0.08
0.34/0.23	o 342
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.178
0.53/0.33	o 334
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.214
0.53/0.36	o 329
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.238
0.53/0.39	o 321
0.91/0.58	c Got one! Elapsed wall clock time (in seconds):0.433
0.91/0.58	o 317
1.10/0.64	c Got one! Elapsed wall clock time (in seconds):0.497
1.10/0.64	o 313
1.68/0.95	c Got one! Elapsed wall clock time (in seconds):0.803
1.68/0.95	o 255
13.03/10.66	c Got one! Elapsed wall clock time (in seconds):10.516
13.03/10.66	o 254
46.36/42.46	c Got one! Elapsed wall clock time (in seconds):42.315
46.36/42.46	o 249
1034.26/1029.44	c cleaning 3123 clauses out of 6246 with flag 0/6246
3218.62/3216.80	c cleaning 4562 clauses out of 9123 with flag 0/12246
3600.08/3599.82	c starts		: 20
3600.08/3599.82	c conflicts		: 13641
3600.08/3599.82	c decisions		: 14856
3600.08/3599.82	c propagations		: 326526
3600.08/3599.82	c inspects		: 400556833
3600.08/3599.82	c shortcuts		: 0
3600.08/3599.82	c learnt literals	: 0
3600.08/3599.82	c learnt binary clauses	: 0
3600.08/3599.82	c learnt ternary clauses	: 4
3600.08/3599.82	c learnt constraints	: 13641
3600.08/3599.82	c ignored constraints	: 0
3600.08/3599.82	c root simplifications	: 0
3600.08/3599.82	c removed literals (reason simplification)	: 0
3600.08/3599.82	c reason swapping (by a shorter reason)	: 0
3600.08/3599.82	c Calls to reduceDB	: 2
3600.08/3599.82	c Number of update (reduction) of LBD	: 9534
3600.08/3599.82	c Imported unit clauses	: 0
3600.08/3599.82	c No decision after first conflict	: false
3600.08/3599.82	c number of reductions to clauses (during analyze)	: 0
3600.08/3599.82	c number of learned constraints concerned by reduction	: 0
3600.08/3599.82	c number of learning phase by resolution	: 0
3600.08/3599.82	c number of learning phase by cutting planes	: 0
3600.08/3599.82	c number of rounding to 1 operations	: 0
3600.08/3599.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3599.82	c number of reductions of the coefficients by power 2 	: 0
3600.08/3599.82	c number of right shift for reduction by power 2 	: 0
3600.08/3599.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3599.82	c number of ending skipping 	: 0
3600.08/3599.82	c number of internal skipping 	: 0
3600.08/3599.82	c number of derivation steps 	: 192705
3600.08/3599.82	c number of skipped derivation steps 	: 0
3600.08/3599.82	c number of remaining unassigned 	: 289293
3600.08/3599.82	c number of remaining assigned 	: 6937988
3600.08/3599.82	c number of falsified literals weakened from reason	: 0
3600.08/3599.82	c number of falsified literals weakened from conflict	: 0
3600.08/3599.82	c time for arithmetic operations	: 884196433
3600.08/3599.82	c minimum degree of deleted constraints	: 1
3600.08/3599.82	c maximum degree of deleted constraints	: 3332526783083937849098555475776443275418732950
3600.08/3599.82	c number of deleted constraints	: 7685
3600.08/3599.84	c speed (assignments/second)	: 90.71187175223879
3600.08/3599.84	c non guided choices	: 0
3600.08/3599.84	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 17
3600.08/3599.84	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5939
3600.08/3599.84	s SATISFIABLE
3600.08/3599.84	c Found 9 solution(s)
3600.08/3599.84	v x1 x2 -x3 x4 x5 x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 x37 x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 -x81 x82 -x83 x84 x85 x86 x87 -x88 x89 x90 x91 
3600.08/3599.84	c objective function=249
3600.08/3599.84	c Total wall clock time (in seconds): 3599.697

Verifier Data

OK	249

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460054-1721943046/watcher-4460054-1721943046 -o /tmp/evaluation-result-4460054-1721943046/solver-4460054-1721943046 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721939462-306190 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4460054-1721943046.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
solver pid=308545, runsolver pid=308542
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.47 4.24 4.12 8/332 308563
/proc/meminfo: memFree=111894868/131524600 swapFree=131071216/131071996
[pid=308545] ppid=308542 vsize=18975048 memory=62620 CPUtime=0.13 cores=4,6
/proc/308545/stat : 308545 (java) S 308542 308545 306179 0 -1 1077936128 7228 0 0 0 11 2 0 0 20 0 18 0 30827184 19430449152 15655 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
/proc/308545/statm: 4743762 15655 5545 1 0 549356 0
[pid=308545/tid=308547] ppid=308542 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/308545/task/308547/stat : 308547 (java) R 308542 308545 306179 0 -1 4194368 5770 0 0 0 7 1 0 0 20 0 18 0 30827184 19430449152 15655 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308556] ppid=308542 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/308545/task/308556/stat : 308556 (Finalizer) S 308542 308545 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30827187 19430449152 15655 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308563] ppid=308542 vsize=18975048 memory=15542920531624460 CPUtime=0 cores=4,6
/proc/308545/task/308563/stat : 308563 (Common-Cleaner) S 308542 308545 306179 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30827187 19430449152 15655 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62620 KiB

[startup+0.208473 s]*
/proc/loadavg: 4.47 4.24 4.12 9/332 308563
/proc/meminfo: memFree=111843140/131524600 swapFree=131071216/131071996
[pid=308545] ppid=308542 vsize=18975048 memory=73956 CPUtime=0.34 cores=4,6
/proc/308545/stat : 308545 (java) S 308542 308545 306179 0 -1 1077936128 7827 0 0 0 31 3 0 0 20 0 18 0 30827184 19430449152 18489 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
/proc/308545/statm: 4743762 18489 5744 1 0 549714 0
[pid=308545/tid=308547] ppid=308542 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/308545/task/308547/stat : 308547 (java) R 308542 308545 306179 0 -1 4194368 6105 0 0 0 18 1 0 0 20 0 18 0 30827184 19430449152 18489 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308556] ppid=308542 vsize=18975048 memory=738093 CPUtime=0 cores=4,6
/proc/308545/task/308556/stat : 308556 (Finalizer) S 308542 308545 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30827187 19430449152 18489 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308563] ppid=308542 vsize=18975048 memory=15261445554177769 CPUtime=0 cores=4,6
/proc/308545/task/308563/stat : 308563 (Common-Cleaner) S 308542 308545 306179 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30827187 19430449152 18489 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73956 KiB

[startup+0.305758 s]*
/proc/loadavg: 4.47 4.24 4.12 8/333 308564
/proc/meminfo: memFree=111798092/131524600 swapFree=131071216/131071996
[pid=308545] ppid=308542 vsize=19041612 memory=82152 CPUtime=0.53 cores=4,6
/proc/308545/stat : 308545 (java) S 308542 308545 306179 0 -1 1077936128 9285 0 0 0 50 3 0 0 20 0 19 0 30827184 19498610688 20538 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
/proc/308545/statm: 4760403 20538 5897 1 0 550794 0
[pid=308545/tid=308547] ppid=308542 vsize=19041612 memory=-9032362009690809020 CPUtime=0.29 cores=4,6
/proc/308545/task/308547/stat : 308547 (java) R 308542 308545 306179 0 -1 4194368 6196 0 0 0 27 2 0 0 20 0 19 0 30827184 19498610688 20538 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308556] ppid=308542 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/308545/task/308556/stat : 308556 (Finalizer) S 308542 308545 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30827187 19498610688 20538 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308563] ppid=308542 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/308545/task/308563/stat : 308563 (Common-Cleaner) S 308542 308545 306179 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30827187 19498610688 20538 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308564] ppid=308542 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/308545/task/308564/stat : 308564 (Timer-0) S 308542 308545 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30827206 19498610688 20538 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82152 KiB

[startup+0.702487 s]
/proc/loadavg: 4.47 4.24 4.12 7/333 308564
/proc/meminfo: memFree=111706980/131524600 swapFree=131071216/131071996
[pid=308545] ppid=308542 vsize=19041612 memory=114628 CPUtime=1.28 cores=4,6
/proc/308545/stat : 308545 (java) S 308542 308545 306179 0 -1 1077936128 11653 0 0 0 124 4 0 0 20 0 19 0 30827184 19498610688 28657 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
/proc/308545/statm: 4760403 28657 5897 1 0 552179 0
[pid=308545/tid=308547] ppid=308542 vsize=19041612 memory=13048 CPUtime=0.66 cores=4,6
/proc/308545/task/308547/stat : 308547 (java) R 308542 308545 306179 0 -1 4194368 6239 0 0 0 64 2 0 0 20 0 19 0 30827184 19498610688 28657 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308556] ppid=308542 vsize=19041612 memory=13048 CPUtime=0 cores=4,6
/proc/308545/task/308556/stat : 308556 (Finalizer) S 308542 308545 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30827187 19498610688 28657 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308563] ppid=308542 vsize=19041612 memory=117636 CPUtime=0 cores=4,6
/proc/308545/task/308563/stat : 308563 (Common-Cleaner) S 308542 308545 306179 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30827187 19498610688 28657 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308564] ppid=308542 vsize=19041612 memory=39748 CPUtime=0 cores=4,6
/proc/308545/task/308564/stat : 308564 (Timer-0) S 308542 308545 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30827206 19498610688 28657 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 114628 KiB

[startup+1.50648 s]
/proc/loadavg: 4.47 4.24 4.12 8/333 308564
/proc/meminfo: memFree=111452536/131524600 swapFree=131071216/131071996
[pid=308545] ppid=308542 vsize=19108176 memory=182540 CPUtime=2.87 cores=4,6
/proc/308545/stat : 308545 (java) S 308542 308545 306179 0 -1 1077936128 19852 0 0 0 280 7 0 0 20 0 20 0 30827184 19566772224 45635 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
/proc/308545/statm: 4777044 45635 5913 1 0 554808 0
[pid=308545/tid=308547] ppid=308542 vsize=19108176 memory=13048 CPUtime=1.44 cores=4,6
/proc/308545/task/308547/stat : 308547 (java) R 308542 308545 306179 0 -1 4194368 6529 0 0 0 141 3 0 0 20 0 20 0 30827184 19566772224 45635 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308556] ppid=308542 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/308545/task/308556/stat : 308556 (Finalizer) S 308542 308545 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 45635 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308563] ppid=308542 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/308545/task/308563/stat : 308563 (Common-Cleaner) S 308542 308545 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 45635 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308564] ppid=308542 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/308545/task/308564/stat : 308564 (Timer-0) S 308542 308545 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827206 19566772224 45635 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182540 KiB

[startup+3.1058 s]
/proc/loadavg: 4.47 4.24 4.12 6/334 308565
/proc/meminfo: memFree=111408164/131524600 swapFree=131071216/131071996
[pid=308545] ppid=308542 vsize=19108176 memory=188644 CPUtime=5.35 cores=4,6
/proc/308545/stat : 308545 (java) S 308542 308545 306179 0 -1 1077936128 22578 0 0 0 528 7 0 0 20 0 20 0 30827184 19566772224 47161 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
/proc/308545/statm: 4777044 47161 5929 1 0 555081 0
[pid=308545/tid=308547] ppid=308542 vsize=19108176 memory=0 CPUtime=3.02 cores=4,6
/proc/308545/task/308547/stat : 308547 (java) R 308542 308545 306179 0 -1 4194368 6828 0 0 0 299 3 0 0 20 0 20 0 30827184 19566772224 47161 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308556] ppid=308542 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/308545/task/308556/stat : 308556 (Finalizer) S 308542 308545 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 47161 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308563] ppid=308542 vsize=19108176 memory=183956 CPUtime=0 cores=4,6
/proc/308545/task/308563/stat : 308563 (Common-Cleaner) S 308542 308545 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 47161 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308564] ppid=308542 vsize=19108176 memory=13048 CPUtime=0 cores=4,6
/proc/308545/task/308564/stat : 308564 (Timer-0) S 308542 308545 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827206 19566772224 47161 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
Current children cumulated CPU time: 5.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188644 KiB

[startup+6.30027 s]
/proc/loadavg: 4.60 4.27 4.13 5/334 308566
/proc/meminfo: memFree=111208636/131524600 swapFree=131071216/131071996
[pid=308545] ppid=308542 vsize=19108176 memory=307016 CPUtime=8.66 cores=4,6
/proc/308545/stat : 308545 (java) S 308542 308545 306179 0 -1 1077936128 22990 0 0 0 856 10 0 0 20 0 20 0 30827184 19566772224 76754 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
/proc/308545/statm: 4777044 76754 5929 1 0 555082 0
[pid=308545/tid=308547] ppid=308542 vsize=19108176 memory=13048 CPUtime=6.18 cores=4,6
/proc/308545/task/308547/stat : 308547 (java) R 308542 308545 306179 0 -1 4194368 7157 0 0 0 613 5 0 0 20 0 20 0 30827184 19566772224 76754 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308556] ppid=308542 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/308545/task/308556/stat : 308556 (Finalizer) S 308542 308545 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 76754 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308563] ppid=308542 vsize=19108176 memory=6155695465630487378 CPUtime=0 cores=4,6
/proc/308545/task/308563/stat : 308563 (Common-Cleaner) S 308542 308545 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 76754 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308564] ppid=308542 vsize=19108176 memory=5520 CPUtime=0 cores=4,6
/proc/308545/task/308564/stat : 308564 (Timer-0) S 308542 308545 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827206 19566772224 76754 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
Current children cumulated CPU time: 8.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 307016 KiB

[startup+12.7003 s]
/proc/loadavg: 4.63 4.29 4.14 6/334 308566
/proc/meminfo: memFree=110192140/131524600 swapFree=131071216/131071996
[pid=308545] ppid=308542 vsize=19108176 memory=671364 CPUtime=15.94 cores=4,6
/proc/308545/stat : 308545 (java) S 308542 308545 306179 0 -1 1077936128 29694 0 0 0 1576 18 0 0 20 0 20 0 30827184 19566772224 167841 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
/proc/308545/statm: 4777044 167841 5929 1 0 555381 0
[pid=308545/tid=308547] ppid=308542 vsize=19108176 memory=0 CPUtime=12.55 cores=4,6
/proc/308545/task/308547/stat : 308547 (java) R 308542 308545 306179 0 -1 4194368 8699 0 0 0 1243 12 0 0 20 0 20 0 30827184 19566772224 167841 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308556] ppid=308542 vsize=19108176 memory=669064 CPUtime=0 cores=4,6
/proc/308545/task/308556/stat : 308556 (Finalizer) S 308542 308545 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 167841 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308563] ppid=308542 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/308545/task/308563/stat : 308563 (Common-Cleaner) S 308542 308545 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 167841 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308564] ppid=308542 vsize=19108176 memory=16140 CPUtime=0 cores=4,6
/proc/308545/task/308564/stat : 308564 (Timer-0) S 308542 308545 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827206 19566772224 167841 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
Current children cumulated CPU time: 15.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 671364 KiB

[startup+25.5003 s]
/proc/loadavg: 4.41 4.25 4.13 5/308 308603
/proc/meminfo: memFree=112169880/131524600 swapFree=131071216/131071996
[pid=308545] ppid=308542 vsize=19108176 memory=698464 CPUtime=29.35 cores=4,6
/proc/308545/stat : 308545 (java) S 308542 308545 306179 0 -1 1077936128 35341 0 0 0 2915 20 0 0 20 0 20 0 30827184 19566772224 174616 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
/proc/308545/statm: 4777044 174616 5929 1 0 555397 0
[pid=308545/tid=308547] ppid=308542 vsize=19108176 memory=669064 CPUtime=25.28 cores=4,6
/proc/308545/task/308547/stat : 308547 (java) R 308542 308545 306179 0 -1 4194368 10342 0 0 0 2516 12 0 0 20 0 20 0 30827184 19566772224 174616 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308556] ppid=308542 vsize=19108176 memory=16140 CPUtime=0 cores=4,6
/proc/308545/task/308556/stat : 308556 (Finalizer) S 308542 308545 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 174616 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308563] ppid=308542 vsize=19108176 memory=671604 CPUtime=0 cores=4,6
/proc/308545/task/308563/stat : 308563 (Common-Cleaner) S 308542 308545 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 174616 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308564] ppid=308542 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/308545/task/308564/stat : 308564 (Timer-0) S 308542 308545 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827206 19566772224 174616 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
Current children cumulated CPU time: 29.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 698464 KiB

[startup+51.1057 s]
/proc/loadavg: 3.99 4.17 4.10 4/308 308606
/proc/meminfo: memFree=111277060/131524600 swapFree=131071216/131071996
[pid=308545] ppid=308542 vsize=19108176 memory=1328976 CPUtime=55.09 cores=4,6
/proc/308545/stat : 308545 (java) S 308542 308545 306179 0 -1 1077936128 45677 0 0 0 5476 33 0 0 20 0 20 0 30827184 19566772224 332244 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
/proc/308545/statm: 4777044 332244 5929 1 0 555872 0
[pid=308545/tid=308547] ppid=308542 vsize=19108176 memory=1328968 CPUtime=50.79 cores=4,6
/proc/308545/task/308547/stat : 308547 (java) R 308542 308545 306179 0 -1 4194368 13707 0 0 0 5056 23 0 0 20 0 20 0 30827184 19566772224 332244 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0

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

/proc/meminfo: memFree=108976404/131524600 swapFree=131071216/131071996
[pid=308545] ppid=308542 vsize=19108176 memory=1848940 CPUtime=3224.1 cores=4,6
/proc/308545/stat : 308545 (java) S 308542 308545 306179 0 -1 1077936128 197745 0 0 0 322229 181 0 0 20 0 20 0 30827184 19566772224 462235 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
/proc/308545/statm: 4777044 462235 5944 1 0 558626 0
[pid=308545/tid=308547] ppid=308542 vsize=19108176 memory=1834600 CPUtime=3207.72 cores=4,6
/proc/308545/task/308547/stat : 308547 (java) R 308542 308545 306179 0 -1 4194368 79613 0 0 0 320734 38 0 0 20 0 20 0 30827184 19566772224 462235 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308556] ppid=308542 vsize=19108176 memory=5520 CPUtime=0 cores=4,6
/proc/308545/task/308556/stat : 308556 (Finalizer) S 308542 308545 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 462235 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308563] ppid=308542 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/308545/task/308563/stat : 308563 (Common-Cleaner) S 308542 308545 306179 0 -1 1077936192 3805 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 462235 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308564] ppid=308542 vsize=19108176 memory=1846888 CPUtime=0 cores=4,6
/proc/308545/task/308564/stat : 308564 (Timer-0) S 308542 308545 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827206 19566772224 462235 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
Current children cumulated CPU time: 3224.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1848940 KiB

[startup+3282.3 s]
/proc/loadavg: 3.22 3.17 3.18 4/309 310670
/proc/meminfo: memFree=108969312/131524600 swapFree=131071216/131071996
[pid=308545] ppid=308542 vsize=19108176 memory=1853036 CPUtime=3283.64 cores=4,6
/proc/308545/stat : 308545 (java) S 308542 308545 306179 0 -1 1077936128 199215 0 0 0 328180 184 0 0 20 0 20 0 30827184 19566772224 463259 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
/proc/308545/statm: 4777044 463259 5944 1 0 558626 0
[pid=308545/tid=308547] ppid=308542 vsize=19108176 memory=1853036 CPUtime=3267.11 cores=4,6
/proc/308545/task/308547/stat : 308547 (java) R 308542 308545 306179 0 -1 4194368 80820 0 0 0 326673 38 0 0 20 0 20 0 30827184 19566772224 463259 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308556] ppid=308542 vsize=19108176 memory=1853036 CPUtime=0 cores=4,6
/proc/308545/task/308556/stat : 308556 (Finalizer) S 308542 308545 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 463259 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308563] ppid=308542 vsize=19108176 memory=1853036 CPUtime=0 cores=4,6
/proc/308545/task/308563/stat : 308563 (Common-Cleaner) S 308542 308545 306179 0 -1 1077936192 3854 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 463259 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308564] ppid=308542 vsize=19108176 memory=5520 CPUtime=0 cores=4,6
/proc/308545/task/308564/stat : 308564 (Timer-0) S 308542 308545 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827206 19566772224 463259 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
Current children cumulated CPU time: 3283.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1853036 KiB

[startup+3342.3 s]
/proc/loadavg: 3.14 3.15 3.17 4/306 310680
/proc/meminfo: memFree=108957124/131524600 swapFree=131071216/131071996
[pid=308545] ppid=308542 vsize=19108176 memory=1859180 CPUtime=3343.21 cores=4,6
/proc/308545/stat : 308545 (java) S 308542 308545 306179 0 -1 1077936128 202022 0 0 0 334133 188 0 0 20 0 20 0 30827184 19566772224 464795 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
/proc/308545/statm: 4777044 464795 5944 1 0 558626 0
[pid=308545/tid=308547] ppid=308542 vsize=19108176 memory=5520 CPUtime=3326.48 cores=4,6
/proc/308545/task/308547/stat : 308547 (java) R 308542 308545 306179 0 -1 4194368 82233 0 0 0 332609 39 0 0 20 0 20 0 30827184 19566772224 464795 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308556] ppid=308542 vsize=19108176 memory=1855084 CPUtime=0 cores=4,6
/proc/308545/task/308556/stat : 308556 (Finalizer) S 308542 308545 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 464795 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308563] ppid=308542 vsize=19108176 memory=1816 CPUtime=0 cores=4,6
/proc/308545/task/308563/stat : 308563 (Common-Cleaner) S 308542 308545 306179 0 -1 1077936192 3931 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 464795 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308564] ppid=308542 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/308545/task/308564/stat : 308564 (Timer-0) S 308542 308545 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827206 19566772224 464795 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
Current children cumulated CPU time: 3343.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1859180 KiB

[startup+3402.3 s]
/proc/loadavg: 3.17 3.15 3.17 4/306 310691
/proc/meminfo: memFree=108946460/131524600 swapFree=131071216/131071996
[pid=308545] ppid=308542 vsize=19108176 memory=1867372 CPUtime=3402.78 cores=4,6
/proc/308545/stat : 308545 (java) S 308542 308545 306179 0 -1 1077936128 204513 0 0 0 340087 191 0 0 20 0 20 0 30827184 19566772224 466843 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
/proc/308545/statm: 4777044 466843 5944 1 0 558626 0
[pid=308545/tid=308547] ppid=308542 vsize=19108176 memory=1857132 CPUtime=3385.83 cores=4,6
/proc/308545/task/308547/stat : 308547 (java) R 308542 308545 306179 0 -1 4194368 83734 0 0 0 338544 39 0 0 20 0 20 0 30827184 19566772224 466843 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308556] ppid=308542 vsize=19108176 memory=1861228 CPUtime=0 cores=4,6
/proc/308545/task/308556/stat : 308556 (Finalizer) S 308542 308545 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 466843 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308563] ppid=308542 vsize=19108176 memory=13048 CPUtime=0 cores=4,6
/proc/308545/task/308563/stat : 308563 (Common-Cleaner) S 308542 308545 306179 0 -1 1077936192 4007 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 466843 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308564] ppid=308542 vsize=19108176 memory=129 CPUtime=0 cores=4,6
/proc/308545/task/308564/stat : 308564 (Timer-0) S 308542 308545 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827206 19566772224 466843 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
Current children cumulated CPU time: 3402.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1867372 KiB

[startup+3462.3 s]
/proc/loadavg: 3.21 3.17 3.18 4/306 310869
/proc/meminfo: memFree=108937820/131524600 swapFree=131071216/131071996
[pid=308545] ppid=308542 vsize=19108176 memory=1869420 CPUtime=3462.6 cores=4,6
/proc/308545/stat : 308545 (java) S 308542 308545 306179 0 -1 1077936128 206919 0 0 0 346066 194 0 0 20 0 20 0 30827184 19566772224 467355 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
/proc/308545/statm: 4777044 467355 5944 1 0 558626 0
[pid=308545/tid=308547] ppid=308542 vsize=19108176 memory=1857132 CPUtime=3445.5 cores=4,6
/proc/308545/task/308547/stat : 308547 (java) R 308542 308545 306179 0 -1 4194368 85359 0 0 0 344511 39 0 0 20 0 20 0 30827184 19566772224 467355 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308556] ppid=308542 vsize=19108176 memory=1867372 CPUtime=0 cores=4,6
/proc/308545/task/308556/stat : 308556 (Finalizer) S 308542 308545 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 467355 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308563] ppid=308542 vsize=19108176 memory=1869420 CPUtime=0 cores=4,6
/proc/308545/task/308563/stat : 308563 (Common-Cleaner) S 308542 308545 306179 0 -1 1077936192 4082 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 467355 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308564] ppid=308542 vsize=19108176 memory=1869420 CPUtime=0 cores=4,6
/proc/308545/task/308564/stat : 308564 (Timer-0) S 308542 308545 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827206 19566772224 467355 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
Current children cumulated CPU time: 3462.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1869420 KiB

[startup+3522.3 s]
/proc/loadavg: 3.13 3.15 3.17 4/306 310879
/proc/meminfo: memFree=108923576/131524600 swapFree=131071216/131071996
[pid=308545] ppid=308542 vsize=19108176 memory=1875564 CPUtime=3522.6 cores=4,6
/proc/308545/stat : 308545 (java) S 308542 308545 306179 0 -1 1077936128 208965 0 0 0 352063 197 0 0 20 0 20 0 30827184 19566772224 468891 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
/proc/308545/statm: 4777044 468891 5944 1 0 558626 0
[pid=308545/tid=308547] ppid=308542 vsize=19108176 memory=1861228 CPUtime=3505.28 cores=4,6
/proc/308545/task/308547/stat : 308547 (java) R 308542 308545 306179 0 -1 4194368 86295 0 0 0 350488 40 0 0 20 0 20 0 30827184 19566772224 468891 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308556] ppid=308542 vsize=19108176 memory=1875564 CPUtime=0 cores=4,6
/proc/308545/task/308556/stat : 308556 (Finalizer) S 308542 308545 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 468891 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308563] ppid=308542 vsize=19108176 memory=1875564 CPUtime=0 cores=4,6
/proc/308545/task/308563/stat : 308563 (Common-Cleaner) S 308542 308545 306179 0 -1 1077936192 4156 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 468891 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308564] ppid=308542 vsize=19108176 memory=1875564 CPUtime=0 cores=4,6
/proc/308545/task/308564/stat : 308564 (Timer-0) S 308542 308545 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827206 19566772224 468891 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
Current children cumulated CPU time: 3522.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1875564 KiB

[startup+3582.3 s]
/proc/loadavg: 2.64 3.02 3.13 3/280 310979
/proc/meminfo: memFree=111550100/131524600 swapFree=131071216/131071996
[pid=308545] ppid=308542 vsize=19108176 memory=1883756 CPUtime=3582.59 cores=4,6
/proc/308545/stat : 308545 (java) S 308542 308545 306179 0 -1 1077936128 211272 0 0 0 358059 200 0 0 20 0 20 0 30827184 19566772224 470939 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
/proc/308545/statm: 4777044 470939 5944 1 0 558626 0
[pid=308545/tid=308547] ppid=308542 vsize=19108176 memory=32712 CPUtime=3565.03 cores=4,6
/proc/308545/task/308547/stat : 308547 (java) R 308542 308545 306179 0 -1 4194368 87390 0 0 0 356463 40 0 0 20 0 20 0 30827184 19566772224 470939 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308556] ppid=308542 vsize=19108176 memory=2232 CPUtime=0 cores=4,6
/proc/308545/task/308556/stat : 308556 (Finalizer) S 308542 308545 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 470939 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308563] ppid=308542 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/308545/task/308563/stat : 308563 (Common-Cleaner) S 308542 308545 306179 0 -1 1077936192 4231 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 470939 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308564] ppid=308542 vsize=19108176 memory=1883756 CPUtime=0 cores=4,6
/proc/308545/task/308564/stat : 308564 (Timer-0) S 308542 308545 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827206 19566772224 470939 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
Current children cumulated CPU time: 3582.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1883756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.8 s]
/proc/loadavg: 2.57 2.99 3.12 2/253 311016
/proc/meminfo: memFree=113322132/131524600 swapFree=131071216/131071996
[pid=308545] ppid=308542 vsize=19108176 memory=1885804 CPUtime=3600.08 cores=4,6
/proc/308545/stat : 308545 (java) S 308542 308545 306179 0 -1 1077936128 213059 0 0 0 359807 201 0 0 20 0 20 0 30827184 19566772224 471451 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
/proc/308545/statm: 4777044 471451 5944 1 0 558626 0
[pid=308545/tid=308547] ppid=308542 vsize=19108176 memory=-4421386496197487462 CPUtime=3582.45 cores=4,6
/proc/308545/task/308547/stat : 308547 (java) R 308542 308545 306179 0 -1 4194368 87985 0 0 0 358205 40 0 0 20 0 20 0 30827184 19566772224 471451 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308556] ppid=308542 vsize=19108176 memory=2672 CPUtime=0 cores=4,6
/proc/308545/task/308556/stat : 308556 (Finalizer) S 308542 308545 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 471451 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308563] ppid=308542 vsize=19108176 memory=5084 CPUtime=0 cores=4,6
/proc/308545/task/308563/stat : 308563 (Common-Cleaner) S 308542 308545 306179 0 -1 1077936192 4231 0 0 0 0 0 0 0 20 0 20 0 30827187 19566772224 471451 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
[pid=308545/tid=308564] ppid=308542 vsize=19108176 memory=28132 CPUtime=0 cores=4,6
/proc/308545/task/308564/stat : 308564 (Timer-0) S 308542 308545 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827206 19566772224 471451 134679101440 94074086465536 94074086469232 140726587519472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074086477048 94074086477840 94074112114688 140726587528180 140726587528288 140726587528288 140726587535304 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1885804 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.17 s, system=2.02566 s

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

Child status: 143

Real time (s): 3599.86
CPU time (s): 3600.2
CPU user time (s): 3598.17
CPU system time (s): 2.02566
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 19111924
Max. memory (cumulated for all children) (KiB): 1885804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.17
system time used= 2.02565
maximum resident set size= 1887380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216449
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113008
involuntary context switches= 8606


# summary of solver processes directly reported to runsolver:
#   pid: 308545
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3598.17
#   total CPU system time (s): 2.02566

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.15029 second user time and 18.8705 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-25 23:30:46
IDJOB=4460054
IDBENCH=160609
IDSOLVER=3052
FILE ID=nodeC017/4460054-1721943046
RUNJOBID= nodeC017-1721939462-306190
SLURM_JOB_ID= 8247239
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-edgecross10-040.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460054-1721943046/watcher-4460054-1721943046 -o /tmp/evaluation-result-4460054-1721943046/solver-4460054-1721943046 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721939462-306190 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4460054-1721943046.opb

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

MD5SUM BENCH= 5c14727f1628c687fc33c0e456a00727
RANDOM SEED=533500584

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        111986432 kB
MemAvailable:   126485684 kB
Buffers:          358472 kB
Cached:         14880688 kB
SwapCached:           88 kB
Active:          2746460 kB
Inactive:       15986692 kB
Active(anon):       1556 kB
Inactive(anon):  3546276 kB
Active(file):    2744904 kB
Inactive(file): 12440416 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:              2892 kB
Writeback:             0 kB
AnonPages:       3492100 kB
Mapped:           140156 kB
Shmem:             53820 kB
KReclaimable:     307508 kB
Slab:             436852 kB
SReclaimable:     307508 kB
SUnreclaim:       129344 kB
KernelStack:        5088 kB
PageTables:        16640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8178572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21280 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3139584 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:      422612 kB
DirectMap2M:    40245248 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC017 at 2024-07-26 00:30:46