Trace number 4459105

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-12? (TO) 3600.17 3489.89

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
MD5SUM8dda82f4961ecebecfcf9bee24c61458
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1540
Best CPU time to get the best result obtained on this benchmark1431.86
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4576880
Total number of constraints176770
Number of constraints which are clauses89155
Number of constraints which are cardinality constraints (but not clauses)81620
Number of constraints which are nor clauses,nor cardinality constraints5995
Minimum length of a constraint54
Maximum length of a constraint59
Number of terms in the objective function 3080
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 3080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3080
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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 		2106806208
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.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.16	 - never skip resolution steps
0.14/0.16	 - Auto-division on coefficients is disabled
0.14/0.16	 - No postprocessing
0.14/0.16	 - Conflict is considered as is when resolving
0.14/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.16	 - Weaken first using unassigned literals
0.14/0.16	 - Bump strategy: ALWAYS_ONE
0.14/0.16	 - Bumper: ASSIGNED
0.14/0.16	--- Begin Solver configuration ---
0.14/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.16	Learn all clauses as in MiniSAT
0.14/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.16	No reason simplification
0.14/0.16	Armin Biere (Picosat) restarts strategy
0.14/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.16	timeout=2147483s
0.14/0.16	DB Simplification allowed=false
0.14/0.16	Listener: none
0.14/0.16	--- 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-4459105-1721900102.opb
0.14/0.16	c reading problem ... 
0.14/0.19	c  objective function found
2247.93/2250.14	c ... done. Wall clock time 2249.973s.
2247.93/2250.14	c declared #vars     4576880
2247.93/2250.14	c #constraints  176770
2247.93/2250.14	c constraints type 
2247.93/2250.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87615
2247.93/2250.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 89155
2247.93/2250.14	c 176770 constraints processed.
2247.93/2250.15	c objective function length is 3080 literals
2366.48/2364.23	c cleaning 2480 clauses out of 5000 with flag 0/5000
2510.94/2506.84	c cleaning 4251 clauses out of 8520 with flag 0/11000
2713.00/2707.15	c cleaning 5599 clauses out of 11269 with flag 0/18000
2934.07/2911.10	c cleaning 6835 clauses out of 13671 with flag 0/26001
3322.56/3254.79	c cleaning 7907 clauses out of 15835 with flag 0/35000
3590.11/3482.30	c cleaning 8930 clauses out of 17928 with flag 0/45000
3600.04/3489.82	c starts		: 66
3600.04/3489.82	c conflicts		: 45449
3600.04/3489.82	c decisions		: 14205843
3600.04/3489.82	c propagations		: 29248459
3600.04/3489.82	c inspects		: 103454740
3600.04/3489.82	c shortcuts		: 0
3600.04/3489.82	c learnt literals	: 0
3600.04/3489.82	c learnt binary clauses	: 2
3600.04/3489.82	c learnt ternary clauses	: 0
3600.04/3489.82	c learnt constraints	: 45448
3600.04/3489.82	c ignored constraints	: 0
3600.04/3489.82	c root simplifications	: 0
3600.04/3489.82	c removed literals (reason simplification)	: 0
3600.04/3489.82	c reason swapping (by a shorter reason)	: 0
3600.04/3489.82	c Calls to reduceDB	: 6
3600.04/3489.82	c Number of update (reduction) of LBD	: 0
3600.04/3489.82	c Imported unit clauses	: 0
3600.04/3489.82	c No decision after first conflict	: false
3600.04/3489.82	c number of reductions to clauses (during analyze)	: 0
3600.04/3489.82	c number of learned constraints concerned by reduction	: 0
3600.04/3489.82	c number of learning phase by resolution	: 0
3600.04/3489.82	c number of learning phase by cutting planes	: 0
3600.04/3489.82	c number of rounding to 1 operations	: 61078
3600.04/3489.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3489.82	c number of reductions of the coefficients by power 2 	: 0
3600.04/3489.82	c number of right shift for reduction by power 2 	: 0
3600.04/3489.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3489.82	c number of ending skipping 	: 0
3600.04/3489.82	c number of internal skipping 	: 0
3600.04/3489.82	c number of derivation steps 	: 124546
3600.04/3489.82	c number of skipped derivation steps 	: 0
3600.04/3489.82	c number of remaining unassigned 	: 8886
3600.04/3489.82	c number of remaining assigned 	: 38126332
3600.04/3489.82	c number of falsified literals weakened from reason	: 0
3600.04/3489.82	c number of falsified literals weakened from conflict	: 0
3600.04/3489.82	c time for arithmetic operations	: 3108517139
3600.04/3489.83	c minimum degree of deleted constraints	: 262
3600.04/3489.83	c maximum degree of deleted constraints	: 587485835744396800581892675
3600.04/3489.83	c number of deleted constraints	: 36002
3600.04/3489.83	c speed (assignments/second)	: 23596.182299591303
3600.04/3489.83	c non guided choices	: 12750079
3600.04/3489.83	c timeout
3600.04/3489.83	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 8
3600.04/3489.83	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 5663
3600.04/3489.83	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
3600.04/3489.83	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 3774
3600.04/3489.83	s UNKNOWN
3600.04/3489.83	c Total wall clock time (in seconds): 3489.67

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (60104 MiB free)
  memory of node 1: 64510 MiB (60958 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=232367, runsolver pid=232364

[startup+0.101564 s]*
/proc/loadavg: 2.85 3.83 4.00 11/328 232385
/proc/meminfo: memFree=123681332/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=18975048 memory=64232 CPUtime=0.14 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 7023 0 0 0 11 3 0 0 20 0 18 0 26538852 19430449152 16058 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4743762 16058 5624 1 0 549302 0
[pid=232367/tid=232369] ppid=232364 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/232367/task/232369/stat : 232369 (java) R 232364 232367 232242 0 -1 1077936192 5622 0 0 0 7 2 0 0 20 0 18 0 26538852 19430449152 16058 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232378] ppid=232364 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/232367/task/232378/stat : 232378 (Finalizer) S 232364 232367 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26538855 19430449152 16058 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232385] ppid=232364 vsize=18975048 memory=13565998625699227 CPUtime=0 cores=0,2
/proc/232367/task/232385/stat : 232385 (Common-Cleaner) S 232364 232367 232242 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 26538855 19430449152 16058 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64232 KiB

[startup+0.215833 s]*
/proc/loadavg: 2.85 3.83 4.00 8/329 232388
/proc/meminfo: memFree=123279012/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=18975048 memory=199880 CPUtime=0.31 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 7571 0 0 0 25 6 0 0 20 0 18 0 26538852 19430449152 49970 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4743762 49970 5782 1 0 549608 0
[pid=232367/tid=232369] ppid=232364 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/232367/task/232369/stat : 232369 (java) R 232364 232367 232242 0 -1 4194368 5989 0 0 0 14 5 0 0 20 0 18 0 26538852 19430449152 49970 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232378] ppid=232364 vsize=18975048 memory=1555553 CPUtime=0 cores=0,2
/proc/232367/task/232378/stat : 232378 (Finalizer) S 232364 232367 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26538855 19430449152 49970 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232385] ppid=232364 vsize=18975048 memory=16098173902915238 CPUtime=0 cores=0,2
/proc/232367/task/232385/stat : 232385 (Common-Cleaner) S 232364 232367 232242 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 26538855 19430449152 49970 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 199880 KiB

[startup+0.306831 s]*
/proc/loadavg: 2.85 3.83 4.00 7/329 232388
/proc/meminfo: memFree=123067108/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=18975048 memory=408960 CPUtime=0.45 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 7754 0 0 0 35 10 0 0 20 0 18 0 26538852 19430449152 102240 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4743762 102240 5782 1 0 549646 0
[pid=232367/tid=232369] ppid=232364 vsize=18975048 memory=-8887686096404325052 CPUtime=0.27 cores=0,2
/proc/232367/task/232369/stat : 232369 (java) R 232364 232367 232242 0 -1 4194368 6122 0 0 0 18 9 0 0 20 0 18 0 26538852 19430449152 102240 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232378] ppid=232364 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/232367/task/232378/stat : 232378 (Finalizer) S 232364 232367 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26538855 19430449152 102240 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232385] ppid=232364 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/232367/task/232385/stat : 232385 (Common-Cleaner) S 232364 232367 232242 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 26538855 19430449152 102240 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 408960 KiB

[startup+0.70084 s]
/proc/loadavg: 2.85 3.83 4.00 5/329 232388
/proc/meminfo: memFree=122442156/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=19041612 memory=884996 CPUtime=0.9 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 9649 0 0 0 69 21 0 0 20 0 19 0 26538852 19498610688 221249 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4760403 221249 5882 1 0 550966 0
[pid=232367/tid=232369] ppid=232364 vsize=19041612 memory=5500 CPUtime=0.63 cores=0,2
/proc/232367/task/232369/stat : 232369 (java) R 232364 232367 232242 0 -1 4194368 6346 0 0 0 45 18 0 0 20 0 19 0 26538852 19498610688 221249 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232378] ppid=232364 vsize=19041612 memory=12348 CPUtime=0 cores=0,2
/proc/232367/task/232378/stat : 232378 (Finalizer) S 232364 232367 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26538855 19498610688 221249 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232385] ppid=232364 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/232367/task/232385/stat : 232385 (Common-Cleaner) S 232364 232367 232242 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26538855 19498610688 221249 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 884996 KiB

[startup+1.50084 s]
/proc/loadavg: 2.85 3.83 4.00 6/330 232389
/proc/meminfo: memFree=120642408/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=19041612 memory=887228 CPUtime=1.77 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 9760 0 0 0 156 21 0 0 20 0 19 0 26538852 19498610688 221807 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4760403 221807 5882 1 0 550982 0
[pid=232367/tid=232369] ppid=232364 vsize=19041612 memory=12348 CPUtime=1.41 cores=0,2
/proc/232367/task/232369/stat : 232369 (java) R 232364 232367 232242 0 -1 4194368 6390 0 0 0 122 19 0 0 20 0 19 0 26538852 19498610688 221807 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232378] ppid=232364 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/232367/task/232378/stat : 232378 (Finalizer) S 232364 232367 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26538855 19498610688 221807 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232385] ppid=232364 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/232367/task/232385/stat : 232385 (Common-Cleaner) S 232364 232367 232242 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26538855 19498610688 221807 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 887228 KiB

[startup+3.10582 s]
/proc/loadavg: 2.85 3.83 4.00 5/331 232390
/proc/meminfo: memFree=119535792/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=19041612 memory=1089076 CPUtime=3.48 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 10295 0 0 0 323 25 0 0 20 0 19 0 26538852 19498610688 272269 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4760403 272269 5898 1 0 657518 0
[pid=232367/tid=232369] ppid=232364 vsize=19041612 memory=0 CPUtime=2.94 cores=0,2
/proc/232367/task/232369/stat : 232369 (java) R 232364 232367 232242 0 -1 4194368 6595 0 0 0 272 22 0 0 20 0 19 0 26538852 19498610688 272269 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232378] ppid=232364 vsize=19041612 memory=12348 CPUtime=0 cores=0,2
/proc/232367/task/232378/stat : 232378 (Finalizer) S 232364 232367 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26538855 19498610688 272269 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232385] ppid=232364 vsize=19041612 memory=887228 CPUtime=0 cores=0,2
/proc/232367/task/232385/stat : 232385 (Common-Cleaner) S 232364 232367 232242 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26538855 19498610688 272269 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
Current children cumulated CPU time: 3.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1089076 KiB

[startup+6.30028 s]
/proc/loadavg: 3.19 3.89 4.02 5/331 232390
/proc/meminfo: memFree=119134392/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=19041612 memory=1090348 CPUtime=6.7 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 10569 0 0 0 645 25 0 0 20 0 19 0 26538852 19498610688 272587 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4760403 272587 5898 1 0 657519 0
[pid=232367/tid=232369] ppid=232364 vsize=19041612 memory=0 CPUtime=6.05 cores=0,2
/proc/232367/task/232369/stat : 232369 (java) R 232364 232367 232242 0 -1 4194368 6824 0 0 0 583 22 0 0 20 0 19 0 26538852 19498610688 272587 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232378] ppid=232364 vsize=19041612 memory=887228 CPUtime=0 cores=0,2
/proc/232367/task/232378/stat : 232378 (Finalizer) S 232364 232367 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26538855 19498610688 272587 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232385] ppid=232364 vsize=19041612 memory=228489167166 CPUtime=0 cores=0,2
/proc/232367/task/232385/stat : 232385 (Common-Cleaner) S 232364 232367 232242 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26538855 19498610688 272587 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
Current children cumulated CPU time: 6.7 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1090348 KiB

[startup+12.7003 s]
/proc/loadavg: 3.25 3.89 4.02 5/331 232391
/proc/meminfo: memFree=118966552/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=19041612 memory=1096944 CPUtime=13.2 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 14751 0 0 0 1293 27 0 0 20 0 19 0 26538852 19498610688 274236 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4760403 274236 5898 1 0 658116 0
[pid=232367/tid=232369] ppid=232364 vsize=19041612 memory=1094896 CPUtime=12.34 cores=0,2
/proc/232367/task/232369/stat : 232369 (java) R 232364 232367 232242 0 -1 4194368 7707 0 0 0 1211 23 0 0 20 0 19 0 26538852 19498610688 274236 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232378] ppid=232364 vsize=19041612 memory=1094876 CPUtime=0 cores=0,2
/proc/232367/task/232378/stat : 232378 (Finalizer) S 232364 232367 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26538855 19498610688 274236 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232385] ppid=232364 vsize=19041612 memory=14977754374341968 CPUtime=0 cores=0,2
/proc/232367/task/232385/stat : 232385 (Common-Cleaner) S 232364 232367 232242 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26538855 19498610688 274236 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
Current children cumulated CPU time: 13.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1096944 KiB

[startup+25.5003 s]
/proc/loadavg: 3.42 3.89 4.02 5/331 232393
/proc/meminfo: memFree=118952620/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=19041612 memory=1096116 CPUtime=26.08 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 17913 0 0 0 2579 29 0 0 20 0 19 0 26538852 19498610688 274029 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4760403 274029 5914 1 0 658116 0
[pid=232367/tid=232369] ppid=232364 vsize=19041612 memory=1096056 CPUtime=24.89 cores=0,2
/proc/232367/task/232369/stat : 232369 (java) R 232364 232367 232242 0 -1 4194368 8823 0 0 0 2466 23 0 0 20 0 19 0 26538852 19498610688 274029 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232378] ppid=232364 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/232367/task/232378/stat : 232378 (Finalizer) S 232364 232367 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26538855 19498610688 274029 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232385] ppid=232364 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/232367/task/232385/stat : 232385 (Common-Cleaner) S 232364 232367 232242 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26538855 19498610688 274029 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
Current children cumulated CPU time: 26.08 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1096116 KiB

[startup+51.1061 s]
/proc/loadavg: 3.67 3.92 4.02 5/330 232397
/proc/meminfo: memFree=118917856/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=19041612 memory=1107792 CPUtime=51.96 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 35297 0 0 0 5162 34 0 0 20 0 19 0 26538852 19498610688 276948 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4760403 276948 5914 1 0 663492 0
[pid=232367/tid=232369] ppid=232364 vsize=19041612 memory=0 CPUtime=49.96 cores=0,2
/proc/232367/task/232369/stat : 232369 (java) R 232364 232367 232242 0 -1 4194368 10597 0 0 0 4972 24 0 0 20 0 19 0 26538852 19498610688 276948 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232378] ppid=232364 vsize=19041612 memory=1096944 CPUtime=0 cores=0,2
/proc/232367/task/232378/stat : 232378 (Finalizer) S 232364 232367 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26538855 19498610688 276948 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232385] ppid=232364 vsize=19041612 memory=1089076 CPUtime=0 cores=0,2
/proc/232367/task/232385/stat : 232385 (Common-Cleaner) S 232364 232367 232242 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26538855 19498610688 276948 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
Current children cumulated CPU time: 51.96 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1107792 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.00 4.04 5/329 232409
/proc/meminfo: memFree=117793124/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=19041612 memory=1112612 CPUtime=103.45 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 51043 0 0 0 10304 41 0 0 20 0 19 0 26538852 19498610688 278153 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4760403 278153 5914 1 0 663632 0

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

/proc/meminfo: memFree=74524032/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=19174740 memory=16108060 CPUtime=3146.55 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 319495 0 0 0 313557 1098 0 0 20 0 21 0 26538852 19634933760 4027015 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4793685 4027015 5968 1 0 4062161 0
[pid=232367/tid=232369] ppid=232364 vsize=19174740 memory=16156472 CPUtime=3000.69 cores=0,2
/proc/232367/task/232369/stat : 232369 (java) R 232364 232367 232242 0 -1 4194368 103293 0 0 0 299517 552 0 0 20 0 21 0 26538852 19634933760 4027015 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232378] ppid=232364 vsize=19174740 memory=5500 CPUtime=0 cores=0,2
/proc/232367/task/232378/stat : 232378 (Finalizer) S 232364 232367 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26538855 19634933760 4027015 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232385] ppid=232364 vsize=19174740 memory=13492 CPUtime=0 cores=0,2
/proc/232367/task/232385/stat : 232385 (Common-Cleaner) S 232364 232367 232242 0 -1 1077936192 2432 0 0 0 0 0 0 0 20 0 21 0 26538855 19634933760 4027015 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=233378] ppid=232364 vsize=19174740 memory=69184 CPUtime=0 cores=0,2
/proc/232367/task/233378/stat : 233378 (Timer-0) S 232364 232367 232242 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26763880 19634933760 4027015 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
Current children cumulated CPU time: 3146.55 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16108060 KiB

[startup+3162.3 s]
/proc/loadavg: 4.42 4.53 4.41 5/334 233933
/proc/meminfo: memFree=73398888/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=19174740 memory=16170512 CPUtime=3215 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 375062 0 0 0 320285 1215 0 0 20 0 21 0 26538852 19634933760 4042628 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4793685 4042628 5968 1 0 4068439 0
[pid=232367/tid=232369] ppid=232364 vsize=19174740 memory=16156472 CPUtime=3059.15 cores=0,2
/proc/232367/task/232369/stat : 232369 (java) R 232364 232367 232242 0 -1 4194368 118561 0 0 0 305266 649 0 0 20 0 21 0 26538852 19634933760 4042628 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232378] ppid=232364 vsize=19174740 memory=16170512 CPUtime=0 cores=0,2
/proc/232367/task/232378/stat : 232378 (Finalizer) S 232364 232367 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26538855 19634933760 4042628 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232385] ppid=232364 vsize=19174740 memory=-8887686096404325052 CPUtime=0 cores=0,2
/proc/232367/task/232385/stat : 232385 (Common-Cleaner) S 232364 232367 232242 0 -1 1077936192 2467 0 0 0 0 0 0 0 20 0 21 0 26538855 19634933760 4042628 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=233378] ppid=232364 vsize=19174740 memory=69184 CPUtime=0 cores=0,2
/proc/232367/task/233378/stat : 233378 (Timer-0) S 232364 232367 232242 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26763880 19634933760 4042628 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
Current children cumulated CPU time: 3215 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16170512 KiB

[startup+3222.3 s]
/proc/loadavg: 4.82 4.62 4.44 7/337 234116
/proc/meminfo: memFree=73242332/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=19174740 memory=16260844 CPUtime=3282.02 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 424309 0 0 0 326965 1237 0 0 20 0 21 0 26538852 19634933760 4065211 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4793685 4065211 5984 1 0 4091407 0
[pid=232367/tid=232369] ppid=232364 vsize=19174740 memory=16156472 CPUtime=3117.76 cores=0,2
/proc/232367/task/232369/stat : 232369 (java) R 232364 232367 232242 0 -1 4194368 129801 0 0 0 311119 657 0 0 20 0 21 0 26538852 19634933760 4065211 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 39 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232378] ppid=232364 vsize=19174740 memory=16262476 CPUtime=0 cores=0,2
/proc/232367/task/232378/stat : 232378 (Finalizer) S 232364 232367 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26538855 19634933760 4065211 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232385] ppid=232364 vsize=19174740 memory=16184972 CPUtime=0 cores=0,2
/proc/232367/task/232385/stat : 232385 (Common-Cleaner) S 232364 232367 232242 0 -1 1077936192 2494 0 0 0 0 0 0 0 20 0 21 0 26538855 19634933760 4065211 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=233378] ppid=232364 vsize=19174740 memory=16036972 CPUtime=0 cores=0,2
/proc/232367/task/233378/stat : 233378 (Timer-0) S 232364 232367 232242 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26763880 19634933760 4065211 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
Current children cumulated CPU time: 3282.02 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16260844 KiB

[startup+3282.3 s]
/proc/loadavg: 4.71 4.64 4.46 5/336 234126
/proc/meminfo: memFree=73240168/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=19174740 memory=16262480 CPUtime=3357.04 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 472270 0 0 0 334441 1263 0 0 20 0 21 0 26538852 19634933760 4065620 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4793685 4065620 5984 1 0 4091407 0
[pid=232367/tid=232369] ppid=232364 vsize=19174740 memory=16262288 CPUtime=3176.42 cores=0,2
/proc/232367/task/232369/stat : 232369 (java) R 232364 232367 232242 0 -1 4194368 141260 0 0 0 316983 659 0 0 20 0 21 0 26538852 19634933760 4065620 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232378] ppid=232364 vsize=19174740 memory=16189164 CPUtime=0 cores=0,2
/proc/232367/task/232378/stat : 232378 (Finalizer) S 232364 232367 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26538855 19634933760 4065620 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232385] ppid=232364 vsize=19174740 memory=16262288 CPUtime=0 cores=0,2
/proc/232367/task/232385/stat : 232385 (Common-Cleaner) S 232364 232367 232242 0 -1 1077936192 2515 0 0 0 0 0 0 0 20 0 21 0 26538855 19634933760 4065620 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=233378] ppid=232364 vsize=19174740 memory=40920 CPUtime=0 cores=0,2
/proc/232367/task/233378/stat : 233378 (Timer-0) S 232364 232367 232242 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26763880 19634933760 4065620 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
Current children cumulated CPU time: 3357.04 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16262480 KiB

[startup+3342.3 s]
/proc/loadavg: 4.59 4.61 4.46 5/337 234137
/proc/meminfo: memFree=73239496/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=19174740 memory=16262484 CPUtime=3425.36 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 517918 0 0 0 341255 1281 0 0 20 0 21 0 26538852 19634933760 4065621 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4793685 4065621 5984 1 0 4091407 0
[pid=232367/tid=232369] ppid=232364 vsize=19174740 memory=16262484 CPUtime=3234.09 cores=0,2
/proc/232367/task/232369/stat : 232369 (java) R 232364 232367 232242 0 -1 4194368 151232 0 0 0 322747 662 0 0 20 0 21 0 26538852 19634933760 4065621 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 39 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232378] ppid=232364 vsize=19174740 memory=16262484 CPUtime=0 cores=0,2
/proc/232367/task/232378/stat : 232378 (Finalizer) S 232364 232367 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26538855 19634933760 4065621 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232385] ppid=232364 vsize=19174740 memory=-8887686096404325052 CPUtime=0 cores=0,2
/proc/232367/task/232385/stat : 232385 (Common-Cleaner) S 232364 232367 232242 0 -1 1077936192 2555 0 0 0 0 0 0 0 20 0 21 0 26538855 19634933760 4065621 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=233378] ppid=232364 vsize=19174740 memory=16262484 CPUtime=0 cores=0,2
/proc/232367/task/233378/stat : 233378 (Timer-0) S 232364 232367 232242 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26763880 19634933760 4065621 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
Current children cumulated CPU time: 3425.36 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16262484 KiB

[startup+3402.3 s]
/proc/loadavg: 4.43 4.56 4.45 5/339 234208
/proc/meminfo: memFree=73265212/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=19174740 memory=16237284 CPUtime=3494.07 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 567482 0 0 0 348061 1346 0 0 20 0 21 0 26538852 19634933760 4059321 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4793685 4059321 5984 1 0 4085143 0
[pid=232367/tid=232369] ppid=232364 vsize=19174740 memory=16262484 CPUtime=3291.68 cores=0,2
/proc/232367/task/232369/stat : 232369 (java) R 232364 232367 232242 0 -1 4194368 164852 0 0 0 328456 712 0 0 20 0 21 0 26538852 19634933760 4059321 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232378] ppid=232364 vsize=19174740 memory=13492 CPUtime=0 cores=0,2
/proc/232367/task/232378/stat : 232378 (Finalizer) S 232364 232367 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26538855 19634933760 4059321 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232385] ppid=232364 vsize=19174740 memory=13492 CPUtime=0 cores=0,2
/proc/232367/task/232385/stat : 232385 (Common-Cleaner) S 232364 232367 232242 0 -1 1077936192 2589 0 0 0 0 0 0 0 20 0 21 0 26538855 19634933760 4059321 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=233378] ppid=232364 vsize=19174740 memory=16237284 CPUtime=0 cores=0,2
/proc/232367/task/233378/stat : 233378 (Timer-0) S 232364 232367 232242 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26763880 19634933760 4059321 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
Current children cumulated CPU time: 3494.07 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16237284 KiB

[startup+3462.3 s]
/proc/loadavg: 4.47 4.55 4.45 6/339 234219
/proc/meminfo: memFree=73238580/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=19174740 memory=16262876 CPUtime=3567.03 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 618829 0 0 0 355336 1367 0 0 20 0 21 0 26538852 19634933760 4065719 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4793685 4065719 5984 1 0 4091529 0
[pid=232367/tid=232369] ppid=232364 vsize=19174740 memory=13492 CPUtime=3348.44 cores=0,2
/proc/232367/task/232369/stat : 232369 (java) R 232364 232367 232242 0 -1 4194368 177858 0 0 0 334130 714 0 0 20 0 21 0 26538852 19634933760 4065719 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232378] ppid=232364 vsize=19174740 memory=13492 CPUtime=0 cores=0,2
/proc/232367/task/232378/stat : 232378 (Finalizer) S 232364 232367 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26538855 19634933760 4065719 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232385] ppid=232364 vsize=19174740 memory=16262504 CPUtime=0 cores=0,2
/proc/232367/task/232385/stat : 232385 (Common-Cleaner) S 232364 232367 232242 0 -1 1077936192 2652 0 0 0 0 0 0 0 20 0 21 0 26538855 19634933760 4065719 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=233378] ppid=232364 vsize=19174740 memory=15888 CPUtime=0 cores=0,2
/proc/232367/task/233378/stat : 233378 (Timer-0) S 232364 232367 232242 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26763880 19634933760 4065719 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
Current children cumulated CPU time: 3567.03 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16262876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3489.8 s]
/proc/loadavg: 4.45 4.54 4.45 5/339 234223
/proc/meminfo: memFree=73238344/131524600 swapFree=131056028/131071996
[pid=232367] ppid=232364 vsize=19174740 memory=16262880 CPUtime=3600.04 cores=0,2
/proc/232367/stat : 232367 (java) S 232364 232367 232242 0 -1 1077936128 623001 0 0 0 358630 1374 0 0 20 0 21 0 26538852 19634933760 4065720 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
/proc/232367/statm: 4793685 4065720 5984 1 0 4091529 0
[pid=232367/tid=232369] ppid=232364 vsize=19174740 memory=69184 CPUtime=3375.2 cores=0,2
/proc/232367/task/232369/stat : 232369 (java) R 232364 232367 232242 0 -1 4194368 181283 0 0 0 336805 715 0 0 20 0 21 0 26538852 19634933760 4065720 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232378] ppid=232364 vsize=19174740 memory=12348 CPUtime=0 cores=0,2
/proc/232367/task/232378/stat : 232378 (Finalizer) S 232364 232367 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26538855 19634933760 4065720 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=232385] ppid=232364 vsize=19174740 memory=-8887686096404325052 CPUtime=0 cores=0,2
/proc/232367/task/232385/stat : 232385 (Common-Cleaner) S 232364 232367 232242 0 -1 1077936192 2652 0 0 0 0 0 0 0 20 0 21 0 26538855 19634933760 4065720 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
[pid=232367/tid=233378] ppid=232364 vsize=19174740 memory=18688 CPUtime=0 cores=0,2
/proc/232367/task/233378/stat : 233378 (Timer-0) S 232364 232367 232242 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26763880 19634933760 4065720 134679101440 94420659052544 94420659056240 140733619022816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94420659064056 94420659064848 94420678733824 140733619028976 140733619029089 140733619029089 140733619036104 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16262880 KiB

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

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

# cumulated CPU time of all completed processes:  user=3586.37 s, system=13.7989 s

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

Child status: 143

Real time (s): 3489.89
CPU time (s): 3600.17
CPU user time (s): 3586.37
CPU system time (s): 13.7989
CPU usage (%): 103.16
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 16262880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.37
system time used= 13.7989
maximum resident set size= 16264544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 624813
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 971521
involuntary context switches= 56348


# summary of solver processes directly reported to runsolver:
#   pid: 232367
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3586.37
#   total CPU system time (s): 13.7989

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.18059 second user time and 18.2865 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-25 11:35:03
IDJOB=4459105
IDBENCH=178517
IDSOLVER=3046
FILE ID=nodeC016/4459105-1721900102
RUNJOBID= nodeC016-1721900102-232252
SLURM_JOB_ID= 8089388
Free space on /tmp= 889872 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459105-1721900102/watcher-4459105-1721900102 -o /tmp/evaluation-result-4459105-1721900102/solver-4459105-1721900102 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721900102-232252 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459105-1721900102.opb

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

MD5SUM BENCH= 8dda82f4961ecebecfcf9bee24c61458
RANDOM SEED=1875890032

nodeC016.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		: 3599.756
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.34
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		: 3605.351
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.68
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		: 3599.824
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.34
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		: 3608.927
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.68
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		: 3599.754
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124021772 kB
MemAvailable:   127224472 kB
Buffers:          311548 kB
Cached:          3573000 kB
SwapCached:          284 kB
Active:          2356308 kB
Inactive:        4244388 kB
Active(anon):       2412 kB
Inactive(anon):  2766148 kB
Active(file):    2353896 kB
Inactive(file):  1478240 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056028 kB
Dirty:            218812 kB
Writeback:             0 kB
AnonPages:       2715680 kB
Mapped:           123908 kB
Shmem:             52400 kB
KReclaimable:     420424 kB
Slab:             541692 kB
SReclaimable:     420424 kB
SUnreclaim:       121268 kB
KernelStack:        5008 kB
PageTables:        15344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7403364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17184 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2353152 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:      373460 kB
DirectMap2M:    42391552 kB
DirectMap1G:    93323264 kB

Free space on /tmp at the end= 889868 MiB
End job on nodeC016 at 2024-07-25 12:33:13