Trace number 4459144

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.22 3575

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_50.opb
MD5SUM3762504243d867ee0a80bf59380bdaf6
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 benchmark1326
Best CPU time to get the best result obtained on this benchmark1025.76
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3383952
Total number of constraints141576
Number of constraints which are clauses71451
Number of constraints which are cardinality constraints (but not clauses)64974
Number of constraints which are nor clauses,nor cardinality constraints5151
Minimum length of a constraint50
Maximum length of a constraint55
Number of terms in the objective function 2652
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 2652
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 2652
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.08	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	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-4459144-1721900102.opb
0.14/0.16	c reading problem ... 
0.14/0.19	c  objective function found
1343.11/1343.84	c ... done. Wall clock time 1343.669s.
1343.11/1343.84	c declared #vars     3383952
1343.11/1343.84	c #constraints  141576
1343.11/1343.84	c constraints type 
1343.11/1343.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70125
1343.11/1343.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 71451
1343.11/1343.84	c 141576 constraints processed.
1343.11/1343.85	c objective function length is 2652 literals
1439.68/1435.55	c cleaning 2488 clauses out of 5001 with flag 0/5001
1573.84/1567.24	c cleaning 4244 clauses out of 8517 with flag 0/11005
1714.25/1706.69	c cleaning 5585 clauses out of 11268 with flag 0/18000
1849.42/1837.05	c cleaning 6131 clauses out of 13686 with flag 0/26003
2135.35/2120.54	c cleaning 8200 clauses out of 16553 with flag 0/35001
2462.75/2445.37	c cleaning 9139 clauses out of 18352 with flag 0/45000
2966.16/2948.52	c cleaning 9935 clauses out of 20213 with flag 0/56000
3383.85/3360.73	c cleaning 11103 clauses out of 22279 with flag 0/68001
3600.08/3574.91	c starts		: 78
3600.08/3574.91	c conflicts		: 72817
3600.08/3574.91	c decisions		: 23345301
3600.08/3574.91	c propagations		: 47473600
3600.08/3574.91	c inspects		: 239147361
3600.08/3574.91	c shortcuts		: 0
3600.08/3574.91	c learnt literals	: 0
3600.08/3574.91	c learnt binary clauses	: 2
3600.08/3574.91	c learnt ternary clauses	: 0
3600.08/3574.91	c learnt constraints	: 72817
3600.08/3574.91	c ignored constraints	: 0
3600.08/3574.91	c root simplifications	: 0
3600.08/3574.91	c removed literals (reason simplification)	: 0
3600.08/3574.91	c reason swapping (by a shorter reason)	: 0
3600.08/3574.91	c Calls to reduceDB	: 8
3600.08/3574.91	c Number of update (reduction) of LBD	: 0
3600.08/3574.91	c Imported unit clauses	: 0
3600.08/3574.91	c No decision after first conflict	: false
3600.08/3574.91	c number of reductions to clauses (during analyze)	: 0
3600.08/3574.91	c number of learned constraints concerned by reduction	: 0
3600.08/3574.91	c number of learning phase by resolution	: 0
3600.08/3574.91	c number of learning phase by cutting planes	: 0
3600.08/3574.91	c number of rounding to 1 operations	: 101656
3600.08/3574.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3574.91	c number of reductions of the coefficients by power 2 	: 0
3600.08/3574.91	c number of right shift for reduction by power 2 	: 0
3600.08/3574.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3574.91	c number of ending skipping 	: 0
3600.08/3574.92	c number of internal skipping 	: 0
3600.08/3574.92	c number of derivation steps 	: 269012
3600.08/3574.92	c number of skipped derivation steps 	: 0
3600.08/3574.92	c number of remaining unassigned 	: 5372
3600.08/3574.92	c number of remaining assigned 	: 52080893
3600.08/3574.92	c number of falsified literals weakened from reason	: 0
3600.08/3574.92	c number of falsified literals weakened from conflict	: 0
3600.08/3574.92	c time for arithmetic operations	: 3212577657
3600.08/3574.92	c minimum degree of deleted constraints	: 8
3600.08/3574.92	c maximum degree of deleted constraints	: 47656788884905824111909975099893918209978083063472
3600.08/3574.92	c number of deleted constraints	: 56825
3600.08/3574.92	c speed (assignments/second)	: 21279.449205723096
3600.08/3574.92	c non guided choices	: 21351487
3600.08/3574.94	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 6
3600.08/3574.94	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 10680
3600.08/3574.94	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
3600.08/3574.94	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5304
3600.08/3574.94	s UNKNOWN
3600.08/3574.94	c Total wall clock time (in seconds): 3574.778
3600.08/3574.94	c timeout

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 (60415 MiB free)
  memory of node 1: 64510 MiB (61280 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100076 s]*
/proc/loadavg: 2.85 3.83 4.00 10/305 232357
/proc/meminfo: memFree=124251924/131524600 swapFree=131056028/131071996
[pid=232339] ppid=232336 vsize=18975048 memory=64896 CPUtime=0.14 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 7165 0 0 0 12 2 0 0 20 0 18 0 26538821 19430449152 16224 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4743762 16224 5655 1 0 549309 0
[pid=232339/tid=232341] ppid=232336 vsize=18975048 memory=4026532157 CPUtime=0.08 cores=1,3
/proc/232339/task/232341/stat : 232341 (java) R 232336 232339 232242 0 -1 4194368 5722 0 0 0 7 1 0 0 20 0 18 0 26538821 19430449152 16224 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232350] ppid=232336 vsize=18975048 memory=219966341476 CPUtime=0 cores=1,3
/proc/232339/task/232350/stat : 232350 (Finalizer) S 232336 232339 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26538824 19430449152 16224 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232357] ppid=232336 vsize=18975048 memory=14981057205745047 CPUtime=0 cores=1,3
/proc/232339/task/232357/stat : 232357 (Common-Cleaner) S 232336 232339 232242 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 26538825 19430449152 16224 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64896 KiB

[startup+0.216043 s]*
/proc/loadavg: 2.85 3.83 4.00 10/305 232357
/proc/meminfo: memFree=124115916/131524600 swapFree=131056028/131071996
[pid=232339] ppid=232336 vsize=18975048 memory=182304 CPUtime=0.33 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 7753 0 0 0 28 5 0 0 20 0 18 0 26538821 19430449152 45576 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4743762 45576 5813 1 0 549618 0
[pid=232339/tid=232341] ppid=232336 vsize=18975048 memory=3472328300254199927 CPUtime=0.19 cores=1,3
/proc/232339/task/232341/stat : 232341 (java) R 232336 232339 232242 0 -1 4194368 6112 0 0 0 15 4 0 0 20 0 18 0 26538821 19430449152 45576 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232350] ppid=232336 vsize=18975048 memory=1554078 CPUtime=0 cores=1,3
/proc/232339/task/232350/stat : 232350 (Finalizer) S 232336 232339 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26538824 19430449152 45576 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232357] ppid=232336 vsize=18975048 memory=13563786715989445 CPUtime=0 cores=1,3
/proc/232339/task/232357/stat : 232357 (Common-Cleaner) S 232336 232339 232242 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 26538825 19430449152 45576 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 182304 KiB

[startup+0.317038 s]*
/proc/loadavg: 2.85 3.83 4.00 9/312 232369
/proc/meminfo: memFree=123932400/131524600 swapFree=131056028/131071996
[pid=232339] ppid=232336 vsize=18975048 memory=357292 CPUtime=0.52 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 9512 0 0 0 43 9 0 0 20 0 18 0 26538821 19430449152 89323 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4743762 89323 5913 1 0 550711 0
[pid=232339/tid=232341] ppid=232336 vsize=18975048 memory=-8887686096404325052 CPUtime=0.28 cores=1,3
/proc/232339/task/232341/stat : 232341 (java) R 232336 232339 232242 0 -1 4194368 6322 0 0 0 21 7 0 0 20 0 18 0 26538821 19430449152 89323 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232350] ppid=232336 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/232339/task/232350/stat : 232350 (Finalizer) S 232336 232339 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26538824 19430449152 89323 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232357] ppid=232336 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/232339/task/232357/stat : 232357 (Common-Cleaner) S 232336 232339 232242 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 26538825 19430449152 89323 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 357292 KiB

[startup+0.701055 s]
/proc/loadavg: 2.85 3.83 4.00 9/328 232387
/proc/meminfo: memFree=123304328/131524600 swapFree=131056028/131071996
[pid=232339] ppid=232336 vsize=19041612 memory=835696 CPUtime=0.92 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 10124 0 0 0 73 19 0 0 20 0 19 0 26538821 19498610688 208924 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4760403 208924 5913 1 0 551002 0
[pid=232339/tid=232341] ppid=232336 vsize=19041612 memory=69184 CPUtime=0.64 cores=1,3
/proc/232339/task/232341/stat : 232341 (java) R 232336 232339 232242 0 -1 4194368 6757 0 0 0 47 17 0 0 20 0 19 0 26538821 19498610688 208924 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232350] ppid=232336 vsize=19041612 memory=12348 CPUtime=0 cores=1,3
/proc/232339/task/232350/stat : 232350 (Finalizer) S 232336 232339 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26538824 19498610688 208924 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232357] ppid=232336 vsize=19041612 memory=2164 CPUtime=0 cores=1,3
/proc/232339/task/232357/stat : 232357 (Common-Cleaner) S 232336 232339 232242 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 26538825 19498610688 208924 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 835696 KiB

[startup+1.50104 s]
/proc/loadavg: 2.85 3.83 4.00 5/330 232389
/proc/meminfo: memFree=121750076/131524600 swapFree=131056028/131071996
[pid=232339] ppid=232336 vsize=19041612 memory=836200 CPUtime=1.84 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 10256 0 0 0 164 20 0 0 20 0 19 0 26538821 19498610688 209050 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4760403 209050 5929 1 0 551019 0
[pid=232339/tid=232341] ppid=232336 vsize=19041612 memory=12348 CPUtime=1.4 cores=1,3
/proc/232339/task/232341/stat : 232341 (java) R 232336 232339 232242 0 -1 4194368 6818 0 0 0 123 17 0 0 20 0 19 0 26538821 19498610688 209050 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232350] ppid=232336 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/232339/task/232350/stat : 232350 (Finalizer) S 232336 232339 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26538824 19498610688 209050 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232357] ppid=232336 vsize=19041612 memory=33 CPUtime=0 cores=1,3
/proc/232339/task/232357/stat : 232357 (Common-Cleaner) S 232336 232339 232242 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 26538825 19498610688 209050 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
Current children cumulated CPU time: 1.84 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 836200 KiB

[startup+3.10612 s]
/proc/loadavg: 2.85 3.83 4.00 5/331 232390
/proc/meminfo: memFree=119547460/131524600 swapFree=131056028/131071996
[pid=232339] ppid=232336 vsize=19041612 memory=1219436 CPUtime=3.53 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 11159 0 0 0 325 28 0 0 20 0 19 0 26538821 19498610688 304859 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4760403 304859 5929 1 0 784963 0
[pid=232339/tid=232341] ppid=232336 vsize=19041612 memory=0 CPUtime=2.96 cores=1,3
/proc/232339/task/232341/stat : 232341 (java) R 232336 232339 232242 0 -1 4194368 7086 0 0 0 272 24 0 0 20 0 19 0 26538821 19498610688 304859 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232350] ppid=232336 vsize=19041612 memory=12348 CPUtime=0 cores=1,3
/proc/232339/task/232350/stat : 232350 (Finalizer) S 232336 232339 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26538824 19498610688 304859 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232357] ppid=232336 vsize=19041612 memory=5500 CPUtime=0 cores=1,3
/proc/232339/task/232357/stat : 232357 (Common-Cleaner) S 232336 232339 232242 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 26538825 19498610688 304859 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
Current children cumulated CPU time: 3.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1219436 KiB

[startup+6.30026 s]
/proc/loadavg: 3.19 3.89 4.02 6/331 232390
/proc/meminfo: memFree=119317156/131524600 swapFree=131056028/131071996
[pid=232339] ppid=232336 vsize=19041612 memory=1234504 CPUtime=6.78 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 11572 0 0 0 649 29 0 0 20 0 19 0 26538821 19498610688 308626 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4760403 308626 5929 1 0 784965 0
[pid=232339/tid=232341] ppid=232336 vsize=19041612 memory=5500 CPUtime=6.04 cores=1,3
/proc/232339/task/232341/stat : 232341 (java) R 232336 232339 232242 0 -1 4194368 7402 0 0 0 580 24 0 0 20 0 19 0 26538821 19498610688 308626 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232350] ppid=232336 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/232339/task/232350/stat : 232350 (Finalizer) S 232336 232339 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26538824 19498610688 308626 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232357] ppid=232336 vsize=19041612 memory=-8744415333258601148 CPUtime=0 cores=1,3
/proc/232339/task/232357/stat : 232357 (Common-Cleaner) S 232336 232339 232242 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 26538825 19498610688 308626 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
Current children cumulated CPU time: 6.78 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1234504 KiB

[startup+12.7003 s]
/proc/loadavg: 3.25 3.89 4.02 5/331 232391
/proc/meminfo: memFree=118966560/131524600 swapFree=131056028/131071996
[pid=232339] ppid=232336 vsize=19041612 memory=1242060 CPUtime=13.33 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 16868 0 0 0 1303 30 0 0 20 0 19 0 26538821 19498610688 310515 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4760403 310515 5930 1 0 786502 0
[pid=232339/tid=232341] ppid=232336 vsize=19041612 memory=1234504 CPUtime=12.3 cores=1,3
/proc/232339/task/232341/stat : 232341 (java) R 232336 232339 232242 0 -1 4194368 8267 0 0 0 1206 24 0 0 20 0 19 0 26538821 19498610688 310515 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232350] ppid=232336 vsize=19041612 memory=1242060 CPUtime=0 cores=1,3
/proc/232339/task/232350/stat : 232350 (Finalizer) S 232336 232339 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26538824 19498610688 310515 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232357] ppid=232336 vsize=19041612 memory=13492 CPUtime=0 cores=1,3
/proc/232339/task/232357/stat : 232357 (Common-Cleaner) S 232336 232339 232242 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 26538825 19498610688 310515 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
Current children cumulated CPU time: 13.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1242060 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=232339] ppid=232336 vsize=19041612 memory=1250588 CPUtime=26.15 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 19998 0 0 0 2582 33 0 0 20 0 19 0 26538821 19498610688 312647 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4760403 312647 5945 1 0 786502 0
[pid=232339/tid=232341] ppid=232336 vsize=19041612 memory=1248540 CPUtime=24.83 cores=1,3
/proc/232339/task/232341/stat : 232341 (java) R 232336 232339 232242 0 -1 4194368 9854 0 0 0 2459 24 0 0 20 0 19 0 26538821 19498610688 312647 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232350] ppid=232336 vsize=19041612 memory=12348 CPUtime=0 cores=1,3
/proc/232339/task/232350/stat : 232350 (Finalizer) S 232336 232339 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26538824 19498610688 312647 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232357] ppid=232336 vsize=19041612 memory=1246332 CPUtime=0 cores=1,3
/proc/232339/task/232357/stat : 232357 (Common-Cleaner) S 232336 232339 232242 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 26538825 19498610688 312647 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
Current children cumulated CPU time: 26.15 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1250588 KiB

[startup+51.1063 s]
/proc/loadavg: 3.67 3.92 4.02 5/330 232397
/proc/meminfo: memFree=118917884/131524600 swapFree=131056028/131071996
[pid=232339] ppid=232336 vsize=19041612 memory=1263424 CPUtime=52.42 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 37734 0 0 0 5203 39 0 0 20 0 19 0 26538821 19498610688 315856 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4760403 315856 5945 1 0 791490 0
[pid=232339/tid=232341] ppid=232336 vsize=19041612 memory=13492 CPUtime=49.82 cores=1,3
/proc/232339/task/232341/stat : 232341 (java) R 232336 232339 232242 0 -1 4194368 12108 0 0 0 4957 25 0 0 20 0 19 0 26538821 19498610688 315856 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232350] ppid=232336 vsize=19041612 memory=1263420 CPUtime=0 cores=1,3
/proc/232339/task/232350/stat : 232350 (Finalizer) S 232336 232339 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26538824 19498610688 315856 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232357] ppid=232336 vsize=19041612 memory=1263368 CPUtime=0 cores=1,3
/proc/232339/task/232357/stat : 232357 (Common-Cleaner) S 232336 232339 232242 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 26538825 19498610688 315856 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
Current children cumulated CPU time: 52.42 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1263424 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=232339] ppid=232336 vsize=19041612 memory=1269836 CPUtime=103.57 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 45636 0 0 0 10309 48 0 0 20 0 19 0 26538821 19498610688 317459 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4760403 317459 5945 1 0 791490 0

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

/proc/meminfo: memFree=73242332/131524600 swapFree=131056028/131071996
[pid=232339] ppid=232336 vsize=19174740 memory=16290984 CPUtime=3244.47 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 286229 0 0 0 323724 723 0 0 20 0 21 0 26538821 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4793685 4072746 6015 1 0 4090050 0
[pid=232339/tid=232341] ppid=232336 vsize=19174740 memory=15585708 CPUtime=3104.54 cores=1,3
/proc/232339/task/232341/stat : 232341 (java) R 232336 232339 232242 0 -1 4194368 111893 0 0 0 310139 315 0 0 20 0 21 0 26538821 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 52 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232350] ppid=232336 vsize=19174740 memory=69184 CPUtime=0 cores=1,3
/proc/232339/task/232350/stat : 232350 (Finalizer) S 232336 232339 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26538824 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232357] ppid=232336 vsize=19174740 memory=100 CPUtime=0 cores=1,3
/proc/232339/task/232357/stat : 232357 (Common-Cleaner) S 232336 232339 232242 0 -1 1077936192 2911 0 0 0 0 0 0 0 20 0 21 0 26538825 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=233022] ppid=232336 vsize=19174740 memory=16290984 CPUtime=0 cores=1,3
/proc/232339/task/233022/stat : 233022 (Timer-0) S 232336 232339 232242 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26673217 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
Current children cumulated CPU time: 3244.47 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16290984 KiB

[startup+3282.3 s]
/proc/loadavg: 4.71 4.64 4.46 6/336 234126
/proc/meminfo: memFree=73240168/131524600 swapFree=131056028/131071996
[pid=232339] ppid=232336 vsize=19174740 memory=16290984 CPUtime=3304.69 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 294643 0 0 0 329742 727 0 0 20 0 21 0 26538821 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4793685 4072746 6015 1 0 4090050 0
[pid=232339/tid=232341] ppid=232336 vsize=19174740 memory=16290872 CPUtime=3163.9 cores=1,3
/proc/232339/task/232341/stat : 232341 (java) R 232336 232339 232242 0 -1 4194368 116804 0 0 0 316074 316 0 0 20 0 21 0 26538821 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 52 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232350] ppid=232336 vsize=19174740 memory=1896 CPUtime=0 cores=1,3
/proc/232339/task/232350/stat : 232350 (Finalizer) S 232336 232339 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26538824 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232357] ppid=232336 vsize=19174740 memory=16290984 CPUtime=0 cores=1,3
/proc/232339/task/232357/stat : 232357 (Common-Cleaner) S 232336 232339 232242 0 -1 1077936192 2997 0 0 0 0 0 0 0 20 0 21 0 26538825 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=233022] ppid=232336 vsize=19174740 memory=69184 CPUtime=0 cores=1,3
/proc/232339/task/233022/stat : 233022 (Timer-0) S 232336 232339 232242 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26673217 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
Current children cumulated CPU time: 3304.69 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16290984 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=232339] ppid=232336 vsize=19174740 memory=16290984 CPUtime=3365.32 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 302728 0 0 0 335802 730 0 0 20 0 21 0 26538821 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4793685 4072746 6015 1 0 4090050 0
[pid=232339/tid=232341] ppid=232336 vsize=19174740 memory=16290984 CPUtime=3222.53 cores=1,3
/proc/232339/task/232341/stat : 232341 (java) R 232336 232339 232242 0 -1 4194368 121722 0 0 0 321937 316 0 0 20 0 21 0 26538821 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 52 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232350] ppid=232336 vsize=19174740 memory=-8744415333258601148 CPUtime=0 cores=1,3
/proc/232339/task/232350/stat : 232350 (Finalizer) S 232336 232339 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26538824 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232357] ppid=232336 vsize=19174740 memory=16290984 CPUtime=0 cores=1,3
/proc/232339/task/232357/stat : 232357 (Common-Cleaner) S 232336 232339 232242 0 -1 1077936192 3071 0 0 0 0 0 0 0 20 0 21 0 26538825 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=233022] ppid=232336 vsize=19174740 memory=13492 CPUtime=0 cores=1,3
/proc/232339/task/233022/stat : 233022 (Timer-0) S 232336 232339 232242 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26673217 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
Current children cumulated CPU time: 3365.32 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16290984 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=232339] ppid=232336 vsize=19174740 memory=16290984 CPUtime=3426.52 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 310373 0 0 0 341918 734 0 0 20 0 21 0 26538821 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4793685 4072746 6015 1 0 4090050 0
[pid=232339/tid=232341] ppid=232336 vsize=19174740 memory=16290984 CPUtime=3280.72 cores=1,3
/proc/232339/task/232341/stat : 232341 (java) R 232336 232339 232242 0 -1 4194368 125589 0 0 0 327755 317 0 0 20 0 21 0 26538821 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 52 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232350] ppid=232336 vsize=19174740 memory=16290984 CPUtime=0 cores=1,3
/proc/232339/task/232350/stat : 232350 (Finalizer) S 232336 232339 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26538824 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232357] ppid=232336 vsize=19174740 memory=13492 CPUtime=0 cores=1,3
/proc/232339/task/232357/stat : 232357 (Common-Cleaner) S 232336 232339 232242 0 -1 1077936192 3134 0 0 0 0 0 0 0 20 0 21 0 26538825 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=233022] ppid=232336 vsize=19174740 memory=69184 CPUtime=0 cores=1,3
/proc/232339/task/233022/stat : 233022 (Timer-0) S 232336 232339 232242 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26673217 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
Current children cumulated CPU time: 3426.52 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16290984 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=232339] ppid=232336 vsize=19174740 memory=16290984 CPUtime=3486.88 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 317359 0 0 0 347950 738 0 0 20 0 21 0 26538821 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4793685 4072746 6015 1 0 4090050 0
[pid=232339/tid=232341] ppid=232336 vsize=19174740 memory=16290984 CPUtime=3339.94 cores=1,3
/proc/232339/task/232341/stat : 232341 (java) R 232336 232339 232242 0 -1 4194368 129580 0 0 0 333676 318 0 0 20 0 21 0 26538821 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 52 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232350] ppid=232336 vsize=19174740 memory=16290984 CPUtime=0 cores=1,3
/proc/232339/task/232350/stat : 232350 (Finalizer) S 232336 232339 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26538824 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232357] ppid=232336 vsize=19174740 memory=69184 CPUtime=0 cores=1,3
/proc/232339/task/232357/stat : 232357 (Common-Cleaner) S 232336 232339 232242 0 -1 1077936192 3222 0 0 0 0 0 0 0 20 0 21 0 26538825 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=233022] ppid=232336 vsize=19174740 memory=16290984 CPUtime=0 cores=1,3
/proc/232339/task/233022/stat : 233022 (Timer-0) S 232336 232339 232242 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26673217 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
Current children cumulated CPU time: 3486.88 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16290984 KiB

[startup+3522.3 s]
/proc/loadavg: 4.49 4.54 4.46 6/337 234366
/proc/meminfo: memFree=101446912/131524600 swapFree=131056028/131071996
[pid=232339] ppid=232336 vsize=19174740 memory=16290984 CPUtime=3547.24 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 327677 0 0 0 353982 742 0 0 20 0 21 0 26538821 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4793685 4072746 6015 1 0 4090050 0
[pid=232339/tid=232341] ppid=232336 vsize=19174740 memory=16290984 CPUtime=3399.11 cores=1,3
/proc/232339/task/232341/stat : 232341 (java) R 232336 232339 232242 0 -1 4194368 134318 0 0 0 339592 319 0 0 20 0 21 0 26538821 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232350] ppid=232336 vsize=19174740 memory=1768 CPUtime=0 cores=1,3
/proc/232339/task/232350/stat : 232350 (Finalizer) S 232336 232339 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26538824 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232357] ppid=232336 vsize=19174740 memory=1768 CPUtime=0 cores=1,3
/proc/232339/task/232357/stat : 232357 (Common-Cleaner) S 232336 232339 232242 0 -1 1077936192 3307 0 0 0 0 0 0 0 20 0 21 0 26538825 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=233022] ppid=232336 vsize=19174740 memory=12348 CPUtime=0 cores=1,3
/proc/232339/task/233022/stat : 233022 (Timer-0) S 232336 232339 232242 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26673217 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
Current children cumulated CPU time: 3547.24 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16290984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3574.9 s]
/proc/loadavg: 4.28 4.47 4.44 5/336 234374
/proc/meminfo: memFree=100981180/131524600 swapFree=131056028/131071996
[pid=232339] ppid=232336 vsize=19174740 memory=16290984 CPUtime=3600.08 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 335532 0 0 0 359262 746 0 0 20 0 21 0 26538821 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4793685 4072746 6015 1 0 4090050 0
[pid=232339/tid=232341] ppid=232336 vsize=19174740 memory=16290984 CPUtime=3451.1 cores=1,3
/proc/232339/task/232341/stat : 232341 (java) R 232336 232339 232242 0 -1 4194368 139410 0 0 0 344790 320 0 0 20 0 21 0 26538821 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232350] ppid=232336 vsize=19174740 memory=40920 CPUtime=0 cores=1,3
/proc/232339/task/232350/stat : 232350 (Finalizer) S 232336 232339 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26538824 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232357] ppid=232336 vsize=19174740 memory=2132 CPUtime=0 cores=1,3
/proc/232339/task/232357/stat : 232357 (Common-Cleaner) S 232336 232339 232242 0 -1 1077936192 3380 0 0 0 0 0 0 0 20 0 21 0 26538825 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=233022] ppid=232336 vsize=19174740 memory=13492 CPUtime=0 cores=1,3
/proc/232339/task/233022/stat : 233022 (Timer-0) S 232336 232339 232242 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26673217 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16290984 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.71 s, system=7.50937 s

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

[startup+3574.9 s]
/proc/loadavg: 4.28 4.47 4.44 5/336 234374
/proc/meminfo: memFree=100981180/131524600 swapFree=131056028/131071996
[pid=232339] ppid=232336 vsize=19174740 memory=16290984 CPUtime=3600.08 cores=1,3
/proc/232339/stat : 232339 (java) S 232336 232339 232242 0 -1 1077936128 335532 0 0 0 359262 746 0 0 20 0 21 0 26538821 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
/proc/232339/statm: 4793685 4072746 6015 1 0 4090050 0
[pid=232339/tid=232341] ppid=232336 vsize=19174740 memory=16290984 CPUtime=3451.1 cores=1,3
/proc/232339/task/232341/stat : 232341 (java) R 232336 232339 232242 0 -1 4194368 139410 0 0 0 344790 320 0 0 20 0 21 0 26538821 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232350] ppid=232336 vsize=19174740 memory=40920 CPUtime=0 cores=1,3
/proc/232339/task/232350/stat : 232350 (Finalizer) S 232336 232339 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26538824 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=232357] ppid=232336 vsize=19174740 memory=2132 CPUtime=0 cores=1,3
/proc/232339/task/232357/stat : 232357 (Common-Cleaner) S 232336 232339 232242 0 -1 1077936192 3380 0 0 0 0 0 0 0 20 0 21 0 26538825 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
[pid=232339/tid=233022] ppid=232336 vsize=19174740 memory=13492 CPUtime=0 cores=1,3
/proc/232339/task/233022/stat : 233022 (Timer-0) S 232336 232339 232242 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26673217 19634933760 4072746 134679101440 94767431692288 94767431695984 140736670656944 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767431703800 94767431704592 94767456137216 140736670663664 140736670663777 140736670663777 140736670670792 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16290984 KiB

Child status: 143

Real time (s): 3575
CPU time (s): 3600.22
CPU user time (s): 3592.71
CPU system time (s): 7.50937
CPU usage (%): 100.706
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 16290984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.71
system time used= 7.50937
maximum resident set size= 16292672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 339208
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 568002
involuntary context switches= 25305


# summary of solver processes directly reported to runsolver:
#   pid: 232339
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3592.71
#   total CPU system time (s): 7.50937

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.97234 second user time and 18.8114 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-25 11:35:03
IDJOB=4459144
IDBENCH=178533
IDSOLVER=3046
FILE ID=nodeC016/4459144-1721900102
RUNJOBID= nodeC016-1721900102-232254
SLURM_JOB_ID= 8089388
Free space on /tmp= 889884 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_50.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459144-1721900102/watcher-4459144-1721900102 -o /tmp/evaluation-result-4459144-1721900102/solver-4459144-1721900102 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721900102-232254 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459144-1721900102.opb

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

MD5SUM BENCH= 3762504243d867ee0a80bf59380bdaf6
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		: 3609.338
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		: 3622.247
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.851
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		: 3634.054
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		: 3607.809
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		: 3608.599
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		: 3601.282
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		: 3631.253
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:        124697500 kB
MemAvailable:   127885328 kB
Buffers:          311548 kB
Cached:          3558180 kB
SwapCached:          284 kB
Active:          2355516 kB
Inactive:        3570668 kB
Active(anon):       2404 kB
Inactive(anon):  2106516 kB
Active(file):    2353112 kB
Inactive(file):  1464152 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056028 kB
Dirty:            204196 kB
Writeback:             0 kB
AnonPages:       2056344 kB
Mapped:           123584 kB
Shmem:             52400 kB
KReclaimable:     420424 kB
Slab:             541592 kB
SReclaimable:     420424 kB
SUnreclaim:       121168 kB
KernelStack:        4672 kB
PageTables:        13928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5190168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17184 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1824768 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= 889988 MiB
End job on nodeC016 at 2024-07-25 12:34:38