Trace number 4493882

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 NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.38 3559.7

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army10.14bt.opb
MD5SUM3a50fcae898f788b3960bca00975c98a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.192196
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables316
Total number of constraints686
Number of constraints which are clauses477
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints207
Minimum length of a constraint1
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.21	c See www.sat4j.org for details.
0.21/0.24	c version PB25.v20250606
0.21/0.26	c java.runtime.name	OpenJDK Runtime Environment
0.21/0.26	c java.vm.name		OpenJDK 64-Bit Server VM
0.21/0.26	c java.vm.version	22.0.1+8-16
0.21/0.26	c java.vm.vendor	Oracle Corporation
0.21/0.26	c sun.arch.data.model	64
0.21/0.26	c java.version		22.0.1
0.21/0.26	c os.name		Linux
0.21/0.26	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.21/0.26	c os.arch		amd64
0.21/0.27	c Free memory 		2106806208
0.21/0.27	c Max memory 		16282288128
0.21/0.27	c Total memory 		2113929216
0.21/0.28	c Number of processors 	2
0.52/0.47	c Pseudo Boolean Optimization by upper bound
0.52/0.47	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.52/0.47	c  - never skip resolution steps
0.52/0.47	c  - Auto-division on coefficients is disabled
0.52/0.47	c  - No postprocessing
0.52/0.47	c  - Conflict is considered as is when resolving
0.52/0.47	c  - Use constraints as they come during conflict analysis
0.52/0.47	c  - Weaken first using unassigned literals
0.52/0.47	c  - Bump strategy: ALWAYS_ONE
0.52/0.47	c  - Bumper: ANY
0.52/0.47	c --- Begin Solver configuration ---
0.52/0.47	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.52/0.47	c Learn all clauses as in MiniSAT
0.52/0.47	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.52/0.47	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.52/0.47	c No reason simplification
0.52/0.47	c Armin Biere (Picosat) restarts strategy
0.52/0.47	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.52/0.47	c timeout=2147483s
0.52/0.47	c DB Simplification allowed=false
0.52/0.47	c Listener: none
0.52/0.47	c --- End Solver configuration ---
0.52/0.47	c solving HOME/instance-4493882-1751152701.opb
0.52/0.47	c reading problem ... 
0.52/0.47	c  no objective function found
0.69/0.59	c ... done. Wall clock time 0.118s.
0.69/0.59	c declared #vars     316
0.69/0.59	c #constraints  686
0.69/0.59	c constraints type 
0.69/0.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 168
0.69/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 207
0.69/0.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.69/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 308
0.69/0.59	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.69/0.59	c 686 constraints processed.
80.50/75.97	c cleaning 2496 clauses out of 5005
422.43/415.17	c cleaning 4240 clauses out of 8504
1532.10/1516.12	c cleaning 5617 clauses out of 11265
3600.01/3559.53	c starts		: 53
3600.01/3559.55	c conflicts		: 24994
3600.01/3559.56	c decisions		: 27121
3600.01/3559.56	c propagations		: 820529
3600.01/3559.56	c inspects		: 3189158436
3600.01/3559.57	c shortcuts		: 0
3600.01/3559.57	c learnt literals	: 0
3600.01/3559.57	c learnt binary clauses	: 0
3600.01/3559.57	c learnt ternary clauses	: 0
3600.01/3559.57	c learnt constraints	: 24994
3600.01/3559.57	c ignored constraints	: 0
3600.01/3559.57	c root simplifications	: 0
3600.01/3559.57	c removed literals (reason simplification)	: 0
3600.01/3559.57	c reason swapping (by a shorter reason)	: 0
3600.01/3559.57	c Calls to reduceDB	: 3
3600.01/3559.57	c Number of update (reduction) of LBD	: 0
3600.01/3559.57	c Imported unit clauses	: 0
3600.01/3559.57	c No decision after first conflict	: false
3600.01/3559.58	c number of reductions to clauses (during analyze)	: 0
3600.01/3559.58	c number of learned constraints concerned by reduction	: 0
3600.01/3559.58	c number of learning phase by resolution	: 0
3600.01/3559.58	c number of learning phase by cutting planes	: 0
3600.01/3559.58	c number of rounding to 1 operations	: 0
3600.01/3559.58	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3559.58	c number of reductions of the coefficients by power 2 	: 0
3600.01/3559.58	c number of right shift for reduction by power 2 	: 0
3600.01/3559.58	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3559.58	c number of ending skipping 	: 0
3600.01/3559.58	c number of internal skipping 	: 0
3600.01/3559.58	c number of derivation steps 	: 601794
3600.01/3559.58	c number of skipped derivation steps 	: 0
3600.01/3559.58	c number of remaining unassigned 	: 383491
3600.01/3559.58	c number of remaining assigned 	: 20319289
3600.01/3559.58	c number of falsified literals weakened from reason	: 0
3600.01/3559.59	c number of falsified literals weakened from conflict	: 0
3600.01/3559.59	c time for arithmetic operations	: 126587651410
3600.01/3559.59	c minimum degree of deleted constraints	: null
3600.01/3559.59	c maximum degree of deleted constraints	: null
3600.01/3559.59	c number of deleted constraints	: 0
3600.21/3559.62	c speed (assignments/second)	: 230.55132296212918
3600.21/3559.63	c non guided choices	: 21
3600.21/3559.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.21/3559.66	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 12640
3600.21/3559.67	s UNKNOWN
3600.21/3559.67	c Total wall clock time (in seconds): 3559.202

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: 63794 MiB (58824 MiB free)
  memory of node 1: 64507 MiB (39494 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493882-1751152701/watcher-4493882-1751152701 -o /tmp/evaluation-result-4493882-1751152701/solver-4493882-1751152701 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751145766-16103 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4493882-1751152701.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=17340, runsolver pid=17337
Current StackSize limit: 8192 KiB


[startup+0.100071 s]*
/proc/loadavg: 4.39 4.37 4.34 6/326 17358
/proc/meminfo: memFree=100662444/131382116 swapFree=33010684/33010684
[pid=17340] ppid=17337 vsize=18930344 memory=46956 CPUtime=0.09 cores=4,6
/proc/17340/stat : 17340 (java) S 17337 17340 16092 0 -1 4194304 5638 0 0 0 6 3 0 0 20 0 18 0 30949813 19384672256 11739 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
/proc/17340/statm: 4732586 11739 5082 1 0 546862 0
[pid=17340/tid=17342] ppid=17337 vsize=18930344 memory=4026531960 CPUtime=0.05 cores=4,6
/proc/17340/task/17342/stat : 17342 (java) R 17337 17340 16092 0 -1 4194368 4566 0 0 0 3 2 0 0 20 0 18 0 30949815 19384672256 11739 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17351] ppid=17337 vsize=18930344 memory=228522721619 CPUtime=0 cores=4,6
/proc/17340/task/17351/stat : 17351 (Finalizer) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30949820 19384672256 11739 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17358] ppid=17337 vsize=18930344 memory=59593594265959 CPUtime=0 cores=4,6
/proc/17340/task/17358/stat : 17358 (Common-Cleaner) S 17337 17340 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30949821 19384672256 11739 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 46956 KiB

[startup+0.217177 s]*
/proc/loadavg: 4.39 4.37 4.34 7/326 17358
/proc/meminfo: memFree=100662444/131382116 swapFree=33010684/33010684
[pid=17340] ppid=17337 vsize=18930384 memory=49516 CPUtime=0.21 cores=4,6
/proc/17340/stat : 17340 (java) S 17337 17340 16092 0 -1 4194304 6030 0 0 0 18 3 0 0 20 0 18 0 30949813 19384713216 12379 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
/proc/17340/statm: 4732596 12379 5338 1 0 547170 0
[pid=17340/tid=17342] ppid=17337 vsize=18930384 memory=4026597660 CPUtime=0.13 cores=4,6
/proc/17340/task/17342/stat : 17342 (java) R 17337 17340 16092 0 -1 4194368 4879 0 0 0 11 2 0 0 20 0 18 0 30949815 19384713216 12379 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17351] ppid=17337 vsize=18930384 memory=1641 CPUtime=0 cores=4,6
/proc/17340/task/17351/stat : 17351 (Finalizer) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30949820 19384713216 12379 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17358] ppid=17337 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/17340/task/17358/stat : 17358 (Common-Cleaner) S 17337 17340 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30949821 19384713216 12379 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49516 KiB

[startup+0.314676 s]*
/proc/loadavg: 4.39 4.37 4.34 8/326 17358
/proc/meminfo: memFree=100658348/131382116 swapFree=33010684/33010684
[pid=17340] ppid=17337 vsize=18930384 memory=55888 CPUtime=0.37 cores=4,6
/proc/17340/stat : 17340 (java) S 17337 17340 16092 0 -1 4194304 6614 0 0 0 33 4 0 0 20 0 18 0 30949813 19384713216 13972 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
/proc/17340/statm: 4732596 13972 5338 1 0 547659 0
[pid=17340/tid=17342] ppid=17337 vsize=18930384 memory=-6000919477035165038 CPUtime=0.22 cores=4,6
/proc/17340/task/17342/stat : 17342 (java) R 17337 17340 16092 0 -1 4194368 5097 0 0 0 20 2 0 0 20 0 18 0 30949815 19384713216 13972 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17351] ppid=17337 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/17340/task/17351/stat : 17351 (Finalizer) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30949820 19384713216 13972 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17358] ppid=17337 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/17340/task/17358/stat : 17358 (Common-Cleaner) S 17337 17340 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30949821 19384713216 13972 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55888 KiB

[startup+0.700305 s]
/proc/loadavg: 4.39 4.37 4.34 8/326 17358
/proc/meminfo: memFree=100656344/131382116 swapFree=33010684/33010684
[pid=17340] ppid=17337 vsize=18996948 memory=65384 CPUtime=1.02 cores=4,6
/proc/17340/stat : 17340 (java) S 17337 17340 16092 0 -1 4194304 7377 0 0 0 97 5 0 0 20 0 19 0 30949813 19452874752 16346 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
/proc/17340/statm: 4749237 16346 5434 1 0 548404 0
[pid=17340/tid=17342] ppid=17337 vsize=18996948 memory=17152 CPUtime=0.53 cores=4,6
/proc/17340/task/17342/stat : 17342 (java) R 17337 17340 16092 0 -1 4194368 5445 0 0 0 50 3 0 0 20 0 19 0 30949815 19452874752 16346 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17351] ppid=17337 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/17340/task/17351/stat : 17351 (Finalizer) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30949820 19452874752 16346 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17358] ppid=17337 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/17340/task/17358/stat : 17358 (Common-Cleaner) S 17337 17340 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30949821 19452874752 16346 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 65384 KiB

[startup+1.50025 s]
/proc/loadavg: 4.39 4.37 4.34 7/327 17359
/proc/meminfo: memFree=100600512/131382116 swapFree=33010684/33010684
[pid=17340] ppid=17337 vsize=19063512 memory=163800 CPUtime=2.59 cores=4,6
/proc/17340/stat : 17340 (java) S 17337 17340 16092 0 -1 4194304 14060 0 0 0 250 9 0 0 20 0 20 0 30949813 19521036288 40950 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
/proc/17340/statm: 4765878 40950 5466 1 0 550477 0
[pid=17340/tid=17342] ppid=17337 vsize=19063512 memory=3328 CPUtime=1.28 cores=4,6
/proc/17340/task/17342/stat : 17342 (java) R 17337 17340 16092 0 -1 4194368 5846 0 0 0 123 5 0 0 20 0 20 0 30949815 19521036288 40950 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17351] ppid=17337 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/17340/task/17351/stat : 17351 (Finalizer) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949820 19521036288 40950 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17358] ppid=17337 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/17340/task/17358/stat : 17358 (Common-Cleaner) S 17337 17340 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30949821 19521036288 40950 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17359] ppid=17337 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/17340/task/17359/stat : 17359 (Timer-0) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949873 19521036288 40950 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 163800 KiB

[startup+3.10542 s]
/proc/loadavg: 4.39 4.37 4.34 6/328 17360
/proc/meminfo: memFree=100103452/131382116 swapFree=33010684/33010684
[pid=17340] ppid=17337 vsize=19063512 memory=664032 CPUtime=5.7 cores=4,6
/proc/17340/stat : 17340 (java) S 17337 17340 16092 0 -1 4194304 22177 0 0 0 550 20 0 0 20 0 20 0 30949813 19521036288 166008 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
/proc/17340/statm: 4765878 166008 5466 1 0 661264 0
[pid=17340/tid=17342] ppid=17337 vsize=19063512 memory=14336 CPUtime=2.81 cores=4,6
/proc/17340/task/17342/stat : 17342 (java) R 17337 17340 16092 0 -1 4194368 6553 0 0 0 268 13 0 0 20 0 20 0 30949815 19521036288 166008 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17351] ppid=17337 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/17340/task/17351/stat : 17351 (Finalizer) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949820 19521036288 166008 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17358] ppid=17337 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/17340/task/17358/stat : 17358 (Common-Cleaner) S 17337 17340 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30949821 19521036288 166008 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17359] ppid=17337 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/17340/task/17359/stat : 17359 (Timer-0) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949873 19521036288 166008 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
Current children cumulated CPU time: 5.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 664032 KiB

[startup+6.30044 s]
/proc/loadavg: 4.44 4.39 4.35 6/328 17360
/proc/meminfo: memFree=99545856/131382116 swapFree=33010684/33010684
[pid=17340] ppid=17337 vsize=19063512 memory=1159948 CPUtime=9.23 cores=4,6
/proc/17340/stat : 17340 (java) S 17337 17340 16092 0 -1 4194304 22690 0 0 0 892 31 0 0 20 0 20 0 30949813 19521036288 289987 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
/proc/17340/statm: 4765878 289987 5466 1 0 661278 0
[pid=17340/tid=17342] ppid=17337 vsize=19063512 memory=0 CPUtime=5.87 cores=4,6
/proc/17340/task/17342/stat : 17342 (java) R 17337 17340 16092 0 -1 4194368 6955 0 0 0 564 23 0 0 20 0 20 0 30949815 19521036288 289987 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17351] ppid=17337 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/17340/task/17351/stat : 17351 (Finalizer) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949820 19521036288 289987 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17358] ppid=17337 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/17340/task/17358/stat : 17358 (Common-Cleaner) S 17337 17340 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30949821 19521036288 289987 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17359] ppid=17337 vsize=19063512 memory=165980 CPUtime=0 cores=4,6
/proc/17340/task/17359/stat : 17359 (Timer-0) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949873 19521036288 289987 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
Current children cumulated CPU time: 9.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1159948 KiB

[startup+12.7004 s]
/proc/loadavg: 4.49 4.40 4.35 6/328 17361
/proc/meminfo: memFree=98727260/131382116 swapFree=33010684/33010684
[pid=17340] ppid=17337 vsize=19063512 memory=1975048 CPUtime=15.77 cores=4,6
/proc/17340/stat : 17340 (java) S 17337 17340 16092 0 -1 4194304 24051 0 0 0 1529 48 0 0 20 0 20 0 30949813 19521036288 493762 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
/proc/17340/statm: 4765878 493762 5466 1 0 863902 0
[pid=17340/tid=17342] ppid=17337 vsize=19063512 memory=165980 CPUtime=11.95 cores=4,6
/proc/17340/task/17342/stat : 17342 (java) R 17337 17340 16092 0 -1 4194368 7711 0 0 0 1157 38 0 0 20 0 20 0 30949815 19521036288 493762 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17351] ppid=17337 vsize=19063512 memory=1975048 CPUtime=0 cores=4,6
/proc/17340/task/17351/stat : 17351 (Finalizer) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949820 19521036288 493762 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17358] ppid=17337 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/17340/task/17358/stat : 17358 (Common-Cleaner) S 17337 17340 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30949821 19521036288 493762 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17359] ppid=17337 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/17340/task/17359/stat : 17359 (Timer-0) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949873 19521036288 493762 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
Current children cumulated CPU time: 15.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1975048 KiB

[startup+25.5005 s]
/proc/loadavg: 4.52 4.41 4.36 7/328 17430
/proc/meminfo: memFree=113017892/131382116 swapFree=33010684/33010684
[pid=17340] ppid=17337 vsize=19063512 memory=2081804 CPUtime=29.1 cores=4,6
/proc/17340/stat : 17340 (java) S 17337 17340 16092 0 -1 4194304 29241 0 0 0 2858 52 0 0 20 0 20 0 30949813 19521036288 520451 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
/proc/17340/statm: 4765878 520451 5466 1 0 863908 0
[pid=17340/tid=17342] ppid=17337 vsize=19063512 memory=0 CPUtime=24.46 cores=4,6
/proc/17340/task/17342/stat : 17342 (java) R 17337 17340 16092 0 -1 4194368 10197 0 0 0 2405 41 0 0 20 0 20 0 30949815 19521036288 520451 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17351] ppid=17337 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/17340/task/17351/stat : 17351 (Finalizer) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949820 19521036288 520451 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17358] ppid=17337 vsize=19063512 memory=-6000919477035165038 CPUtime=0 cores=4,6
/proc/17340/task/17358/stat : 17358 (Common-Cleaner) S 17337 17340 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30949821 19521036288 520451 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17359] ppid=17337 vsize=19063512 memory=2704 CPUtime=0 cores=4,6
/proc/17340/task/17359/stat : 17359 (Timer-0) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949873 19521036288 520451 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
Current children cumulated CPU time: 29.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2081804 KiB

[startup+51.1133 s]
/proc/loadavg: 4.47 4.41 4.36 5/308 17642
/proc/meminfo: memFree=113938448/131382116 swapFree=33010684/33010684
[pid=17340] ppid=17337 vsize=19063512 memory=2106516 CPUtime=54.88 cores=4,6
/proc/17340/stat : 17340 (java) S 17337 17340 16092 0 -1 4194304 34894 0 0 0 5434 54 0 0 20 0 20 0 30949813 19521036288 526629 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
/proc/17340/statm: 4765878 526629 5466 1 0 863908 0
[pid=17340/tid=17342] ppid=17337 vsize=19063512 memory=2098312 CPUtime=49.44 cores=4,6
/proc/17340/task/17342/stat : 17342 (java) R 17337 17340 16092 0 -1 4194368 12204 0 0 0 4903 41 0 0 20 0 20 0 30949815 19521036288 526629 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17351] ppid=17337 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/17340/task/17351/stat : 17351 (Finalizer) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949820 19521036288 526629 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17358] ppid=17337 vsize=19063512 memory=2106516 CPUtime=0 cores=4,6
/proc/17340/task/17358/stat : 17358 (Common-Cleaner) S 17337 17340 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30949821 19521036288 526629 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17359] ppid=17337 vsize=19063512 memory=2081804 CPUtime=0 cores=4,6

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

[startup+3222.3 s]
/proc/loadavg: 4.35 4.20 4.20 5/327 18721
/proc/meminfo: memFree=116667372/131382116 swapFree=33010684/33010684
[pid=17340] ppid=17337 vsize=19063512 memory=3519164 CPUtime=3257.32 cores=4,6
/proc/17340/stat : 17340 (java) S 17337 17340 16092 0 -1 4194304 129896 0 0 0 325443 289 0 0 20 0 20 0 30949813 19521036288 879791 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
/proc/17340/statm: 4765878 879791 5466 1 0 999072 0
[pid=17340/tid=17342] ppid=17337 vsize=19063512 memory=5632 CPUtime=3174.3 cores=4,6
/proc/17340/task/17342/stat : 17342 (java) R 17337 17340 16092 0 -1 4194368 65346 0 0 0 317365 65 0 0 20 0 20 0 30949815 19521036288 879791 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17351] ppid=17337 vsize=19063512 memory=-6000919477035165038 CPUtime=0 cores=4,6
/proc/17340/task/17351/stat : 17351 (Finalizer) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949820 19521036288 879791 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17358] ppid=17337 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/17340/task/17358/stat : 17358 (Common-Cleaner) S 17337 17340 16092 0 -1 4194368 1575 0 0 0 0 0 0 0 20 0 20 0 30949821 19521036288 879791 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17359] ppid=17337 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/17340/task/17359/stat : 17359 (Timer-0) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949873 19521036288 879791 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
Current children cumulated CPU time: 3257.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3519164 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.20 4.20 6/327 18723
/proc/meminfo: memFree=116642820/131382116 swapFree=33010684/33010684
[pid=17340] ppid=17337 vsize=19063512 memory=3527356 CPUtime=3318.42 cores=4,6
/proc/17340/stat : 17340 (java) S 17337 17340 16092 0 -1 4194304 129956 0 0 0 331550 292 0 0 20 0 20 0 30949813 19521036288 881839 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
/proc/17340/statm: 4765878 881839 5466 1 0 999072 0
[pid=17340/tid=17342] ppid=17337 vsize=19063512 memory=5632 CPUtime=3233.38 cores=4,6
/proc/17340/task/17342/stat : 17342 (java) R 17337 17340 16092 0 -1 4194368 65361 0 0 0 323273 65 0 0 20 0 20 0 30949815 19521036288 881839 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17351] ppid=17337 vsize=19063512 memory=3523260 CPUtime=0 cores=4,6
/proc/17340/task/17351/stat : 17351 (Finalizer) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949820 19521036288 881839 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17358] ppid=17337 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/17340/task/17358/stat : 17358 (Common-Cleaner) S 17337 17340 16092 0 -1 4194368 1588 0 0 0 0 0 0 0 20 0 20 0 30949821 19521036288 881839 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17359] ppid=17337 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/17340/task/17359/stat : 17359 (Timer-0) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949873 19521036288 881839 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
Current children cumulated CPU time: 3318.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3527356 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.19 4.19 5/326 18725
/proc/meminfo: memFree=116618260/131382116 swapFree=33010684/33010684
[pid=17340] ppid=17337 vsize=19063512 memory=3539644 CPUtime=3379.47 cores=4,6
/proc/17340/stat : 17340 (java) S 17337 17340 16092 0 -1 4194304 130107 0 0 0 337651 296 0 0 20 0 20 0 30949813 19521036288 884911 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
/proc/17340/statm: 4765878 884911 5466 1 0 999072 0
[pid=17340/tid=17342] ppid=17337 vsize=19063512 memory=5632 CPUtime=3292.52 cores=4,6
/proc/17340/task/17342/stat : 17342 (java) R 17337 17340 16092 0 -1 4194368 65399 0 0 0 329187 65 0 0 20 0 20 0 30949815 19521036288 884911 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17351] ppid=17337 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/17340/task/17351/stat : 17351 (Finalizer) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949820 19521036288 884911 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17358] ppid=17337 vsize=19063512 memory=3535548 CPUtime=0 cores=4,6
/proc/17340/task/17358/stat : 17358 (Common-Cleaner) S 17337 17340 16092 0 -1 4194368 1588 0 0 0 0 0 0 0 20 0 20 0 30949821 19521036288 884911 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17359] ppid=17337 vsize=19063512 memory=3539644 CPUtime=0 cores=4,6
/proc/17340/task/17359/stat : 17359 (Timer-0) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949873 19521036288 884911 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
Current children cumulated CPU time: 3379.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3539644 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.18 4.18 5/326 18727
/proc/meminfo: memFree=116605996/131382116 swapFree=33010684/33010684
[pid=17340] ppid=17337 vsize=19063512 memory=3547836 CPUtime=3440.37 cores=4,6
/proc/17340/stat : 17340 (java) S 17337 17340 16092 0 -1 4194304 130128 0 0 0 343738 299 0 0 20 0 20 0 30949813 19521036288 886959 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
/proc/17340/statm: 4765878 886959 5466 1 0 999072 0
[pid=17340/tid=17342] ppid=17337 vsize=19063512 memory=5632 CPUtime=3351.64 cores=4,6
/proc/17340/task/17342/stat : 17342 (java) R 17337 17340 16092 0 -1 4194368 65402 0 0 0 335099 65 0 0 20 0 20 0 30949815 19521036288 886959 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17351] ppid=17337 vsize=19063512 memory=3545788 CPUtime=0 cores=4,6
/proc/17340/task/17351/stat : 17351 (Finalizer) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949820 19521036288 886959 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17358] ppid=17337 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/17340/task/17358/stat : 17358 (Common-Cleaner) S 17337 17340 16092 0 -1 4194368 1589 0 0 0 0 0 0 0 20 0 20 0 30949821 19521036288 886959 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17359] ppid=17337 vsize=19063512 memory=3547836 CPUtime=0 cores=4,6
/proc/17340/task/17359/stat : 17359 (Timer-0) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949873 19521036288 886959 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
Current children cumulated CPU time: 3440.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3547836 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.19 4.19 5/326 18729
/proc/meminfo: memFree=116572992/131382116 swapFree=33010684/33010684
[pid=17340] ppid=17337 vsize=19063512 memory=3562172 CPUtime=3501.23 cores=4,6
/proc/17340/stat : 17340 (java) S 17337 17340 16092 0 -1 4194304 131412 0 0 0 349820 303 0 0 20 0 20 0 30949813 19521036288 890543 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
/proc/17340/statm: 4765878 890543 5466 1 0 999072 0
[pid=17340/tid=17342] ppid=17337 vsize=19063512 memory=17152 CPUtime=3410.74 cores=4,6
/proc/17340/task/17342/stat : 17342 (java) R 17337 17340 16092 0 -1 4194368 66655 0 0 0 341009 65 0 0 20 0 20 0 30949815 19521036288 890543 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17351] ppid=17337 vsize=19063512 memory=3553980 CPUtime=0 cores=4,6
/proc/17340/task/17351/stat : 17351 (Finalizer) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949820 19521036288 890543 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17358] ppid=17337 vsize=19063512 memory=3560124 CPUtime=0 cores=4,6
/proc/17340/task/17358/stat : 17358 (Common-Cleaner) S 17337 17340 16092 0 -1 4194368 1589 0 0 0 0 0 0 0 20 0 20 0 30949821 19521036288 890543 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17359] ppid=17337 vsize=19063512 memory=3560124 CPUtime=0 cores=4,6
/proc/17340/task/17359/stat : 17359 (Timer-0) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949873 19521036288 890543 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
Current children cumulated CPU time: 3501.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3562172 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.19 4.18 6/327 18732
/proc/meminfo: memFree=116540000/131382116 swapFree=33010684/33010684
[pid=17340] ppid=17337 vsize=19063512 memory=3578636 CPUtime=3562.3 cores=4,6
/proc/17340/stat : 17340 (java) S 17337 17340 16092 0 -1 4194304 133318 0 0 0 355922 308 0 0 20 0 20 0 30949813 19521036288 894659 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
/proc/17340/statm: 4765878 894659 5466 1 0 999087 0
[pid=17340/tid=17342] ppid=17337 vsize=19063512 memory=3566268 CPUtime=3469.75 cores=4,6
/proc/17340/task/17342/stat : 17342 (java) R 17337 17340 16092 0 -1 4194368 68233 0 0 0 346909 66 0 0 20 0 20 0 30949815 19521036288 894659 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17351] ppid=17337 vsize=19063512 memory=-4050210904893343375 CPUtime=0 cores=4,6
/proc/17340/task/17351/stat : 17351 (Finalizer) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949820 19521036288 894659 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17358] ppid=17337 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/17340/task/17358/stat : 17358 (Common-Cleaner) S 17337 17340 16092 0 -1 4194368 1601 0 0 0 0 0 0 0 20 0 20 0 30949821 19521036288 894659 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17359] ppid=17337 vsize=19063512 memory=3578636 CPUtime=0 cores=4,6
/proc/17340/task/17359/stat : 17359 (Timer-0) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949873 19521036288 894659 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
Current children cumulated CPU time: 3562.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3578636 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3559.5 s]
/proc/loadavg: 4.18 4.18 4.18 5/327 18732
/proc/meminfo: memFree=116519520/131382116 swapFree=33010684/33010684
[pid=17340] ppid=17337 vsize=19063512 memory=3588876 CPUtime=3600.01 cores=4,6
/proc/17340/stat : 17340 (java) S 17337 17340 16092 0 -1 4194304 134481 0 0 0 359690 311 0 0 20 0 20 0 30949813 19521036288 897219 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
/proc/17340/statm: 4765878 897219 5466 1 0 999087 0
[pid=17340/tid=17342] ppid=17337 vsize=19063512 memory=3586828 CPUtime=3506.38 cores=4,6
/proc/17340/task/17342/stat : 17342 (java) R 17337 17340 16092 0 -1 4194368 69177 0 0 0 350572 66 0 0 20 0 20 0 30949815 19521036288 897219 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17351] ppid=17337 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/17340/task/17351/stat : 17351 (Finalizer) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949820 19521036288 897219 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17358] ppid=17337 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/17340/task/17358/stat : 17358 (Common-Cleaner) S 17337 17340 16092 0 -1 4194368 1614 0 0 0 0 0 0 0 20 0 20 0 30949821 19521036288 897219 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17359] ppid=17337 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/17340/task/17359/stat : 17359 (Timer-0) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30949873 19521036288 897219 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3588876 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.24 s, system=3.13633 s

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

[startup+3559.6 s]
/proc/loadavg: 4.18 4.18 4.18 5/327 18732
/proc/meminfo: memFree=116519520/131382116 swapFree=33010684/33010684
[pid=17340] ppid=17337 vsize=19263204 memory=3589772 CPUtime=3600.21 cores=4,6
/proc/17340/stat : 17340 (java) S 17337 17340 16092 0 -1 4194304 136677 0 0 0 359710 311 0 0 20 0 21 0 30949813 19725520896 897443 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
/proc/17340/statm: 4815801 897443 5498 1 0 1000041 0
[pid=17340/tid=17342] ppid=17337 vsize=19263204 memory=11136 CPUtime=3506.48 cores=4,6
/proc/17340/task/17342/stat : 17342 (java) R 17337 17340 16092 0 -1 4194368 69177 0 0 0 350582 66 0 0 20 0 21 0 30949815 19725520896 897443 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17351] ppid=17337 vsize=19263204 memory=5632 CPUtime=0 cores=4,6
/proc/17340/task/17351/stat : 17351 (Finalizer) S 17337 17340 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30949820 19725520896 897443 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
[pid=17340/tid=17358] ppid=17337 vsize=19263204 memory=2728 CPUtime=0 cores=4,6
/proc/17340/task/17358/stat : 17358 (Common-Cleaner) S 17337 17340 16092 0 -1 4194368 1614 0 0 0 0 0 0 0 20 0 21 0 30949821 19725520896 897443 18446744073709551615 94491604156416 94491604160112 140723654981984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94491604167928 94491604168720 94491628797952 140723654986110 140723654986214 140723654986214 140723654991816 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3589772 KiB

Child status: 143

Real time (s): 3559.7
CPU time (s): 3600.38
CPU user time (s): 3597.24
CPU system time (s): 3.13633
CPU usage (%): 101.143
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3589772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.24
system time used= 3.13633
maximum resident set size= 3589900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136954
page faults= 0
swaps= 0
block input operations= 32
block output operations= 5288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132309
involuntary context switches= 9681


# summary of solver processes directly reported to runsolver:
#   pid: 17340
#   total CPU time (s): 3600.38
#   total CPU user time (s): 3597.24
#   total CPU system time (s): 3.13633

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0453 second user time and 36.5288 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-29 01:18:21
IDJOB=4493882
IDBENCH=147875
IDSOLVER=3361
FILE ID=nodeC011/4493882-1751152701
RUNJOBID= nodeC011-1751145766-16103
SLURM_JOB_ID= 9587450
Free space on /tmp= 433040 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army10.14bt.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493882-1751152701/watcher-4493882-1751152701 -o /tmp/evaluation-result-4493882-1751152701/solver-4493882-1751152701 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751145766-16103 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4493882-1751152701.opb

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

MD5SUM BENCH= 3a50fcae898f788b3960bca00975c98a
RANDOM SEED=273288183

nodeC011 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3545.623
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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		: 3637.112
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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.945
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.386
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.292
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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		: 3661.244
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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.751
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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		: 1198.245
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        100678400 kB
MemAvailable:   100300144 kB
Buffers:            3280 kB
Cached:           409364 kB
SwapCached:            0 kB
Active:         29960536 kB
Inactive:         161556 kB
Active(anon):   29727408 kB
Inactive(anon):        0 kB
Active(file):     233128 kB
Inactive(file):   161556 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               708 kB
Writeback:             0 kB
AnonPages:      29701280 kB
Mapped:           121984 kB
Shmem:             17960 kB
KReclaimable:      84288 kB
Slab:             163652 kB
SReclaimable:      84288 kB
SUnreclaim:        79364 kB
KernelStack:        4976 kB
PageTables:        62060 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   30281808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  29190144 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC011 at 2025-06-29 02:17:41