Trace number 4493630

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.31 3575.56

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army9.12bt.opb
MD5SUM56b15cc62a38cccba085ba5162ab9a70
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.140919
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables266
Total number of constraints573
Number of constraints which are clauses402
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints169
Minimum length of a constraint1
Maximum length of a constraint81
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 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 93
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.13/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.16	c See www.sat4j.org for details.
0.13/0.17	c version PB25.v20250606
0.13/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.20	c java.vm.version	22.0.1+8-16
0.13/0.20	c java.vm.vendor	Oracle Corporation
0.13/0.20	c sun.arch.data.model	64
0.13/0.20	c java.version		22.0.1
0.13/0.20	c os.name		Linux
0.13/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.20	c os.arch		amd64
0.13/0.21	c Free memory 		2104792832
0.13/0.21	c Max memory 		16282288128
0.13/0.21	c Total memory 		2113929216
0.13/0.22	c Number of processors 	2
0.47/0.38	c Pseudo Boolean Optimization by upper bound
0.47/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.38	c  - never skip resolution steps
0.47/0.38	c  - Auto-division on coefficients is disabled
0.47/0.38	c  - No postprocessing
0.47/0.38	c  - Conflict is considered as is when resolving
0.47/0.38	c  - Use constraints as they come during conflict analysis
0.47/0.38	c  - Weaken first using unassigned literals
0.47/0.38	c  - Bump strategy: ALWAYS_ONE
0.47/0.38	c  - Bumper: ANY
0.47/0.38	c --- Begin Solver configuration ---
0.47/0.38	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.47/0.38	c Learn all clauses as in MiniSAT
0.47/0.38	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.38	c No reason simplification
0.47/0.38	c Armin Biere (Picosat) restarts strategy
0.47/0.38	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.47/0.38	c timeout=2147483s
0.47/0.38	c DB Simplification allowed=false
0.47/0.38	c Listener: none
0.47/0.38	c --- End Solver configuration ---
0.47/0.38	c solving HOME/instance-4493630-1751150090.opb
0.47/0.38	c reading problem ... 
0.47/0.39	c  no objective function found
0.66/0.51	c ... done. Wall clock time 0.123s.
0.66/0.51	c declared #vars     266
0.66/0.51	c #constraints  573
0.66/0.51	c constraints type 
0.66/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 143
0.66/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 169
0.66/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.66/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 258
0.66/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.66/0.51	c 573 constraints processed.
70.12/66.11	c cleaning 2488 clauses out of 5000
458.83/450.50	c cleaning 4230 clauses out of 8512
1914.92/1898.21	c cleaning 5631 clauses out of 11283
3600.07/3575.41	c starts		: 45
3600.07/3575.42	c conflicts		: 20590
3600.07/3575.42	c decisions		: 22636
3600.07/3575.42	c propagations		: 597375
3600.07/3575.42	c inspects		: 2059576822
3600.07/3575.42	c shortcuts		: 0
3600.07/3575.42	c learnt literals	: 0
3600.07/3575.43	c learnt binary clauses	: 0
3600.07/3575.43	c learnt ternary clauses	: 0
3600.07/3575.43	c learnt constraints	: 20590
3600.07/3575.43	c ignored constraints	: 0
3600.07/3575.43	c root simplifications	: 0
3600.07/3575.43	c removed literals (reason simplification)	: 0
3600.07/3575.43	c reason swapping (by a shorter reason)	: 0
3600.07/3575.43	c Calls to reduceDB	: 3
3600.07/3575.43	c Number of update (reduction) of LBD	: 0
3600.07/3575.43	c Imported unit clauses	: 0
3600.07/3575.43	c No decision after first conflict	: false
3600.07/3575.43	c number of reductions to clauses (during analyze)	: 0
3600.07/3575.43	c number of learned constraints concerned by reduction	: 0
3600.07/3575.43	c number of learning phase by resolution	: 0
3600.07/3575.43	c number of learning phase by cutting planes	: 0
3600.07/3575.45	c number of rounding to 1 operations	: 0
3600.07/3575.45	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3575.45	c number of reductions of the coefficients by power 2 	: 0
3600.07/3575.45	c number of right shift for reduction by power 2 	: 0
3600.07/3575.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3575.45	c number of ending skipping 	: 0
3600.07/3575.45	c number of internal skipping 	: 0
3600.07/3575.45	c number of derivation steps 	: 481448
3600.07/3575.45	c number of skipped derivation steps 	: 0
3600.07/3575.45	c number of remaining unassigned 	: 476592
3600.07/3575.45	c number of remaining assigned 	: 15964173
3600.07/3575.45	c number of falsified literals weakened from reason	: 0
3600.07/3575.45	c number of falsified literals weakened from conflict	: 0
3600.07/3575.45	c time for arithmetic operations	: 875706490184
3600.07/3575.45	c minimum degree of deleted constraints	: null
3600.07/3575.45	c maximum degree of deleted constraints	: null
3600.07/3575.45	c number of deleted constraints	: 0
3600.07/3575.46	c speed (assignments/second)	: 167.1010797949503
3600.07/3575.47	c non guided choices	: 22
3600.07/3575.50	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 8241
3600.27/3575.50	s UNKNOWN
3600.27/3575.50	c Total wall clock time (in seconds): 3575.12

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493630-1751150090/watcher-4493630-1751150090 -o /tmp/evaluation-result-4493630-1751150090/solver-4493630-1751150090 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751146186-14185 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4493630-1751150090.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
solver pid=15782, runsolver pid=15779
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 4.29 4.38 4.29 8/326 15800
/proc/meminfo: memFree=118610956/131382112 swapFree=33010684/33010684
[pid=15782] ppid=15779 vsize=18930384 memory=48464 CPUtime=0.13 cores=5,7
/proc/15782/stat : 15782 (java) S 15779 15782 14172 0 -1 4194304 5809 0 0 0 10 3 0 0 20 0 18 0 30688673 19384713216 12116 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
/proc/15782/statm: 4732596 12116 5331 1 0 547010 0
[pid=15782/tid=15784] ppid=15779 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/15782/task/15784/stat : 15784 (java) S 15779 15782 14172 0 -1 4194368 4710 0 0 0 6 2 0 0 20 0 18 0 30688675 19384713216 12116 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15793] ppid=15779 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/15782/task/15793/stat : 15793 (Finalizer) S 15779 15782 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30688679 19384713216 12116 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15800] ppid=15779 vsize=18930384 memory=57394571004297 CPUtime=0 cores=5,7
/proc/15782/task/15800/stat : 15800 (Common-Cleaner) S 15779 15782 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30688680 19384713216 12116 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48464 KiB

[startup+0.221581 s]*
/proc/loadavg: 4.29 4.38 4.29 6/326 15800
/proc/meminfo: memFree=118602828/131382112 swapFree=33010684/33010684
[pid=15782] ppid=15779 vsize=18930384 memory=55468 CPUtime=0.31 cores=5,7
/proc/15782/stat : 15782 (java) S 15779 15782 14172 0 -1 4194304 6537 0 0 0 27 4 0 0 20 0 18 0 30688673 19384713216 13867 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
/proc/15782/statm: 4732596 13867 5331 1 0 547604 0
[pid=15782/tid=15784] ppid=15779 vsize=18930384 memory=4026532124 CPUtime=0.19 cores=5,7
/proc/15782/task/15784/stat : 15784 (java) R 15779 15782 14172 0 -1 4194368 5052 0 0 0 16 3 0 0 20 0 18 0 30688675 19384713216 13867 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15793] ppid=15779 vsize=18930384 memory=1707 CPUtime=0 cores=5,7
/proc/15782/task/15793/stat : 15793 (Finalizer) S 15779 15782 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30688679 19384713216 13867 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15800] ppid=15779 vsize=18930384 memory=56295059358712 CPUtime=0 cores=5,7
/proc/15782/task/15800/stat : 15800 (Common-Cleaner) S 15779 15782 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30688680 19384713216 13867 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55468 KiB

[startup+0.313564 s]*
/proc/loadavg: 4.29 4.38 4.29 7/326 15800
/proc/meminfo: memFree=118594636/131382112 swapFree=33010684/33010684
[pid=15782] ppid=15779 vsize=18930384 memory=58876 CPUtime=0.47 cores=5,7
/proc/15782/stat : 15782 (java) S 15779 15782 14172 0 -1 4194304 6804 0 0 0 42 5 0 0 20 0 18 0 30688673 19384713216 14719 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
/proc/15782/statm: 4732596 14719 5395 1 0 547794 0
[pid=15782/tid=15784] ppid=15779 vsize=18930384 memory=-6000919468377859950 CPUtime=0.28 cores=5,7
/proc/15782/task/15784/stat : 15784 (java) R 15779 15782 14172 0 -1 4194368 5219 0 0 0 24 4 0 0 20 0 18 0 30688675 19384713216 14719 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15793] ppid=15779 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/15782/task/15793/stat : 15793 (Finalizer) S 15779 15782 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30688679 19384713216 14719 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15800] ppid=15779 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/15782/task/15800/stat : 15800 (Common-Cleaner) S 15779 15782 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30688680 19384713216 14719 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58876 KiB

[startup+0.70041 s]
/proc/loadavg: 4.29 4.38 4.29 7/327 15801
/proc/meminfo: memFree=118590540/131382112 swapFree=33010684/33010684
[pid=15782] ppid=15779 vsize=18996948 memory=71472 CPUtime=1.17 cores=5,7
/proc/15782/stat : 15782 (java) S 15779 15782 14172 0 -1 4194304 7372 0 0 0 111 6 0 0 20 0 19 0 30688673 19452874752 17868 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
/proc/15782/statm: 4749237 17868 5427 1 0 548412 0
[pid=15782/tid=15784] ppid=15779 vsize=18996948 memory=17152 CPUtime=0.64 cores=5,7
/proc/15782/task/15784/stat : 15784 (java) R 15779 15782 14172 0 -1 4194368 5463 0 0 0 60 4 0 0 20 0 19 0 30688675 19452874752 17868 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15793] ppid=15779 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/15782/task/15793/stat : 15793 (Finalizer) S 15779 15782 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30688679 19452874752 17868 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15800] ppid=15779 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/15782/task/15800/stat : 15800 (Common-Cleaner) S 15779 15782 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30688680 19452874752 17868 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15801] ppid=15779 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/15782/task/15801/stat : 15801 (Timer-0) S 15779 15782 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30688725 19452874752 17868 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71472 KiB

[startup+1.5003 s]
/proc/loadavg: 4.29 4.38 4.29 6/327 15801
/proc/meminfo: memFree=118526832/131382112 swapFree=33010684/33010684
[pid=15782] ppid=15779 vsize=19063512 memory=168020 CPUtime=2.73 cores=5,7
/proc/15782/stat : 15782 (java) S 15779 15782 14172 0 -1 4194304 14687 0 0 0 263 10 0 0 20 0 20 0 30688673 19521036288 42005 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
/proc/15782/statm: 4765878 42005 5491 1 0 551489 0
[pid=15782/tid=15784] ppid=15779 vsize=19063512 memory=0 CPUtime=1.34 cores=5,7
/proc/15782/task/15784/stat : 15784 (java) R 15779 15782 14172 0 -1 4194368 5859 0 0 0 128 6 0 0 20 0 20 0 30688675 19521036288 42005 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15793] ppid=15779 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/15782/task/15793/stat : 15793 (Finalizer) S 15779 15782 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30688679 19521036288 42005 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15800] ppid=15779 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/15782/task/15800/stat : 15800 (Common-Cleaner) S 15779 15782 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30688680 19521036288 42005 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15801] ppid=15779 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/15782/task/15801/stat : 15801 (Timer-0) S 15779 15782 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30688725 19521036288 42005 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168020 KiB

[startup+3.10543 s]
/proc/loadavg: 4.29 4.38 4.29 5/328 15802
/proc/meminfo: memFree=117953060/131382112 swapFree=33010684/33010684
[pid=15782] ppid=15779 vsize=19063512 memory=760332 CPUtime=5.06 cores=5,7
/proc/15782/stat : 15782 (java) S 15779 15782 14172 0 -1 4194304 17658 0 0 0 484 22 0 0 20 0 20 0 30688673 19521036288 190083 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
/proc/15782/statm: 4765878 190083 5491 1 0 917658 0
[pid=15782/tid=15784] ppid=15779 vsize=19063512 memory=10752 CPUtime=2.86 cores=5,7
/proc/15782/task/15784/stat : 15784 (java) R 15779 15782 14172 0 -1 4194368 6742 0 0 0 269 17 0 0 20 0 20 0 30688675 19521036288 190083 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15793] ppid=15779 vsize=19063512 memory=-6000919468377859950 CPUtime=0 cores=5,7
/proc/15782/task/15793/stat : 15793 (Finalizer) S 15779 15782 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30688679 19521036288 190083 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15800] ppid=15779 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15782/task/15800/stat : 15800 (Common-Cleaner) S 15779 15782 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30688680 19521036288 190083 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15801] ppid=15779 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/15782/task/15801/stat : 15801 (Timer-0) S 15779 15782 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30688725 19521036288 190083 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
Current children cumulated CPU time: 5.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 760332 KiB

[startup+6.30045 s]
/proc/loadavg: 4.27 4.38 4.29 6/328 15802
/proc/meminfo: memFree=117054028/131382112 swapFree=33010684/33010684
[pid=15782] ppid=15779 vsize=19063512 memory=1597760 CPUtime=8.38 cores=5,7
/proc/15782/stat : 15782 (java) S 15779 15782 14172 0 -1 4194304 18110 0 0 0 799 39 0 0 20 0 20 0 30688673 19521036288 399440 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
/proc/15782/statm: 4765878 399440 5491 1 0 917670 0
[pid=15782/tid=15784] ppid=15779 vsize=19063512 memory=0 CPUtime=5.96 cores=5,7
/proc/15782/task/15784/stat : 15784 (java) R 15779 15782 14172 0 -1 4194368 7144 0 0 0 563 33 0 0 20 0 20 0 30688675 19521036288 399440 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15793] ppid=15779 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/15782/task/15793/stat : 15793 (Finalizer) S 15779 15782 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30688679 19521036288 399440 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15800] ppid=15779 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/15782/task/15800/stat : 15800 (Common-Cleaner) S 15779 15782 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30688680 19521036288 399440 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15801] ppid=15779 vsize=19063512 memory=170708 CPUtime=0 cores=5,7
/proc/15782/task/15801/stat : 15801 (Timer-0) S 15779 15782 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30688725 19521036288 399440 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
Current children cumulated CPU time: 8.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1597760 KiB

[startup+12.7004 s]
/proc/loadavg: 4.33 4.39 4.29 7/328 15802
/proc/meminfo: memFree=116615756/131382112 swapFree=33010684/33010684
[pid=15782] ppid=15779 vsize=19063512 memory=2032108 CPUtime=15.46 cores=5,7
/proc/15782/stat : 15782 (java) S 15779 15782 14172 0 -1 4194304 18728 0 0 0 1497 49 0 0 20 0 20 0 30688673 19521036288 508027 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
/proc/15782/statm: 4765878 508027 5491 1 0 917672 0
[pid=15782/tid=15784] ppid=15779 vsize=19063512 memory=170708 CPUtime=12.12 cores=5,7
/proc/15782/task/15784/stat : 15784 (java) R 15779 15782 14172 0 -1 4194368 7637 0 0 0 1171 41 0 0 20 0 20 0 30688675 19521036288 508027 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15793] ppid=15779 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/15782/task/15793/stat : 15793 (Finalizer) S 15779 15782 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30688679 19521036288 508027 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15800] ppid=15779 vsize=19063512 memory=2030056 CPUtime=0 cores=5,7
/proc/15782/task/15800/stat : 15800 (Common-Cleaner) S 15779 15782 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30688680 19521036288 508027 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15801] ppid=15779 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15782/task/15801/stat : 15801 (Timer-0) S 15779 15782 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30688725 19521036288 508027 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
Current children cumulated CPU time: 15.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2032108 KiB

[startup+25.5005 s]
/proc/loadavg: 4.26 4.37 4.29 5/328 15802
/proc/meminfo: memFree=116079252/131382112 swapFree=33010684/33010684
[pid=15782] ppid=15779 vsize=19063512 memory=2541308 CPUtime=28.73 cores=5,7
/proc/15782/stat : 15782 (java) S 15779 15782 14172 0 -1 4194304 24721 0 0 0 2813 60 0 0 20 0 20 0 30688673 19521036288 635327 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
/proc/15782/statm: 4765878 635327 5491 1 0 1045101 0
[pid=15782/tid=15784] ppid=15779 vsize=19063512 memory=-6000919468377859950 CPUtime=24.59 cores=5,7
/proc/15782/task/15784/stat : 15784 (java) R 15779 15782 14172 0 -1 4194368 9654 0 0 0 2409 50 0 0 20 0 20 0 30688675 19521036288 635327 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15793] ppid=15779 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/15782/task/15793/stat : 15793 (Finalizer) S 15779 15782 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30688679 19521036288 635327 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15800] ppid=15779 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/15782/task/15800/stat : 15800 (Common-Cleaner) S 15779 15782 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30688680 19521036288 635327 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15801] ppid=15779 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/15782/task/15801/stat : 15801 (Timer-0) S 15779 15782 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30688725 19521036288 635327 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
Current children cumulated CPU time: 28.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2541308 KiB

[startup+51.1134 s]
/proc/loadavg: 4.25 4.35 4.28 5/328 15803
/proc/meminfo: memFree=115406140/131382112 swapFree=33010684/33010684
[pid=15782] ppid=15779 vsize=19063512 memory=2597652 CPUtime=55.17 cores=5,7
/proc/15782/stat : 15782 (java) S 15779 15782 14172 0 -1 4194304 34704 0 0 0 5452 65 0 0 20 0 20 0 30688673 19521036288 649413 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
/proc/15782/statm: 4765878 649413 5491 1 0 1047311 0
[pid=15782/tid=15784] ppid=15779 vsize=19063512 memory=2603756 CPUtime=49.46 cores=5,7
/proc/15782/task/15784/stat : 15784 (java) R 15779 15782 14172 0 -1 4194368 12508 0 0 0 4895 51 0 0 20 0 20 0 30688675 19521036288 649413 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15793] ppid=15779 vsize=19063512 memory=2592804 CPUtime=0 cores=5,7
/proc/15782/task/15793/stat : 15793 (Finalizer) S 15779 15782 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30688679 19521036288 649413 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15800] ppid=15779 vsize=19063512 memory=2533116 CPUtime=0 cores=5,7

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

[startup+3222.3 s]
/proc/loadavg: 4.17 4.22 4.25 5/326 16034
/proc/meminfo: memFree=115361624/131382112 swapFree=33010684/33010684
[pid=15782] ppid=15779 vsize=19063512 memory=3726408 CPUtime=3245.31 cores=5,7
/proc/15782/stat : 15782 (java) S 15779 15782 14172 0 -1 4194304 126674 0 0 0 324160 371 0 0 20 0 20 0 30688673 19521036288 931602 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
/proc/15782/statm: 4765878 931602 5491 1 0 1054109 0
[pid=15782/tid=15784] ppid=15779 vsize=19063512 memory=3628076 CPUtime=3174.55 cores=5,7
/proc/15782/task/15784/stat : 15784 (java) R 15779 15782 14172 0 -1 4194368 57826 0 0 0 317366 89 0 0 20 0 20 0 30688675 19521036288 931602 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15793] ppid=15779 vsize=19063512 memory=3724360 CPUtime=0 cores=5,7
/proc/15782/task/15793/stat : 15793 (Finalizer) S 15779 15782 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30688679 19521036288 931602 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15800] ppid=15779 vsize=19063512 memory=3722312 CPUtime=0 cores=5,7
/proc/15782/task/15800/stat : 15800 (Common-Cleaner) S 15779 15782 14172 0 -1 4194368 1268 0 0 0 0 0 0 0 20 0 20 0 30688680 19521036288 931602 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15801] ppid=15779 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/15782/task/15801/stat : 15801 (Timer-0) S 15779 15782 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30688725 19521036288 931602 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
Current children cumulated CPU time: 3245.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3726408 KiB

[startup+3282.3 s]
/proc/loadavg: 4.41 4.27 4.27 5/326 16235
/proc/meminfo: memFree=120012048/131382112 swapFree=33010684/33010684
[pid=15782] ppid=15779 vsize=19063512 memory=3744848 CPUtime=3305.41 cores=5,7
/proc/15782/stat : 15782 (java) S 15779 15782 14172 0 -1 4194304 127537 0 0 0 330165 376 0 0 20 0 20 0 30688673 19521036288 936212 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
/proc/15782/statm: 4765878 936212 5491 1 0 1054109 0
[pid=15782/tid=15784] ppid=15779 vsize=19063512 memory=3738704 CPUtime=3233.72 cores=5,7
/proc/15782/task/15784/stat : 15784 (java) R 15779 15782 14172 0 -1 4194368 58169 0 0 0 323281 91 0 0 20 0 20 0 30688675 19521036288 936212 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15793] ppid=15779 vsize=19063512 memory=3738704 CPUtime=0 cores=5,7
/proc/15782/task/15793/stat : 15793 (Finalizer) S 15779 15782 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30688679 19521036288 936212 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15800] ppid=15779 vsize=19063512 memory=3736656 CPUtime=0 cores=5,7
/proc/15782/task/15800/stat : 15800 (Common-Cleaner) S 15779 15782 14172 0 -1 4194368 1293 0 0 0 0 0 0 0 20 0 20 0 30688680 19521036288 936212 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15801] ppid=15779 vsize=19063512 memory=3730508 CPUtime=0 cores=5,7
/proc/15782/task/15801/stat : 15801 (Timer-0) S 15779 15782 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30688725 19521036288 936212 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
Current children cumulated CPU time: 3305.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3744848 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.23 4.26 5/325 16241
/proc/meminfo: memFree=118031348/131382112 swapFree=33010684/33010684
[pid=15782] ppid=15779 vsize=19063512 memory=3769436 CPUtime=3365.81 cores=5,7
/proc/15782/stat : 15782 (java) S 15779 15782 14172 0 -1 4194304 127752 0 0 0 336199 382 0 0 20 0 20 0 30688673 19521036288 942359 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
/proc/15782/statm: 4765878 942359 5491 1 0 1054109 0
[pid=15782/tid=15784] ppid=15779 vsize=19063512 memory=3769436 CPUtime=3292.8 cores=5,7
/proc/15782/task/15784/stat : 15784 (java) R 15779 15782 14172 0 -1 4194368 58257 0 0 0 329188 92 0 0 20 0 20 0 30688675 19521036288 942359 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15793] ppid=15779 vsize=19063512 memory=3753048 CPUtime=0 cores=5,7
/proc/15782/task/15793/stat : 15793 (Finalizer) S 15779 15782 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30688679 19521036288 942359 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15800] ppid=15779 vsize=19063512 memory=3759192 CPUtime=0 cores=5,7
/proc/15782/task/15800/stat : 15800 (Common-Cleaner) S 15779 15782 14172 0 -1 4194368 1293 0 0 0 0 0 0 0 20 0 20 0 30688680 19521036288 942359 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15801] ppid=15779 vsize=19063512 memory=3765340 CPUtime=0 cores=5,7
/proc/15782/task/15801/stat : 15801 (Timer-0) S 15779 15782 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30688725 19521036288 942359 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
Current children cumulated CPU time: 3365.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3769436 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.20 4.25 5/326 16244
/proc/meminfo: memFree=117926508/131382112 swapFree=33010684/33010684
[pid=15782] ppid=15779 vsize=19063512 memory=3789924 CPUtime=3426.3 cores=5,7
/proc/15782/stat : 15782 (java) S 15779 15782 14172 0 -1 4194304 127789 0 0 0 342243 387 0 0 20 0 20 0 30688673 19521036288 947481 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
/proc/15782/statm: 4765878 947481 5491 1 0 1054109 0
[pid=15782/tid=15784] ppid=15779 vsize=19063512 memory=3759192 CPUtime=3351.89 cores=5,7
/proc/15782/task/15784/stat : 15784 (java) R 15779 15782 14172 0 -1 4194368 58267 0 0 0 335097 92 0 0 20 0 20 0 30688675 19521036288 947481 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15793] ppid=15779 vsize=19063512 memory=3785828 CPUtime=0 cores=5,7
/proc/15782/task/15793/stat : 15793 (Finalizer) S 15779 15782 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30688679 19521036288 947481 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15800] ppid=15779 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/15782/task/15800/stat : 15800 (Common-Cleaner) S 15779 15782 14172 0 -1 4194368 1294 0 0 0 0 0 0 0 20 0 20 0 30688680 19521036288 947481 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15801] ppid=15779 vsize=19063512 memory=3787876 CPUtime=0 cores=5,7
/proc/15782/task/15801/stat : 15801 (Timer-0) S 15779 15782 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30688725 19521036288 947481 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
Current children cumulated CPU time: 3426.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3789924 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.20 4.24 5/327 16249
/proc/meminfo: memFree=117826260/131382112 swapFree=33010684/33010684
[pid=15782] ppid=15779 vsize=19063512 memory=3810420 CPUtime=3486.46 cores=5,7
/proc/15782/stat : 15782 (java) S 15779 15782 14172 0 -1 4194304 129259 0 0 0 348253 393 0 0 20 0 20 0 30688673 19521036288 952605 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
/proc/15782/statm: 4765878 952605 5491 1 0 1054111 0
[pid=15782/tid=15784] ppid=15779 vsize=19063512 memory=3808360 CPUtime=3411.19 cores=5,7
/proc/15782/task/15784/stat : 15784 (java) R 15779 15782 14172 0 -1 4194368 59639 0 0 0 341026 93 0 0 20 0 20 0 30688675 19521036288 952605 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15793] ppid=15779 vsize=19063512 memory=3806312 CPUtime=0 cores=5,7
/proc/15782/task/15793/stat : 15793 (Finalizer) S 15779 15782 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30688679 19521036288 952605 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15800] ppid=15779 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/15782/task/15800/stat : 15800 (Common-Cleaner) S 15779 15782 14172 0 -1 4194368 1294 0 0 0 0 0 0 0 20 0 20 0 30688680 19521036288 952605 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15801] ppid=15779 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/15782/task/15801/stat : 15801 (Timer-0) S 15779 15782 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30688725 19521036288 952605 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
Current children cumulated CPU time: 3486.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3810420 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.17 4.23 5/327 16251
/proc/meminfo: memFree=117761088/131382112 swapFree=33010684/33010684
[pid=15782] ppid=15779 vsize=19063512 memory=3826816 CPUtime=3546.62 cores=5,7
/proc/15782/stat : 15782 (java) S 15779 15782 14172 0 -1 4194304 131608 0 0 0 354263 399 0 0 20 0 20 0 30688673 19521036288 956704 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
/proc/15782/statm: 4765878 956704 5491 1 0 1054111 0
[pid=15782/tid=15784] ppid=15779 vsize=19063512 memory=3824764 CPUtime=3470.27 cores=5,7
/proc/15782/task/15784/stat : 15784 (java) R 15779 15782 14172 0 -1 4194368 61298 0 0 0 346932 95 0 0 20 0 20 0 30688675 19521036288 956704 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15793] ppid=15779 vsize=19063512 memory=3802216 CPUtime=0 cores=5,7
/proc/15782/task/15793/stat : 15793 (Finalizer) S 15779 15782 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30688679 19521036288 956704 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15800] ppid=15779 vsize=19063512 memory=3818616 CPUtime=0 cores=5,7
/proc/15782/task/15800/stat : 15800 (Common-Cleaner) S 15779 15782 14172 0 -1 4194368 1359 0 0 0 0 0 0 0 20 0 20 0 30688680 19521036288 956704 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15801] ppid=15779 vsize=19063512 memory=3824764 CPUtime=0 cores=5,7
/proc/15782/task/15801/stat : 15801 (Timer-0) S 15779 15782 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30688725 19521036288 956704 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
Current children cumulated CPU time: 3546.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3826816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3575.4 s]
/proc/loadavg: 4.21 4.19 4.23 5/327 16253
/proc/meminfo: memFree=117680728/131382112 swapFree=33010684/33010684
[pid=15782] ppid=15779 vsize=19063512 memory=3845260 CPUtime=3600.07 cores=5,7
/proc/15782/stat : 15782 (java) S 15779 15782 14172 0 -1 4194304 133380 0 0 0 359603 404 0 0 20 0 20 0 30688673 19521036288 961315 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
/proc/15782/statm: 4765878 961315 5491 1 0 1054111 0
[pid=15782/tid=15784] ppid=15779 vsize=19063512 memory=17152 CPUtime=3522.36 cores=5,7
/proc/15782/task/15784/stat : 15784 (java) R 15779 15782 14172 0 -1 4194368 62463 0 0 0 352141 95 0 0 20 0 20 0 30688675 19521036288 961315 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15793] ppid=15779 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/15782/task/15793/stat : 15793 (Finalizer) S 15779 15782 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30688679 19521036288 961315 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15800] ppid=15779 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/15782/task/15800/stat : 15800 (Common-Cleaner) S 15779 15782 14172 0 -1 4194368 1382 0 0 0 0 0 0 0 20 0 20 0 30688680 19521036288 961315 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15801] ppid=15779 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/15782/task/15801/stat : 15801 (Timer-0) S 15779 15782 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30688725 19521036288 961315 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3845260 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.24 s, system=4.07049 s

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

[startup+3575.5 s]
/proc/loadavg: 4.21 4.19 4.23 5/327 16253
/proc/meminfo: memFree=117680728/131382112 swapFree=33010684/33010684
[pid=15782] ppid=15779 vsize=19263204 memory=3846284 CPUtime=3600.27 cores=5,7
/proc/15782/stat : 15782 (java) S 15779 15782 14172 0 -1 4194304 135847 0 0 0 359623 404 0 0 20 0 21 0 30688673 19725520896 961571 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
/proc/15782/statm: 4815801 961571 5491 1 0 1055095 0
[pid=15782/tid=15784] ppid=15779 vsize=19263204 memory=14848 CPUtime=3522.42 cores=5,7
/proc/15782/task/15784/stat : 15784 (java) R 15779 15782 14172 0 -1 4194368 62463 0 0 0 352147 95 0 0 20 0 21 0 30688675 19725520896 961571 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15793] ppid=15779 vsize=19263204 memory=14848 CPUtime=0 cores=5,7
/proc/15782/task/15793/stat : 15793 (Finalizer) S 15779 15782 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30688679 19725520896 961571 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
[pid=15782/tid=15800] ppid=15779 vsize=19263204 memory=14848 CPUtime=0 cores=5,7
/proc/15782/task/15800/stat : 15800 (Common-Cleaner) S 15779 15782 14172 0 -1 4194368 1382 0 0 0 0 0 0 0 20 0 21 0 30688680 19725520896 961571 18446744073709551615 94205529878528 94205529882224 140720369609840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94205529890040 94205529890832 94205543321600 140720369617278 140720369617382 140720369617382 140720369622984 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3846284 KiB

Child status: 143

Real time (s): 3575.56
CPU time (s): 3600.31
CPU user time (s): 3596.24
CPU system time (s): 4.07049
CPU usage (%): 100.692
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3846284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.24
system time used= 4.07049
maximum resident set size= 3846412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135948
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141975
involuntary context switches= 11737


# summary of solver processes directly reported to runsolver:
#   pid: 15782
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3596.24
#   total CPU system time (s): 4.07049

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.983 second user time and 36.9149 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-29 00:34:50
IDJOB=4493630
IDBENCH=147868
IDSOLVER=3361
FILE ID=nodeC012/4493630-1751150090
RUNJOBID= nodeC012-1751146186-14185
SLURM_JOB_ID= 9587456
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army9.12bt.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493630-1751150090/watcher-4493630-1751150090 -o /tmp/evaluation-result-4493630-1751150090/solver-4493630-1751150090 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751146186-14185 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4493630-1751150090.opb

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

MD5SUM BENCH= 56b15cc62a38cccba085ba5162ab9a70
RANDOM SEED=1064502624

nodeC012 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		: 3491.700
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.39
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.675
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.39
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.448
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.39
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.108
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.39
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		: 3661.433
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.39
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		: 1197.272
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.39
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.431
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.39
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.337
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        118622080 kB
MemAvailable:   118240732 kB
Buffers:            3280 kB
Cached:           403516 kB
SwapCached:            0 kB
Active:         12030704 kB
Inactive:         171268 kB
Active(anon):   11813136 kB
Inactive(anon):        0 kB
Active(file):     217568 kB
Inactive(file):   171268 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               796 kB
Writeback:             0 kB
AnonPages:      11798216 kB
Mapped:           121860 kB
Shmem:             17960 kB
KReclaimable:      83952 kB
Slab:             163044 kB
SReclaimable:      83952 kB
SUnreclaim:        79092 kB
KernelStack:        5024 kB
PageTables:        26808 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   15842288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11552768 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC012 at 2025-06-29 01:34:25