Trace number 4460053

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 Partial RoundingSAT 2024 2024-07-12SAT (TO)211 3600.21 3597.66

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.16	c Pseudo Boolean Optimization by upper bound
0.14/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.16	c  - never skip resolution steps
0.14/0.16	c  - Auto-division on coefficients is disabled
0.14/0.16	c  - No postprocessing
0.14/0.16	c  - Conflict is considered as is when resolving
0.14/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.16	c  - Weaken first using unassigned literals
0.14/0.16	c  - Bump strategy: ALWAYS_ONE
0.14/0.16	c  - Bumper: ASSIGNED
0.14/0.16	c --- Begin Solver configuration ---
0.14/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.16	c Learn all clauses as in MiniSAT
0.14/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.16	c No reason simplification
0.14/0.16	c Armin Biere (Picosat) restarts strategy
0.14/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.16	c timeout=2147483s
0.14/0.16	c DB Simplification allowed=false
0.14/0.16	c Listener: none
0.14/0.16	c --- End Solver configuration ---
0.14/0.16	c solving HOME/instance-4460053-1721942861.opb
0.14/0.16	c reading problem ... 
0.14/0.16	c  objective function found
0.34/0.23	c ... done. Wall clock time 0.073s.
0.34/0.23	c declared #vars     91
0.34/0.23	c internal #vars     637
0.34/0.23	c #constraints  1574
0.34/0.23	c constraints type 
0.34/0.23	c org.sat4j.specs.Constr$1 => 1
0.34/0.23	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 546
0.34/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1026
0.34/0.23	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.34/0.23	c 1574 constraints processed.
0.34/0.24	c objective function length is 633 literals
0.34/0.25	c SATISFIABLE
0.34/0.25	c OPTIMIZING...
0.34/0.25	c Got one! Elapsed wall clock time (in seconds):0.094
0.34/0.25	o 342
0.52/0.33	c Got one! Elapsed wall clock time (in seconds):0.17
0.52/0.33	o 338
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.19
0.52/0.34	o 334
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.22
0.52/0.38	o 329
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.234
0.52/0.40	o 321
0.91/0.56	c Got one! Elapsed wall clock time (in seconds):0.402
0.91/0.56	o 317
0.91/0.58	c Got one! Elapsed wall clock time (in seconds):0.428
0.91/0.58	o 313
1.49/0.81	c Got one! Elapsed wall clock time (in seconds):0.653
1.49/0.81	o 311
1.69/0.99	c Got one! Elapsed wall clock time (in seconds):0.834
1.69/0.99	o 231
685.23/683.62	c cleaning 2551 clauses out of 5103 with flag 0/5103
703.86/702.10	c Got one! Elapsed wall clock time (in seconds):701.949
703.86/702.11	o 229
966.71/964.78	c Got one! Elapsed wall clock time (in seconds):964.626
966.71/964.78	o 212
1568.30/1566.23	c cleaning 4290 clauses out of 9197 with flag 0/11748
2413.58/2411.35	c cleaning 3495 clauses out of 10907 with flag 0/17748
3108.93/3106.46	c Got one! Elapsed wall clock time (in seconds):3106.306
3108.93/3106.46	o 211
3414.21/3411.99	c cleaning 3381 clauses out of 12706 with flag 0/23042
3600.09/3597.61	c starts		: 65
3600.09/3597.62	c conflicts		: 25410
3600.09/3597.62	c decisions		: 28052
3600.09/3597.62	c propagations		: 746570
3600.09/3597.62	c inspects		: 411678373
3600.09/3597.62	c shortcuts		: 0
3600.09/3597.62	c learnt literals	: 0
3600.09/3597.62	c learnt binary clauses	: 0
3600.09/3597.62	c learnt ternary clauses	: 5
3600.09/3597.62	c learnt constraints	: 25410
3600.09/3597.62	c ignored constraints	: 0
3600.09/3597.62	c root simplifications	: 0
3600.09/3597.62	c removed literals (reason simplification)	: 0
3600.09/3597.62	c reason swapping (by a shorter reason)	: 0
3600.09/3597.62	c Calls to reduceDB	: 4
3600.09/3597.62	c Number of update (reduction) of LBD	: 0
3600.09/3597.62	c Imported unit clauses	: 0
3600.09/3597.62	c No decision after first conflict	: false
3600.09/3597.62	c number of reductions to clauses (during analyze)	: 0
3600.09/3597.62	c number of learned constraints concerned by reduction	: 0
3600.09/3597.62	c number of learning phase by resolution	: 0
3600.09/3597.62	c number of learning phase by cutting planes	: 0
3600.09/3597.62	c number of rounding to 1 operations	: 249176
3600.09/3597.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3597.62	c number of reductions of the coefficients by power 2 	: 0
3600.09/3597.62	c number of right shift for reduction by power 2 	: 0
3600.09/3597.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3597.62	c number of ending skipping 	: 0
3600.09/3597.62	c number of internal skipping 	: 0
3600.09/3597.62	c number of derivation steps 	: 463845
3600.09/3597.62	c number of skipped derivation steps 	: 0
3600.09/3597.62	c number of remaining unassigned 	: 48261
3600.09/3597.62	c number of remaining assigned 	: 9557090
3600.09/3597.62	c number of falsified literals weakened from reason	: 0
3600.09/3597.62	c number of falsified literals weakened from conflict	: 0
3600.09/3597.62	c time for arithmetic operations	: 3175643181
3600.09/3597.62	c minimum degree of deleted constraints	: 4
3600.09/3597.62	c maximum degree of deleted constraints	: 869796
3600.09/3597.62	c number of deleted constraints	: 13717
3600.09/3597.64	c speed (assignments/second)	: 207.5319962650523
3600.09/3597.64	c non guided choices	: 0
3600.09/3597.64	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 6645
3600.09/3597.64	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5048
3600.09/3597.64	s SATISFIABLE
3600.09/3597.64	c Found 12 solution(s)
3600.09/3597.64	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.09/3597.64	c objective function=211
3600.09/3597.65	c Total wall clock time (in seconds): 3597.487

Verifier Data

OK	211

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460053-1721942861/watcher-4460053-1721942861 -o /tmp/evaluation-result-4460053-1721942861/solver-4460053-1721942861 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721939462-300227 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4460053-1721942861.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100375 s]*
/proc/loadavg: 4.62 4.43 4.23 5/328 302270
/proc/meminfo: memFree=96913424/131524600 swapFree=131063756/131071996
[pid=302252] ppid=302249 vsize=18993908 memory=66588 CPUtime=0.14 cores=1,3
/proc/302252/stat : 302252 (java) S 302249 302252 300215 0 -1 1077936128 7274 0 0 0 12 2 0 0 20 0 18 0 30814360 19449761792 16647 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
/proc/302252/statm: 4748477 16647 5959 1 0 549354 0
[pid=302252/tid=302254] ppid=302249 vsize=18993908 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/302252/task/302254/stat : 302254 (java) R 302249 302252 300215 0 -1 4194368 5821 0 0 0 7 1 0 0 20 0 18 0 30814360 19449761792 16647 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302263] ppid=302249 vsize=18993908 memory=232851243367 CPUtime=0 cores=1,3
/proc/302252/task/302263/stat : 302263 (Finalizer) S 302249 302252 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30814363 19449761792 16647 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302270] ppid=302249 vsize=18993908 memory=14133346625590257 CPUtime=0 cores=1,3
/proc/302252/task/302270/stat : 302270 (Common-Cleaner) S 302249 302252 300215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30814364 19449761792 16647 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 66588 KiB

[startup+0.206363 s]*
/proc/loadavg: 4.62 4.43 4.23 7/328 302270
/proc/meminfo: memFree=96903184/131524600 swapFree=131063756/131071996
[pid=302252] ppid=302249 vsize=18993908 memory=76652 CPUtime=0.34 cores=1,3
/proc/302252/stat : 302252 (java) S 302249 302252 300215 0 -1 1077936128 7815 0 0 0 31 3 0 0 20 0 18 0 30814360 19449761792 19163 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
/proc/302252/statm: 4748477 19163 5975 1 0 549706 0
[pid=302252/tid=302254] ppid=302249 vsize=18993908 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/302252/task/302254/stat : 302254 (java) R 302249 302252 300215 0 -1 4194368 6121 0 0 0 17 2 0 0 20 0 18 0 30814360 19449761792 19163 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302263] ppid=302249 vsize=18993908 memory=1512645 CPUtime=0 cores=1,3
/proc/302252/task/302263/stat : 302263 (Finalizer) S 302249 302252 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30814363 19449761792 19163 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302270] ppid=302249 vsize=18993908 memory=13851871647368912 CPUtime=0 cores=1,3
/proc/302252/task/302270/stat : 302270 (Common-Cleaner) S 302249 302252 300215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30814364 19449761792 19163 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 76652 KiB

[startup+0.30636 s]*
/proc/loadavg: 4.62 4.43 4.23 7/329 302271
/proc/meminfo: memFree=96891876/131524600 swapFree=131063756/131071996
[pid=302252] ppid=302249 vsize=19060472 memory=86244 CPUtime=0.52 cores=1,3
/proc/302252/stat : 302252 (java) S 302249 302252 300215 0 -1 1077936128 9026 0 0 0 49 3 0 0 20 0 19 0 30814360 19517923328 21561 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
/proc/302252/statm: 4765118 21561 6120 1 0 550600 0
[pid=302252/tid=302254] ppid=302249 vsize=19060472 memory=-8527962175730000572 CPUtime=0.28 cores=1,3
/proc/302252/task/302254/stat : 302254 (java) R 302249 302252 300215 0 -1 4194368 6250 0 0 0 26 2 0 0 20 0 19 0 30814360 19517923328 21561 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302263] ppid=302249 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/302252/task/302263/stat : 302263 (Finalizer) S 302249 302252 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30814363 19517923328 21561 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302270] ppid=302249 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/302252/task/302270/stat : 302270 (Common-Cleaner) S 302249 302252 300215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30814364 19517923328 21561 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302271] ppid=302249 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/302252/task/302271/stat : 302271 (Timer-0) S 302249 302252 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30814385 19517923328 21561 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 86244 KiB

[startup+0.700363 s]
/proc/loadavg: 4.62 4.43 4.23 6/329 302271
/proc/meminfo: memFree=96856324/131524600 swapFree=131063756/131071996
[pid=302252] ppid=302249 vsize=19060472 memory=163956 CPUtime=1.29 cores=1,3
/proc/302252/stat : 302252 (java) S 302249 302252 300215 0 -1 1077936128 11740 0 0 0 124 5 0 0 20 0 19 0 30814360 19517923328 40989 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
/proc/302252/statm: 4765118 40989 6120 1 0 552469 0
[pid=302252/tid=302254] ppid=302249 vsize=19060472 memory=12944 CPUtime=0.63 cores=1,3
/proc/302252/task/302254/stat : 302254 (java) R 302249 302252 300215 0 -1 4194368 6334 0 0 0 60 3 0 0 20 0 19 0 30814360 19517923328 40989 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302263] ppid=302249 vsize=19060472 memory=12944 CPUtime=0 cores=1,3
/proc/302252/task/302263/stat : 302263 (Finalizer) S 302249 302252 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30814363 19517923328 40989 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302270] ppid=302249 vsize=19060472 memory=115332 CPUtime=0 cores=1,3
/proc/302252/task/302270/stat : 302270 (Common-Cleaner) S 302249 302252 300215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30814364 19517923328 40989 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302271] ppid=302249 vsize=19060472 memory=1816 CPUtime=0 cores=1,3
/proc/302252/task/302271/stat : 302271 (Timer-0) S 302249 302252 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30814385 19517923328 40989 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 163956 KiB

[startup+1.50036 s]
/proc/loadavg: 4.62 4.43 4.23 6/330 302272
/proc/meminfo: memFree=96798480/131524600 swapFree=131063756/131071996
[pid=302252] ppid=302249 vsize=19127036 memory=186352 CPUtime=2.85 cores=1,3
/proc/302252/stat : 302252 (java) S 302249 302252 300215 0 -1 1077936128 19397 0 0 0 279 6 0 0 20 0 20 0 30814360 19586084864 46588 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
/proc/302252/statm: 4781759 46588 6136 1 0 554598 0
[pid=302252/tid=302254] ppid=302249 vsize=19127036 memory=12944 CPUtime=1.38 cores=1,3
/proc/302252/task/302254/stat : 302254 (java) R 302249 302252 300215 0 -1 4194368 6558 0 0 0 135 3 0 0 20 0 20 0 30814360 19586084864 46588 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302263] ppid=302249 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/302252/task/302263/stat : 302263 (Finalizer) S 302249 302252 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30814363 19586084864 46588 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302270] ppid=302249 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/302252/task/302270/stat : 302270 (Common-Cleaner) S 302249 302252 300215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30814364 19586084864 46588 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302271] ppid=302249 vsize=19127036 memory=65 CPUtime=0 cores=1,3
/proc/302252/task/302271/stat : 302271 (Timer-0) S 302249 302252 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30814385 19586084864 46588 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 186352 KiB

[startup+3.10636 s]
/proc/loadavg: 4.62 4.43 4.23 6/330 302272
/proc/meminfo: memFree=96687576/131524600 swapFree=131063756/131071996
[pid=302252] ppid=302249 vsize=19127036 memory=300128 CPUtime=5.07 cores=1,3
/proc/302252/stat : 302252 (java) S 302249 302252 300215 0 -1 1077936128 20687 0 0 0 499 8 0 0 20 0 20 0 30814360 19586084864 75032 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
/proc/302252/statm: 4781759 75032 6136 1 0 554853 0
[pid=302252/tid=302254] ppid=302249 vsize=19127036 memory=0 CPUtime=2.96 cores=1,3
/proc/302252/task/302254/stat : 302254 (java) R 302249 302252 300215 0 -1 4194368 6929 0 0 0 291 5 0 0 20 0 20 0 30814360 19586084864 75032 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302263] ppid=302249 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/302252/task/302263/stat : 302263 (Finalizer) S 302249 302252 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30814363 19586084864 75032 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302270] ppid=302249 vsize=19127036 memory=186524 CPUtime=0 cores=1,3
/proc/302252/task/302270/stat : 302270 (Common-Cleaner) S 302249 302252 300215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30814364 19586084864 75032 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302271] ppid=302249 vsize=19127036 memory=12944 CPUtime=0 cores=1,3
/proc/302252/task/302271/stat : 302271 (Timer-0) S 302249 302252 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30814385 19586084864 75032 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
Current children cumulated CPU time: 5.07 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 300128 KiB

[startup+6.30029 s]
/proc/loadavg: 4.57 4.42 4.23 6/330 302274
/proc/meminfo: memFree=96467200/131524600 swapFree=131063756/131071996
[pid=302252] ppid=302249 vsize=19127036 memory=538432 CPUtime=8.32 cores=1,3
/proc/302252/stat : 302252 (java) S 302249 302252 300215 0 -1 1077936128 21598 0 0 0 819 13 0 0 20 0 20 0 30814360 19586084864 134608 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
/proc/302252/statm: 4781759 134608 6136 1 0 554855 0
[pid=302252/tid=302254] ppid=302249 vsize=19127036 memory=0 CPUtime=6.1 cores=1,3
/proc/302252/task/302254/stat : 302254 (java) R 302249 302252 300215 0 -1 4194368 7238 0 0 0 601 9 0 0 20 0 20 0 30814360 19586084864 134608 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302263] ppid=302249 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/302252/task/302263/stat : 302263 (Finalizer) S 302249 302252 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30814363 19586084864 134608 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302270] ppid=302249 vsize=19127036 memory=12944 CPUtime=0 cores=1,3
/proc/302252/task/302270/stat : 302270 (Common-Cleaner) S 302249 302252 300215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30814364 19586084864 134608 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302271] ppid=302249 vsize=19127036 memory=12336 CPUtime=0 cores=1,3
/proc/302252/task/302271/stat : 302271 (Timer-0) S 302249 302252 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30814385 19586084864 134608 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
Current children cumulated CPU time: 8.32 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 538432 KiB

[startup+12.7003 s]
/proc/loadavg: 4.60 4.43 4.23 6/330 302274
/proc/meminfo: memFree=95995208/131524600 swapFree=131063756/131071996
[pid=302252] ppid=302249 vsize=19127036 memory=976868 CPUtime=14.76 cores=1,3
/proc/302252/stat : 302252 (java) S 302249 302252 300215 0 -1 1077936128 25073 0 0 0 1453 23 0 0 20 0 20 0 30814360 19586084864 244217 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
/proc/302252/statm: 4781759 244217 6136 1 0 554855 0
[pid=302252/tid=302254] ppid=302249 vsize=19127036 memory=12944 CPUtime=12.46 cores=1,3
/proc/302252/task/302254/stat : 302254 (java) R 302249 302252 300215 0 -1 4194368 8358 0 0 0 1228 18 0 0 20 0 20 0 30814360 19586084864 244217 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302263] ppid=302249 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/302252/task/302263/stat : 302263 (Finalizer) S 302249 302252 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30814363 19586084864 244217 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302270] ppid=302249 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/302252/task/302270/stat : 302270 (Common-Cleaner) S 302249 302252 300215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30814364 19586084864 244217 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302271] ppid=302249 vsize=19127036 memory=1816 CPUtime=0 cores=1,3
/proc/302252/task/302271/stat : 302271 (Timer-0) S 302249 302252 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30814385 19586084864 244217 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
Current children cumulated CPU time: 14.76 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 976868 KiB

[startup+25.5003 s]
/proc/loadavg: 4.54 4.42 4.23 6/332 302447
/proc/meminfo: memFree=95985524/131524600 swapFree=131063756/131071996
[pid=302252] ppid=302249 vsize=19127036 memory=985072 CPUtime=27.55 cores=1,3
/proc/302252/stat : 302252 (java) S 302249 302252 300215 0 -1 1077936128 27886 0 0 0 2732 23 0 0 20 0 20 0 30814360 19586084864 246268 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
/proc/302252/statm: 4781759 246268 6136 1 0 554855 0
[pid=302252/tid=302254] ppid=302249 vsize=19127036 memory=1816 CPUtime=25.18 cores=1,3
/proc/302252/task/302254/stat : 302254 (java) R 302249 302252 300215 0 -1 4194368 9232 0 0 0 2500 18 0 0 20 0 20 0 30814360 19586084864 246268 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302263] ppid=302249 vsize=19127036 memory=980976 CPUtime=0 cores=1,3
/proc/302252/task/302263/stat : 302263 (Finalizer) S 302249 302252 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30814363 19586084864 246268 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302270] ppid=302249 vsize=19127036 memory=69304 CPUtime=0 cores=1,3
/proc/302252/task/302270/stat : 302270 (Common-Cleaner) S 302249 302252 300215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30814364 19586084864 246268 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302271] ppid=302249 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/302252/task/302271/stat : 302271 (Timer-0) S 302249 302252 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30814385 19586084864 246268 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
Current children cumulated CPU time: 27.55 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 985072 KiB

[startup+51.1062 s]
/proc/loadavg: 4.41 4.40 4.23 6/332 302450
/proc/meminfo: memFree=95626860/131524600 swapFree=131063756/131071996
[pid=302252] ppid=302249 vsize=19127036 memory=1343544 CPUtime=53.01 cores=1,3
/proc/302252/stat : 302252 (java) S 302249 302252 300215 0 -1 1077936128 33308 0 0 0 5269 32 0 0 20 0 20 0 30814360 19586084864 335886 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
/proc/302252/statm: 4781759 335886 6136 1 0 554855 0
[pid=302252/tid=302254] ppid=302249 vsize=19127036 memory=12944 CPUtime=50.49 cores=1,3
/proc/302252/task/302254/stat : 302254 (java) R 302249 302252 300215 0 -1 4194368 11218 0 0 0 5024 25 0 0 20 0 20 0 30814360 19586084864 335886 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0

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

/proc/meminfo: memFree=108719184/131524600 swapFree=131063756/131071996
[pid=302252] ppid=302249 vsize=19127036 memory=1960492 CPUtime=3224.74 cores=1,3
/proc/302252/stat : 302252 (java) S 302249 302252 300215 0 -1 1077936128 172784 0 0 0 322313 161 0 0 20 0 20 0 30814360 19586084864 490123 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
/proc/302252/statm: 4781759 490123 6152 1 0 556893 0
[pid=302252/tid=302254] ppid=302249 vsize=19127036 memory=69304 CPUtime=3208.42 cores=1,3
/proc/302252/task/302254/stat : 302254 (java) R 302249 302252 300215 0 -1 4194368 67348 0 0 0 320806 36 0 0 20 0 20 0 30814360 19586084864 490123 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302263] ppid=302249 vsize=19127036 memory=1960492 CPUtime=0 cores=1,3
/proc/302252/task/302263/stat : 302263 (Finalizer) S 302249 302252 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30814363 19586084864 490123 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302270] ppid=302249 vsize=19127036 memory=12336 CPUtime=0 cores=1,3
/proc/302252/task/302270/stat : 302270 (Common-Cleaner) S 302249 302252 300215 0 -1 1077936192 3636 0 0 0 0 0 0 0 20 0 20 0 30814364 19586084864 490123 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302271] ppid=302249 vsize=19127036 memory=1960492 CPUtime=0 cores=1,3
/proc/302252/task/302271/stat : 302271 (Timer-0) S 302249 302252 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30814385 19586084864 490123 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
Current children cumulated CPU time: 3224.74 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1960492 KiB

[startup+3282.3 s]
/proc/loadavg: 1.08 1.09 1.23 2/252 304312
/proc/meminfo: memFree=108714584/131524600 swapFree=131063756/131071996
[pid=302252] ppid=302249 vsize=19127036 memory=1964600 CPUtime=3284.7 cores=1,3
/proc/302252/stat : 302252 (java) S 302249 302252 300215 0 -1 1077936128 174984 0 0 0 328307 163 0 0 20 0 20 0 30814360 19586084864 491150 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
/proc/302252/statm: 4781759 491150 6152 1 0 556893 0
[pid=302252/tid=302254] ppid=302249 vsize=19127036 memory=69304 CPUtime=3268.24 cores=1,3
/proc/302252/task/302254/stat : 302254 (java) R 302249 302252 300215 0 -1 4194368 68408 0 0 0 326787 37 0 0 20 0 20 0 30814360 19586084864 491150 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302263] ppid=302249 vsize=19127036 memory=1964600 CPUtime=0 cores=1,3
/proc/302252/task/302263/stat : 302263 (Finalizer) S 302249 302252 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30814363 19586084864 491150 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302270] ppid=302249 vsize=19127036 memory=1964600 CPUtime=0 cores=1,3
/proc/302252/task/302270/stat : 302270 (Common-Cleaner) S 302249 302252 300215 0 -1 1077936192 3753 0 0 0 0 0 0 0 20 0 20 0 30814364 19586084864 491150 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302271] ppid=302249 vsize=19127036 memory=1816 CPUtime=0 cores=1,3
/proc/302252/task/302271/stat : 302271 (Timer-0) S 302249 302252 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30814385 19586084864 491150 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
Current children cumulated CPU time: 3284.7 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1964600 KiB

[startup+3342.3 s]
/proc/loadavg: 1.07 1.08 1.22 2/252 304323
/proc/meminfo: memFree=108710108/131524600 swapFree=131063756/131071996
[pid=302252] ppid=302249 vsize=19127036 memory=1968700 CPUtime=3344.66 cores=1,3
/proc/302252/stat : 302252 (java) S 302249 302252 300215 0 -1 1077936128 177086 0 0 0 334301 165 0 0 20 0 20 0 30814360 19586084864 492175 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
/proc/302252/statm: 4781759 492175 6152 1 0 556893 0
[pid=302252/tid=302254] ppid=302249 vsize=19127036 memory=1966648 CPUtime=3328.05 cores=1,3
/proc/302252/task/302254/stat : 302254 (java) R 302249 302252 300215 0 -1 4194368 69392 0 0 0 332768 37 0 0 20 0 20 0 30814360 19586084864 492175 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302263] ppid=302249 vsize=19127036 memory=1964600 CPUtime=0 cores=1,3
/proc/302252/task/302263/stat : 302263 (Finalizer) S 302249 302252 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30814363 19586084864 492175 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302270] ppid=302249 vsize=19127036 memory=12336 CPUtime=0 cores=1,3
/proc/302252/task/302270/stat : 302270 (Common-Cleaner) S 302249 302252 300215 0 -1 1077936192 3815 0 0 0 0 0 0 0 20 0 20 0 30814364 19586084864 492175 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302271] ppid=302249 vsize=19127036 memory=1968700 CPUtime=0 cores=1,3
/proc/302252/task/302271/stat : 302271 (Timer-0) S 302249 302252 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30814385 19586084864 492175 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
Current children cumulated CPU time: 3344.66 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1968700 KiB

[startup+3402.3 s]
/proc/loadavg: 1.19 1.11 1.22 2/252 304335
/proc/meminfo: memFree=108705764/131524600 swapFree=131063756/131071996
[pid=302252] ppid=302249 vsize=19127036 memory=1972796 CPUtime=3404.6 cores=1,3
/proc/302252/stat : 302252 (java) S 302249 302252 300215 0 -1 1077936128 178035 0 0 0 340293 167 0 0 20 0 20 0 30814360 19586084864 493199 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
/proc/302252/statm: 4781759 493199 6152 1 0 556893 0
[pid=302252/tid=302254] ppid=302249 vsize=19127036 memory=1964600 CPUtime=3387.87 cores=1,3
/proc/302252/task/302254/stat : 302254 (java) R 302249 302252 300215 0 -1 4194368 70208 0 0 0 338750 37 0 0 20 0 20 0 30814360 19586084864 493199 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302263] ppid=302249 vsize=19127036 memory=1972796 CPUtime=0 cores=1,3
/proc/302252/task/302263/stat : 302263 (Finalizer) S 302249 302252 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30814363 19586084864 493199 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302270] ppid=302249 vsize=19127036 memory=1972796 CPUtime=0 cores=1,3
/proc/302252/task/302270/stat : 302270 (Common-Cleaner) S 302249 302252 300215 0 -1 1077936192 3854 0 0 0 0 0 0 0 20 0 20 0 30814364 19586084864 493199 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302271] ppid=302249 vsize=19127036 memory=1972796 CPUtime=0 cores=1,3
/proc/302252/task/302271/stat : 302271 (Timer-0) S 302249 302252 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30814385 19586084864 493199 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
Current children cumulated CPU time: 3404.6 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1972796 KiB

[startup+3462.3 s]
/proc/loadavg: 1.13 1.11 1.20 2/252 304729
/proc/meminfo: memFree=108696368/131524600 swapFree=131063756/131071996
[pid=302252] ppid=302249 vsize=19127036 memory=1981924 CPUtime=3464.66 cores=1,3
/proc/302252/stat : 302252 (java) S 302249 302252 300215 0 -1 1077936128 180467 0 0 0 346296 170 0 0 20 0 20 0 30814360 19586084864 495481 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
/proc/302252/statm: 4781759 495481 6152 1 0 556893 0
[pid=302252/tid=302254] ppid=302249 vsize=19127036 memory=1964600 CPUtime=3447.61 cores=1,3
/proc/302252/task/302254/stat : 302254 (java) R 302249 302252 300215 0 -1 4194368 71400 0 0 0 344723 38 0 0 20 0 20 0 30814360 19586084864 495481 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302263] ppid=302249 vsize=19127036 memory=69304 CPUtime=0 cores=1,3
/proc/302252/task/302263/stat : 302263 (Finalizer) S 302249 302252 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30814363 19586084864 495481 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302270] ppid=302249 vsize=19127036 memory=1981924 CPUtime=0 cores=1,3
/proc/302252/task/302270/stat : 302270 (Common-Cleaner) S 302249 302252 300215 0 -1 1077936192 3900 0 0 0 0 0 0 0 20 0 20 0 30814364 19586084864 495481 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302271] ppid=302249 vsize=19127036 memory=1981924 CPUtime=0 cores=1,3
/proc/302252/task/302271/stat : 302271 (Timer-0) S 302249 302252 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30814385 19586084864 495481 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
Current children cumulated CPU time: 3464.66 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1981924 KiB

[startup+3522.3 s]
/proc/loadavg: 1.16 1.12 1.20 2/251 304739
/proc/meminfo: memFree=108688772/131524600 swapFree=131063756/131071996
[pid=302252] ppid=302249 vsize=19127036 memory=1990132 CPUtime=3524.74 cores=1,3
/proc/302252/stat : 302252 (java) S 302249 302252 300215 0 -1 1077936128 182564 0 0 0 352302 172 0 0 20 0 20 0 30814360 19586084864 497533 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
/proc/302252/statm: 4781759 497533 6152 1 0 556893 0
[pid=302252/tid=302254] ppid=302249 vsize=19127036 memory=5728 CPUtime=3507.3 cores=1,3
/proc/302252/task/302254/stat : 302254 (java) R 302249 302252 300215 0 -1 4194368 72526 0 0 0 350692 38 0 0 20 0 20 0 30814360 19586084864 497533 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302263] ppid=302249 vsize=19127036 memory=1968700 CPUtime=0 cores=1,3
/proc/302252/task/302263/stat : 302263 (Finalizer) S 302249 302252 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30814363 19586084864 497533 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302270] ppid=302249 vsize=19127036 memory=-8527962175730000572 CPUtime=0 cores=1,3
/proc/302252/task/302270/stat : 302270 (Common-Cleaner) S 302249 302252 300215 0 -1 1077936192 3973 0 0 0 0 0 0 0 20 0 20 0 30814364 19586084864 497533 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302271] ppid=302249 vsize=19127036 memory=1988084 CPUtime=0 cores=1,3
/proc/302252/task/302271/stat : 302271 (Timer-0) S 302249 302252 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30814385 19586084864 497533 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
Current children cumulated CPU time: 3524.74 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1990132 KiB

[startup+3582.3 s]
/proc/loadavg: 1.11 1.11 1.19 2/251 304750
/proc/meminfo: memFree=108684896/131524600 swapFree=131063756/131071996
[pid=302252] ppid=302249 vsize=19127036 memory=1994244 CPUtime=3584.77 cores=1,3
/proc/302252/stat : 302252 (java) S 302249 302252 300215 0 -1 1077936128 184663 0 0 0 358303 174 0 0 20 0 20 0 30814360 19586084864 498561 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
/proc/302252/statm: 4781759 498561 6152 1 0 556893 0
[pid=302252/tid=302254] ppid=302249 vsize=19127036 memory=1990132 CPUtime=3567.03 cores=1,3
/proc/302252/task/302254/stat : 302254 (java) R 302249 302252 300215 0 -1 4194368 73495 0 0 0 356665 38 0 0 20 0 20 0 30814360 19586084864 498561 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302263] ppid=302249 vsize=19127036 memory=1816 CPUtime=0 cores=1,3
/proc/302252/task/302263/stat : 302263 (Finalizer) S 302249 302252 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30814363 19586084864 498561 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302270] ppid=302249 vsize=19127036 memory=1994240 CPUtime=0 cores=1,3
/proc/302252/task/302270/stat : 302270 (Common-Cleaner) S 302249 302252 300215 0 -1 1077936192 4044 0 0 0 0 0 0 0 20 0 20 0 30814364 19586084864 498561 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302271] ppid=302249 vsize=19127036 memory=-8527962175730000572 CPUtime=0 cores=1,3
/proc/302252/task/302271/stat : 302271 (Timer-0) S 302249 302252 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30814385 19586084864 498561 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
Current children cumulated CPU time: 3584.77 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1994244 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597.6 s]
/proc/loadavg: 1.09 1.10 1.18 2/251 304753
/proc/meminfo: memFree=108682792/131524600 swapFree=131063756/131071996
[pid=302252] ppid=302249 vsize=19127036 memory=1996292 CPUtime=3600.09 cores=1,3
/proc/302252/stat : 302252 (java) S 302249 302252 300215 0 -1 1077936128 184965 0 0 0 359834 175 0 0 20 0 20 0 30814360 19586084864 499073 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
/proc/302252/statm: 4781759 499073 6152 1 0 556893 0
[pid=302252/tid=302254] ppid=302249 vsize=19127036 memory=12944 CPUtime=3582.26 cores=1,3
/proc/302252/task/302254/stat : 302254 (java) R 302249 302252 300215 0 -1 4194368 73784 0 0 0 358188 38 0 0 20 0 20 0 30814360 19586084864 499073 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302263] ppid=302249 vsize=19127036 memory=5728 CPUtime=0 cores=1,3
/proc/302252/task/302263/stat : 302263 (Finalizer) S 302249 302252 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30814363 19586084864 499073 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302270] ppid=302249 vsize=19127036 memory=18520 CPUtime=0 cores=1,3
/proc/302252/task/302270/stat : 302270 (Common-Cleaner) S 302249 302252 300215 0 -1 1077936192 4044 0 0 0 0 0 0 0 20 0 20 0 30814364 19586084864 499073 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
[pid=302252/tid=302271] ppid=302249 vsize=19127036 memory=18528 CPUtime=0 cores=1,3
/proc/302252/task/302271/stat : 302271 (Timer-0) S 302249 302252 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30814385 19586084864 499073 134679101440 94720793325568 94720793329264 140733622699712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94720793337080 94720793337872 94720806121472 140733622703091 140733622703204 140733622703204 140733622710216 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1996292 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.45 s, system=1.76498 s

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

Child status: 143

Real time (s): 3597.66
CPU time (s): 3600.21
CPU user time (s): 3598.45
CPU system time (s): 1.76498
CPU usage (%): 100.071
Max. virtual memory (cumulated for all children) (KiB): 19127036
Max. memory (cumulated for all children) (KiB): 1996292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.45
system time used= 1.76498
maximum resident set size= 1997912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187979
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115004
involuntary context switches= 3223


# summary of solver processes directly reported to runsolver:
#   pid: 302252
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3598.45
#   total CPU system time (s): 1.76498

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2427 second user time and 14.5254 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-25 23:27:41
IDJOB=4460053
IDBENCH=160609
IDSOLVER=3046
FILE ID=nodeC027/4460053-1721942861
RUNJOBID= nodeC027-1721939462-300227
SLURM_JOB_ID= 8247247
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 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 PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460053-1721942861/watcher-4460053-1721942861 -o /tmp/evaluation-result-4460053-1721942861/solver-4460053-1721942861 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721939462-300227 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4460053-1721942861.opb

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

MD5SUM BENCH= 5c14727f1628c687fc33c0e456a00727
RANDOM SEED=1181492874

nodeC027.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		: 3600.234
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.74
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		: 3647.286
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.65
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		: 3664.261
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.74
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		: 3624.112
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.65
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		: 3664.325
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.74
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		: 3665.199
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.65
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		: 3599.966
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.74
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		: 3614.060
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.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        96955868 kB
MemAvailable:   116028816 kB
Buffers:          328620 kB
Cached:         19425016 kB
SwapCached:          472 kB
Active:          2637344 kB
Inactive:       31004480 kB
Active(anon):       1688 kB
Inactive(anon): 13939656 kB
Active(file):    2635656 kB
Inactive(file): 17064824 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131063756 kB
Dirty:               772 kB
Writeback:            36 kB
AnonPages:      13887096 kB
Mapped:           136992 kB
Shmem:             53416 kB
KReclaimable:     424584 kB
Slab:             548940 kB
SReclaimable:     424584 kB
SUnreclaim:       124356 kB
KernelStack:        5000 kB
PageTables:        37052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   17256672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17376 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13617152 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:      359124 kB
DirectMap2M:    40308736 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890084 MiB
End job on nodeC027 at 2024-07-26 00:27:39