Trace number 4521958

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 CP 2025-06-06? (TO) 3600.51 3397.05

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_33.opb
MD5SUMe5d29c038ae9b08512816a1a7bdfca9c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark595
Best CPU time to get the best result obtained on this benchmark95.7268
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables668780
Total number of constraints43231
Number of constraints which are clauses21913
Number of constraints which are cardinality constraints (but not clauses)19040
Number of constraints which are nor clauses,nor cardinality constraints2278
Minimum length of a constraint33
Maximum length of a constraint38
Number of terms in the objective function 1190
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1190
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1190
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.12	c version PB25.v20250606
0.12/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.15	c Free memory 		2106806208
0.12/0.15	c Max memory 		16282288128
0.12/0.15	c Total memory 		2113929216
0.12/0.15	c Number of processors 	2
0.34/0.27	c Pseudo Boolean Optimization by upper bound
0.34/0.27	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.27	c  - never skip resolution steps
0.34/0.27	c  - Auto-division on coefficients is disabled
0.34/0.27	c  - No postprocessing
0.34/0.27	c  - Conflict is considered as is when resolving
0.34/0.27	c  - Use constraints as they come during conflict analysis
0.34/0.27	c  - Weaken first using unassigned literals
0.34/0.27	c  - Bump strategy: ALWAYS_ONE
0.34/0.27	c  - Bumper: ANY
0.34/0.27	c --- Begin Solver configuration ---
0.34/0.27	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.34/0.27	c Learn all clauses as in MiniSAT
0.34/0.27	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.27	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.27	c No reason simplification
0.34/0.27	c Armin Biere (Picosat) restarts strategy
0.34/0.27	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.34/0.27	c timeout=2147483s
0.34/0.27	c DB Simplification allowed=false
0.34/0.27	c Listener: none
0.34/0.27	c --- End Solver configuration ---
0.34/0.27	c solving HOME/instance-4521958-1751589871.opb
0.34/0.27	c reading problem ... 
0.34/0.27	c  objective function found
25.48/22.73	c ... done. Wall clock time 22.461s.
25.48/22.73	c declared #vars     668780
25.48/22.73	c #constraints  43231
25.48/22.73	c constraints type 
25.48/22.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 21318
25.48/22.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21913
25.48/22.73	c 43231 constraints processed.
25.48/22.74	c objective function length is 1190 literals
60.43/49.60	c cleaning 2441 clauses out of 5000
116.94/103.31	c cleaning 4053 clauses out of 8578
210.27/194.54	c cleaning 5128 clauses out of 11506
354.54/334.19	c cleaning 5658 clauses out of 14378
420.06/396.47	c cleaning 5025 clauses out of 17722
513.07/485.51	c cleaning 7026 clauses out of 22695
705.47/673.58	c cleaning 7403 clauses out of 26672
1100.74/1062.83	c cleaning 10451 clauses out of 31266
1368.10/1321.48	c cleaning 9904 clauses out of 33817
1655.17/1597.93	c cleaning 11193 clauses out of 37911
2318.37/2251.27	c cleaning 13116 clauses out of 41754
3350.87/3169.18	c cleaning 14338 clauses out of 44603
3600.07/3396.85	c starts		: 103
3600.07/3396.88	c conflicts		: 131682
3600.07/3396.88	c decisions		: 11008276
3600.07/3396.88	c propagations		: 23790376
3600.07/3396.88	c inspects		: 2282234625
3600.07/3396.88	c shortcuts		: 0
3600.07/3396.88	c learnt literals	: 0
3600.07/3396.88	c learnt binary clauses	: 3
3600.07/3396.88	c learnt ternary clauses	: 0
3600.07/3396.88	c learnt constraints	: 131682
3600.07/3396.88	c ignored constraints	: 0
3600.07/3396.88	c root simplifications	: 0
3600.07/3396.88	c removed literals (reason simplification)	: 0
3600.07/3396.88	c reason swapping (by a shorter reason)	: 0
3600.07/3396.88	c Calls to reduceDB	: 12
3600.07/3396.88	c Number of update (reduction) of LBD	: 0
3600.07/3396.88	c Imported unit clauses	: 0
3600.07/3396.90	c No decision after first conflict	: false
3600.07/3396.90	c number of reductions to clauses (during analyze)	: 0
3600.07/3396.90	c number of learned constraints concerned by reduction	: 0
3600.07/3396.90	c number of learning phase by resolution	: 0
3600.07/3396.90	c number of learning phase by cutting planes	: 0
3600.07/3396.90	c number of rounding to 1 operations	: 0
3600.27/3396.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.27/3396.90	c number of reductions of the coefficients by power 2 	: 0
3600.27/3396.90	c number of right shift for reduction by power 2 	: 0
3600.27/3396.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.27/3396.90	c number of ending skipping 	: 0
3600.27/3396.90	c number of internal skipping 	: 0
3600.27/3396.90	c number of derivation steps 	: 796910
3600.27/3396.90	c number of skipped derivation steps 	: 0
3600.27/3396.90	c number of remaining unassigned 	: 67001
3600.27/3396.90	c number of remaining assigned 	: 233558829
3600.27/3396.90	c number of falsified literals weakened from reason	: 0
3600.27/3396.91	c number of falsified literals weakened from conflict	: 0
3600.27/3396.91	c time for arithmetic operations	: 4664072762
3600.27/3396.91	c minimum degree of deleted constraints	: null
3600.27/3396.91	c maximum degree of deleted constraints	: null
3600.27/3396.91	c number of deleted constraints	: 0
3600.27/3396.91	c speed (assignments/second)	: 7050.888889942669
3600.27/3396.92	c non guided choices	: 8902579
3600.27/3396.99	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 5123
3600.27/3396.99	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 30820
3600.27/3396.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 3
3600.27/3396.99	s UNKNOWN
3600.27/3396.99	c Total wall clock time (in seconds): 3396.725

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: 63837 MiB (52869 MiB free)
  memory of node 1: 64465 MiB (59523 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4521958-1751589871/watcher-4521958-1751589871 -o /tmp/evaluation-result-4521958-1751589871/solver-4521958-1751589871 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751586737-86402 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4521958-1751589871.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=86943, runsolver pid=86940

[startup+0.100071 s]*
/proc/loadavg: 4.48 4.91 4.91 5/323 86961
/proc/meminfo: memFree=115068780/131382116 swapFree=33009904/33010684
[pid=86943] ppid=86940 vsize=18930384 memory=51100 CPUtime=0.12 cores=5,7
/proc/86943/stat : 86943 (java) S 86940 86943 86389 0 -1 4194304 5949 0 0 0 9 3 0 0 20 0 18 0 74666302 19384713216 12775 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
/proc/86943/statm: 4732596 12775 5336 1 0 547153 0
[pid=86943/tid=86945] ppid=86940 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86389 0 -1 4194368 4856 0 0 0 5 2 0 0 20 0 18 0 74666304 19384713216 12775 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86954] ppid=86940 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74666307 19384713216 12775 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86961] ppid=86940 vsize=18930384 memory=60693105881846 CPUtime=0 cores=5,7
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86389 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 74666309 19384713216 12775 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51100 KiB

[startup+0.214541 s]*
/proc/loadavg: 4.48 4.91 4.91 7/323 86961
/proc/meminfo: memFree=115066764/131382116 swapFree=33009904/33010684
[pid=86943] ppid=86940 vsize=18930384 memory=58428 CPUtime=0.34 cores=5,7
/proc/86943/stat : 86943 (java) S 86940 86943 86389 0 -1 4194304 6688 0 0 0 29 5 0 0 20 0 18 0 74666302 19384713216 14607 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
/proc/86943/statm: 4732596 14607 5432 1 0 547813 0
[pid=86943/tid=86945] ppid=86940 vsize=18930384 memory=4026794268 CPUtime=0.19 cores=5,7
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86389 0 -1 4194368 5271 0 0 0 16 3 0 0 20 0 18 0 74666304 19384713216 14607 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86954] ppid=86940 vsize=18930384 memory=14857 CPUtime=0 cores=5,7
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74666307 19384713216 14607 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86961] ppid=86940 vsize=18930384 memory=59593594242043 CPUtime=0 cores=5,7
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86389 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 74666309 19384713216 14607 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58428 KiB

[startup+0.316995 s]*
/proc/loadavg: 4.48 4.91 4.91 7/323 86961
/proc/meminfo: memFree=115029900/131382116 swapFree=33009904/33010684
[pid=86943] ppid=86940 vsize=18930384 memory=137260 CPUtime=0.51 cores=5,7
/proc/86943/stat : 86943 (java) S 86940 86943 86389 0 -1 4194304 6925 0 0 0 45 6 0 0 20 0 18 0 74666302 19384713216 34315 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
/proc/86943/statm: 4732596 34315 5432 1 0 547937 0
[pid=86943/tid=86945] ppid=86940 vsize=18930384 memory=-6000919507082765927 CPUtime=0.27 cores=5,7
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86389 0 -1 4194368 5463 0 0 0 23 4 0 0 20 0 18 0 74666304 19384713216 34315 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86954] ppid=86940 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74666307 19384713216 34315 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86961] ppid=86940 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86389 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 74666309 19384713216 34315 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 137260 KiB

[startup+0.700417 s]
/proc/loadavg: 4.48 4.91 4.91 6/324 86962
/proc/meminfo: memFree=114329676/131382116 swapFree=33009904/33010684
[pid=86943] ppid=86940 vsize=18996948 memory=823880 CPUtime=1.2 cores=5,7
/proc/86943/stat : 86943 (java) S 86940 86943 86389 0 -1 4194304 9477 0 0 0 99 21 0 0 20 0 19 0 74666302 19452874752 205970 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
/proc/86943/statm: 4749237 205970 5464 1 0 549584 0
[pid=86943/tid=86945] ppid=86940 vsize=18996948 memory=18560 CPUtime=0.61 cores=5,7
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86389 0 -1 4194368 5943 0 0 0 44 17 0 0 20 0 19 0 74666304 19452874752 205970 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86954] ppid=86940 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74666307 19452874752 205970 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86961] ppid=86940 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86389 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 74666309 19452874752 205970 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 823880 KiB

[startup+1.50027 s]
/proc/loadavg: 4.48 4.91 4.91 6/324 86962
/proc/meminfo: memFree=114287044/131382116 swapFree=33009904/33010684
[pid=86943] ppid=86940 vsize=18996948 memory=1158580 CPUtime=2.63 cores=5,7
/proc/86943/stat : 86943 (java) S 86940 86943 86389 0 -1 4194304 11410 0 0 0 234 29 0 0 20 0 19 0 74666302 19452874752 289645 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
/proc/86943/statm: 4749237 289645 5464 1 0 786147 0
[pid=86943/tid=86945] ppid=86940 vsize=18996948 memory=3200 CPUtime=1.36 cores=5,7
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86389 0 -1 4194368 6161 0 0 0 113 23 0 0 20 0 19 0 74666304 19452874752 289645 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86954] ppid=86940 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74666307 19452874752 289645 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86961] ppid=86940 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86389 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 74666309 19452874752 289645 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1158580 KiB

[startup+3.11352 s]
/proc/loadavg: 4.52 4.91 4.91 5/324 86962
/proc/meminfo: memFree=113271708/131382116 swapFree=33009904/33010684
[pid=86943] ppid=86940 vsize=18996948 memory=1847308 CPUtime=4.69 cores=5,7
/proc/86943/stat : 86943 (java) S 86940 86943 86389 0 -1 4194304 15059 0 0 0 425 44 0 0 20 0 19 0 74666302 19452874752 461827 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
/proc/86943/statm: 4749237 461827 5496 1 0 1253470 0
[pid=86943/tid=86945] ppid=86940 vsize=18996948 memory=11264 CPUtime=2.86 cores=5,7
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86389 0 -1 4194368 6520 0 0 0 251 35 0 0 20 0 19 0 74666304 19452874752 461827 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86954] ppid=86940 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74666307 19452874752 461827 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86961] ppid=86940 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86389 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 74666309 19452874752 461827 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
Current children cumulated CPU time: 4.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1847308 KiB

[startup+6.30034 s]
/proc/loadavg: 4.52 4.91 4.91 5/324 86962
/proc/meminfo: memFree=112500212/131382116 swapFree=33009904/33010684
[pid=86943] ppid=86940 vsize=18996948 memory=2622964 CPUtime=8.04 cores=5,7
/proc/86943/stat : 86943 (java) S 86940 86943 86389 0 -1 4194304 17339 0 0 0 743 61 0 0 20 0 19 0 74666302 19452874752 655741 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
/proc/86943/statm: 4749237 655741 5496 1 0 1907305 0
[pid=86943/tid=86945] ppid=86940 vsize=18996948 memory=5632 CPUtime=5.73 cores=5,7
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86389 0 -1 4194368 7068 0 0 0 525 48 0 0 20 0 19 0 74666304 19452874752 655741 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86954] ppid=86940 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74666307 19452874752 655741 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86961] ppid=86940 vsize=18996948 memory=-6000919507082765927 CPUtime=0 cores=5,7
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86389 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 74666309 19452874752 655741 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
Current children cumulated CPU time: 8.04 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2622964 KiB

[startup+12.7004 s]
/proc/loadavg: 4.52 4.90 4.91 6/324 86962
/proc/meminfo: memFree=111350812/131382116 swapFree=33009904/33010684
[pid=86943] ppid=86940 vsize=18996948 memory=3749352 CPUtime=14.88 cores=5,7
/proc/86943/stat : 86943 (java) S 86940 86943 86389 0 -1 4194304 20003 0 0 0 1401 87 0 0 20 0 19 0 74666302 19452874752 937338 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
/proc/86943/statm: 4749237 937338 5496 1 0 2500553 0
[pid=86943/tid=86945] ppid=86940 vsize=18996948 memory=2889256 CPUtime=11.37 cores=5,7
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86389 0 -1 4194368 7921 0 0 0 1072 65 0 0 20 0 19 0 74666304 19452874752 937338 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86954] ppid=86940 vsize=18996948 memory=18560 CPUtime=0 cores=5,7
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74666307 19452874752 937338 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86961] ppid=86940 vsize=18996948 memory=14080 CPUtime=0 cores=5,7
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86389 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 74666309 19452874752 937338 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
Current children cumulated CPU time: 14.88 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3749352 KiB

[startup+25.5007 s]
/proc/loadavg: 4.52 4.88 4.90 6/325 86963
/proc/meminfo: memFree=109260784/131382116 swapFree=33009904/33010684
[pid=86943] ppid=86940 vsize=19063512 memory=5306220 CPUtime=30.8 cores=5,7
/proc/86943/stat : 86943 (java) S 86940 86943 86389 0 -1 4194304 24246 0 0 0 2957 123 0 0 20 0 20 0 74666302 19521036288 1326555 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
/proc/86943/statm: 4765878 1326555 5528 1 0 2977983 0
[pid=86943/tid=86945] ppid=86940 vsize=19063512 memory=2889256 CPUtime=22.81 cores=5,7
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86389 0 -1 4194368 9376 0 0 0 2194 87 0 0 20 0 20 0 74666304 19521036288 1326555 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86954] ppid=86940 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74666307 19521036288 1326555 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86961] ppid=86940 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86389 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 74666309 19521036288 1326555 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86963] ppid=86940 vsize=19063512 memory=2627060 CPUtime=0 cores=5,7
/proc/86943/task/86963/stat : 86963 (Timer-0) S 86940 86943 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74668583 19521036288 1326555 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
Current children cumulated CPU time: 30.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5306220 KiB

[startup+51.1138 s]
/proc/loadavg: 4.48 4.84 4.89 5/325 86964
/proc/meminfo: memFree=108145164/131382116 swapFree=33009904/33010684
[pid=86943] ppid=86940 vsize=19063512 memory=6017840 CPUtime=62.49 cores=5,7
/proc/86943/stat : 86943 (java) S 86940 86943 86389 0 -1 4194304 42296 0 0 0 6102 147 0 0 20 0 20 0 74666302 19521036288 1504460 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
/proc/86943/statm: 4765878 1504460 5560 1 0 2981836 0
[pid=86943/tid=86945] ppid=86940 vsize=19063512 memory=14080 CPUtime=46.92 cores=5,7
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86389 0 -1 4194368 12467 0 0 0 4597 95 0 0 20 0 20 0 74666304 19521036288 1504460 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86954] ppid=86940 vsize=19063512 memory=5818504 CPUtime=0 cores=5,7
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74666307 19521036288 1504460 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86961] ppid=86940 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86389 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 74666309 19521036288 1504460 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86963] ppid=86940 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/86943/task/86963/stat : 86963 (Timer-0) S 86940 86943 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74668583 19521036288 1504460 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
Current children cumulated CPU time: 62.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6017840 KiB

[startup+102.301 s]
/proc/loadavg: 4.33 4.74 4.85 5/324 86970
/proc/meminfo: memFree=106306208/131382116 swapFree=33009904/33010684

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

/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 74666307 19589197824 4081145 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86961] ppid=86940 vsize=19130076 memory=18560 CPUtime=0 cores=5,7
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86389 0 -1 4194368 2451 0 0 0 0 0 0 0 20 0 21 0 74666309 19589197824 4081145 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86963] ppid=86940 vsize=19130076 memory=16324580 CPUtime=0 cores=5,7
/proc/86943/task/86963/stat : 86963 (Timer-0) S 86940 86943 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 74668583 19589197824 4081145 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
Current children cumulated CPU time: 3150.86 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16324580 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.32 4.37 5/328 87259
/proc/meminfo: memFree=88031796/131382116 swapFree=33009904/33010684
[pid=86943] ppid=86940 vsize=19130076 memory=16328676 CPUtime=3211.27 cores=5,7
/proc/86943/stat : 86943 (java) S 86940 86943 86389 0 -1 4194304 419309 0 0 0 320412 715 0 0 20 0 21 0 74666302 19589197824 4082169 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
/proc/86943/statm: 4782519 4082169 5560 1 0 4096796 0
[pid=86943/tid=86945] ppid=86940 vsize=19130076 memory=16324580 CPUtime=2903.57 cores=5,7
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86389 0 -1 4194368 198328 0 0 0 290025 332 0 0 20 0 21 0 74666304 19589197824 4082169 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86954] ppid=86940 vsize=19130076 memory=16324580 CPUtime=0 cores=5,7
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 74666307 19589197824 4082169 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86961] ppid=86940 vsize=19130076 memory=16324580 CPUtime=0 cores=5,7
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86389 0 -1 4194368 2574 0 0 0 0 0 0 0 20 0 21 0 74666309 19589197824 4082169 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86963] ppid=86940 vsize=19130076 memory=16326628 CPUtime=0 cores=5,7
/proc/86943/task/86963/stat : 86963 (Timer-0) S 86940 86943 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 74668583 19589197824 4082169 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
Current children cumulated CPU time: 3211.27 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16328676 KiB

[startup+3102.3 s]
/proc/loadavg: 4.80 4.47 4.41 6/329 87265
/proc/meminfo: memFree=83274616/131382116 swapFree=33009904/33010684
[pid=86943] ppid=86940 vsize=19130076 memory=16328676 CPUtime=3281.81 cores=5,7
/proc/86943/stat : 86943 (java) S 86940 86943 86389 0 -1 4194304 431564 0 0 0 327452 729 0 0 20 0 21 0 74666302 19589197824 4082169 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
/proc/86943/statm: 4782519 4082169 5560 1 0 4096805 0
[pid=86943/tid=86945] ppid=86940 vsize=19130076 memory=16324580 CPUtime=2962.64 cores=5,7
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86389 0 -1 4194368 203526 0 0 0 295930 334 0 0 20 0 21 0 74666304 19589197824 4082169 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86954] ppid=86940 vsize=19130076 memory=16328676 CPUtime=0 cores=5,7
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 74666307 19589197824 4082169 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86961] ppid=86940 vsize=19130076 memory=14080 CPUtime=0 cores=5,7
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86389 0 -1 4194368 2579 0 0 0 0 0 0 0 20 0 21 0 74666309 19589197824 4082169 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86963] ppid=86940 vsize=19130076 memory=16328676 CPUtime=0 cores=5,7
/proc/86943/task/86963/stat : 86963 (Timer-0) S 86940 86943 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 74668583 19589197824 4082169 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
Current children cumulated CPU time: 3281.81 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16328676 KiB

[startup+3162.3 s]
/proc/loadavg: 4.41 4.41 4.40 5/329 87267
/proc/meminfo: memFree=83196668/131382116 swapFree=33009904/33010684
[pid=86943] ppid=86940 vsize=19130076 memory=16330724 CPUtime=3343.09 cores=5,7
/proc/86943/stat : 86943 (java) S 86940 86943 86389 0 -1 4194304 440316 0 0 0 333574 735 0 0 20 0 21 0 74666302 19589197824 4082681 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
/proc/86943/statm: 4782519 4082681 5560 1 0 4096805 0
[pid=86943/tid=86945] ppid=86940 vsize=19130076 memory=16328676 CPUtime=3020.79 cores=5,7
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86389 0 -1 4194368 208664 0 0 0 301743 336 0 0 20 0 21 0 74666304 19589197824 4082681 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86954] ppid=86940 vsize=19130076 memory=16328676 CPUtime=0 cores=5,7
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 74666307 19589197824 4082681 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86961] ppid=86940 vsize=19130076 memory=16330724 CPUtime=0 cores=5,7
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86389 0 -1 4194368 2667 0 0 0 0 0 0 0 20 0 21 0 74666309 19589197824 4082681 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86963] ppid=86940 vsize=19130076 memory=16330724 CPUtime=0 cores=5,7
/proc/86943/task/86963/stat : 86963 (Timer-0) S 86940 86943 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 74668583 19589197824 4082681 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
Current children cumulated CPU time: 3343.09 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16330724 KiB

[startup+3222.3 s]
/proc/loadavg: 4.46 4.42 4.40 5/328 87269
/proc/meminfo: memFree=83065628/131382116 swapFree=33009904/33010684
[pid=86943] ppid=86940 vsize=19130076 memory=16322676 CPUtime=3405.36 cores=5,7
/proc/86943/stat : 86943 (java) S 86940 86943 86389 0 -1 4194304 452440 0 0 0 339794 742 0 0 20 0 21 0 74666302 19589197824 4080669 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
/proc/86943/statm: 4782519 4080669 5560 1 0 4096805 0
[pid=86943/tid=86945] ppid=86940 vsize=19130076 memory=16328676 CPUtime=3078.96 cores=5,7
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86389 0 -1 4194368 217689 0 0 0 307557 339 0 0 20 0 21 0 74666304 19589197824 4080669 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86954] ppid=86940 vsize=19130076 memory=16322676 CPUtime=0 cores=5,7
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 74666307 19589197824 4080669 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86961] ppid=86940 vsize=19130076 memory=16322676 CPUtime=0 cores=5,7
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86389 0 -1 4194368 2714 0 0 0 0 0 0 0 20 0 21 0 74666309 19589197824 4080669 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86963] ppid=86940 vsize=19130076 memory=16322676 CPUtime=0 cores=5,7
/proc/86943/task/86963/stat : 86963 (Timer-0) S 86940 86943 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 74668583 19589197824 4080669 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
Current children cumulated CPU time: 3405.36 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16322676 KiB

[startup+3282.3 s]
/proc/loadavg: 4.62 4.45 4.41 5/329 87274
/proc/meminfo: memFree=83061532/131382116 swapFree=33009904/33010684
[pid=86943] ppid=86940 vsize=19130076 memory=16322676 CPUtime=3466.1 cores=5,7
/proc/86943/stat : 86943 (java) S 86940 86943 86389 0 -1 4194304 459422 0 0 0 345862 748 0 0 20 0 21 0 74666302 19589197824 4080669 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
/proc/86943/statm: 4782519 4080669 5560 1 0 4096805 0
[pid=86943/tid=86945] ppid=86940 vsize=19130076 memory=16322676 CPUtime=3137.37 cores=5,7
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86389 0 -1 4194368 222114 0 0 0 313396 341 0 0 20 0 21 0 74666304 19589197824 4080669 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86954] ppid=86940 vsize=19130076 memory=-6000919507082765927 CPUtime=0 cores=5,7
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 74666307 19589197824 4080669 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86961] ppid=86940 vsize=19130076 memory=16322676 CPUtime=0.01 cores=5,7
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86389 0 -1 4194368 2795 0 0 0 1 0 0 0 20 0 21 0 74666309 19589197824 4080669 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86963] ppid=86940 vsize=19130076 memory=-4050210904893865876 CPUtime=0 cores=5,7
/proc/86943/task/86963/stat : 86963 (Timer-0) S 86940 86943 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 74668583 19589197824 4080669 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
Current children cumulated CPU time: 3466.1 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16322676 KiB

[startup+3342.3 s]
/proc/loadavg: 4.79 4.55 4.45 5/329 87277
/proc/meminfo: memFree=82628092/131382116 swapFree=33009904/33010684
[pid=86943] ppid=86940 vsize=19130076 memory=16322676 CPUtime=3526.66 cores=5,7
/proc/86943/stat : 86943 (java) S 86940 86943 86389 0 -1 4194304 469505 0 0 0 351913 753 0 0 20 0 21 0 74666302 19589197824 4080669 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
/proc/86943/statm: 4782519 4080669 5560 1 0 4096805 0
[pid=86943/tid=86945] ppid=86940 vsize=19130076 memory=2884 CPUtime=3196.15 cores=5,7
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86389 0 -1 4194368 228957 0 0 0 319272 343 0 0 20 0 21 0 74666304 19589197824 4080669 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86954] ppid=86940 vsize=19130076 memory=14080 CPUtime=0 cores=5,7
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 74666307 19589197824 4080669 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86961] ppid=86940 vsize=19130076 memory=5632 CPUtime=0.01 cores=5,7
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86389 0 -1 4194368 2877 0 0 0 1 0 0 0 20 0 21 0 74666309 19589197824 4080669 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86963] ppid=86940 vsize=19130076 memory=16322676 CPUtime=0 cores=5,7
/proc/86943/task/86963/stat : 86963 (Timer-0) S 86940 86943 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 74668583 19589197824 4080669 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
Current children cumulated CPU time: 3526.66 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16322676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3396.8 s]
/proc/loadavg: 4.60 4.53 4.45 6/329 87345
/proc/meminfo: memFree=86648024/131382116 swapFree=33009904/33010684
[pid=86943] ppid=86940 vsize=19130076 memory=16323444 CPUtime=3600.07 cores=5,7
/proc/86943/stat : 86943 (java) S 86940 86943 86389 0 -1 4194304 485521 0 0 0 359234 773 0 0 20 0 21 0 74666302 19589197824 4080861 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
/proc/86943/statm: 4782519 4080861 5560 1 0 4097002 0
[pid=86943/tid=86945] ppid=86940 vsize=19130076 memory=16323444 CPUtime=3249.17 cores=5,7
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86389 0 -1 4194368 237934 0 0 0 324572 345 0 0 20 0 21 0 74666304 19589197824 4080861 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86954] ppid=86940 vsize=19130076 memory=16323444 CPUtime=0 cores=5,7
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 74666307 19589197824 4080861 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86961] ppid=86940 vsize=19130076 memory=4480 CPUtime=0.01 cores=5,7
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86389 0 -1 4194368 2950 0 0 0 1 0 0 0 20 0 21 0 74666309 19589197824 4080861 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
[pid=86943/tid=86963] ppid=86940 vsize=19130076 memory=-6000919507082765927 CPUtime=0 cores=5,7
/proc/86943/task/86963/stat : 86963 (Timer-0) S 86940 86943 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 74668583 19589197824 4080861 18446744073709551615 94537207214080 94537207217776 140729914273312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94537207225592 94537207226384 94537228402688 140729914280318 140729914280422 140729914280422 140729914286024 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16323444 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.73 s, system=7.78311 s

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

[startup+3397 s]*
/proc/loadavg: 4.60 4.53 4.45 5/310 87348
/proc/meminfo: memFree=86529492/131382116 swapFree=33009904/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3397.05
CPU time (s): 3600.51
CPU user time (s): 3592.73
CPU system time (s): 7.78311
CPU usage (%): 105.99
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 16332820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.73
system time used= 7.78311
maximum resident set size= 16332820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 487234
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 158688
involuntary context switches= 33929


# summary of solver processes directly reported to runsolver:
#   pid: 86943
#   total CPU time (s): 3600.51
#   total CPU user time (s): 3592.73
#   total CPU system time (s): 7.78311

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1607 second user time and 32.6834 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-04 02:44:31
IDJOB=4521958
IDBENCH=178523
IDSOLVER=3361
FILE ID=nodeC004/4521958-1751589871
RUNJOBID= nodeC004-1751586737-86402
SLURM_JOB_ID= 9598837
Free space on /tmp= 431552 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_33.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521958-1751589871/watcher-4521958-1751589871 -o /tmp/evaluation-result-4521958-1751589871/solver-4521958-1751589871 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751586737-86402 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4521958-1751589871.opb

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

MD5SUM BENCH= e5d29c038ae9b08512816a1a7bdfca9c
RANDOM SEED=948792379

nodeC004 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		: 3663.010
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	: 6983.74
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		: 3491.390
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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.403
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	: 6983.74
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.202
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	: 6983.74
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		: 3491.871
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	: 6983.74
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		: 1996.053
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	: 6983.74
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		: 3700.000
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	: 6983.74
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.213
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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        115090768 kB
MemAvailable:   116030864 kB
Buffers:            2128 kB
Cached:          1688880 kB
SwapCached:           32 kB
Active:         14478828 kB
Inactive:        1095132 kB
Active(anon):   13889876 kB
Inactive(anon):    10736 kB
Active(file):     588952 kB
Inactive(file):  1084396 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16636 kB
Writeback:             0 kB
AnonPages:      13885280 kB
Mapped:           123696 kB
Shmem:             17932 kB
KReclaimable:     212748 kB
Slab:             300264 kB
SReclaimable:     212748 kB
SUnreclaim:        87516 kB
KernelStack:        4960 kB
PageTables:        31004 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   20861708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150280 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13600768 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431548 MiB
End job on nodeC004 at 2025-07-04 03:41:09