Trace number 4510442

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.27 3514.89

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid3x50split.cnf-extracted.pb.metafix.opb
MD5SUM263410a961b28aed09a276ce7c40a50f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.066647
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints402
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: ANY
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Armin Biere (Picosat) restarts strategy
0.11/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4510442-1751204627.opb
0.11/0.16	c reading problem ... 
0.11/0.16	c  no objective function found
0.11/0.20	c ... done. Wall clock time 0.034s.
0.11/0.20	c declared #vars     301
0.11/0.20	c #constraints  402
0.11/0.20	c constraints type 
0.11/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.11/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 400
0.11/0.20	c 402 constraints processed.
2.43/1.30	c cleaning 2494 clauses out of 5000
6.79/3.99	c cleaning 4217 clauses out of 8506
12.03/8.99	c cleaning 5616 clauses out of 11290
21.01/16.75	c cleaning 6786 clauses out of 13673
33.80/29.32	c cleaning 7929 clauses out of 15887
54.37/49.70	c cleaning 8942 clauses out of 17958
88.16/83.32	c cleaning 9968 clauses out of 20018
129.74/124.64	c cleaning 10991 clauses out of 22048
205.72/200.05	c cleaning 12003 clauses out of 24057
289.22/283.06	c cleaning 13002 clauses out of 26054
405.96/398.97	c cleaning 13999 clauses out of 28053
687.89/679.17	c cleaning 14987 clauses out of 30053
993.23/981.96	c cleaning 16009 clauses out of 32067
1319.37/1303.80	c cleaning 17007 clauses out of 34057
1824.75/1798.32	c cleaning 17948 clauses out of 36051
2264.06/2224.70	c cleaning 19037 clauses out of 38103
2845.55/2787.52	c cleaning 20017 clauses out of 40065
3459.55/3379.92	c cleaning 21009 clauses out of 42048
3600.09/3514.81	c starts		: 120
3600.09/3514.84	c conflicts		: 249607
3600.09/3514.84	c decisions		: 357919
3600.09/3514.84	c propagations		: 2448181
3600.09/3514.84	c inspects		: 7460206143
3600.09/3514.84	c shortcuts		: 0
3600.09/3514.84	c learnt literals	: 0
3600.09/3514.84	c learnt binary clauses	: 0
3600.09/3514.84	c learnt ternary clauses	: 0
3600.09/3514.84	c learnt constraints	: 249607
3600.09/3514.84	c ignored constraints	: 0
3600.09/3514.84	c root simplifications	: 0
3600.09/3514.84	c removed literals (reason simplification)	: 0
3600.09/3514.84	c reason swapping (by a shorter reason)	: 0
3600.09/3514.84	c Calls to reduceDB	: 18
3600.09/3514.84	c Number of update (reduction) of LBD	: 0
3600.09/3514.84	c Imported unit clauses	: 0
3600.09/3514.84	c No decision after first conflict	: false
3600.09/3514.84	c number of reductions to clauses (during analyze)	: 0
3600.09/3514.84	c number of learned constraints concerned by reduction	: 0
3600.09/3514.84	c number of learning phase by resolution	: 0
3600.09/3514.84	c number of learning phase by cutting planes	: 0
3600.09/3514.84	c number of rounding to 1 operations	: 0
3600.09/3514.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3514.84	c number of reductions of the coefficients by power 2 	: 0
3600.09/3514.84	c number of right shift for reduction by power 2 	: 0
3600.09/3514.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3514.84	c number of ending skipping 	: 0
3600.09/3514.84	c number of internal skipping 	: 0
3600.09/3514.84	c number of derivation steps 	: 1289591
3600.09/3514.84	c number of skipped derivation steps 	: 0
3600.09/3514.84	c number of remaining unassigned 	: 21419
3600.09/3514.84	c number of remaining assigned 	: 15907200
3600.09/3514.84	c number of falsified literals weakened from reason	: 0
3600.09/3514.84	c number of falsified literals weakened from conflict	: 0
3600.09/3514.84	c time for arithmetic operations	: 2169511240
3600.09/3514.84	c minimum degree of deleted constraints	: null
3600.09/3514.84	c maximum degree of deleted constraints	: null
3600.09/3514.84	c number of deleted constraints	: 0
3600.09/3514.84	c speed (assignments/second)	: 696.5686288457106
3600.09/3514.84	c non guided choices	: 1758
3600.09/3514.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 140
3600.09/3514.87	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 27447
3600.09/3514.87	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 59
3600.09/3514.88	s UNKNOWN
3600.09/3514.88	c Total wall clock time (in seconds): 3514.716

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510442-1751204627/watcher-4510442-1751204627 -o /tmp/evaluation-result-4510442-1751204627/solver-4510442-1751204627 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751204626-29781 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510442-1751204627.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100058 s]*
/proc/loadavg: 0.50 0.94 1.63 10/332 29907
/proc/meminfo: memFree=129660920/131249996 swapFree=33010684/33010684
[pid=29846] ppid=29829 vsize=18930384 memory=57296 CPUtime=0.11 cores=1,3
/proc/29846/stat : 29846 (java) S 29829 29846 29769 0 -1 4194304 6417 0 0 0 9 2 0 0 20 0 18 0 36140367 19384713216 14324 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
/proc/29846/statm: 4732596 14324 5371 1 0 547556 0
[pid=29846/tid=29874] ppid=29829 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=1,3
/proc/29846/task/29874/stat : 29874 (java) R 29829 29846 29769 0 -1 4194368 5012 0 0 0 5 1 0 0 20 0 18 0 36140369 19384713216 14324 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29890] ppid=29829 vsize=18930384 memory=15140 CPUtime=0 cores=1,3
/proc/29846/task/29890/stat : 29890 (Finalizer) S 29829 29846 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36140372 19384713216 14324 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29905] ppid=29829 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/29846/task/29905/stat : 29905 (Common-Cleaner) S 29829 29846 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36140372 19384713216 14324 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57296 KiB

[startup+0.205622 s]*
/proc/loadavg: 0.50 0.94 1.63 13/334 29909
/proc/meminfo: memFree=129651836/131249996 swapFree=33010684/33010684
[pid=29846] ppid=29829 vsize=18931412 memory=65688 CPUtime=0.3 cores=1,3
/proc/29846/stat : 29846 (java) S 29829 29846 29769 0 -1 4194304 6937 0 0 0 27 3 0 0 20 0 19 0 36140367 19385765888 16422 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
/proc/29846/statm: 4732853 16422 5435 1 0 548261 0
[pid=29846/tid=29874] ppid=29829 vsize=18931412 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/29846/task/29874/stat : 29874 (java) S 29829 29846 29769 0 -1 4194368 5381 0 0 0 14 2 0 0 20 0 19 0 36140369 19385765888 16422 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29890] ppid=29829 vsize=18931412 memory=15140 CPUtime=0 cores=1,3
/proc/29846/task/29890/stat : 29890 (Finalizer) S 29829 29846 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36140372 19385765888 16422 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29905] ppid=29829 vsize=18931412 memory=58485492679654 CPUtime=0 cores=1,3
/proc/29846/task/29905/stat : 29905 (Common-Cleaner) S 29829 29846 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36140372 19385765888 16422 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29910] ppid=29829 vsize=18931412 memory=0 CPUtime=0 cores=1,3
/proc/29846/task/29910/stat : 29910 (java) R 29829 29846 29769 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 19 0 36140388 19385765888 16422 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 2147221247 0 16800975 0 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18931412 KiB
Current children cumulated memory: 65688 KiB

[startup+0.305581 s]*
/proc/loadavg: 0.50 0.94 1.63 10/336 29911
/proc/meminfo: memFree=129584980/131249996 swapFree=33010684/33010684
[pid=29846] ppid=29829 vsize=18996948 memory=80608 CPUtime=0.49 cores=1,3
/proc/29846/stat : 29846 (java) S 29829 29846 29769 0 -1 4194304 8451 0 0 0 45 4 0 0 20 0 19 0 36140367 19452874752 20152 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
/proc/29846/statm: 4749237 20152 5435 1 0 548910 0
[pid=29846/tid=29874] ppid=29829 vsize=18996948 memory=-6000919498509673325 CPUtime=0.24 cores=1,3
/proc/29846/task/29874/stat : 29874 (java) R 29829 29846 29769 0 -1 4194368 5457 0 0 0 22 2 0 0 20 0 19 0 36140369 19452874752 20152 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29890] ppid=29829 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/29846/task/29890/stat : 29890 (Finalizer) S 29829 29846 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36140372 19452874752 20152 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29905] ppid=29829 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/29846/task/29905/stat : 29905 (Common-Cleaner) S 29829 29846 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36140372 19452874752 20152 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29910] ppid=29829 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/29846/task/29910/stat : 29910 (Timer-0) S 29829 29846 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36140388 19452874752 20152 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 80608 KiB

[startup+0.700249 s]
/proc/loadavg: 0.50 0.94 1.63 9/338 29913
/proc/meminfo: memFree=129331284/131249996 swapFree=33010684/33010684
[pid=29846] ppid=29829 vsize=19063512 memory=188404 CPUtime=1.25 cores=1,3
/proc/29846/stat : 29846 (java) S 29829 29846 29769 0 -1 4194304 11011 0 0 0 119 6 0 0 20 0 20 0 36140367 19521036288 47101 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
/proc/29846/statm: 4765878 47101 5499 1 0 550802 0
[pid=29846/tid=29874] ppid=29829 vsize=19063512 memory=17536 CPUtime=0.6 cores=1,3
/proc/29846/task/29874/stat : 29874 (java) R 29829 29846 29769 0 -1 4194368 5515 0 0 0 57 3 0 0 20 0 20 0 36140369 19521036288 47101 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29890] ppid=29829 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/29846/task/29890/stat : 29890 (Finalizer) S 29829 29846 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 47101 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29905] ppid=29829 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/29846/task/29905/stat : 29905 (Common-Cleaner) S 29829 29846 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 47101 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29910] ppid=29829 vsize=19063512 memory=4888 CPUtime=0 cores=1,3
/proc/29846/task/29910/stat : 29910 (Timer-0) S 29829 29846 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140388 19521036288 47101 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188404 KiB

[startup+1.50027 s]
/proc/loadavg: 0.50 0.94 1.63 9/340 29915
/proc/meminfo: memFree=128790352/131249996 swapFree=33010684/33010684
[pid=29846] ppid=29829 vsize=19063512 memory=730164 CPUtime=2.83 cores=1,3
/proc/29846/stat : 29846 (java) S 29829 29846 29769 0 -1 4194304 19260 0 0 0 266 17 0 0 20 0 20 0 36140367 19521036288 182541 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
/proc/29846/statm: 4765878 182541 5499 1 0 555607 0
[pid=29846/tid=29874] ppid=29829 vsize=19063512 memory=10752 CPUtime=1.37 cores=1,3
/proc/29846/task/29874/stat : 29874 (java) R 29829 29846 29769 0 -1 4194368 5876 0 0 0 124 13 0 0 20 0 20 0 36140369 19521036288 182541 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29890] ppid=29829 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/29846/task/29890/stat : 29890 (Finalizer) S 29829 29846 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 182541 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29905] ppid=29829 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/29846/task/29905/stat : 29905 (Common-Cleaner) S 29829 29846 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 182541 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29910] ppid=29829 vsize=19063512 memory=4888 CPUtime=0 cores=1,3
/proc/29846/task/29910/stat : 29910 (Timer-0) S 29829 29846 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140388 19521036288 182541 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 730164 KiB

[startup+3.10548 s]
/proc/loadavg: 0.50 0.94 1.63 6/340 29915
/proc/meminfo: memFree=125691672/131249996 swapFree=33010684/33010684
[pid=29846] ppid=29829 vsize=19063512 memory=1318380 CPUtime=5.81 cores=1,3
/proc/29846/stat : 29846 (java) S 29829 29846 29769 0 -1 4194304 28951 0 0 0 552 29 0 0 20 0 20 0 36140367 19521036288 329595 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
/proc/29846/statm: 4765878 329595 5499 1 0 556115 0
[pid=29846/tid=29874] ppid=29829 vsize=19063512 memory=-6000919468461679469 CPUtime=2.92 cores=1,3
/proc/29846/task/29874/stat : 29874 (java) R 29829 29846 29769 0 -1 4194368 6461 0 0 0 268 24 0 0 20 0 20 0 36140369 19521036288 329595 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29890] ppid=29829 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/29846/task/29890/stat : 29890 (Finalizer) S 29829 29846 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 329595 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29905] ppid=29829 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/29846/task/29905/stat : 29905 (Common-Cleaner) S 29829 29846 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 329595 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29910] ppid=29829 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/29846/task/29910/stat : 29910 (Timer-0) S 29829 29846 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140388 19521036288 329595 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1318380 KiB

[startup+6.30022 s]
/proc/loadavg: 0.86 1.01 1.65 6/340 29981
/proc/meminfo: memFree=125781952/131249996 swapFree=33010684/33010684
[pid=29846] ppid=29829 vsize=19063512 memory=1308924 CPUtime=9.43 cores=1,3
/proc/29846/stat : 29846 (java) S 29829 29846 29769 0 -1 4194304 30962 0 0 0 913 30 0 0 20 0 20 0 36140367 19521036288 327231 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
/proc/29846/statm: 4765878 327231 5499 1 0 556117 0
[pid=29846/tid=29874] ppid=29829 vsize=19063512 memory=10752 CPUtime=6.06 cores=1,3
/proc/29846/task/29874/stat : 29874 (java) R 29829 29846 29769 0 -1 4194368 7340 0 0 0 582 24 0 0 20 0 20 0 36140369 19521036288 327231 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29890] ppid=29829 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/29846/task/29890/stat : 29890 (Finalizer) S 29829 29846 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 327231 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29905] ppid=29829 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/29846/task/29905/stat : 29905 (Common-Cleaner) S 29829 29846 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 327231 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29910] ppid=29829 vsize=19063512 memory=734260 CPUtime=0 cores=1,3
/proc/29846/task/29910/stat : 29910 (Timer-0) S 29829 29846 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140388 19521036288 327231 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
Current children cumulated CPU time: 9.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1308924 KiB

[startup+12.7002 s]
/proc/loadavg: 1.19 1.08 1.67 5/340 29982
/proc/meminfo: memFree=124148280/131249996 swapFree=33010684/33010684
[pid=29846] ppid=29829 vsize=19063512 memory=1324928 CPUtime=16.96 cores=1,3
/proc/29846/stat : 29846 (java) S 29829 29846 29769 0 -1 4194304 38547 0 0 0 1665 31 0 0 20 0 20 0 36140367 19521036288 331232 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
/proc/29846/statm: 4765878 331232 5499 1 0 556133 0
[pid=29846/tid=29874] ppid=29829 vsize=19063512 memory=734260 CPUtime=12.35 cores=1,3
/proc/29846/task/29874/stat : 29874 (java) R 29829 29846 29769 0 -1 4194368 8449 0 0 0 1211 24 0 0 20 0 20 0 36140369 19521036288 331232 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29890] ppid=29829 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/29846/task/29890/stat : 29890 (Finalizer) S 29829 29846 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 331232 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29905] ppid=29829 vsize=19063512 memory=1320832 CPUtime=0 cores=1,3
/proc/29846/task/29905/stat : 29905 (Common-Cleaner) S 29829 29846 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 331232 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29910] ppid=29829 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/29846/task/29910/stat : 29910 (Timer-0) S 29829 29846 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140388 19521036288 331232 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
Current children cumulated CPU time: 16.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1324928 KiB

[startup+25.5002 s]
/proc/loadavg: 1.81 1.22 1.71 5/340 29982
/proc/meminfo: memFree=124116520/131249996 swapFree=33010684/33010684
[pid=29846] ppid=29829 vsize=19063512 memory=1520620 CPUtime=29.97 cores=1,3
/proc/29846/stat : 29846 (java) S 29829 29846 29769 0 -1 4194304 45850 0 0 0 2961 36 0 0 20 0 20 0 36140367 19521036288 380155 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
/proc/29846/statm: 4765878 380155 5499 1 0 662649 0
[pid=29846/tid=29874] ppid=29829 vsize=19063512 memory=0 CPUtime=24.89 cores=1,3
/proc/29846/task/29874/stat : 29874 (java) R 29829 29846 29769 0 -1 4194368 10158 0 0 0 2461 28 0 0 20 0 20 0 36140369 19521036288 380155 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29890] ppid=29829 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/29846/task/29890/stat : 29890 (Finalizer) S 29829 29846 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 380155 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29905] ppid=29829 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/29846/task/29905/stat : 29905 (Common-Cleaner) S 29829 29846 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 380155 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29910] ppid=29829 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/29846/task/29910/stat : 29910 (Timer-0) S 29829 29846 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140388 19521036288 380155 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
Current children cumulated CPU time: 29.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1520620 KiB

[startup+51.1057 s]
/proc/loadavg: 2.56 1.45 1.77 5/340 29983
/proc/meminfo: memFree=123612468/131249996 swapFree=33010684/33010684
[pid=29846] ppid=29829 vsize=19063512 memory=1776972 CPUtime=55.77 cores=1,3
/proc/29846/stat : 29846 (java) S 29829 29846 29769 0 -1 4194304 49716 0 0 0 5534 43 0 0 20 0 20 0 36140367 19521036288 444243 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
/proc/29846/statm: 4765878 444243 5499 1 0 662660 0

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

/proc/meminfo: memFree=118319720/131249996 swapFree=33010684/33010684
[pid=29846] ppid=29829 vsize=19063512 memory=2238328 CPUtime=3171.96 cores=1,3
/proc/29846/stat : 29846 (java) S 29829 29846 29769 0 -1 4194304 105895 0 0 0 317002 194 0 0 20 0 20 0 36140367 19521036288 559582 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
/proc/29846/statm: 4765878 559582 5499 1 0 663520 0
[pid=29846/tid=29874] ppid=29829 vsize=19063512 memory=2219768 CPUtime=3056.71 cores=1,3
/proc/29846/task/29874/stat : 29874 (java) R 29829 29846 29769 0 -1 4194368 45242 0 0 0 305625 46 0 0 20 0 20 0 36140369 19521036288 559582 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29890] ppid=29829 vsize=19063512 memory=2234232 CPUtime=0 cores=1,3
/proc/29846/task/29890/stat : 29890 (Finalizer) S 29829 29846 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 559582 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29905] ppid=29829 vsize=19063512 memory=2234232 CPUtime=0 cores=1,3
/proc/29846/task/29905/stat : 29905 (Common-Cleaner) S 29829 29846 29769 0 -1 4194368 1421 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 559582 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29910] ppid=29829 vsize=19063512 memory=2238328 CPUtime=0 cores=1,3
/proc/29846/task/29910/stat : 29910 (Timer-0) S 29829 29846 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140388 19521036288 559582 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
Current children cumulated CPU time: 3171.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2238328 KiB

[startup+3162.3 s]
/proc/loadavg: 4.36 4.23 4.14 5/341 30287
/proc/meminfo: memFree=118311140/131249996 swapFree=33010684/33010684
[pid=29846] ppid=29829 vsize=19063512 memory=2246540 CPUtime=3234.22 cores=1,3
/proc/29846/stat : 29846 (java) S 29829 29846 29769 0 -1 4194304 107317 0 0 0 323225 197 0 0 20 0 20 0 36140367 19521036288 561635 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
/proc/29846/statm: 4765878 561635 5499 1 0 663520 0
[pid=29846/tid=29874] ppid=29829 vsize=19063512 memory=2219768 CPUtime=3115.73 cores=1,3
/proc/29846/task/29874/stat : 29874 (java) R 29829 29846 29769 0 -1 4194368 46366 0 0 0 311527 46 0 0 20 0 20 0 36140369 19521036288 561635 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29890] ppid=29829 vsize=19063512 memory=2234232 CPUtime=0 cores=1,3
/proc/29846/task/29890/stat : 29890 (Finalizer) S 29829 29846 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 561635 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29905] ppid=29829 vsize=19063512 memory=2234232 CPUtime=0 cores=1,3
/proc/29846/task/29905/stat : 29905 (Common-Cleaner) S 29829 29846 29769 0 -1 4194368 1498 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 561635 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29910] ppid=29829 vsize=19063512 memory=2244492 CPUtime=0 cores=1,3
/proc/29846/task/29910/stat : 29910 (Timer-0) S 29829 29846 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140388 19521036288 561635 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
Current children cumulated CPU time: 3234.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2246540 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.20 4.14 5/340 30293
/proc/meminfo: memFree=118306708/131249996 swapFree=33010684/33010684
[pid=29846] ppid=29829 vsize=19063512 memory=2252684 CPUtime=3296.55 cores=1,3
/proc/29846/stat : 29846 (java) S 29829 29846 29769 0 -1 4194304 107559 0 0 0 329456 199 0 0 20 0 20 0 36140367 19521036288 563171 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
/proc/29846/statm: 4765878 563171 5499 1 0 663520 0
[pid=29846/tid=29874] ppid=29829 vsize=19063512 memory=2234232 CPUtime=3174.69 cores=1,3
/proc/29846/task/29874/stat : 29874 (java) R 29829 29846 29769 0 -1 4194368 46486 0 0 0 317423 46 0 0 20 0 20 0 36140369 19521036288 563171 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29890] ppid=29829 vsize=19063512 memory=2234232 CPUtime=0 cores=1,3
/proc/29846/task/29890/stat : 29890 (Finalizer) S 29829 29846 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 563171 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29905] ppid=29829 vsize=19063512 memory=2250636 CPUtime=0 cores=1,3
/proc/29846/task/29905/stat : 29905 (Common-Cleaner) S 29829 29846 29769 0 -1 4194368 1528 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 563171 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29910] ppid=29829 vsize=19063512 memory=2250636 CPUtime=0 cores=1,3
/proc/29846/task/29910/stat : 29910 (Timer-0) S 29829 29846 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140388 19521036288 563171 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
Current children cumulated CPU time: 3296.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2252684 KiB

[startup+3282.31 s]
/proc/loadavg: 4.29 4.23 4.15 5/340 30295
/proc/meminfo: memFree=118302496/131249996 swapFree=33010684/33010684
[pid=29846] ppid=29829 vsize=19063512 memory=2258828 CPUtime=3358.83 cores=1,3
/proc/29846/stat : 29846 (java) S 29829 29846 29769 0 -1 4194304 107649 0 0 0 335682 201 0 0 20 0 20 0 36140367 19521036288 564707 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
/proc/29846/statm: 4765878 564707 5499 1 0 663520 0
[pid=29846/tid=29874] ppid=29829 vsize=19063512 memory=2256780 CPUtime=3233.62 cores=1,3
/proc/29846/task/29874/stat : 29874 (java) S 29829 29846 29769 0 -1 4194368 46521 0 0 0 323316 46 0 0 20 0 20 0 36140369 19521036288 564707 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29890] ppid=29829 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/29846/task/29890/stat : 29890 (Finalizer) S 29829 29846 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 564707 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29905] ppid=29829 vsize=19063512 memory=-6000919468461679469 CPUtime=0 cores=1,3
/proc/29846/task/29905/stat : 29905 (Common-Cleaner) S 29829 29846 29769 0 -1 4194368 1528 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 564707 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29910] ppid=29829 vsize=19063512 memory=2256780 CPUtime=0 cores=1,3
/proc/29846/task/29910/stat : 29910 (Timer-0) S 29829 29846 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140388 19521036288 564707 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
Current children cumulated CPU time: 3358.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2258828 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.20 4.14 5/340 30297
/proc/meminfo: memFree=118294960/131249996 swapFree=33010684/33010684
[pid=29846] ppid=29829 vsize=19063512 memory=2264972 CPUtime=3421 cores=1,3
/proc/29846/stat : 29846 (java) S 29829 29846 29769 0 -1 4194304 108641 0 0 0 341896 204 0 0 20 0 20 0 36140367 19521036288 566243 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
/proc/29846/statm: 4765878 566243 5499 1 0 663520 0
[pid=29846/tid=29874] ppid=29829 vsize=19063512 memory=2262924 CPUtime=3292.6 cores=1,3
/proc/29846/task/29874/stat : 29874 (java) R 29829 29846 29769 0 -1 4194368 47445 0 0 0 329213 47 0 0 20 0 20 0 36140369 19521036288 566243 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29890] ppid=29829 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/29846/task/29890/stat : 29890 (Finalizer) S 29829 29846 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 566243 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29905] ppid=29829 vsize=19063512 memory=2264972 CPUtime=0 cores=1,3
/proc/29846/task/29905/stat : 29905 (Common-Cleaner) S 29829 29846 29769 0 -1 4194368 1528 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 566243 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29910] ppid=29829 vsize=19063512 memory=14592 CPUtime=0 cores=1,3
/proc/29846/task/29910/stat : 29910 (Timer-0) S 29829 29846 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140388 19521036288 566243 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
Current children cumulated CPU time: 3421 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2264972 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.17 4.14 5/340 30299
/proc/meminfo: memFree=118286676/131249996 swapFree=33010684/33010684
[pid=29846] ppid=29829 vsize=19063512 memory=2271116 CPUtime=3482.8 cores=1,3
/proc/29846/stat : 29846 (java) S 29829 29846 29769 0 -1 4194304 110756 0 0 0 348074 206 0 0 20 0 20 0 36140367 19521036288 567779 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
/proc/29846/statm: 4765878 567779 5499 1 0 663520 0
[pid=29846/tid=29874] ppid=29829 vsize=19063512 memory=14592 CPUtime=3351.74 cores=1,3
/proc/29846/task/29874/stat : 29874 (java) R 29829 29846 29769 0 -1 4194368 48949 0 0 0 335127 47 0 0 20 0 20 0 36140369 19521036288 567779 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29890] ppid=29829 vsize=19063512 memory=2269068 CPUtime=0 cores=1,3
/proc/29846/task/29890/stat : 29890 (Finalizer) S 29829 29846 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 567779 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29905] ppid=29829 vsize=19063512 memory=2760 CPUtime=0 cores=1,3
/proc/29846/task/29905/stat : 29905 (Common-Cleaner) S 29829 29846 29769 0 -1 4194368 1579 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 567779 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29910] ppid=29829 vsize=19063512 memory=2271116 CPUtime=0 cores=1,3
/proc/29846/task/29910/stat : 29910 (Timer-0) S 29829 29846 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140388 19521036288 567779 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
Current children cumulated CPU time: 3482.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2271116 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.19 4.14 5/339 30302
/proc/meminfo: memFree=118282708/131249996 swapFree=33010684/33010684
[pid=29846] ppid=29829 vsize=19063512 memory=2277348 CPUtime=3545.38 cores=1,3
/proc/29846/stat : 29846 (java) S 29829 29846 29769 0 -1 4194304 112445 0 0 0 354329 209 0 0 20 0 20 0 36140367 19521036288 569337 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
/proc/29846/statm: 4765878 569337 5499 1 0 663577 0
[pid=29846/tid=29874] ppid=29829 vsize=19063512 memory=17536 CPUtime=3410.62 cores=1,3
/proc/29846/task/29874/stat : 29874 (java) R 29829 29846 29769 0 -1 4194368 50113 0 0 0 341015 47 0 0 20 0 20 0 36140369 19521036288 569337 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29890] ppid=29829 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/29846/task/29890/stat : 29890 (Finalizer) S 29829 29846 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 569337 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29905] ppid=29829 vsize=19063512 memory=14592 CPUtime=0 cores=1,3
/proc/29846/task/29905/stat : 29905 (Common-Cleaner) S 29829 29846 29769 0 -1 4194368 1655 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 569337 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29910] ppid=29829 vsize=19063512 memory=2277348 CPUtime=0 cores=1,3
/proc/29846/task/29910/stat : 29910 (Timer-0) S 29829 29846 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140388 19521036288 569337 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
Current children cumulated CPU time: 3545.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2277348 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3514.8 s]
/proc/loadavg: 4.19 4.19 4.14 6/339 30304
/proc/meminfo: memFree=118277224/131249996 swapFree=33010684/33010684
[pid=29846] ppid=29829 vsize=19063512 memory=2281500 CPUtime=3600.09 cores=1,3
/proc/29846/stat : 29846 (java) S 29829 29846 29769 0 -1 4194304 112515 0 0 0 359798 211 0 0 20 0 20 0 36140367 19521036288 570375 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
/proc/29846/statm: 4765878 570375 5499 1 0 663577 0
[pid=29846/tid=29874] ppid=29829 vsize=19063512 memory=12672 CPUtime=3462.16 cores=1,3
/proc/29846/task/29874/stat : 29874 (java) R 29829 29846 29769 0 -1 4194368 50134 0 0 0 346169 47 0 0 20 0 20 0 36140369 19521036288 570375 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29890] ppid=29829 vsize=19063512 memory=10368 CPUtime=0 cores=1,3
/proc/29846/task/29890/stat : 29890 (Finalizer) S 29829 29846 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 570375 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29905] ppid=29829 vsize=19063512 memory=9344 CPUtime=0 cores=1,3
/proc/29846/task/29905/stat : 29905 (Common-Cleaner) S 29829 29846 29769 0 -1 4194368 1656 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 570375 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
[pid=29846/tid=29910] ppid=29829 vsize=19063512 memory=26372 CPUtime=0 cores=1,3
/proc/29846/task/29910/stat : 29910 (Timer-0) S 29829 29846 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140388 19521036288 570375 18446744073709551615 94447471185920 94447471189616 140730457134288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94447471197432 94447471198224 94447472590848 140730457143678 140730457143782 140730457143782 140730457149384 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2281500 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.14 s, system=2.12862 s

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

Child status: 143

Real time (s): 3514.89
CPU time (s): 3600.27
CPU user time (s): 3598.14
CPU system time (s): 2.12862
CPU usage (%): 102.429
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2281500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.14
system time used= 2.12862
maximum resident set size= 2282524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114696
page faults= 0
swaps= 0
block input operations= 0
block output operations= 31944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147303
involuntary context switches= 17567


# summary of solver processes directly reported to runsolver:
#   pid: 29846
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3598.14
#   total CPU system time (s): 2.12862

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.44415 second user time and 17.1273 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 15:43:47
IDJOB=4510442
IDBENCH=160364
IDSOLVER=3361
FILE ID=nodeC021/4510442-1751204627
RUNJOBID= nodeC021-1751204626-29781
SLURM_JOB_ID= 9587618
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid3x50split.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510442-1751204627/watcher-4510442-1751204627 -o /tmp/evaluation-result-4510442-1751204627/solver-4510442-1751204627 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751204626-29781 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510442-1751204627.opb

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

MD5SUM BENCH= 263410a961b28aed09a276ce7c40a50f
RANDOM SEED=1273840755

nodeC021 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	: 0xb00002a
cpu MHz		: 3594.787
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.781
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.353
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3581.413
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.167
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3326.820
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.937
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.774
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129763168 kB
MemAvailable:   129742024 kB
Buffers:            3280 kB
Cached:           787524 kB
SwapCached:            0 kB
Active:           336320 kB
Inactive:         530188 kB
Active(anon):      93764 kB
Inactive(anon):        0 kB
Active(file):     242556 kB
Inactive(file):   530188 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3240 kB
Writeback:             0 kB
AnonPages:         78692 kB
Mapped:           102440 kB
Shmem:             18060 kB
KReclaimable:      90300 kB
Slab:             176296 kB
SReclaimable:      90300 kB
SUnreclaim:        85996 kB
KernelStack:        4008 kB
PageTables:         2684 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     342324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC021 at 2025-06-29 16:42:22