Trace number 4544575

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.44 3549.32

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat15_15_identity_complement.opb
MD5SUMa9e5094355ac87d3064d375e1f0a277c
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.3194
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3375
Total number of constraints171690
Number of constraints which are clauses165390
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6300
Minimum length of a constraint2
Maximum length of a constraint15
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 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.16/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.16/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.16/0.17	c See www.sat4j.org for details.
0.16/0.19	c version PB25.v20250606
0.16/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.16/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.16/0.22	c java.vm.version	22.0.1+8-16
0.16/0.22	c java.vm.vendor	Oracle Corporation
0.16/0.22	c sun.arch.data.model	64
0.16/0.22	c java.version		22.0.1
0.16/0.22	c os.name		Linux
0.16/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.16/0.22	c os.arch		amd64
0.16/0.23	c Free memory 		2104792832
0.16/0.23	c Max memory 		16282288128
0.16/0.23	c Total memory 		2113929216
0.16/0.24	c Number of processors 	2
0.62/0.43	c Pseudo Boolean Optimization by upper bound
0.62/0.43	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.62/0.43	c  - never skip resolution steps
0.62/0.43	c  - Auto-division on coefficients is disabled
0.62/0.43	c  - No postprocessing
0.62/0.43	c  - Conflict is considered as is when resolving
0.62/0.43	c  - Use constraints as they come during conflict analysis
0.62/0.43	c  - Weaken first using unassigned literals
0.62/0.43	c  - Bump strategy: ALWAYS_ONE
0.62/0.43	c  - Bumper: ANY
0.62/0.43	c --- Begin Solver configuration ---
0.62/0.43	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.62/0.43	c Learn all clauses as in MiniSAT
0.62/0.43	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.62/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.62/0.43	c No reason simplification
0.62/0.43	c Armin Biere (Picosat) restarts strategy
0.62/0.43	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.62/0.43	c timeout=2147483s
0.62/0.43	c DB Simplification allowed=false
0.62/0.43	c Listener: none
0.62/0.43	c --- End Solver configuration ---
0.62/0.43	c solving HOME/instance-4544575-1753229240.opb
0.62/0.43	c reading problem ... 
0.62/0.44	c  no objective function found
2.54/1.45	c ... done. Wall clock time 1.005s.
2.54/1.45	c declared #vars     3375
2.54/1.45	c #constraints  171690
2.54/1.45	c constraints type 
2.54/1.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3150
2.54/1.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 122850
2.54/1.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45690
2.54/1.45	c 171690 constraints processed.
26.67/22.12	c cleaning 2499 clauses out of 5001
101.48/95.65	c cleaning 4250 clauses out of 8501
349.06/342.17	c cleaning 5622 clauses out of 11251
795.14/786.73	c cleaning 6811 clauses out of 13629
1650.93/1634.29	c cleaning 7900 clauses out of 15818
2907.70/2870.57	c cleaning 8958 clauses out of 17919
3600.05/3549.14	c starts		: 71
3600.05/3549.15	c conflicts		: 50239
3600.05/3549.17	c decisions		: 64890
3600.05/3549.17	c propagations		: 21169798
3600.05/3549.17	c inspects		: 5982599666
3600.05/3549.17	c shortcuts		: 0
3600.05/3549.17	c learnt literals	: 0
3600.05/3549.18	c learnt binary clauses	: 0
3600.05/3549.18	c learnt ternary clauses	: 0
3600.05/3549.18	c learnt constraints	: 50239
3600.05/3549.18	c ignored constraints	: 0
3600.05/3549.18	c root simplifications	: 0
3600.05/3549.18	c removed literals (reason simplification)	: 0
3600.05/3549.18	c reason swapping (by a shorter reason)	: 0
3600.05/3549.19	c Calls to reduceDB	: 6
3600.05/3549.19	c Number of update (reduction) of LBD	: 0
3600.05/3549.19	c Imported unit clauses	: 0
3600.05/3549.19	c No decision after first conflict	: false
3600.05/3549.19	c number of reductions to clauses (during analyze)	: 0
3600.05/3549.19	c number of learned constraints concerned by reduction	: 0
3600.05/3549.19	c number of learning phase by resolution	: 0
3600.05/3549.19	c number of learning phase by cutting planes	: 0
3600.05/3549.19	c number of rounding to 1 operations	: 0
3600.05/3549.19	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3549.19	c number of reductions of the coefficients by power 2 	: 0
3600.05/3549.19	c number of right shift for reduction by power 2 	: 0
3600.05/3549.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3549.20	c number of ending skipping 	: 0
3600.05/3549.20	c number of internal skipping 	: 0
3600.05/3549.20	c number of derivation steps 	: 847923
3600.22/3549.20	c number of skipped derivation steps 	: 0
3600.22/3549.20	c number of remaining unassigned 	: 652
3600.22/3549.20	c number of remaining assigned 	: 7553623
3600.22/3549.20	c number of falsified literals weakened from reason	: 0
3600.22/3549.20	c number of falsified literals weakened from conflict	: 0
3600.22/3549.20	c time for arithmetic operations	: 428035897
3600.22/3549.21	c minimum degree of deleted constraints	: null
3600.22/3549.22	c maximum degree of deleted constraints	: null
3600.22/3549.22	c number of deleted constraints	: 0
3600.22/3549.22	c speed (assignments/second)	: 5967.080119455489
3600.22/3549.23	c non guided choices	: 26
3600.22/3549.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 128
3600.22/3549.29	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 14071
3600.41/3549.30	s UNKNOWN
3600.41/3549.30	c Total wall clock time (in seconds): 3548.865

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (56908 MiB free)
  memory of node 1: 64465 MiB (60854 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544575-1753229240/watcher-4544575-1753229240 -o /tmp/evaluation-result-4544575-1753229240/solver-4544575-1753229240 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1753222103-162647 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4544575-1753229240.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
Starting watchdog thread
solver pid=163993, runsolver pid=163990
Current StackSize limit: 8192 KiB


[startup+0.100074 s]*
/proc/loadavg: 4.27 4.31 4.33 7/324 164011
/proc/meminfo: memFree=120569660/131382120 swapFree=33010416/33010684
[pid=163993] ppid=163990 vsize=18930384 memory=48732 CPUtime=0.16 cores=1,3
/proc/163993/stat : 163993 (java) S 163990 163993 162635 0 -1 4194304 5841 0 0 0 12 4 0 0 20 0 18 0 238602841 19384713216 12183 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
/proc/163993/statm: 4732596 12183 5338 1 0 547042 0
[pid=163993/tid=163995] ppid=163990 vsize=18930384 memory=4026531960 CPUtime=0.1 cores=1,3
/proc/163993/task/163995/stat : 163995 (java) S 163990 163993 162635 0 -1 4194368 4711 0 0 0 7 3 0 0 20 0 18 0 238602843 19384713216 12183 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164004] ppid=163990 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/163993/task/164004/stat : 164004 (Finalizer) S 163990 163993 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238602848 19384713216 12183 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164011] ppid=163990 vsize=18930384 memory=55195547748946 CPUtime=0 cores=1,3
/proc/163993/task/164011/stat : 164011 (Common-Cleaner) S 163990 163993 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238602849 19384713216 12183 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48732 KiB

[startup+0.232746 s]*
/proc/loadavg: 4.27 4.31 4.33 6/324 164011
/proc/meminfo: memFree=120565124/131382120 swapFree=33010416/33010684
[pid=163993] ppid=163990 vsize=18930384 memory=55604 CPUtime=0.34 cores=1,3
/proc/163993/stat : 163993 (java) S 163990 163993 162635 0 -1 4194304 6517 0 0 0 29 5 0 0 20 0 18 0 238602841 19384713216 13901 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
/proc/163993/statm: 4732596 13901 5370 1 0 547587 0
[pid=163993/tid=163995] ppid=163990 vsize=18930384 memory=4026990876 CPUtime=0.21 cores=1,3
/proc/163993/task/163995/stat : 163995 (java) R 163990 163993 162635 0 -1 4194368 5039 0 0 0 18 3 0 0 20 0 18 0 238602843 19384713216 13901 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164004] ppid=163990 vsize=18930384 memory=2576 CPUtime=0 cores=1,3
/proc/163993/task/164004/stat : 164004 (Finalizer) S 163990 163993 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238602848 19384713216 13901 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164011] ppid=163990 vsize=18930384 memory=54096036103158 CPUtime=0 cores=1,3
/proc/163993/task/164011/stat : 164011 (Common-Cleaner) S 163990 163993 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238602849 19384713216 13901 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55604 KiB

[startup+0.315406 s]*
/proc/loadavg: 4.27 4.31 4.33 7/324 164011
/proc/meminfo: memFree=120560020/131382120 swapFree=33010416/33010684
[pid=163993] ppid=163990 vsize=18930384 memory=58636 CPUtime=0.46 cores=1,3
/proc/163993/stat : 163993 (java) S 163990 163993 162635 0 -1 4194304 6749 0 0 0 41 5 0 0 20 0 18 0 238602841 19384713216 14659 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
/proc/163993/statm: 4732596 14659 5370 1 0 547758 0
[pid=163993/tid=163995] ppid=163990 vsize=18930384 memory=-9175065446210904764 CPUtime=0.29 cores=1,3
/proc/163993/task/163995/stat : 163995 (java) R 163990 163993 162635 0 -1 4194368 5189 0 0 0 25 4 0 0 20 0 18 0 238602843 19384713216 14659 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164004] ppid=163990 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/163993/task/164004/stat : 164004 (Finalizer) S 163990 163993 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238602848 19384713216 14659 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164011] ppid=163990 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/163993/task/164011/stat : 164011 (Common-Cleaner) S 163990 163993 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238602849 19384713216 14659 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58636 KiB

[startup+0.700498 s]
/proc/loadavg: 4.27 4.31 4.33 8/324 164011
/proc/meminfo: memFree=120555420/131382120 swapFree=33010416/33010684
[pid=163993] ppid=163990 vsize=18930384 memory=78780 CPUtime=1.15 cores=1,3
/proc/163993/stat : 163993 (java) S 163990 163993 162635 0 -1 4194304 7822 0 0 0 107 8 0 0 20 0 18 0 238602841 19384713216 19695 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
/proc/163993/statm: 4732596 19695 5434 1 0 548424 0
[pid=163993/tid=163995] ppid=163990 vsize=18930384 memory=27392 CPUtime=0.6 cores=1,3
/proc/163993/task/163995/stat : 163995 (java) R 163990 163993 162635 0 -1 4194368 5386 0 0 0 55 5 0 0 20 0 18 0 238602843 19384713216 19695 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164004] ppid=163990 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/163993/task/164004/stat : 164004 (Finalizer) S 163990 163993 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238602848 19384713216 19695 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164011] ppid=163990 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/163993/task/164011/stat : 164011 (Common-Cleaner) S 163990 163993 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238602849 19384713216 19695 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 78780 KiB

[startup+1.50026 s]
/proc/loadavg: 4.27 4.31 4.33 6/325 164012
/proc/meminfo: memFree=120455416/131382120 swapFree=33010416/33010684
[pid=163993] ppid=163990 vsize=19063512 memory=185712 CPUtime=2.72 cores=1,3
/proc/163993/stat : 163993 (java) S 163990 163993 162635 0 -1 4194304 16404 0 0 0 258 14 0 0 20 0 20 0 238602841 19521036288 46428 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
/proc/163993/statm: 4765878 46428 5466 1 0 552383 0
[pid=163993/tid=163995] ppid=163990 vsize=19063512 memory=3200 CPUtime=1.3 cores=1,3
/proc/163993/task/163995/stat : 163995 (java) R 163990 163993 162635 0 -1 4194368 6614 0 0 0 122 8 0 0 20 0 20 0 238602843 19521036288 46428 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164004] ppid=163990 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/163993/task/164004/stat : 164004 (Finalizer) S 163990 163993 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238602848 19521036288 46428 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164011] ppid=163990 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/163993/task/164011/stat : 164011 (Common-Cleaner) S 163990 163993 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238602849 19521036288 46428 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185712 KiB

[startup+3.10539 s]
/proc/loadavg: 4.27 4.31 4.33 7/326 164013
/proc/meminfo: memFree=120176540/131382120 swapFree=33010416/33010684
[pid=163993] ppid=163990 vsize=19063512 memory=478868 CPUtime=5.87 cores=1,3
/proc/163993/stat : 163993 (java) S 163990 163993 162635 0 -1 4194304 26171 0 0 0 564 23 0 0 20 0 20 0 238602841 19521036288 119717 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
/proc/163993/statm: 4765878 119717 5466 1 0 1022407 0
[pid=163993/tid=163995] ppid=163990 vsize=19063512 memory=11264 CPUtime=2.73 cores=1,3
/proc/163993/task/163995/stat : 163995 (java) R 163990 163993 162635 0 -1 4194368 7220 0 0 0 260 13 0 0 20 0 20 0 238602843 19521036288 119717 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164004] ppid=163990 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/163993/task/164004/stat : 164004 (Finalizer) S 163990 163993 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238602848 19521036288 119717 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164011] ppid=163990 vsize=19063512 memory=5504 CPUtime=0 cores=1,3
/proc/163993/task/164011/stat : 164011 (Common-Cleaner) S 163990 163993 162635 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 238602849 19521036288 119717 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164013] ppid=163990 vsize=19063512 memory=5148 CPUtime=0 cores=1,3
/proc/163993/task/164013/stat : 164013 (Timer-0) S 163990 163993 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238602987 19521036288 119717 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 478868 KiB

[startup+6.30044 s]
/proc/loadavg: 4.40 4.33 4.34 5/326 164013
/proc/meminfo: memFree=119254972/131382120 swapFree=33010416/33010684
[pid=163993] ppid=163990 vsize=19063512 memory=1383108 CPUtime=10.13 cores=1,3
/proc/163993/stat : 163993 (java) S 163990 163993 162635 0 -1 4194304 27127 0 0 0 973 40 0 0 20 0 20 0 238602841 19521036288 345777 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
/proc/163993/statm: 4765878 345777 5466 1 0 1022427 0
[pid=163993/tid=163995] ppid=163990 vsize=19063512 memory=0 CPUtime=5.87 cores=1,3
/proc/163993/task/163995/stat : 163995 (java) R 163990 163993 162635 0 -1 4194368 7974 0 0 0 557 30 0 0 20 0 20 0 238602843 19521036288 345777 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164004] ppid=163990 vsize=19063512 memory=-7807692110106848388 CPUtime=0 cores=1,3
/proc/163993/task/164004/stat : 164004 (Finalizer) S 163990 163993 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238602848 19521036288 345777 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164011] ppid=163990 vsize=19063512 memory=-9175065446210904764 CPUtime=0 cores=1,3
/proc/163993/task/164011/stat : 164011 (Common-Cleaner) S 163990 163993 162635 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 238602849 19521036288 345777 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164013] ppid=163990 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/163993/task/164013/stat : 164013 (Timer-0) S 163990 163993 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238602987 19521036288 345777 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
Current children cumulated CPU time: 10.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1383108 KiB

[startup+12.7004 s]
/proc/loadavg: 4.37 4.33 4.34 5/326 164013
/proc/meminfo: memFree=117874448/131382120 swapFree=33010416/33010684
[pid=163993] ppid=163990 vsize=19063512 memory=2452320 CPUtime=16.95 cores=1,3
/proc/163993/stat : 163993 (java) S 163990 163993 162635 0 -1 4194304 28869 0 0 0 1632 63 0 0 20 0 20 0 238602841 19521036288 613080 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
/proc/163993/statm: 4765878 613080 5466 1 0 1022434 0
[pid=163993/tid=163995] ppid=163990 vsize=19063512 memory=0 CPUtime=12.17 cores=1,3
/proc/163993/task/163995/stat : 163995 (java) R 163990 163993 162635 0 -1 4194368 9406 0 0 0 1166 51 0 0 20 0 20 0 238602843 19521036288 613080 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164004] ppid=163990 vsize=19063512 memory=2452320 CPUtime=0 cores=1,3
/proc/163993/task/164004/stat : 164004 (Finalizer) S 163990 163993 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238602848 19521036288 613080 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164011] ppid=163990 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/163993/task/164011/stat : 164011 (Common-Cleaner) S 163990 163993 162635 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 238602849 19521036288 613080 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164013] ppid=163990 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/163993/task/164013/stat : 164013 (Timer-0) S 163990 163993 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238602987 19521036288 613080 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
Current children cumulated CPU time: 16.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2452320 KiB

[startup+25.5005 s]
/proc/loadavg: 4.29 4.31 4.33 5/326 164014
/proc/meminfo: memFree=116504628/131382120 swapFree=33010416/33010684
[pid=163993] ppid=163990 vsize=19063512 memory=2458668 CPUtime=30.28 cores=1,3
/proc/163993/stat : 163993 (java) S 163990 163993 162635 0 -1 4194304 35069 0 0 0 2963 65 0 0 20 0 20 0 238602841 19521036288 614667 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
/proc/163993/statm: 4765878 614667 5466 1 0 1022466 0
[pid=163993/tid=163995] ppid=163990 vsize=19063512 memory=-9175065446210904764 CPUtime=24.76 cores=1,3
/proc/163993/task/163995/stat : 163995 (java) R 163990 163993 162635 0 -1 4194368 11784 0 0 0 2424 52 0 0 20 0 20 0 238602843 19521036288 614667 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164004] ppid=163990 vsize=19063512 memory=3193 CPUtime=0 cores=1,3
/proc/163993/task/164004/stat : 164004 (Finalizer) S 163990 163993 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238602848 19521036288 614667 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164011] ppid=163990 vsize=19063512 memory=2454388 CPUtime=0 cores=1,3
/proc/163993/task/164011/stat : 164011 (Common-Cleaner) S 163990 163993 162635 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 238602849 19521036288 614667 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164013] ppid=163990 vsize=19063512 memory=2454388 CPUtime=0 cores=1,3
/proc/163993/task/164013/stat : 164013 (Timer-0) S 163990 163993 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238602987 19521036288 614667 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
Current children cumulated CPU time: 30.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2458668 KiB

[startup+51.1134 s]
/proc/loadavg: 4.35 4.32 4.34 5/326 164014
/proc/meminfo: memFree=114932096/131382120 swapFree=33010416/33010684
[pid=163993] ppid=163990 vsize=19063512 memory=2473152 CPUtime=56.21 cores=1,3
/proc/163993/stat : 163993 (java) S 163990 163993 162635 0 -1 4194304 39150 0 0 0 5553 68 0 0 20 0 20 0 238602841 19521036288 618288 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
/proc/163993/statm: 4765878 618288 5466 1 0 1022466 0
[pid=163993/tid=163995] ppid=163990 vsize=19063512 memory=2473152 CPUtime=49.79 cores=1,3
/proc/163993/task/163995/stat : 163995 (java) R 163990 163993 162635 0 -1 4194368 13717 0 0 0 4927 52 0 0 20 0 20 0 238602843 19521036288 618288 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164004] ppid=163990 vsize=19063512 memory=-9175065446210904764 CPUtime=0 cores=1,3
/proc/163993/task/164004/stat : 164004 (Finalizer) S 163990 163993 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238602848 19521036288 618288 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164011] ppid=163990 vsize=19063512 memory=2464908 CPUtime=0 cores=1,3
/proc/163993/task/164011/stat : 164011 (Common-Cleaner) S 163990 163993 162635 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 238602849 19521036288 618288 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164013] ppid=163990 vsize=19063512 memory=2458540 CPUtime=0 cores=1,3
/proc/163993/task/164013/stat : 164013 (Timer-0) S 163990 163993 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238602987 19521036288 618288 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
Current children cumulated CPU time: 56.21 s

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

Current children cumulated memory: 2714916 KiB

[startup+3282.3 s]
/proc/loadavg: 3.82 4.14 4.17 5/303 164215
/proc/meminfo: memFree=114803388/131382120 swapFree=33010416/33010684
[pid=163993] ppid=163990 vsize=19063512 memory=2717008 CPUtime=3327.46 cores=1,3
/proc/163993/stat : 163993 (java) S 163990 163993 162635 0 -1 4194304 124102 0 0 0 332452 294 0 0 20 0 20 0 238602841 19521036288 679252 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
/proc/163993/statm: 4765878 679252 5466 1 0 1022763 0
[pid=163993/tid=163995] ppid=163990 vsize=19063512 memory=19968 CPUtime=3243.86 cores=1,3
/proc/163993/task/163995/stat : 163995 (java) R 163990 163993 162635 0 -1 4194368 65517 0 0 0 324315 71 0 0 20 0 20 0 238602843 19521036288 679252 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164004] ppid=163990 vsize=19063512 memory=2717008 CPUtime=0 cores=1,3
/proc/163993/task/164004/stat : 164004 (Finalizer) S 163990 163993 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238602848 19521036288 679252 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164011] ppid=163990 vsize=19063512 memory=2714916 CPUtime=0 cores=1,3
/proc/163993/task/164011/stat : 164011 (Common-Cleaner) S 163990 163993 162635 0 -1 4194368 2162 0 0 0 0 0 0 0 20 0 20 0 238602849 19521036288 679252 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164013] ppid=163990 vsize=19063512 memory=27392 CPUtime=0 cores=1,3
/proc/163993/task/164013/stat : 164013 (Timer-0) S 163990 163993 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238602987 19521036288 679252 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
Current children cumulated CPU time: 3327.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2717008 KiB

[startup+3342.3 s]
/proc/loadavg: 3.36 3.94 4.10 4/305 164224
/proc/meminfo: memFree=114806332/131382120 swapFree=33010416/33010684
[pid=163993] ppid=163990 vsize=19063512 memory=2719068 CPUtime=3388.57 cores=1,3
/proc/163993/stat : 163993 (java) S 163990 163993 162635 0 -1 4194304 124342 0 0 0 338559 298 0 0 20 0 20 0 238602841 19521036288 679767 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
/proc/163993/statm: 4765878 679767 5466 1 0 1022763 0
[pid=163993/tid=163995] ppid=163990 vsize=19063512 memory=2719068 CPUtime=3303.13 cores=1,3
/proc/163993/task/163995/stat : 163995 (java) R 163990 163993 162635 0 -1 4194368 65739 0 0 0 330242 71 0 0 20 0 20 0 238602843 19521036288 679767 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164004] ppid=163990 vsize=19063512 memory=2719068 CPUtime=0 cores=1,3
/proc/163993/task/164004/stat : 164004 (Finalizer) S 163990 163993 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238602848 19521036288 679767 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164011] ppid=163990 vsize=19063512 memory=2719068 CPUtime=0 cores=1,3
/proc/163993/task/164011/stat : 164011 (Common-Cleaner) S 163990 163993 162635 0 -1 4194368 2162 0 0 0 0 0 0 0 20 0 20 0 238602849 19521036288 679767 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164013] ppid=163990 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/163993/task/164013/stat : 164013 (Timer-0) S 163990 163993 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238602987 19521036288 679767 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
Current children cumulated CPU time: 3388.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2719068 KiB

[startup+3402.3 s]
/proc/loadavg: 3.34 3.82 4.05 4/304 164226
/proc/meminfo: memFree=114806548/131382120 swapFree=33010416/33010684
[pid=163993] ppid=163990 vsize=19063512 memory=2723172 CPUtime=3449.81 cores=1,3
/proc/163993/stat : 163993 (java) S 163990 163993 162635 0 -1 4194304 126701 0 0 0 344680 301 0 0 20 0 20 0 238602841 19521036288 680793 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
/proc/163993/statm: 4765878 680793 5466 1 0 1022763 0
[pid=163993/tid=163995] ppid=163990 vsize=19063512 memory=2719068 CPUtime=3362.43 cores=1,3
/proc/163993/task/163995/stat : 163995 (java) R 163990 163993 162635 0 -1 4194368 67367 0 0 0 336172 71 0 0 20 0 20 0 238602843 19521036288 680793 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164004] ppid=163990 vsize=19063512 memory=2721120 CPUtime=0 cores=1,3
/proc/163993/task/164004/stat : 164004 (Finalizer) S 163990 163993 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238602848 19521036288 680793 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164011] ppid=163990 vsize=19063512 memory=2721120 CPUtime=0 cores=1,3
/proc/163993/task/164011/stat : 164011 (Common-Cleaner) S 163990 163993 162635 0 -1 4194368 2162 0 0 0 0 0 0 0 20 0 20 0 238602849 19521036288 680793 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164013] ppid=163990 vsize=19063512 memory=2721120 CPUtime=0 cores=1,3
/proc/163993/task/164013/stat : 164013 (Timer-0) S 163990 163993 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238602987 19521036288 680793 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
Current children cumulated CPU time: 3449.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2723172 KiB

[startup+3462.3 s]
/proc/loadavg: 2.83 3.60 3.96 4/279 164262
/proc/meminfo: memFree=117180508/131382120 swapFree=33010416/33010684
[pid=163993] ppid=163990 vsize=19063512 memory=2725224 CPUtime=3511.2 cores=1,3
/proc/163993/stat : 163993 (java) S 163990 163993 162635 0 -1 4194304 127868 0 0 0 350807 313 0 0 20 0 20 0 238602841 19521036288 681306 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
/proc/163993/statm: 4765878 681306 5466 1 0 1022767 0
[pid=163993/tid=163995] ppid=163990 vsize=19063512 memory=2719068 CPUtime=3421.53 cores=1,3
/proc/163993/task/163995/stat : 163995 (java) R 163990 163993 162635 0 -1 4194368 68435 0 0 0 342074 79 0 0 20 0 20 0 238602843 19521036288 681306 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164004] ppid=163990 vsize=19063512 memory=2723172 CPUtime=0 cores=1,3
/proc/163993/task/164004/stat : 164004 (Finalizer) S 163990 163993 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238602848 19521036288 681306 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164011] ppid=163990 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/163993/task/164011/stat : 164011 (Common-Cleaner) S 163990 163993 162635 0 -1 4194368 2234 0 0 0 0 0 0 0 20 0 20 0 238602849 19521036288 681306 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164013] ppid=163990 vsize=19063512 memory=2723172 CPUtime=0 cores=1,3
/proc/163993/task/164013/stat : 164013 (Timer-0) S 163990 163993 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238602987 19521036288 681306 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
Current children cumulated CPU time: 3511.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2725224 KiB

[startup+3522.3 s]
/proc/loadavg: 2.39 3.34 3.84 3/279 164264
/proc/meminfo: memFree=117179756/131382120 swapFree=33010416/33010684
[pid=163993] ppid=163990 vsize=19063512 memory=2727280 CPUtime=3572.67 cores=1,3
/proc/163993/stat : 163993 (java) S 163990 163993 162635 0 -1 4194304 129298 0 0 0 356949 318 0 0 20 0 20 0 238602841 19521036288 681820 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
/proc/163993/statm: 4765878 681820 5466 1 0 1022769 0
[pid=163993/tid=163995] ppid=163990 vsize=19063512 memory=2723172 CPUtime=3480.79 cores=1,3
/proc/163993/task/163995/stat : 163995 (java) R 163990 163993 162635 0 -1 4194368 69203 0 0 0 348000 79 0 0 20 0 20 0 238602843 19521036288 681820 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164004] ppid=163990 vsize=19063512 memory=2727280 CPUtime=0 cores=1,3
/proc/163993/task/164004/stat : 164004 (Finalizer) S 163990 163993 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238602848 19521036288 681820 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164011] ppid=163990 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/163993/task/164011/stat : 164011 (Common-Cleaner) S 163990 163993 162635 0 -1 4194368 2303 0 0 0 0 0 0 0 20 0 20 0 238602849 19521036288 681820 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164013] ppid=163990 vsize=19063512 memory=2727280 CPUtime=0 cores=1,3
/proc/163993/task/164013/stat : 164013 (Timer-0) S 163990 163993 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238602987 19521036288 681820 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
Current children cumulated CPU time: 3572.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2727280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3549.11 s]
/proc/loadavg: 2.17 3.21 3.79 2/253 164298
/proc/meminfo: memFree=125871584/131382120 swapFree=33010416/33010684
[pid=163993] ppid=163990 vsize=19063512 memory=2729364 CPUtime=3600.05 cores=1,3
/proc/163993/stat : 163993 (java) S 163990 163993 162635 0 -1 4194304 129313 0 0 0 359685 320 0 0 20 0 20 0 238602841 19521036288 682341 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
/proc/163993/statm: 4765878 682341 5466 1 0 1022769 0
[pid=163993/tid=163995] ppid=163990 vsize=19063512 memory=2727280 CPUtime=3507.32 cores=1,3
/proc/163993/task/163995/stat : 163995 (java) R 163990 163993 162635 0 -1 4194368 69210 0 0 0 350653 79 0 0 20 0 20 0 238602843 19521036288 682341 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164004] ppid=163990 vsize=19063512 memory=2727280 CPUtime=0 cores=1,3
/proc/163993/task/164004/stat : 164004 (Finalizer) S 163990 163993 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238602848 19521036288 682341 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164011] ppid=163990 vsize=19063512 memory=4942871574734060099 CPUtime=0 cores=1,3
/proc/163993/task/164011/stat : 164011 (Common-Cleaner) S 163990 163993 162635 0 -1 4194368 2303 0 0 0 0 0 0 0 20 0 20 0 238602849 19521036288 682341 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164013] ppid=163990 vsize=19063512 memory=2729364 CPUtime=0 cores=1,3
/proc/163993/task/164013/stat : 164013 (Timer-0) S 163990 163993 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238602987 19521036288 682341 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2729364 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.21 s, system=3.22915 s

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

[startup+3549.2 s]
/proc/loadavg: 2.17 3.21 3.79 2/253 164298
/proc/meminfo: memFree=125871584/131382120 swapFree=33010416/33010684
[pid=163993] ppid=163990 vsize=19263204 memory=2730132 CPUtime=3600.22 cores=1,3
/proc/163993/stat : 163993 (java) S 163990 163993 162635 0 -1 4194304 131475 0 0 0 359701 321 0 0 20 0 21 0 238602841 19725520896 682533 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
/proc/163993/statm: 4815801 682533 5498 1 0 1023704 0
[pid=163993/tid=163995] ppid=163990 vsize=19263204 memory=649268 CPUtime=3507.41 cores=1,3
/proc/163993/task/163995/stat : 163995 (java) R 163990 163993 162635 0 -1 4194368 69214 0 0 0 350662 79 0 0 20 0 21 0 238602843 19725520896 682533 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164004] ppid=163990 vsize=19263204 memory=2729364 CPUtime=0 cores=1,3
/proc/163993/task/164004/stat : 164004 (Finalizer) S 163990 163993 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238602848 19725520896 682533 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164011] ppid=163990 vsize=19263204 memory=-9175065446210904764 CPUtime=0 cores=1,3
/proc/163993/task/164011/stat : 164011 (Common-Cleaner) S 163990 163993 162635 0 -1 4194368 2303 0 0 0 0 0 0 0 20 0 21 0 238602849 19725520896 682533 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2730132 KiB

[startup+3549.3 s]
/proc/loadavg: 2.17 3.21 3.79 2/253 164298
/proc/meminfo: memFree=125871584/131382120 swapFree=33010416/33010684
[pid=163993] ppid=163990 vsize=19263204 memory=2730260 CPUtime=3600.41 cores=1,3
/proc/163993/stat : 163993 (java) S 163990 163993 162635 0 -1 4194304 131738 0 0 0 359720 321 0 0 20 0 21 0 238602841 19725520896 682565 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
/proc/163993/statm: 4815801 682565 5498 1 0 1023736 0
[pid=163993/tid=163995] ppid=163990 vsize=19263204 memory=2727280 CPUtime=3507.51 cores=1,3
/proc/163993/task/163995/stat : 163995 (java) R 163990 163993 162635 0 -1 4194368 69215 0 0 0 350672 79 0 0 20 0 21 0 238602843 19725520896 682565 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164004] ppid=163990 vsize=19263204 memory=2727280 CPUtime=0 cores=1,3
/proc/163993/task/164004/stat : 164004 (Finalizer) S 163990 163993 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238602848 19725520896 682565 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
[pid=163993/tid=164011] ppid=163990 vsize=19263204 memory=4942871574734060099 CPUtime=0 cores=1,3
/proc/163993/task/164011/stat : 164011 (Common-Cleaner) S 163990 163993 162635 0 -1 4194368 2303 0 0 0 0 0 0 0 20 0 21 0 238602849 19725520896 682565 18446744073709551615 94149153402880 94149153406576 140734720059072 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94149153414392 94149153415184 94149155954688 140734720067964 140734720068068 140734720068068 140734720073672 0
Current children cumulated CPU time: 3600.41 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2730260 KiB

Child status: 143

Real time (s): 3549.32
CPU time (s): 3600.44
CPU user time (s): 3597.21
CPU system time (s): 3.22915
CPU usage (%): 101.44
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2730260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.21
system time used= 3.22915
maximum resident set size= 2730388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131789
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128306
involuntary context switches= 8467


# summary of solver processes directly reported to runsolver:
#   pid: 163993
#   total CPU time (s): 3600.44
#   total CPU user time (s): 3597.21
#   total CPU system time (s): 3.22915

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7246 second user time and 38.3394 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-23 02:07:20
IDJOB=4544575
IDBENCH=180675
IDSOLVER=3361
FILE ID=nodeC002/4544575-1753229240
RUNJOBID= nodeC002-1753222103-162647
SLURM_JOB_ID= 9687816
Free space on /tmp= 432268 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat15_15_identity_complement.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544575-1753229240/watcher-4544575-1753229240 -o /tmp/evaluation-result-4544575-1753229240/solver-4544575-1753229240 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1753222103-162647 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4544575-1753229240.opb

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

MD5SUM BENCH= a9e5094355ac87d3064d375e1f0a277c
RANDOM SEED=1546868164

nodeC002 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.902
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.922
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.81
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.325
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.81
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.907
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.81
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		: 2294.685
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        120588560 kB
MemAvailable:   121908776 kB
Buffers:            2128 kB
Cached:          2072376 kB
SwapCached:           28 kB
Active:          9138044 kB
Inactive:         963560 kB
Active(anon):    8046924 kB
Inactive(anon):     6300 kB
Active(file):    1091120 kB
Inactive(file):   957260 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             43776 kB
Writeback:             0 kB
AnonPages:       8030052 kB
Mapped:           128856 kB
Shmem:             26124 kB
KReclaimable:     222924 kB
Slab:             315072 kB
SReclaimable:     222924 kB
SUnreclaim:        92148 kB
KernelStack:        4908 kB
PageTables:        19568 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   17686216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150280 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7786496 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432320 MiB
End job on nodeC002 at 2025-07-23 03:06:30