Trace number 4459829

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-12OPT5 303.14 287.578

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_100_25_3.opb
MD5SUMfed860af605aa9eb8703feef3149d20a
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 benchmark5
Best CPU time to get the best result obtained on this benchmark1.54559
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3090
Sum of products size (including duplicates)6180
Number of different products3090
Sum of products size6180

Quality of the solution as a function of time


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

Solver Data

0.06/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.06/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.21	c See www.sat4j.org for details.
0.23/0.23	c version CUSTOM.v20240707
0.23/0.26	c java.runtime.name	OpenJDK Runtime Environment
0.23/0.26	c java.vm.name		OpenJDK 64-Bit Server VM
0.23/0.26	c java.vm.version	22.0.1+8-16
0.23/0.26	c java.vm.vendor	Oracle Corporation
0.23/0.26	c sun.arch.data.model	64
0.23/0.26	c java.version		22.0.1
0.23/0.26	c os.name		Linux
0.23/0.26	c os.version		4.18.0-301.1.el8.x86_64
0.23/0.26	c os.arch		amd64
0.23/0.27	c Free memory 		2115194816
0.23/0.27	c Max memory 		16282288128
0.23/0.27	c Total memory 		2122317824
0.23/0.28	c Number of processors 	2
0.57/0.45	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.57/0.45	 - never skip resolution steps
0.57/0.45	 - Auto-division on coefficients is disabled
0.57/0.45	 - No postprocessing
0.57/0.45	 - Conflict is considered as is when resolving
0.57/0.45	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.57/0.45	 - Weaken first using unassigned literals
0.57/0.45	 - Bump strategy: ALWAYS_ONE
0.57/0.45	 - Bumper: ASSIGNED
0.57/0.45	--- Begin Solver configuration ---
0.57/0.45	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.57/0.45	Learn all clauses as in MiniSAT
0.57/0.45	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.57/0.45	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.57/0.45	No reason simplification
0.57/0.45	Armin Biere (Picosat) restarts strategy
0.57/0.45	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.57/0.45	timeout=2147483s
0.57/0.45	DB Simplification allowed=false
0.57/0.45	Listener: none
0.57/0.45	--- End Solver configuration ---
0.57/0.45	c Pseudo Boolean Optimization by upper bound
0.57/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.57/0.45	c  - never skip resolution steps
0.57/0.45	c  - Auto-division on coefficients is disabled
0.57/0.45	c  - No postprocessing
0.57/0.45	c  - Conflict is considered as is when resolving
0.57/0.45	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.57/0.45	c  - Weaken first using unassigned literals
0.57/0.45	c  - Bump strategy: ALWAYS_ONE
0.57/0.45	c  - Bumper: ASSIGNED
0.57/0.45	c --- Begin Solver configuration ---
0.57/0.45	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.57/0.45	c Learn all clauses as in MiniSAT
0.57/0.45	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.57/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.57/0.45	c No reason simplification
0.57/0.45	c Armin Biere (Picosat) restarts strategy
0.57/0.45	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.57/0.45	c timeout=2147483s
0.57/0.45	c DB Simplification allowed=false
0.57/0.45	c Listener: none
0.57/0.45	c --- End Solver configuration ---
0.57/0.45	c solving HOME/instance-4459829-1721939463.opb
0.57/0.45	c reading problem ... 
0.57/0.46	c  objective function found
1.09/0.71	c ... done. Wall clock time 0.253s.
1.09/0.71	c declared #vars     100
1.09/0.71	c internal #vars     3190
1.09/0.71	c #constraints  6280
1.09/0.71	c constraints type 
1.09/0.72	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 3090
1.09/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3190
1.09/0.72	c 6280 constraints processed.
1.09/0.74	c objective function length is 100 literals
1.09/0.78	c SATISFIABLE
1.09/0.78	c OPTIMIZING...
1.09/0.79	c Got one! Elapsed wall clock time (in seconds):0.332
1.09/0.79	o 9
1.29/0.89	c Got one! Elapsed wall clock time (in seconds):0.438
1.29/0.89	o 8
1.48/0.93	c Got one! Elapsed wall clock time (in seconds):0.476
1.48/0.93	o 7
2.26/1.39	c Got one! Elapsed wall clock time (in seconds):0.935
2.26/1.39	o 6
21.04/17.24	c cleaning 2593 clauses out of 5185 with flag 0/5185
38.00/33.30	c Got one! Elapsed wall clock time (in seconds):32.845
38.00/33.30	o 5
80.23/74.23	c cleaning 5621 clauses out of 12739 with flag 0/15332
118.47/110.94	c cleaning 3177 clauses out of 13116 with flag 0/21330
179.34/168.42	c cleaning 3526 clauses out of 16941 with flag 0/28332
284.95/270.04	c cleaning 3613 clauses out of 21412 with flag 0/36329
303.05/287.52	c starts		: 69
303.05/287.53	c conflicts		: 38338
303.05/287.53	c decisions		: 58375
303.05/287.53	c propagations		: 14229951
303.05/287.53	c inspects		: 173669090
303.05/287.53	c shortcuts		: 0
303.05/287.53	c learnt literals	: 0
303.05/287.53	c learnt binary clauses	: 1
303.05/287.53	c learnt ternary clauses	: 3
303.05/287.53	c learnt constraints	: 38337
303.05/287.53	c ignored constraints	: 0
303.05/287.53	c root simplifications	: 0
303.05/287.53	c removed literals (reason simplification)	: 0
303.05/287.53	c reason swapping (by a shorter reason)	: 0
303.05/287.53	c Calls to reduceDB	: 5
303.05/287.53	c Number of update (reduction) of LBD	: 0
303.05/287.53	c Imported unit clauses	: 0
303.05/287.53	c No decision after first conflict	: false
303.05/287.53	c number of reductions to clauses (during analyze)	: 0
303.05/287.53	c number of learned constraints concerned by reduction	: 0
303.05/287.53	c number of learning phase by resolution	: 0
303.05/287.53	c number of learning phase by cutting planes	: 0
303.05/287.53	c number of rounding to 1 operations	: 1378122
303.05/287.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
303.05/287.53	c number of reductions of the coefficients by power 2 	: 0
303.05/287.53	c number of right shift for reduction by power 2 	: 0
303.05/287.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
303.05/287.53	c number of ending skipping 	: 0
303.05/287.53	c number of internal skipping 	: 0
303.05/287.53	c number of derivation steps 	: 1508168
303.05/287.53	c number of skipped derivation steps 	: 0
303.05/287.53	c number of remaining unassigned 	: 46296
303.05/287.53	c number of remaining assigned 	: 12747730
303.05/287.53	c number of falsified literals weakened from reason	: 0
303.05/287.53	c number of falsified literals weakened from conflict	: 0
303.05/287.53	c time for arithmetic operations	: 37347984008
303.05/287.53	c minimum degree of deleted constraints	: 4
303.05/287.53	c maximum degree of deleted constraints	: 120743
303.05/287.53	c number of deleted constraints	: 18530
303.05/287.53	c speed (assignments/second)	: 49618.362692999704
303.05/287.53	c non guided choices	: 0
303.05/287.53	s OPTIMUM FOUND
303.05/287.53	c Found 5 solution(s)
303.05/287.53	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 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
303.05/287.53	c objective function=5
303.05/287.53	c Total wall clock time (in seconds): 287.082

Verifier Data

OK	5

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=252243, runsolver pid=252240

[startup+0.1001 s]*
/proc/loadavg: 0.15 0.11 0.18 12/304 252253
/proc/meminfo: memFree=118861088/131655788 swapFree=131071472/131071996
[pid=252243] ppid=252240 vsize=18774340 memory=49276 CPUtime=0.06 cores=4,6
/proc/252243/stat : 252243 (java) S 252240 252243 252119 0 -1 1077936128 5702 0 0 0 3 3 0 0 20 0 15 0 29935249 19224924160 12319 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
/proc/252243/statm: 4693585 12319 4639 1 0 549528 0
[pid=252243/tid=252245] ppid=252240 vsize=18774340 memory=4026561586 CPUtime=0.05 cores=4,6
/proc/252243/task/252245/stat : 252245 (java) R 252240 252243 252119 0 -1 4194368 5048 0 0 0 2 3 0 0 20 0 15 0 29935249 19224924160 12319 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252255] ppid=252240 vsize=18774340 memory=232851243367 CPUtime=0 cores=4,6
/proc/252243/task/252255/stat : 252255 (Finalizer) S 252240 252243 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 29935260 19224924160 12319 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 18774340 KiB
Current children cumulated memory: 49276 KiB

[startup+0.216249 s]*
/proc/loadavg: 0.15 0.11 0.18 10/313 252262
/proc/meminfo: memFree=118799108/131655788 swapFree=131071472/131071996
[pid=252243] ppid=252240 vsize=18975048 memory=58124 CPUtime=0.23 cores=4,6
/proc/252243/stat : 252243 (java) S 252240 252243 252119 0 -1 1077936128 6538 0 0 0 19 4 0 0 20 0 18 0 29935249 19430449152 14531 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
/proc/252243/statm: 4743762 14531 5648 1 0 550959 0
[pid=252243/tid=252245] ppid=252240 vsize=18975048 memory=4782652875487838339 CPUtime=0.15 cores=4,6
/proc/252243/task/252245/stat : 252245 (java) R 252240 252243 252119 0 -1 4194368 5469 0 0 0 12 3 0 0 20 0 18 0 29935249 19430449152 14531 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252255] ppid=252240 vsize=18975048 memory=880909 CPUtime=0 cores=4,6
/proc/252243/task/252255/stat : 252255 (Finalizer) S 252240 252243 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935260 19430449152 14531 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252262] ppid=252240 vsize=18975048 memory=15260341797930584 CPUtime=0 cores=4,6
/proc/252243/task/252262/stat : 252262 (Common-Cleaner) S 252240 252243 252119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29935261 19430449152 14531 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58124 KiB

[startup+0.316422 s]*
/proc/loadavg: 0.15 0.11 0.18 13/313 252262
/proc/meminfo: memFree=118733608/131655788 swapFree=131071472/131071996
[pid=252243] ppid=252240 vsize=18975048 memory=64500 CPUtime=0.4 cores=4,6
/proc/252243/stat : 252243 (java) S 252240 252243 252119 0 -1 1077936128 7081 0 0 0 35 5 0 0 20 0 18 0 29935249 19430449152 16125 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
/proc/252243/statm: 4743762 16125 5641 1 0 551462 0
[pid=252243/tid=252245] ppid=252240 vsize=18975048 memory=-9176480521987531452 CPUtime=0.24 cores=4,6
/proc/252243/task/252245/stat : 252245 (java) R 252240 252243 252119 0 -1 4194368 5649 0 0 0 21 3 0 0 20 0 18 0 29935249 19430449152 16125 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252255] ppid=252240 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/252243/task/252255/stat : 252255 (Finalizer) S 252240 252243 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935260 19430449152 16125 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252262] ppid=252240 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/252243/task/252262/stat : 252262 (Common-Cleaner) S 252240 252243 252119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29935261 19430449152 16125 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64500 KiB

[startup+0.703654 s]
/proc/loadavg: 0.15 0.11 0.18 10/294 252266
/proc/meminfo: memFree=118747064/131655788 swapFree=131071472/131071996
[pid=252243] ppid=252240 vsize=18975048 memory=121044 CPUtime=1.09 cores=4,6
/proc/252243/stat : 252243 (java) S 252240 252243 252119 0 -1 1077936128 7732 0 0 0 101 8 0 0 20 0 18 0 29935249 19430449152 30261 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
/proc/252243/statm: 4743762 30261 5829 1 0 551834 0
[pid=252243/tid=252245] ppid=252240 vsize=18975048 memory=11652 CPUtime=0.58 cores=4,6
/proc/252243/task/252245/stat : 252245 (java) R 252240 252243 252119 0 -1 4194368 5963 0 0 0 53 5 0 0 20 0 18 0 29935249 19430449152 30261 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252255] ppid=252240 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/252243/task/252255/stat : 252255 (Finalizer) S 252240 252243 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935260 19430449152 30261 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252262] ppid=252240 vsize=18975048 memory=16072 CPUtime=0 cores=4,6
/proc/252243/task/252262/stat : 252262 (Common-Cleaner) S 252240 252243 252119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29935261 19430449152 30261 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 121044 KiB

[startup+1.50451 s]
/proc/loadavg: 0.15 0.11 0.18 8/296 252283
/proc/meminfo: memFree=118611296/131655788 swapFree=131071472/131071996
[pid=252243] ppid=252240 vsize=19108176 memory=179964 CPUtime=2.65 cores=4,6
/proc/252243/stat : 252243 (java) S 252240 252243 252119 0 -1 1077936128 15533 0 0 0 254 11 0 0 20 0 20 0 29935249 19566772224 44991 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
/proc/252243/statm: 4777044 44991 5867 1 0 554951 0
[pid=252243/tid=252245] ppid=252240 vsize=19108176 memory=16072 CPUtime=1.26 cores=4,6
/proc/252243/task/252245/stat : 252245 (java) R 252240 252243 252119 0 -1 4194368 6685 0 0 0 120 6 0 0 20 0 20 0 29935249 19566772224 44991 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252255] ppid=252240 vsize=19108176 memory=104 CPUtime=0 cores=4,6
/proc/252243/task/252255/stat : 252255 (Finalizer) S 252240 252243 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935260 19566772224 44991 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252262] ppid=252240 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/252243/task/252262/stat : 252262 (Common-Cleaner) S 252240 252243 252119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29935261 19566772224 44991 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252277] ppid=252240 vsize=19108176 memory=13560 CPUtime=0 cores=4,6
/proc/252243/task/252277/stat : 252277 (Timer-0) S 252240 252243 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935324 19566772224 44991 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179964 KiB

[startup+3.1065 s]
/proc/loadavg: 0.78 0.24 0.23 10/315 252464
/proc/meminfo: memFree=117300948/131655788 swapFree=131071472/131071996
[pid=252243] ppid=252240 vsize=19108176 memory=1220400 CPUtime=5.81 cores=4,6
/proc/252243/stat : 252243 (java) S 252240 252243 252119 0 -1 1077936128 24910 0 0 0 545 36 0 0 20 0 20 0 29935249 19566772224 305100 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
/proc/252243/statm: 4777044 305100 5867 1 0 907928 0
[pid=252243/tid=252245] ppid=252240 vsize=19108176 memory=0 CPUtime=2.78 cores=4,6
/proc/252243/task/252245/stat : 252245 (java) R 252240 252243 252119 0 -1 4194368 7548 0 0 0 250 28 0 0 20 0 20 0 29935249 19566772224 305100 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252255] ppid=252240 vsize=19108176 memory=13560 CPUtime=0 cores=4,6
/proc/252243/task/252255/stat : 252255 (Finalizer) S 252240 252243 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935260 19566772224 305100 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252262] ppid=252240 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/252243/task/252262/stat : 252262 (Common-Cleaner) S 252240 252243 252119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29935261 19566772224 305100 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252277] ppid=252240 vsize=19108176 memory=16072 CPUtime=0 cores=4,6
/proc/252243/task/252277/stat : 252277 (Timer-0) S 252240 252243 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935324 19566772224 305100 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1220400 KiB

[startup+6.30028 s]
/proc/loadavg: 0.78 0.24 0.23 7/319 252468
/proc/meminfo: memFree=114403004/131655788 swapFree=131071472/131071996
[pid=252243] ppid=252240 vsize=19108176 memory=1707752 CPUtime=9.6 cores=4,6
/proc/252243/stat : 252243 (java) S 252240 252243 252119 0 -1 1077936128 25300 0 0 0 913 47 0 0 20 0 20 0 29935249 19566772224 426938 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
/proc/252243/statm: 4777044 426938 5867 1 0 907934 0
[pid=252243/tid=252245] ppid=252240 vsize=19108176 memory=0 CPUtime=5.72 cores=4,6
/proc/252243/task/252245/stat : 252245 (java) R 252240 252243 252119 0 -1 4194368 7739 0 0 0 536 36 0 0 20 0 20 0 29935249 19566772224 426938 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252255] ppid=252240 vsize=19108176 memory=16072 CPUtime=0 cores=4,6
/proc/252243/task/252255/stat : 252255 (Finalizer) S 252240 252243 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935260 19566772224 426938 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252262] ppid=252240 vsize=19108176 memory=13560 CPUtime=0 cores=4,6
/proc/252243/task/252262/stat : 252262 (Common-Cleaner) S 252240 252243 252119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29935261 19566772224 426938 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252277] ppid=252240 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/252243/task/252277/stat : 252277 (Timer-0) S 252240 252243 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935324 19566772224 426938 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
Current children cumulated CPU time: 9.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1707752 KiB

[startup+12.7005 s]
/proc/loadavg: 1.04 0.31 0.25 6/319 252470
/proc/meminfo: memFree=111116752/131655788 swapFree=131071472/131071996
[pid=252243] ppid=252240 vsize=19108176 memory=3513388 CPUtime=16.09 cores=4,6
/proc/252243/stat : 252243 (java) S 252240 252243 252119 0 -1 1077936128 27241 0 0 0 1524 85 0 0 20 0 20 0 29935249 19566772224 878347 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
/proc/252243/statm: 4777044 878347 5867 1 0 1258876 0
[pid=252243/tid=252245] ppid=252240 vsize=19108176 memory=0 CPUtime=11.98 cores=4,6
/proc/252243/task/252245/stat : 252245 (java) R 252240 252243 252119 0 -1 4194368 8752 0 0 0 1126 72 0 0 20 0 20 0 29935249 19566772224 878347 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252255] ppid=252240 vsize=19108176 memory=3509292 CPUtime=0 cores=4,6
/proc/252243/task/252255/stat : 252255 (Finalizer) S 252240 252243 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935260 19566772224 878347 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252262] ppid=252240 vsize=19108176 memory=281274455737504 CPUtime=0 cores=4,6
/proc/252243/task/252262/stat : 252262 (Common-Cleaner) S 252240 252243 252119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29935261 19566772224 878347 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252277] ppid=252240 vsize=19108176 memory=-9176480521987531452 CPUtime=0 cores=4,6
/proc/252243/task/252277/stat : 252277 (Timer-0) S 252240 252243 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935324 19566772224 878347 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
Current children cumulated CPU time: 16.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3513388 KiB

[startup+25.5005 s]
/proc/loadavg: 1.84 0.52 0.32 6/319 252471
/proc/meminfo: memFree=105988760/131655788 swapFree=131071472/131071996
[pid=252243] ppid=252240 vsize=19108176 memory=3514480 CPUtime=29.92 cores=4,6
/proc/252243/stat : 252243 (java) S 252240 252243 252119 0 -1 1077936128 29552 0 0 0 2905 87 0 0 20 0 20 0 29935249 19566772224 878620 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
/proc/252243/statm: 4777044 878620 5867 1 0 1259046 0
[pid=252243/tid=252245] ppid=252240 vsize=19108176 memory=0 CPUtime=24.21 cores=4,6
/proc/252243/task/252245/stat : 252245 (java) R 252240 252243 252119 0 -1 4194368 10694 0 0 0 2349 72 0 0 20 0 20 0 29935249 19566772224 878620 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252255] ppid=252240 vsize=19108176 memory=-9176480521987531452 CPUtime=0 cores=4,6
/proc/252243/task/252255/stat : 252255 (Finalizer) S 252240 252243 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935260 19566772224 878620 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252262] ppid=252240 vsize=19108176 memory=3514252 CPUtime=0 cores=4,6
/proc/252243/task/252262/stat : 252262 (Common-Cleaner) S 252240 252243 252119 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 29935261 19566772224 878620 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252277] ppid=252240 vsize=19108176 memory=3514252 CPUtime=0 cores=4,6
/proc/252243/task/252277/stat : 252277 (Timer-0) S 252240 252243 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935324 19566772224 878620 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
Current children cumulated CPU time: 29.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3514480 KiB

[startup+51.1136 s]
/proc/loadavg: 2.72 0.83 0.43 5/319 252477
/proc/meminfo: memFree=105610540/131655788 swapFree=131071472/131071996
[pid=252243] ppid=252240 vsize=19108176 memory=3560208 CPUtime=56.63 cores=4,6
/proc/252243/stat : 252243 (java) S 252240 252243 252119 0 -1 1077936128 36332 0 0 0 5572 91 0 0 20 0 20 0 29935249 19566772224 890052 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
/proc/252243/statm: 4777044 890052 5882 1 0 1259046 0
[pid=252243/tid=252245] ppid=252240 vsize=19108176 memory=3337 CPUtime=48.65 cores=4,6
/proc/252243/task/252245/stat : 252245 (java) R 252240 252243 252119 0 -1 4194368 14082 0 0 0 4792 73 0 0 20 0 20 0 29935249 19566772224 890052 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252255] ppid=252240 vsize=19108176 memory=3560204 CPUtime=0 cores=4,6
/proc/252243/task/252255/stat : 252255 (Finalizer) S 252240 252243 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935260 19566772224 890052 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252262] ppid=252240 vsize=19108176 memory=11652 CPUtime=0 cores=4,6
/proc/252243/task/252262/stat : 252262 (Common-Cleaner) S 252240 252243 252119 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 29935261 19566772224 890052 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252277] ppid=252240 vsize=19108176 memory=70052 CPUtime=0 cores=4,6
/proc/252243/task/252277/stat : 252277 (Timer-0) S 252240 252243 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935324 19566772224 890052 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0

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

/proc/252243/task/252277/stat : 252277 (Timer-0) S 252240 252243 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935324 19566772224 1650647 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
Current children cumulated CPU time: 109.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6602588 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 1.91 0.87 5/320 252497
/proc/meminfo: memFree=99680364/131655788 swapFree=131071472/131071996
[pid=252243] ppid=252240 vsize=19108176 memory=7214364 CPUtime=172.93 cores=4,6
/proc/252243/stat : 252243 (java) S 252240 252243 252119 0 -1 1077936128 58328 0 0 0 17116 177 0 0 20 0 20 0 29935249 19566772224 1803591 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
/proc/252243/statm: 4777044 1803591 5882 1 0 2069550 0
[pid=252243/tid=252245] ppid=252240 vsize=19108176 memory=-9176480521987531452 CPUtime=154.25 cores=4,6
/proc/252243/task/252245/stat : 252245 (java) R 252240 252243 252119 0 -1 4194368 23977 0 0 0 15287 138 0 0 20 0 20 0 29935249 19566772224 1803591 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252255] ppid=252240 vsize=19108176 memory=7074860 CPUtime=0 cores=4,6
/proc/252243/task/252255/stat : 252255 (Finalizer) S 252240 252243 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935260 19566772224 1803591 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252262] ppid=252240 vsize=19108176 memory=13560 CPUtime=0 cores=4,6
/proc/252243/task/252262/stat : 252262 (Common-Cleaner) S 252240 252243 252119 0 -1 1077936192 115 0 0 0 0 0 0 0 20 0 20 0 29935261 19566772224 1803591 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252277] ppid=252240 vsize=19108176 memory=11652 CPUtime=0 cores=4,6
/proc/252243/task/252277/stat : 252277 (Timer-0) S 252240 252243 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935324 19566772224 1803591 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
Current children cumulated CPU time: 172.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7214364 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 2.34 1.08 5/323 252512
/proc/meminfo: memFree=98977256/131655788 swapFree=131071472/131071996
[pid=252243] ppid=252240 vsize=19108176 memory=7497084 CPUtime=235.76 cores=4,6
/proc/252243/stat : 252243 (java) S 252240 252243 252119 0 -1 1077936128 69779 0 0 0 23388 188 0 0 20 0 20 0 29935249 19566772224 1874271 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
/proc/252243/statm: 4777044 1874271 5882 1 0 2069550 0
[pid=252243/tid=252245] ppid=252240 vsize=19108176 memory=7376252 CPUtime=210.92 cores=4,6
/proc/252243/task/252245/stat : 252245 (java) R 252240 252243 252119 0 -1 4194368 29714 0 0 0 20954 138 0 0 20 0 20 0 29935249 19566772224 1874271 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252255] ppid=252240 vsize=19108176 memory=7386492 CPUtime=0 cores=4,6
/proc/252243/task/252255/stat : 252255 (Finalizer) S 252240 252243 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935260 19566772224 1874271 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252262] ppid=252240 vsize=19108176 memory=13560 CPUtime=0 cores=4,6
/proc/252243/task/252262/stat : 252262 (Common-Cleaner) S 252240 252243 252119 0 -1 1077936192 159 0 0 0 0 0 0 0 20 0 20 0 29935261 19566772224 1874271 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252277] ppid=252240 vsize=19108176 memory=13560 CPUtime=0 cores=4,6
/proc/252243/task/252277/stat : 252277 (Timer-0) S 252240 252243 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935324 19566772224 1874271 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
Current children cumulated CPU time: 235.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7497084 KiB

[startup+282.3 s]
/proc/loadavg: 4.29 2.71 1.29 5/323 252522
/proc/meminfo: memFree=98068164/131655788 swapFree=131071472/131071996
[pid=252243] ppid=252240 vsize=19108176 memory=7671172 CPUtime=297.73 cores=4,6
/proc/252243/stat : 252243 (java) S 252240 252243 252119 0 -1 1077936128 78446 0 0 0 29575 198 0 0 20 0 20 0 29935249 19566772224 1917793 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
/proc/252243/statm: 4777044 1917793 5882 1 0 2069551 0
[pid=252243/tid=252245] ppid=252240 vsize=19108176 memory=7603580 CPUtime=268.41 cores=4,6
/proc/252243/task/252245/stat : 252245 (java) R 252240 252243 252119 0 -1 4194368 34976 0 0 0 26702 139 0 0 20 0 20 0 29935249 19566772224 1917793 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252255] ppid=252240 vsize=19108176 memory=13560 CPUtime=0 cores=4,6
/proc/252243/task/252255/stat : 252255 (Finalizer) S 252240 252243 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935260 19566772224 1917793 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252262] ppid=252240 vsize=19108176 memory=7644540 CPUtime=0 cores=4,6
/proc/252243/task/252262/stat : 252262 (Common-Cleaner) S 252240 252243 252119 0 -1 1077936192 223 0 0 0 0 0 0 0 20 0 20 0 29935261 19566772224 1917793 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252277] ppid=252240 vsize=19108176 memory=7667076 CPUtime=0 cores=4,6
/proc/252243/task/252277/stat : 252277 (Timer-0) S 252240 252243 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935324 19566772224 1917793 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
Current children cumulated CPU time: 297.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7671172 KiB

[startup+287.578 s]
# the end of solver process 252243 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=301.127 s, system=2.01304 s

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

[startup+284.811 s]
/proc/loadavg: 4.26 2.73 1.30 6/323 252522
/proc/meminfo: memFree=98064068/131655788 swapFree=131071472/131071996
[pid=252243] ppid=252240 vsize=19108176 memory=7679364 CPUtime=300.31 cores=4,6
/proc/252243/stat : 252243 (java) S 252240 252243 252119 0 -1 1077936128 78579 0 0 0 29833 198 0 0 20 0 20 0 29935249 19566772224 1919841 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
/proc/252243/statm: 4777044 1919841 5882 1 0 2069551 0
[pid=252243/tid=252245] ppid=252240 vsize=19108176 memory=13560 CPUtime=270.84 cores=4,6
/proc/252243/task/252245/stat : 252245 (java) S 252240 252243 252119 0 -1 1077936192 35104 0 0 0 26945 139 0 0 20 0 20 0 29935249 19566772224 1919841 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252255] ppid=252240 vsize=19108176 memory=25928 CPUtime=0 cores=4,6
/proc/252243/task/252255/stat : 252255 (Finalizer) S 252240 252243 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935260 19566772224 1919841 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252262] ppid=252240 vsize=19108176 memory=70052 CPUtime=0 cores=4,6
/proc/252243/task/252262/stat : 252262 (Common-Cleaner) S 252240 252243 252119 0 -1 1077936192 223 0 0 0 0 0 0 0 20 0 20 0 29935261 19566772224 1919841 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252277] ppid=252240 vsize=19108176 memory=11652 CPUtime=0 cores=4,6
/proc/252243/task/252277/stat : 252277 (Timer-0) S 252240 252243 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935324 19566772224 1919841 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
Current children cumulated CPU time: 300.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7679364 KiB

[startup+286.4 s]
/proc/loadavg: 4.26 2.73 1.30 5/323 252522
/proc/meminfo: memFree=98029192/131655788 swapFree=131071472/131071996
[pid=252243] ppid=252240 vsize=19108176 memory=7683460 CPUtime=301.93 cores=4,6
/proc/252243/stat : 252243 (java) S 252240 252243 252119 0 -1 1077936128 78727 0 0 0 29995 198 0 0 20 0 20 0 29935249 19566772224 1920865 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
/proc/252243/statm: 4777044 1920865 5882 1 0 2069551 0
[pid=252243/tid=252245] ppid=252240 vsize=19108176 memory=28068 CPUtime=272.39 cores=4,6
/proc/252243/task/252245/stat : 252245 (java) R 252240 252243 252119 0 -1 4194368 35248 0 0 0 27100 139 0 0 20 0 20 0 29935249 19566772224 1920865 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252255] ppid=252240 vsize=19108176 memory=11652 CPUtime=0 cores=4,6
/proc/252243/task/252255/stat : 252255 (Finalizer) S 252240 252243 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935260 19566772224 1920865 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252262] ppid=252240 vsize=19108176 memory=5572 CPUtime=0 cores=4,6
/proc/252243/task/252262/stat : 252262 (Common-Cleaner) S 252240 252243 252119 0 -1 1077936192 223 0 0 0 0 0 0 0 20 0 20 0 29935261 19566772224 1920865 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252277] ppid=252240 vsize=19108176 memory=13560 CPUtime=0 cores=4,6
/proc/252243/task/252277/stat : 252277 (Timer-0) S 252240 252243 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935324 19566772224 1920865 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
Current children cumulated CPU time: 301.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7683460 KiB

[startup+287.2 s]
/proc/loadavg: 4.26 2.73 1.30 6/323 252522
/proc/meminfo: memFree=98018932/131655788 swapFree=131071472/131071996
[pid=252243] ppid=252240 vsize=19108176 memory=7683460 CPUtime=302.73 cores=4,6
/proc/252243/stat : 252243 (java) S 252240 252243 252119 0 -1 1077936128 78728 0 0 0 30075 198 0 0 20 0 20 0 29935249 19566772224 1920865 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
/proc/252243/statm: 4777044 1920865 5882 1 0 2069551 0
[pid=252243/tid=252245] ppid=252240 vsize=19108176 memory=-9176480521987531452 CPUtime=273.19 cores=4,6
/proc/252243/task/252245/stat : 252245 (java) R 252240 252243 252119 0 -1 4194368 35249 0 0 0 27180 139 0 0 20 0 20 0 29935249 19566772224 1920865 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252255] ppid=252240 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/252243/task/252255/stat : 252255 (Finalizer) S 252240 252243 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935260 19566772224 1920865 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252262] ppid=252240 vsize=19108176 memory=16072 CPUtime=0 cores=4,6
/proc/252243/task/252262/stat : 252262 (Common-Cleaner) S 252240 252243 252119 0 -1 1077936192 223 0 0 0 0 0 0 0 20 0 20 0 29935261 19566772224 1920865 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252277] ppid=252240 vsize=19108176 memory=2148 CPUtime=0 cores=4,6
/proc/252243/task/252277/stat : 252277 (Timer-0) S 252240 252243 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935324 19566772224 1920865 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
Current children cumulated CPU time: 302.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7683460 KiB

[startup+287.4 s]
/proc/loadavg: 4.26 2.73 1.30 6/323 252522
/proc/meminfo: memFree=98018932/131655788 swapFree=131071472/131071996
[pid=252243] ppid=252240 vsize=19108176 memory=7683460 CPUtime=302.93 cores=4,6
/proc/252243/stat : 252243 (java) S 252240 252243 252119 0 -1 1077936128 78728 0 0 0 30095 198 0 0 20 0 20 0 29935249 19566772224 1920865 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
/proc/252243/statm: 4777044 1920865 5882 1 0 2069551 0
[pid=252243/tid=252245] ppid=252240 vsize=19108176 memory=-9176480521987531452 CPUtime=273.39 cores=4,6
/proc/252243/task/252245/stat : 252245 (java) R 252240 252243 252119 0 -1 4194368 35249 0 0 0 27200 139 0 0 20 0 20 0 29935249 19566772224 1920865 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252255] ppid=252240 vsize=19108176 memory=35724 CPUtime=0 cores=4,6
/proc/252243/task/252255/stat : 252255 (Finalizer) S 252240 252243 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935260 19566772224 1920865 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252262] ppid=252240 vsize=19108176 memory=28068 CPUtime=0 cores=4,6
/proc/252243/task/252262/stat : 252262 (Common-Cleaner) S 252240 252243 252119 0 -1 1077936192 223 0 0 0 0 0 0 0 20 0 20 0 29935261 19566772224 1920865 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252277] ppid=252240 vsize=19108176 memory=19672 CPUtime=0 cores=4,6
/proc/252243/task/252277/stat : 252277 (Timer-0) S 252240 252243 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935324 19566772224 1920865 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
Current children cumulated CPU time: 302.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7683460 KiB

[startup+287.5 s]
/proc/loadavg: 4.26 2.73 1.30 6/323 252522
/proc/meminfo: memFree=98018932/131655788 swapFree=131071472/131071996
[pid=252243] ppid=252240 vsize=19108176 memory=7683500 CPUtime=303.05 cores=4,6
/proc/252243/stat : 252243 (java) S 252240 252243 252119 0 -1 1077936128 79586 0 0 0 30107 198 0 0 20 0 20 0 29935249 19566772224 1920875 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
/proc/252243/statm: 4777044 1920875 5882 1 0 2069551 0
[pid=252243/tid=252245] ppid=252240 vsize=19108176 memory=7603580 CPUtime=273.48 cores=4,6
/proc/252243/task/252245/stat : 252245 (java) R 252240 252243 252119 0 -1 4194368 35344 0 0 0 27209 139 0 0 20 0 20 0 29935249 19566772224 1920875 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252255] ppid=252240 vsize=19108176 memory=13560 CPUtime=0 cores=4,6
/proc/252243/task/252255/stat : 252255 (Finalizer) S 252240 252243 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935260 19566772224 1920875 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252262] ppid=252240 vsize=19108176 memory=7644540 CPUtime=0 cores=4,6
/proc/252243/task/252262/stat : 252262 (Common-Cleaner) S 252240 252243 252119 0 -1 1077936192 223 0 0 0 0 0 0 0 20 0 20 0 29935261 19566772224 1920875 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
[pid=252243/tid=252277] ppid=252240 vsize=19108176 memory=7683460 CPUtime=0 cores=4,6
/proc/252243/task/252277/stat : 252277 (Timer-0) S 252240 252243 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935324 19566772224 1920875 134679101440 94041015242752 94041015246448 140724504534160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94041015254264 94041015255056 94041023672320 140724504540143 140724504540256 140724504540256 140724504547272 0
Current children cumulated CPU time: 303.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7683500 KiB

Child status: 30

Real time (s): 287.578
CPU time (s): 303.14
CPU user time (s): 301.127
CPU system time (s): 2.01304
CPU usage (%): 105.411
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 7683500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 301.127
system time used= 2.01304
maximum resident set size= 7684940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81990
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13621
involuntary context switches= 1248


# summary of solver processes directly reported to runsolver:
#   pid: 252243
#   total CPU time (s): 303.14
#   total CPU user time (s): 301.127
#   total CPU system time (s): 2.01304

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.43305 second user time and 3.37313 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-25 22:31:03
IDJOB=4459829
IDBENCH=148603
IDSOLVER=3046
FILE ID=nodeC004/4459829-1721939463
RUNJOBID= nodeC004-1721939462-252130
SLURM_JOB_ID= 8247258
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_25_3.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459829-1721939463/watcher-4459829-1721939463 -o /tmp/evaluation-result-4459829-1721939463/solver-4459829-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721939462-252130 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459829-1721939463.opb

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

MD5SUM BENCH= fed860af605aa9eb8703feef3149d20a
RANDOM SEED=1195961217

nodeC004.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        118936884 kB
MemAvailable:   129747952 kB
Buffers:          337244 kB
Cached:         11261020 kB
SwapCached:           60 kB
Active:          2745612 kB
Inactive:        9325156 kB
Active(anon):       1388 kB
Inactive(anon):   524648 kB
Active(file):    2744224 kB
Inactive(file):  8800508 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:              3508 kB
Writeback:             0 kB
AnonPages:        469928 kB
Mapped:           135124 kB
Shmem:             53860 kB
KReclaimable:     213068 kB
Slab:             326068 kB
SReclaimable:     213068 kB
SUnreclaim:       113000 kB
KernelStack:        4768 kB
PageTables:        11056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7342896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20128 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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:      392008 kB
DirectMap2M:    50892800 kB
DirectMap1G:    84934656 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC004 at 2024-07-25 22:35:51