Trace number 4429842

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.17 3581.11

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_17.opb
MD5SUMb48e8711e48bf421c56e401ff58b5422
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark248
Best CPU time to get the best result obtained on this benchmark3600.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7089
Total number of constraints13888
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13888
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2621
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.10/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.13	c See www.sat4j.org for details.
0.10/0.15	c version CUSTOM.v20240707
0.10/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.17	c java.vm.version	22.0.1+8-16
0.10/0.17	c java.vm.vendor	Oracle Corporation
0.10/0.17	c sun.arch.data.model	64
0.10/0.17	c java.version		22.0.1
0.10/0.17	c os.name		Linux
0.10/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.10/0.17	c os.arch		amd64
0.10/0.18	c Free memory 		2115194816
0.10/0.18	c Max memory 		16282288128
0.10/0.18	c Total memory 		2122317824
0.10/0.19	c Number of processors 	2
0.44/0.37	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.37	 - never skip resolution steps
0.44/0.37	 - Auto-division on coefficients is disabled
0.44/0.37	 - No postprocessing
0.44/0.37	 - Conflict is considered as is when resolving
0.44/0.37	 - Use constraints as they come during conflict analysis
0.44/0.37	 - Weaken first using unassigned literals
0.44/0.37	 - Bump strategy: ALWAYS_ONE
0.44/0.37	 - Bumper: EFFECTIVE
0.44/0.37	--- Begin Solver configuration ---
0.44/0.37	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.44/0.37	Learn all clauses as in MiniSAT
0.44/0.37	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.37	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.37	No reason simplification
0.44/0.37	Dynamic restart strategy considering the size of the coefficients
0.44/0.37	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.44/0.37	timeout=2147483s
0.44/0.37	DB Simplification allowed=false
0.44/0.37	Listener: none
0.44/0.37	--- End Solver configuration ---
0.44/0.37	c Pseudo Boolean Optimization by upper bound
0.44/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.37	c  - never skip resolution steps
0.44/0.37	c  - Auto-division on coefficients is disabled
0.44/0.37	c  - No postprocessing
0.44/0.37	c  - Conflict is considered as is when resolving
0.44/0.37	c  - Use constraints as they come during conflict analysis
0.44/0.37	c  - Weaken first using unassigned literals
0.44/0.37	c  - Bump strategy: ALWAYS_ONE
0.44/0.37	c  - Bumper: EFFECTIVE
0.44/0.37	c --- Begin Solver configuration ---
0.44/0.37	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.44/0.37	c Learn all clauses as in MiniSAT
0.44/0.37	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.37	c No reason simplification
0.44/0.37	c Dynamic restart strategy considering the size of the coefficients
0.44/0.37	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.44/0.37	c timeout=2147483s
0.44/0.37	c DB Simplification allowed=false
0.44/0.37	c Listener: none
0.44/0.37	c --- End Solver configuration ---
0.44/0.37	c solving HOME/instance-4429842-1721102824.opb
0.44/0.37	c reading problem ... 
0.44/0.38	c  objective function found
2.76/1.68	c ... done. Wall clock time 1.306s.
2.76/1.68	c declared #vars     7089
2.76/1.68	c #constraints  13888
2.76/1.68	c constraints type 
2.76/1.68	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 13888
2.76/1.68	c 13888 constraints processed.
2.76/1.69	c objective function length is 9 literals
41.30/33.67	c cleaning 2473 clauses out of 5001 with flag 0/5001
73.48/64.89	c cleaning 4232 clauses out of 8527 with flag 0/11000
117.71/108.25	c cleaning 5647 clauses out of 11295 with flag 0/18000
198.06/188.01	c cleaning 6825 clauses out of 13650 with flag 0/26002
289.09/278.40	c cleaning 7910 clauses out of 15824 with flag 0/35001
403.82/392.90	c cleaning 8943 clauses out of 17914 with flag 0/45001
533.06/521.48	c cleaning 9986 clauses out of 19972 with flag 0/56002
699.95/687.69	c cleaning 10963 clauses out of 21984 with flag 0/68000
919.55/906.72	c cleaning 11898 clauses out of 24021 with flag 0/81000
1166.88/1153.48	c cleaning 12976 clauses out of 26124 with flag 0/95001
1456.75/1442.35	c cleaning 14071 clauses out of 28147 with flag 0/110000
1831.32/1815.52	c cleaning 14982 clauses out of 30076 with flag 0/126000
2329.72/2312.92	c cleaning 15898 clauses out of 32094 with flag 0/143000
2809.76/2792.37	c cleaning 16969 clauses out of 34196 with flag 0/161000
3359.23/3340.95	c cleaning 17986 clauses out of 36227 with flag 0/180000
3600.00/3581.04	c starts		: 21
3600.00/3581.04	c timeout
3600.00/3581.05	c conflicts		: 189862
3600.00/3581.05	c decisions		: 234765
3600.00/3581.05	c propagations		: 46391314
3600.00/3581.05	c inspects		: 2408308973
3600.00/3581.05	c shortcuts		: 0
3600.00/3581.05	c learnt literals	: 0
3600.00/3581.05	c learnt binary clauses	: 75
3600.00/3581.05	c learnt ternary clauses	: 0
3600.00/3581.05	c learnt constraints	: 189861
3600.00/3581.05	c ignored constraints	: 0
3600.00/3581.05	c root simplifications	: 0
3600.00/3581.05	c removed literals (reason simplification)	: 0
3600.00/3581.05	c reason swapping (by a shorter reason)	: 0
3600.00/3581.05	c Calls to reduceDB	: 15
3600.00/3581.05	c Number of update (reduction) of LBD	: 288423
3600.00/3581.05	c Imported unit clauses	: 0
3600.00/3581.05	c No decision after first conflict	: false
3600.00/3581.05	c number of reductions to clauses (during analyze)	: 0
3600.00/3581.05	c number of learned constraints concerned by reduction	: 0
3600.00/3581.05	c number of learning phase by resolution	: 0
3600.00/3581.05	c number of learning phase by cutting planes	: 0
3600.00/3581.05	c number of rounding to 1 operations	: 0
3600.00/3581.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3581.05	c number of reductions of the coefficients by power 2 	: 0
3600.00/3581.05	c number of right shift for reduction by power 2 	: 0
3600.00/3581.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3581.05	c number of ending skipping 	: 0
3600.00/3581.05	c number of internal skipping 	: 0
3600.00/3581.05	c number of derivation steps 	: 1509492
3600.00/3581.06	c number of skipped derivation steps 	: 0
3600.00/3581.06	c number of remaining unassigned 	: 17040
3600.00/3581.06	c number of remaining assigned 	: 28660245
3600.00/3581.06	c number of falsified literals weakened from reason	: 0
3600.00/3581.06	c number of falsified literals weakened from conflict	: 0
3600.00/3581.06	c time for arithmetic operations	: 2989283283
3600.00/3581.06	c minimum degree of deleted constraints	: 1
3600.00/3581.06	c maximum degree of deleted constraints	: 7520259131954494195088908989900
3600.00/3581.06	c number of deleted constraints	: 161759
3600.00/3581.06	c speed (assignments/second)	: 12960.806335444888
3600.00/3581.06	c non guided choices	: 67
3600.00/3581.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1029
3600.00/3581.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 75
3600.00/3581.08	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 26998
3600.00/3581.08	s UNKNOWN
3600.00/3581.08	c Total wall clock time (in seconds): 3580.705

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429842-1721102824/watcher-4429842-1721102824 -o /tmp/evaluation-result-4429842-1721102824/solver-4429842-1721102824 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721095703-832737 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429842-1721102824.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=837242, runsolver pid=837239

[startup+0.101229 s]*
/proc/loadavg: 4.63 4.45 4.38 5/315 837260
/proc/meminfo: memFree=117212624/131655788 swapFree=131071996/131071996
[pid=837242] ppid=837239 vsize=18975048 memory=55656 CPUtime=0.1 cores=5,7
/proc/837242/stat : 837242 (java) S 837239 837242 832724 0 -1 1077936128 6452 0 0 0 7 3 0 0 20 0 18 0 162440472 19430449152 13914 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
/proc/837242/statm: 4743762 13914 5626 1 0 550798 0
[pid=837242/tid=837244] ppid=837239 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/837242/task/837244/stat : 837244 (java) R 837239 837242 832724 0 -1 4194368 5389 0 0 0 6 3 0 0 20 0 18 0 162440473 19430449152 13914 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837253] ppid=837239 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/837242/task/837253/stat : 837253 (Finalizer) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 162440478 19430449152 13914 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837260] ppid=837239 vsize=18975048 memory=3978424728183636000 CPUtime=0 cores=5,7
/proc/837242/task/837260/stat : 837260 (Common-Cleaner) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 162440479 19430449152 13914 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55656 KiB

[startup+0.215224 s]*
/proc/loadavg: 4.63 4.45 4.38 5/315 837260
/proc/meminfo: memFree=117203224/131655788 swapFree=131071996/131071996
[pid=837242] ppid=837239 vsize=18975048 memory=64972 CPUtime=0.27 cores=5,7
/proc/837242/stat : 837242 (java) S 837239 837242 832724 0 -1 1077936128 7199 0 0 0 23 4 0 0 20 0 18 0 162440472 19430449152 16243 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
/proc/837242/statm: 4743762 16243 5633 1 0 551390 0
[pid=837242/tid=837244] ppid=837239 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/837242/task/837244/stat : 837244 (java) R 837239 837242 832724 0 -1 4194368 5742 0 0 0 15 3 0 0 20 0 18 0 162440473 19430449152 16243 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837253] ppid=837239 vsize=18975048 memory=694 CPUtime=0 cores=5,7
/proc/837242/task/837253/stat : 837253 (Finalizer) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 162440478 19430449152 16243 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837260] ppid=837239 vsize=18975048 memory=14135562894328173 CPUtime=0 cores=5,7
/proc/837242/task/837260/stat : 837260 (Common-Cleaner) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 162440479 19430449152 16243 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64972 KiB

[startup+0.314405 s]*
/proc/loadavg: 4.63 4.45 4.38 7/315 837260
/proc/meminfo: memFree=117202160/131655788 swapFree=131071996/131071996
[pid=837242] ppid=837239 vsize=18975048 memory=66268 CPUtime=0.44 cores=5,7
/proc/837242/stat : 837242 (java) S 837239 837242 832724 0 -1 1077936128 7472 0 0 0 39 5 0 0 20 0 18 0 162440472 19430449152 16567 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
/proc/837242/statm: 4743762 16567 5692 1 0 551582 0
[pid=837242/tid=837244] ppid=837239 vsize=18975048 memory=-8528243629181215420 CPUtime=0.26 cores=5,7
/proc/837242/task/837244/stat : 837244 (java) R 837239 837242 832724 0 -1 1077936192 5911 0 0 0 23 3 0 0 20 0 18 0 162440473 19430449152 16567 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837253] ppid=837239 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/837242/task/837253/stat : 837253 (Finalizer) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 162440478 19430449152 16567 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837260] ppid=837239 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/837242/task/837260/stat : 837260 (Common-Cleaner) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 162440479 19430449152 16567 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66268 KiB

[startup+0.700769 s]
/proc/loadavg: 4.63 4.45 4.38 6/315 837260
/proc/meminfo: memFree=117188396/131655788 swapFree=131071996/131071996
[pid=837242] ppid=837239 vsize=19041612 memory=163556 CPUtime=1.1 cores=5,7
/proc/837242/stat : 837242 (java) S 837239 837242 832724 0 -1 1077936128 9751 0 0 0 101 9 0 0 20 0 19 0 162440472 19498610688 40889 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
/proc/837242/statm: 4760403 40889 5838 1 0 553379 0
[pid=837242/tid=837244] ppid=837239 vsize=19041612 memory=5576 CPUtime=0.57 cores=5,7
/proc/837242/task/837244/stat : 837244 (java) S 837239 837242 832724 0 -1 1077936192 6097 0 0 0 51 6 0 0 20 0 19 0 162440473 19498610688 40889 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837253] ppid=837239 vsize=19041612 memory=12676 CPUtime=0 cores=5,7
/proc/837242/task/837253/stat : 837253 (Finalizer) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 162440478 19498610688 40889 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837260] ppid=837239 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/837242/task/837260/stat : 837260 (Common-Cleaner) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 162440479 19498610688 40889 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 163556 KiB

[startup+1.50121 s]
/proc/loadavg: 4.63 4.45 4.38 6/316 837261
/proc/meminfo: memFree=117086216/131655788 swapFree=131071996/131071996
[pid=837242] ppid=837239 vsize=19041612 memory=496944 CPUtime=2.59 cores=5,7
/proc/837242/stat : 837242 (java) S 837239 837242 832724 0 -1 1077936128 14012 0 0 0 242 17 0 0 20 0 19 0 162440472 19498610688 124236 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
/proc/837242/statm: 4760403 124236 5854 1 0 1211556 0
[pid=837242/tid=837244] ppid=837239 vsize=19041612 memory=12676 CPUtime=1.2 cores=5,7
/proc/837242/task/837244/stat : 837244 (java) R 837239 837242 832724 0 -1 4194368 6225 0 0 0 108 12 0 0 20 0 19 0 162440473 19498610688 124236 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837253] ppid=837239 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/837242/task/837253/stat : 837253 (Finalizer) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 162440478 19498610688 124236 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837260] ppid=837239 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/837242/task/837260/stat : 837260 (Common-Cleaner) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 162440479 19498610688 124236 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 496944 KiB

[startup+3.10622 s]
/proc/loadavg: 4.63 4.45 4.38 7/317 837262
/proc/meminfo: memFree=116553236/131655788 swapFree=131071996/131071996
[pid=837242] ppid=837239 vsize=19108176 memory=756868 CPUtime=5.53 cores=5,7
/proc/837242/stat : 837242 (java) S 837239 837242 832724 0 -1 1077936128 20204 0 0 0 529 24 0 0 20 0 20 0 162440472 19566772224 189217 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
/proc/837242/statm: 4777044 189217 5908 1 0 1942316 0
[pid=837242/tid=837244] ppid=837239 vsize=19108176 memory=198340509722 CPUtime=2.63 cores=5,7
/proc/837242/task/837244/stat : 837244 (java) R 837239 837242 832724 0 -1 4194368 6456 0 0 0 247 16 0 0 20 0 20 0 162440473 19566772224 189217 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837253] ppid=837239 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/837242/task/837253/stat : 837253 (Finalizer) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162440478 19566772224 189217 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837260] ppid=837239 vsize=19108176 memory=12676 CPUtime=0 cores=5,7
/proc/837242/task/837260/stat : 837260 (Common-Cleaner) S 837239 837242 832724 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 162440479 19566772224 189217 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837262] ppid=837239 vsize=19108176 memory=541112 CPUtime=0 cores=5,7
/proc/837242/task/837262/stat : 837262 (Timer-0) S 837239 837242 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162440642 19566772224 189217 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
Current children cumulated CPU time: 5.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 756868 KiB

[startup+6.30121 s]
/proc/loadavg: 4.74 4.48 4.38 6/317 837262
/proc/meminfo: memFree=115772848/131655788 swapFree=131071996/131071996
[pid=837242] ppid=837239 vsize=19108176 memory=1587524 CPUtime=10.16 cores=5,7
/proc/837242/stat : 837242 (java) S 837239 837242 832724 0 -1 1077936128 20766 0 0 0 974 42 0 0 20 0 20 0 162440472 19566772224 396881 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
/proc/837242/statm: 4777044 396881 5908 1 0 1942335 0
[pid=837242/tid=837244] ppid=837239 vsize=19108176 memory=0 CPUtime=5.78 cores=5,7
/proc/837242/task/837244/stat : 837244 (java) R 837239 837242 832724 0 -1 4194368 6855 0 0 0 545 33 0 0 20 0 20 0 162440473 19566772224 396881 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837253] ppid=837239 vsize=19108176 memory=12676 CPUtime=0 cores=5,7
/proc/837242/task/837253/stat : 837253 (Finalizer) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162440478 19566772224 396881 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837260] ppid=837239 vsize=19108176 memory=550800 CPUtime=0 cores=5,7
/proc/837242/task/837260/stat : 837260 (Common-Cleaner) S 837239 837242 832724 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 162440479 19566772224 396881 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837262] ppid=837239 vsize=19108176 memory=1431872 CPUtime=0 cores=5,7
/proc/837242/task/837262/stat : 837262 (Timer-0) S 837239 837242 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162440642 19566772224 396881 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
Current children cumulated CPU time: 10.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1587524 KiB

[startup+12.7003 s]
/proc/loadavg: 4.76 4.49 4.39 5/317 837264
/proc/meminfo: memFree=113741588/131655788 swapFree=131071996/131071996
[pid=837242] ppid=837239 vsize=19108176 memory=3673952 CPUtime=18.48 cores=5,7
/proc/837242/stat : 837242 (java) S 837239 837242 832724 0 -1 1077936128 27130 0 0 0 1764 84 0 0 20 0 20 0 162440472 19566772224 918488 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
/proc/837242/statm: 4777044 918488 5908 1 0 1942738 0
[pid=837242/tid=837244] ppid=837239 vsize=19108176 memory=3415872 CPUtime=12.12 cores=5,7
/proc/837242/task/837244/stat : 837244 (java) R 837239 837242 832724 0 -1 4194368 9480 0 0 0 1138 74 0 0 20 0 20 0 162440473 19566772224 918488 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837253] ppid=837239 vsize=19108176 memory=12440 CPUtime=0 cores=5,7
/proc/837242/task/837253/stat : 837253 (Finalizer) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162440478 19566772224 918488 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837260] ppid=837239 vsize=19108176 memory=6084197522373960531 CPUtime=0 cores=5,7
/proc/837242/task/837260/stat : 837260 (Common-Cleaner) S 837239 837242 832724 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 162440479 19566772224 918488 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837262] ppid=837239 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/837242/task/837262/stat : 837262 (Timer-0) S 837239 837242 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162440642 19566772224 918488 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
Current children cumulated CPU time: 18.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3673952 KiB

[startup+25.5022 s]
/proc/loadavg: 4.64 4.47 4.38 7/317 837265
/proc/meminfo: memFree=112415576/131655788 swapFree=131071996/131071996
[pid=837242] ppid=837239 vsize=19108176 memory=4837508 CPUtime=32.99 cores=5,7
/proc/837242/stat : 837242 (java) S 837239 837242 832724 0 -1 1077936128 34538 0 0 0 3187 112 0 0 20 0 20 0 162440472 19566772224 1209377 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
/proc/837242/statm: 4777044 1209377 5908 1 0 1943721 0
[pid=837242/tid=837244] ppid=837239 vsize=19108176 memory=6084197522373960531 CPUtime=24.79 cores=5,7
/proc/837242/task/837244/stat : 837244 (java) R 837239 837242 832724 0 -1 4194368 11123 0 0 0 2380 99 0 0 20 0 20 0 162440473 19566772224 1209377 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837253] ppid=837239 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/837242/task/837253/stat : 837253 (Finalizer) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162440478 19566772224 1209377 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837260] ppid=837239 vsize=19108176 memory=19312 CPUtime=0 cores=5,7
/proc/837242/task/837260/stat : 837260 (Common-Cleaner) S 837239 837242 832724 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 162440479 19566772224 1209377 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837262] ppid=837239 vsize=19108176 memory=-8528243629181215420 CPUtime=0 cores=5,7
/proc/837242/task/837262/stat : 837262 (Timer-0) S 837239 837242 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162440642 19566772224 1209377 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
Current children cumulated CPU time: 32.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4837508 KiB

[startup+51.1133 s]
/proc/loadavg: 4.52 4.46 4.38 6/320 837343
/proc/meminfo: memFree=115282612/131655788 swapFree=131071996/131071996
[pid=837242] ppid=837239 vsize=19108176 memory=4850376 CPUtime=59.79 cores=5,7
/proc/837242/stat : 837242 (java) S 837239 837242 832724 0 -1 1077936128 44473 0 0 0 5863 116 0 0 20 0 20 0 162440472 19566772224 1212594 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
/proc/837242/statm: 4777044 1212594 5908 1 0 1943770 0
[pid=837242/tid=837244] ppid=837239 vsize=19108176 memory=12440 CPUtime=50.11 cores=5,7
/proc/837242/task/837244/stat : 837244 (java) R 837239 837242 832724 0 -1 4194368 15681 0 0 0 4912 99 0 0 20 0 20 0 162440473 19566772224 1212594 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837253] ppid=837239 vsize=19108176 memory=12676 CPUtime=0 cores=5,7
/proc/837242/task/837253/stat : 837253 (Finalizer) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162440478 19566772224 1212594 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837260] ppid=837239 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/837242/task/837260/stat : 837260 (Common-Cleaner) S 837239 837242 832724 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 162440479 19566772224 1212594 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837262] ppid=837239 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/837242/task/837262/stat : 837262 (Timer-0) S 837239 837242 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162440642 19566772224 1212594 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0

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

/proc/meminfo: memFree=112115452/131655788 swapFree=131071996/131071996
[pid=837242] ppid=837239 vsize=19108176 memory=5423992 CPUtime=3180.38 cores=5,7
/proc/837242/stat : 837242 (java) S 837239 837242 832724 0 -1 1077936128 374626 0 0 0 317662 376 0 0 20 0 20 0 162440472 19566772224 1355998 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
/proc/837242/statm: 4777044 1355998 5943 1 0 1944014 0
[pid=837242/tid=837244] ppid=837239 vsize=19108176 memory=5405548 CPUtime=3135.94 cores=5,7
/proc/837242/task/837244/stat : 837244 (java) R 837239 837242 832724 0 -1 4194368 189654 0 0 0 313442 152 0 0 20 0 20 0 162440473 19566772224 1355998 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837253] ppid=837239 vsize=19108176 memory=5419888 CPUtime=0 cores=5,7
/proc/837242/task/837253/stat : 837253 (Finalizer) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162440478 19566772224 1355998 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837260] ppid=837239 vsize=19108176 memory=5423992 CPUtime=0 cores=5,7
/proc/837242/task/837260/stat : 837260 (Common-Cleaner) S 837239 837242 832724 0 -1 1077936192 3842 0 0 0 0 0 0 0 20 0 20 0 162440479 19566772224 1355998 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837262] ppid=837239 vsize=19108176 memory=12440 CPUtime=0 cores=5,7
/proc/837242/task/837262/stat : 837262 (Timer-0) S 837239 837242 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162440642 19566772224 1355998 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
Current children cumulated CPU time: 3180.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5423992 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.27 4.26 5/318 839307
/proc/meminfo: memFree=112090044/131655788 swapFree=131071996/131071996
[pid=837242] ppid=837239 vsize=19108176 memory=5434236 CPUtime=3240.45 cores=5,7
/proc/837242/stat : 837242 (java) S 837239 837242 832724 0 -1 1077936128 379209 0 0 0 323663 382 0 0 20 0 20 0 162440472 19566772224 1358559 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
/proc/837242/statm: 4777044 1358559 5943 1 0 1944014 0
[pid=837242/tid=837244] ppid=837239 vsize=19108176 memory=5426044 CPUtime=3195.46 cores=5,7
/proc/837242/task/837244/stat : 837244 (java) R 837239 837242 832724 0 -1 4194368 192382 0 0 0 319393 153 0 0 20 0 20 0 162440473 19566772224 1358559 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837253] ppid=837239 vsize=19108176 memory=5426044 CPUtime=0 cores=5,7
/proc/837242/task/837253/stat : 837253 (Finalizer) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162440478 19566772224 1358559 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837260] ppid=837239 vsize=19108176 memory=5432188 CPUtime=0 cores=5,7
/proc/837242/task/837260/stat : 837260 (Common-Cleaner) S 837239 837242 832724 0 -1 1077936192 3843 0 0 0 0 0 0 0 20 0 20 0 162440479 19566772224 1358559 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837262] ppid=837239 vsize=19108176 memory=5434236 CPUtime=0 cores=5,7
/proc/837242/task/837262/stat : 837262 (Timer-0) S 837239 837242 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162440642 19566772224 1358559 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
Current children cumulated CPU time: 3240.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5434236 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.23 4.25 5/318 839329
/proc/meminfo: memFree=112056312/131655788 swapFree=131071996/131071996
[pid=837242] ppid=837239 vsize=19108176 memory=5442480 CPUtime=3300.54 cores=5,7
/proc/837242/stat : 837242 (java) S 837239 837242 832724 0 -1 1077936128 383771 0 0 0 329668 386 0 0 20 0 20 0 162440472 19566772224 1360620 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
/proc/837242/statm: 4777044 1360620 5943 1 0 1944033 0
[pid=837242/tid=837244] ppid=837239 vsize=19108176 memory=5440432 CPUtime=3255.03 cores=5,7
/proc/837242/task/837244/stat : 837244 (java) S 837239 837242 832724 0 -1 1077936192 195328 0 0 0 325349 154 0 0 20 0 20 0 162440473 19566772224 1360620 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837253] ppid=837239 vsize=19108176 memory=2216 CPUtime=0 cores=5,7
/proc/837242/task/837253/stat : 837253 (Finalizer) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162440478 19566772224 1360620 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837260] ppid=837239 vsize=19108176 memory=5432188 CPUtime=0 cores=5,7
/proc/837242/task/837260/stat : 837260 (Common-Cleaner) S 837239 837242 832724 0 -1 1077936192 3919 0 0 0 0 0 0 0 20 0 20 0 162440479 19566772224 1360620 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837262] ppid=837239 vsize=19108176 memory=6247969457921 CPUtime=0 cores=5,7
/proc/837242/task/837262/stat : 837262 (Timer-0) S 837239 837242 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162440642 19566772224 1360620 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
Current children cumulated CPU time: 3300.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5442480 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.24 4.25 5/318 839340
/proc/meminfo: memFree=111994112/131655788 swapFree=131071996/131071996
[pid=837242] ppid=837239 vsize=19108176 memory=5450692 CPUtime=3360.62 cores=5,7
/proc/837242/stat : 837242 (java) S 837239 837242 832724 0 -1 1077936128 389600 0 0 0 335671 391 0 0 20 0 20 0 162440472 19566772224 1362673 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
/proc/837242/statm: 4777044 1362673 5943 1 0 1944033 0
[pid=837242/tid=837244] ppid=837239 vsize=19108176 memory=5446596 CPUtime=3314.71 cores=5,7
/proc/837242/task/837244/stat : 837244 (java) R 837239 837242 832724 0 -1 4194368 199284 0 0 0 331316 155 0 0 20 0 20 0 162440473 19566772224 1362673 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837253] ppid=837239 vsize=19108176 memory=5448644 CPUtime=0 cores=5,7
/proc/837242/task/837253/stat : 837253 (Finalizer) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162440478 19566772224 1362673 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837260] ppid=837239 vsize=19108176 memory=5450692 CPUtime=0 cores=5,7
/proc/837242/task/837260/stat : 837260 (Common-Cleaner) S 837239 837242 832724 0 -1 1077936192 3995 0 0 0 0 0 0 0 20 0 20 0 162440479 19566772224 1362673 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837262] ppid=837239 vsize=19108176 memory=5450692 CPUtime=0 cores=5,7
/proc/837242/task/837262/stat : 837262 (Timer-0) S 837239 837242 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162440642 19566772224 1362673 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
Current children cumulated CPU time: 3360.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5450692 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.19 4.23 4/292 839383
/proc/meminfo: memFree=117112932/131655788 swapFree=131071996/131071996
[pid=837242] ppid=837239 vsize=19108176 memory=5456836 CPUtime=3420.67 cores=5,7
/proc/837242/stat : 837242 (java) S 837239 837242 832724 0 -1 1077936128 395071 0 0 0 341672 395 0 0 20 0 20 0 162440472 19566772224 1364209 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
/proc/837242/statm: 4777044 1364209 5943 1 0 1944033 0
[pid=837242/tid=837244] ppid=837239 vsize=19108176 memory=5448644 CPUtime=3374.21 cores=5,7
/proc/837242/task/837244/stat : 837244 (java) R 837239 837242 832724 0 -1 4194368 202751 0 0 0 337265 156 0 0 20 0 20 0 162440473 19566772224 1364209 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837253] ppid=837239 vsize=19108176 memory=5452740 CPUtime=0 cores=5,7
/proc/837242/task/837253/stat : 837253 (Finalizer) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162440478 19566772224 1364209 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837260] ppid=837239 vsize=19108176 memory=5454788 CPUtime=0 cores=5,7
/proc/837242/task/837260/stat : 837260 (Common-Cleaner) S 837239 837242 832724 0 -1 1077936192 4076 0 0 0 0 0 0 0 20 0 20 0 162440479 19566772224 1364209 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837262] ppid=837239 vsize=19108176 memory=12440 CPUtime=0 cores=5,7
/proc/837242/task/837262/stat : 837262 (Timer-0) S 837239 837242 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162440642 19566772224 1364209 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
Current children cumulated CPU time: 3420.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5456836 KiB

[startup+3462.3 s]
/proc/loadavg: 3.52 4.02 4.17 4/292 839393
/proc/meminfo: memFree=117091812/131655788 swapFree=131071996/131071996
[pid=837242] ppid=837239 vsize=19108176 memory=5465124 CPUtime=3480.94 cores=5,7
/proc/837242/stat : 837242 (java) S 837239 837242 832724 0 -1 1077936128 400357 0 0 0 347693 401 0 0 20 0 20 0 162440472 19566772224 1366281 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
/proc/837242/statm: 4777044 1366281 5943 1 0 1944056 0
[pid=837242/tid=837244] ppid=837239 vsize=19108176 memory=5448644 CPUtime=3433.84 cores=5,7
/proc/837242/task/837244/stat : 837244 (java) R 837239 837242 832724 0 -1 4194368 205885 0 0 0 343227 157 0 0 20 0 20 0 162440473 19566772224 1366281 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837253] ppid=837239 vsize=19108176 memory=5454788 CPUtime=0 cores=5,7
/proc/837242/task/837253/stat : 837253 (Finalizer) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162440478 19566772224 1366281 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837260] ppid=837239 vsize=19108176 memory=5463076 CPUtime=0 cores=5,7
/proc/837242/task/837260/stat : 837260 (Common-Cleaner) S 837239 837242 832724 0 -1 1077936192 4158 0 0 0 0 0 0 0 20 0 20 0 162440479 19566772224 1366281 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837262] ppid=837239 vsize=19108176 memory=-8528243629181215420 CPUtime=0 cores=5,7
/proc/837242/task/837262/stat : 837262 (Timer-0) S 837239 837242 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162440642 19566772224 1366281 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
Current children cumulated CPU time: 3480.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5465124 KiB

[startup+3522.3 s]
/proc/loadavg: 3.32 3.87 4.11 4/292 839407
/proc/meminfo: memFree=117076668/131655788 swapFree=131071996/131071996
[pid=837242] ppid=837239 vsize=19108176 memory=5469220 CPUtime=3541.06 cores=5,7
/proc/837242/stat : 837242 (java) S 837239 837242 832724 0 -1 1077936128 405726 0 0 0 353701 405 0 0 20 0 20 0 162440472 19566772224 1367305 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
/proc/837242/statm: 4777044 1367305 5943 1 0 1944056 0
[pid=837242/tid=837244] ppid=837239 vsize=19108176 memory=5465124 CPUtime=3493.48 cores=5,7
/proc/837242/task/837244/stat : 837244 (java) R 837239 837242 832724 0 -1 4194368 208726 0 0 0 349190 158 0 0 20 0 20 0 162440473 19566772224 1367305 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 15 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837253] ppid=837239 vsize=19108176 memory=5461028 CPUtime=0 cores=5,7
/proc/837242/task/837253/stat : 837253 (Finalizer) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162440478 19566772224 1367305 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837260] ppid=837239 vsize=19108176 memory=5469220 CPUtime=0 cores=5,7
/proc/837242/task/837260/stat : 837260 (Common-Cleaner) S 837239 837242 832724 0 -1 1077936192 4240 0 0 0 0 0 0 0 20 0 20 0 162440479 19566772224 1367305 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837262] ppid=837239 vsize=19108176 memory=5469220 CPUtime=0 cores=5,7
/proc/837242/task/837262/stat : 837262 (Timer-0) S 837239 837242 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162440642 19566772224 1367305 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
Current children cumulated CPU time: 3541.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5469220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3581 s]*
/proc/loadavg: 3.24 3.74 4.05 4/292 839417
/proc/meminfo: memFree=117036468/131655788 swapFree=131071996/131071996
[pid=837242] ppid=837239 vsize=19108176 memory=5477620 CPUtime=3600 cores=5,7
/proc/837242/stat : 837242 (java) S 837239 837242 832724 0 -1 1077936128 411282 0 0 0 359591 409 0 0 20 0 20 0 162440472 19566772224 1369405 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
/proc/837242/statm: 4777044 1369405 5943 1 0 1944134 0
[pid=837242/tid=837244] ppid=837239 vsize=19108176 memory=104 CPUtime=3551.82 cores=5,7
/proc/837242/task/837244/stat : 837244 (java) R 837239 837242 832724 0 -1 4194368 212154 0 0 0 355023 159 0 0 20 0 20 0 162440473 19566772224 1369405 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 15 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837253] ppid=837239 vsize=19108176 memory=-9044459746194447340 CPUtime=0 cores=5,7
/proc/837242/task/837253/stat : 837253 (Finalizer) S 837239 837242 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162440478 19566772224 1369405 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837260] ppid=837239 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/837242/task/837260/stat : 837260 (Common-Cleaner) S 837239 837242 832724 0 -1 1077936192 4310 0 0 0 0 0 0 0 20 0 20 0 162440479 19566772224 1369405 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
[pid=837242/tid=837262] ppid=837239 vsize=19108176 memory=11548 CPUtime=0 cores=5,7
/proc/837242/task/837262/stat : 837262 (Timer-0) S 837239 837242 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162440642 19566772224 1369405 134679101440 94047062003712 94047062007408 140733344886608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94047062015224 94047062016016 94047074967552 140733344891893 140733344892001 140733344892001 140733344899016 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5477620 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.04 s, system=4.12565 s

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

Child status: 143

Real time (s): 3581.11
CPU time (s): 3600.17
CPU user time (s): 3596.04
CPU system time (s): 4.12565
CPU usage (%): 100.532
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5477620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.04
system time used= 4.12565
maximum resident set size= 5479316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 414270
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117876
involuntary context switches= 3623


# summary of solver processes directly reported to runsolver:
#   pid: 837242
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3596.04
#   total CPU system time (s): 4.12565

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1449 second user time and 38.1539 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-16 06:07:17
IDJOB=4429842
IDBENCH=147626
IDSOLVER=3052
FILE ID=nodeC002/4429842-1721102824
RUNJOBID= nodeC002-1721095703-832737
SLURM_JOB_ID= 7505607
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_17.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429842-1721102824/watcher-4429842-1721102824 -o /tmp/evaluation-result-4429842-1721102824/solver-4429842-1721102824 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721095703-832737 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429842-1721102824.opb

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

MD5SUM BENCH= b48e8711e48bf421c56e401ff58b5422
RANDOM SEED=861025875

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        117247136 kB
MemAvailable:   118623292 kB
Buffers:          415424 kB
Cached:          1788248 kB
SwapCached:            0 kB
Active:           653880 kB
Inactive:       13171892 kB
Active(anon):       2716 kB
Inactive(anon): 11657120 kB
Active(file):     651164 kB
Inactive(file):  1514772 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4840 kB
Writeback:             0 kB
AnonPages:      11621688 kB
Mapped:           124312 kB
Shmem:             37704 kB
KReclaimable:     100504 kB
Slab:             199600 kB
SReclaimable:     100504 kB
SUnreclaim:        99096 kB
KernelStack:        4764 kB
PageTables:        32536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12654592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53440 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11274240 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:      201544 kB
DirectMap2M:    20674560 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC002 at 2024-07-16 07:06:58