Trace number 4542820

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.19 3530.73

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_021.shuf-2.opb
MD5SUMd64fc744c65ccc2a81826d21c62acb02
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.326574
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables421
Total number of constraints212
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints210
Minimum length of a constraint2
Maximum length of a constraint8
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.19	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.27/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.24	c java.vm.version	22.0.1+8-16
0.27/0.24	c java.vm.vendor	Oracle Corporation
0.27/0.24	c sun.arch.data.model	64
0.27/0.24	c java.version		22.0.1
0.27/0.24	c os.name		Linux
0.27/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.24	c os.arch		amd64
0.27/0.25	c Free memory 		2104792832
0.27/0.25	c Max memory 		16282288128
0.27/0.25	c Total memory 		2113929216
0.27/0.26	c Number of processors 	2
0.60/0.45	c Pseudo Boolean Optimization by upper bound
0.60/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.60/0.45	c  - never skip resolution steps
0.60/0.45	c  - Auto-division on coefficients is disabled
0.60/0.45	c  - No postprocessing
0.60/0.45	c  - Conflict is considered as is when resolving
0.60/0.45	c  - Use constraints as they come during conflict analysis
0.60/0.45	c  - Weaken first using unassigned literals
0.60/0.45	c  - Bump strategy: ALWAYS_ONE
0.60/0.45	c  - Bumper: ANY
0.60/0.45	c --- Begin Solver configuration ---
0.60/0.45	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.60/0.45	c Learn all clauses as in MiniSAT
0.60/0.45	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.60/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.60/0.45	c No reason simplification
0.60/0.45	c Armin Biere (Picosat) restarts strategy
0.60/0.45	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.60/0.45	c timeout=2147483s
0.60/0.45	c DB Simplification allowed=false
0.60/0.45	c Listener: none
0.60/0.45	c --- End Solver configuration ---
0.60/0.45	c solving HOME/instance-4542820-1753222103.opb
0.60/0.45	c reading problem ... 
0.60/0.45	c  no objective function found
0.78/0.55	c ... done. Wall clock time 0.098s.
0.78/0.55	c declared #vars     421
0.78/0.55	c #constraints  212
0.78/0.55	c constraints type 
0.78/0.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.78/0.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 210
0.78/0.55	c 212 constraints processed.
5.81/3.13	c cleaning 2456 clauses out of 5003
12.80/9.58	c cleaning 4257 clauses out of 8545
27.68/24.02	c cleaning 5636 clauses out of 11287
56.21/50.75	c cleaning 6820 clauses out of 13651
95.61/89.59	c cleaning 7908 clauses out of 15833
151.98/142.26	c cleaning 8941 clauses out of 17924
280.56/268.01	c cleaning 9967 clauses out of 19982
510.29/494.18	c cleaning 10993 clauses out of 22016
1053.05/1028.53	c cleaning 11984 clauses out of 24022
1425.05/1395.58	c cleaning 13007 clauses out of 26038
2411.18/2366.49	c cleaning 14006 clauses out of 28031
3448.39/3381.45	c cleaning 14983 clauses out of 30025
3600.06/3530.61	c starts		: 103
3600.06/3530.61	c conflicts		: 132171
3600.06/3530.61	c decisions		: 181322
3600.06/3530.61	c propagations		: 1139251
3600.06/3530.61	c inspects		: 3958429310
3600.06/3530.61	c shortcuts		: 0
3600.06/3530.61	c learnt literals	: 0
3600.06/3530.61	c learnt binary clauses	: 0
3600.06/3530.61	c learnt ternary clauses	: 0
3600.06/3530.61	c learnt constraints	: 132171
3600.06/3530.61	c ignored constraints	: 0
3600.06/3530.61	c root simplifications	: 0
3600.06/3530.61	c removed literals (reason simplification)	: 0
3600.06/3530.61	c reason swapping (by a shorter reason)	: 0
3600.06/3530.61	c Calls to reduceDB	: 12
3600.06/3530.61	c Number of update (reduction) of LBD	: 0
3600.06/3530.61	c Imported unit clauses	: 0
3600.06/3530.61	c No decision after first conflict	: false
3600.06/3530.61	c number of reductions to clauses (during analyze)	: 0
3600.06/3530.61	c number of learned constraints concerned by reduction	: 0
3600.06/3530.61	c number of learning phase by resolution	: 0
3600.06/3530.61	c number of learning phase by cutting planes	: 0
3600.06/3530.61	c number of rounding to 1 operations	: 0
3600.06/3530.61	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3530.61	c number of reductions of the coefficients by power 2 	: 0
3600.06/3530.61	c number of right shift for reduction by power 2 	: 0
3600.06/3530.61	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3530.61	c number of ending skipping 	: 0
3600.06/3530.62	c number of internal skipping 	: 0
3600.06/3530.62	c number of derivation steps 	: 688468
3600.06/3530.62	c number of skipped derivation steps 	: 0
3600.06/3530.62	c number of remaining unassigned 	: 42065
3600.06/3530.62	c number of remaining assigned 	: 45324424
3600.06/3530.62	c number of falsified literals weakened from reason	: 0
3600.06/3530.62	c number of falsified literals weakened from conflict	: 0
3600.06/3530.62	c time for arithmetic operations	: 8845247012
3600.06/3530.62	c minimum degree of deleted constraints	: null
3600.06/3530.62	c maximum degree of deleted constraints	: null
3600.06/3530.62	c number of deleted constraints	: 0
3600.06/3530.62	c speed (assignments/second)	: 322.7288745560977
3600.06/3530.62	c non guided choices	: 1605
3600.06/3530.63	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1307
3600.06/3530.63	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 19905
3600.06/3530.63	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.06/3530.64	s UNKNOWN
3600.06/3530.64	c Total wall clock time (in seconds): 3530.186

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542820-1753222103/watcher-4542820-1753222103 -o /tmp/evaluation-result-4542820-1753222103/solver-4542820-1753222103 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1753222103-162648 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4542820-1753222103.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=162700, runsolver pid=162687

[startup+0.100073 s]*
/proc/loadavg: 3.83 4.04 4.08 15/319 162773
/proc/meminfo: memFree=128510624/131382120 swapFree=33010416/33010684
[pid=162700] ppid=162687 vsize=18930344 memory=46960 CPUtime=0.1 cores=5,7
/proc/162700/stat : 162700 (java) S 162687 162700 162635 0 -1 4194304 5635 0 0 0 6 4 0 0 20 0 18 0 237889129 19384672256 11740 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
/proc/162700/statm: 4732586 11740 5088 1 0 546866 0
[pid=162700/tid=162714] ppid=162687 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=5,7
/proc/162700/task/162714/stat : 162714 (java) R 162687 162700 162635 0 -1 4194368 4575 0 0 0 3 2 0 0 20 0 18 0 237889132 19384713216 11740 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162756] ppid=162687 vsize=18930384 memory=2576 CPUtime=0 cores=5,7
/proc/162700/task/162756/stat : 162756 (Finalizer) S 162687 162700 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237889137 19384713216 11740 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162771] ppid=162687 vsize=18930384 memory=54096036103158 CPUtime=0 cores=5,7
/proc/162700/task/162771/stat : 162771 (Common-Cleaner) S 162687 162700 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237889138 19384713216 11740 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 46960 KiB

[startup+0.213607 s]*
/proc/loadavg: 3.83 4.04 4.08 11/319 162773
/proc/meminfo: memFree=128493632/131382120 swapFree=33010416/33010684
[pid=162700] ppid=162687 vsize=18930384 memory=51804 CPUtime=0.27 cores=5,7
/proc/162700/stat : 162700 (java) S 162687 162700 162635 0 -1 4194304 6114 0 0 0 22 5 0 0 20 0 18 0 237889129 19384713216 12951 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
/proc/162700/statm: 4732596 12951 5344 1 0 547235 0
[pid=162700/tid=162714] ppid=162687 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=5,7
/proc/162700/task/162714/stat : 162714 (java) R 162687 162700 162635 0 -1 4194368 4950 0 0 0 13 3 0 0 20 0 18 0 237889132 19384713216 12951 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162756] ppid=162687 vsize=18930384 memory=2576 CPUtime=0 cores=5,7
/proc/162700/task/162756/stat : 162756 (Finalizer) S 162687 162700 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237889137 19384713216 12951 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162771] ppid=162687 vsize=18930384 memory=54096036103158 CPUtime=0 cores=5,7
/proc/162700/task/162771/stat : 162771 (Common-Cleaner) S 162687 162700 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237889138 19384713216 12951 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51804 KiB

[startup+0.313373 s]*
/proc/loadavg: 3.83 4.04 4.08 11/319 162773
/proc/meminfo: memFree=128476556/131382120 swapFree=33010416/33010684
[pid=162700] ppid=162687 vsize=18930384 memory=58040 CPUtime=0.43 cores=5,7
/proc/162700/stat : 162700 (java) S 162687 162700 162635 0 -1 4194304 6652 0 0 0 37 6 0 0 20 0 18 0 237889129 19384713216 14510 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
/proc/162700/statm: 4732596 14510 5344 1 0 547683 0
[pid=162700/tid=162714] ppid=162687 vsize=18930384 memory=-8598889471714042556 CPUtime=0.24 cores=5,7
/proc/162700/task/162714/stat : 162714 (java) R 162687 162700 162635 0 -1 4194368 5111 0 0 0 21 3 0 0 20 0 18 0 237889132 19384713216 14510 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162756] ppid=162687 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/162700/task/162756/stat : 162756 (Finalizer) S 162687 162700 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237889137 19384713216 14510 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162771] ppid=162687 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/162700/task/162771/stat : 162771 (Common-Cleaner) S 162687 162700 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237889138 19384713216 14510 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58040 KiB

[startup+0.700307 s]
/proc/loadavg: 3.83 4.04 4.08 14/319 162773
/proc/meminfo: memFree=128458248/131382120 swapFree=33010416/33010684
[pid=162700] ppid=162687 vsize=18996948 memory=71596 CPUtime=1.12 cores=5,7
/proc/162700/stat : 162700 (java) S 162687 162700 162635 0 -1 4194304 7511 0 0 0 104 8 0 0 20 0 19 0 237889129 19452874752 17899 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
/proc/162700/statm: 4749237 17899 5440 1 0 548463 0
[pid=162700/tid=162714] ppid=162687 vsize=18996948 memory=27392 CPUtime=0.54 cores=5,7
/proc/162700/task/162714/stat : 162714 (java) R 162687 162700 162635 0 -1 4194368 5436 0 0 0 49 5 0 0 20 0 19 0 237889132 19452874752 17899 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162756] ppid=162687 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/162700/task/162756/stat : 162756 (Finalizer) S 162687 162700 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237889137 19452874752 17899 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162771] ppid=162687 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/162700/task/162771/stat : 162771 (Common-Cleaner) S 162687 162700 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237889138 19452874752 17899 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71596 KiB

[startup+1.50027 s]
/proc/loadavg: 3.83 4.04 4.08 12/323 162777
/proc/meminfo: memFree=128282124/131382120 swapFree=33010416/33010684
[pid=162700] ppid=162687 vsize=19063512 memory=171004 CPUtime=2.69 cores=5,7
/proc/162700/stat : 162700 (java) S 162687 162700 162635 0 -1 4194304 16826 0 0 0 256 13 0 0 20 0 20 0 237889129 19521036288 42751 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
/proc/162700/statm: 4765878 42751 5504 1 0 552183 0
[pid=162700/tid=162714] ppid=162687 vsize=19063512 memory=3200 CPUtime=1.23 cores=5,7
/proc/162700/task/162714/stat : 162714 (java) R 162687 162700 162635 0 -1 4194368 5813 0 0 0 116 7 0 0 20 0 20 0 237889132 19521036288 42751 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162756] ppid=162687 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/162700/task/162756/stat : 162756 (Finalizer) S 162687 162700 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889137 19521036288 42751 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162771] ppid=162687 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/162700/task/162771/stat : 162771 (Common-Cleaner) S 162687 162700 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 42751 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162775] ppid=162687 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/162700/task/162775/stat : 162775 (Timer-0) S 162687 162700 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889186 19521036288 42751 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171004 KiB

[startup+3.10558 s]
/proc/loadavg: 3.83 4.04 4.08 9/327 162781
/proc/meminfo: memFree=126217792/131382120 swapFree=33010416/33010684
[pid=162700] ppid=162687 vsize=19063512 memory=801472 CPUtime=5.81 cores=5,7
/proc/162700/stat : 162700 (java) S 162687 162700 162635 0 -1 4194304 24306 0 0 0 555 26 0 0 20 0 20 0 237889129 19521036288 200368 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
/proc/162700/statm: 4765878 200368 5504 1 0 823227 0
[pid=162700/tid=162714] ppid=162687 vsize=19063512 memory=14464 CPUtime=2.74 cores=5,7
/proc/162700/task/162714/stat : 162714 (java) R 162687 162700 162635 0 -1 4194368 6721 0 0 0 256 18 0 0 20 0 20 0 237889132 19521036288 200368 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162756] ppid=162687 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/162700/task/162756/stat : 162756 (Finalizer) S 162687 162700 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889137 19521036288 200368 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162771] ppid=162687 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/162700/task/162771/stat : 162771 (Common-Cleaner) S 162687 162700 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 200368 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162775] ppid=162687 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/162700/task/162775/stat : 162775 (Timer-0) S 162687 162700 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889186 19521036288 200368 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 801472 KiB

[startup+6.30046 s]
/proc/loadavg: 3.85 4.04 4.08 6/327 162781
/proc/meminfo: memFree=122413628/131382120 swapFree=33010416/33010684
[pid=162700] ppid=162687 vsize=19063512 memory=1559540 CPUtime=9.56 cores=5,7
/proc/162700/stat : 162700 (java) S 162687 162700 162635 0 -1 4194304 25589 0 0 0 915 41 0 0 20 0 20 0 237889129 19521036288 389885 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
/proc/162700/statm: 4765878 389885 5504 1 0 823280 0
[pid=162700/tid=162714] ppid=162687 vsize=19063512 memory=0 CPUtime=5.76 cores=5,7
/proc/162700/task/162714/stat : 162714 (java) R 162687 162700 162635 0 -1 4194368 7801 0 0 0 544 32 0 0 20 0 20 0 237889132 19521036288 389885 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162756] ppid=162687 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/162700/task/162756/stat : 162756 (Finalizer) S 162687 162700 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889137 19521036288 389885 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162771] ppid=162687 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/162700/task/162771/stat : 162771 (Common-Cleaner) S 162687 162700 162635 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 389885 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162775] ppid=162687 vsize=19063512 memory=179140 CPUtime=0 cores=5,7
/proc/162700/task/162775/stat : 162775 (Timer-0) S 162687 162700 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889186 19521036288 389885 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
Current children cumulated CPU time: 9.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1559540 KiB

[startup+12.7005 s]
/proc/loadavg: 3.86 4.04 4.08 7/327 162781
/proc/meminfo: memFree=117343396/131382120 swapFree=33010416/33010684
[pid=162700] ppid=162687 vsize=19063512 memory=3062028 CPUtime=16.33 cores=5,7
/proc/162700/stat : 162700 (java) S 162687 162700 162635 0 -1 4194304 26997 0 0 0 1563 70 0 0 20 0 20 0 237889129 19521036288 765507 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
/proc/162700/statm: 4765878 765507 5504 1 0 1157514 0
[pid=162700/tid=162714] ppid=162687 vsize=19063512 memory=179140 CPUtime=11.79 cores=5,7
/proc/162700/task/162714/stat : 162714 (java) R 162687 162700 162635 0 -1 4194368 8798 0 0 0 1119 60 0 0 20 0 20 0 237889132 19521036288 765507 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162756] ppid=162687 vsize=19063512 memory=3061900 CPUtime=0 cores=5,7
/proc/162700/task/162756/stat : 162756 (Finalizer) S 162687 162700 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889137 19521036288 765507 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162771] ppid=162687 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/162700/task/162771/stat : 162771 (Common-Cleaner) S 162687 162700 162635 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 765507 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162775] ppid=162687 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/162700/task/162775/stat : 162775 (Timer-0) S 162687 162700 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889186 19521036288 765507 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
Current children cumulated CPU time: 16.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3062028 KiB

[startup+25.5005 s]
/proc/loadavg: 3.96 4.05 4.08 7/327 162781
/proc/meminfo: memFree=114679940/131382120 swapFree=33010416/33010684
[pid=162700] ppid=162687 vsize=19063512 memory=3086740 CPUtime=29.2 cores=5,7
/proc/162700/stat : 162700 (java) S 162687 162700 162635 0 -1 4194304 30548 0 0 0 2849 71 0 0 20 0 20 0 237889129 19521036288 771685 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
/proc/162700/statm: 4765878 771685 5504 1 0 1157515 0
[pid=162700/tid=162714] ppid=162687 vsize=19063512 memory=3061900 CPUtime=24.39 cores=5,7
/proc/162700/task/162714/stat : 162714 (java) R 162687 162700 162635 0 -1 4194368 11166 0 0 0 2379 60 0 0 20 0 20 0 237889132 19521036288 771685 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162756] ppid=162687 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/162700/task/162756/stat : 162756 (Finalizer) S 162687 162700 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889137 19521036288 771685 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162771] ppid=162687 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/162700/task/162771/stat : 162771 (Common-Cleaner) S 162687 162700 162635 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 771685 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162775] ppid=162687 vsize=19063512 memory=3086740 CPUtime=0 cores=5,7
/proc/162700/task/162775/stat : 162775 (Timer-0) S 162687 162700 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889186 19521036288 771685 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
Current children cumulated CPU time: 29.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3086740 KiB

[startup+51.1136 s]
/proc/loadavg: 4.13 4.08 4.09 7/327 162782
/proc/meminfo: memFree=113655368/131382120 swapFree=33010416/33010684
[pid=162700] ppid=162687 vsize=19063512 memory=3089300 CPUtime=56.62 cores=5,7
/proc/162700/stat : 162700 (java) S 162687 162700 162635 0 -1 4194304 40220 0 0 0 5586 76 0 0 20 0 20 0 237889129 19521036288 772325 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
/proc/162700/statm: 4765878 772325 5504 1 0 1157562 0
[pid=162700/tid=162714] ppid=162687 vsize=19063512 memory=3089300 CPUtime=49.45 cores=5,7
/proc/162700/task/162714/stat : 162714 (java) R 162687 162700 162635 0 -1 4194368 13688 0 0 0 4884 61 0 0 20 0 20 0 237889132 19521036288 772325 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162756] ppid=162687 vsize=19063512 memory=3080580 CPUtime=0 cores=5,7
/proc/162700/task/162756/stat : 162756 (Finalizer) S 162687 162700 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889137 19521036288 772325 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162771] ppid=162687 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/162700/task/162771/stat : 162771 (Common-Cleaner) S 162687 162700 162635 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 772325 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0

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

/proc/meminfo: memFree=97990004/131382120 swapFree=33010416/33010684
[pid=162700] ppid=162687 vsize=19130076 memory=10232216 CPUtime=3226.14 cores=5,7
/proc/162700/stat : 162700 (java) S 162687 162700 162635 0 -1 4194304 248433 0 0 0 322140 474 0 0 20 0 21 0 237889129 19589197824 2558054 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
/proc/162700/statm: 4782519 2558054 5504 1 0 2619645 0
[pid=162700/tid=162714] ppid=162687 vsize=19130076 memory=10232216 CPUtime=3092.34 cores=5,7
/proc/162700/task/162714/stat : 162714 (java) R 162687 162700 162635 0 -1 4194368 153379 0 0 0 309005 229 0 0 20 0 21 0 237889132 19589197824 2558054 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162756] ppid=162687 vsize=19130076 memory=14464 CPUtime=0 cores=5,7
/proc/162700/task/162756/stat : 162756 (Finalizer) S 162687 162700 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 2558054 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162771] ppid=162687 vsize=19130076 memory=10232216 CPUtime=0 cores=5,7
/proc/162700/task/162771/stat : 162771 (Common-Cleaner) S 162687 162700 162635 0 -1 4194368 2301 0 0 0 0 0 0 0 20 0 21 0 237889138 19589197824 2558054 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162775] ppid=162687 vsize=19130076 memory=10232216 CPUtime=0 cores=5,7
/proc/162700/task/162775/stat : 162775 (Timer-0) S 162687 162700 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889186 19589197824 2558054 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
Current children cumulated CPU time: 3226.14 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10232216 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.32 4.33 7/329 162951
/proc/meminfo: memFree=97990960/131382120 swapFree=33010416/33010684
[pid=162700] ppid=162687 vsize=19130076 memory=10232216 CPUtime=3286.64 cores=5,7
/proc/162700/stat : 162700 (java) S 162687 162700 162635 0 -1 4194304 255765 0 0 0 328185 479 0 0 20 0 21 0 237889129 19589197824 2558054 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
/proc/162700/statm: 4782519 2558054 5504 1 0 2619645 0
[pid=162700/tid=162714] ppid=162687 vsize=19130076 memory=10232216 CPUtime=3151.5 cores=5,7
/proc/162700/task/162714/stat : 162714 (java) R 162687 162700 162635 0 -1 4194368 159409 0 0 0 314920 230 0 0 20 0 21 0 237889132 19589197824 2558054 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162756] ppid=162687 vsize=19130076 memory=10232216 CPUtime=0 cores=5,7
/proc/162700/task/162756/stat : 162756 (Finalizer) S 162687 162700 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 2558054 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162771] ppid=162687 vsize=19130076 memory=-8670947065751970492 CPUtime=0 cores=5,7
/proc/162700/task/162771/stat : 162771 (Common-Cleaner) S 162687 162700 162635 0 -1 4194368 2430 0 0 0 0 0 0 0 20 0 21 0 237889138 19589197824 2558054 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162775] ppid=162687 vsize=19130076 memory=10232216 CPUtime=0 cores=5,7
/proc/162700/task/162775/stat : 162775 (Timer-0) S 162687 162700 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889186 19589197824 2558054 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
Current children cumulated CPU time: 3286.64 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10232216 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.35 4.34 9/329 162953
/proc/meminfo: memFree=97535868/131382120 swapFree=33010416/33010684
[pid=162700] ppid=162687 vsize=19130076 memory=10685920 CPUtime=3347.59 cores=5,7
/proc/162700/stat : 162700 (java) S 162687 162700 162635 0 -1 4194304 264366 0 0 0 334267 492 0 0 20 0 21 0 237889129 19589197824 2671480 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
/proc/162700/statm: 4782519 2671480 5504 1 0 2734534 0
[pid=162700/tid=162714] ppid=162687 vsize=19130076 memory=10685920 CPUtime=3210.48 cores=5,7
/proc/162700/task/162714/stat : 162714 (java) R 162687 162700 162635 0 -1 4194368 164992 0 0 0 320808 240 0 0 20 0 21 0 237889132 19589197824 2671480 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162756] ppid=162687 vsize=19130076 memory=10685920 CPUtime=0 cores=5,7
/proc/162700/task/162756/stat : 162756 (Finalizer) S 162687 162700 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 2671480 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162771] ppid=162687 vsize=19130076 memory=10685920 CPUtime=0 cores=5,7
/proc/162700/task/162771/stat : 162771 (Common-Cleaner) S 162687 162700 162635 0 -1 4194368 2430 0 0 0 0 0 0 0 20 0 21 0 237889138 19589197824 2671480 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162775] ppid=162687 vsize=19130076 memory=-8670947065751970492 CPUtime=0 cores=5,7
/proc/162700/task/162775/stat : 162775 (Timer-0) S 162687 162700 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889186 19589197824 2671480 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
Current children cumulated CPU time: 3347.59 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10685920 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.32 4.33 7/329 162955
/proc/meminfo: memFree=97535820/131382120 swapFree=33010416/33010684
[pid=162700] ppid=162687 vsize=19130076 memory=10686048 CPUtime=3409.15 cores=5,7
/proc/162700/stat : 162700 (java) S 162687 162700 162635 0 -1 4194304 269752 0 0 0 340419 496 0 0 20 0 21 0 237889129 19589197824 2671512 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
/proc/162700/statm: 4782519 2671512 5504 1 0 2734554 0
[pid=162700/tid=162714] ppid=162687 vsize=19130076 memory=10686048 CPUtime=3268.67 cores=5,7
/proc/162700/task/162714/stat : 162714 (java) R 162687 162700 162635 0 -1 4194368 169013 0 0 0 326626 241 0 0 20 0 21 0 237889132 19589197824 2671512 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162756] ppid=162687 vsize=19130076 memory=10686048 CPUtime=0 cores=5,7
/proc/162700/task/162756/stat : 162756 (Finalizer) S 162687 162700 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 2671512 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162771] ppid=162687 vsize=19130076 memory=17952 CPUtime=0 cores=5,7
/proc/162700/task/162771/stat : 162771 (Common-Cleaner) S 162687 162700 162635 0 -1 4194368 2496 0 0 0 0 0 0 0 20 0 21 0 237889138 19589197824 2671512 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162775] ppid=162687 vsize=19130076 memory=10686048 CPUtime=0 cores=5,7
/proc/162700/task/162775/stat : 162775 (Timer-0) S 162687 162700 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889186 19589197824 2671512 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
Current children cumulated CPU time: 3409.15 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10686048 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.29 4.32 8/329 162958
/proc/meminfo: memFree=97535176/131382120 swapFree=33010416/33010684
[pid=162700] ppid=162687 vsize=19130076 memory=10686560 CPUtime=3469.69 cores=5,7
/proc/162700/stat : 162700 (java) S 162687 162700 162635 0 -1 4194304 279650 0 0 0 346466 503 0 0 20 0 21 0 237889129 19589197824 2671640 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
/proc/162700/statm: 4782519 2671640 5504 1 0 2734675 0
[pid=162700/tid=162714] ppid=162687 vsize=19130076 memory=10686048 CPUtime=3328.38 cores=5,7
/proc/162700/task/162714/stat : 162714 (java) R 162687 162700 162635 0 -1 4194368 177200 0 0 0 332596 242 0 0 20 0 21 0 237889132 19589197824 2671640 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162756] ppid=162687 vsize=19130076 memory=10686048 CPUtime=0 cores=5,7
/proc/162700/task/162756/stat : 162756 (Finalizer) S 162687 162700 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 2671640 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162771] ppid=162687 vsize=19130076 memory=14464 CPUtime=0 cores=5,7
/proc/162700/task/162771/stat : 162771 (Common-Cleaner) S 162687 162700 162635 0 -1 4194368 2526 0 0 0 0 0 0 0 20 0 21 0 237889138 19589197824 2671640 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162775] ppid=162687 vsize=19130076 memory=10686560 CPUtime=0 cores=5,7
/proc/162700/task/162775/stat : 162775 (Timer-0) S 162687 162700 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889186 19589197824 2671640 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
Current children cumulated CPU time: 3469.69 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10686560 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.28 4.31 7/329 162960
/proc/meminfo: memFree=97534328/131382120 swapFree=33010416/33010684
[pid=162700] ppid=162687 vsize=19130076 memory=10686560 CPUtime=3530.46 cores=5,7
/proc/162700/stat : 162700 (java) S 162687 162700 162635 0 -1 4194304 285501 0 0 0 352539 507 0 0 20 0 21 0 237889129 19589197824 2671640 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
/proc/162700/statm: 4782519 2671640 5504 1 0 2734677 0
[pid=162700/tid=162714] ppid=162687 vsize=19130076 memory=10686048 CPUtime=3387.54 cores=5,7
/proc/162700/task/162714/stat : 162714 (java) R 162687 162700 162635 0 -1 4194368 180950 0 0 0 338511 243 0 0 20 0 21 0 237889132 19589197824 2671640 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162756] ppid=162687 vsize=19130076 memory=10686048 CPUtime=0 cores=5,7
/proc/162700/task/162756/stat : 162756 (Finalizer) S 162687 162700 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 2671640 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162771] ppid=162687 vsize=19130076 memory=10686560 CPUtime=0 cores=5,7
/proc/162700/task/162771/stat : 162771 (Common-Cleaner) S 162687 162700 162635 0 -1 4194368 2587 0 0 0 0 0 0 0 20 0 21 0 237889138 19589197824 2671640 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162775] ppid=162687 vsize=19130076 memory=10686560 CPUtime=0 cores=5,7
/proc/162700/task/162775/stat : 162775 (Timer-0) S 162687 162700 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889186 19589197824 2671640 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
Current children cumulated CPU time: 3530.46 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10686560 KiB

[startup+3522.3 s]
/proc/loadavg: 4.33 4.30 4.32 5/304 163040
/proc/meminfo: memFree=110428684/131382120 swapFree=33010416/33010684
[pid=162700] ppid=162687 vsize=19130076 memory=10686816 CPUtime=3591.64 cores=5,7
/proc/162700/stat : 162700 (java) S 162687 162700 162635 0 -1 4194304 295569 0 0 0 358648 516 0 0 20 0 21 0 237889129 19589197824 2671704 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
/proc/162700/statm: 4782519 2671704 5504 1 0 2734749 0
[pid=162700/tid=162714] ppid=162687 vsize=19130076 memory=27392 CPUtime=3446.32 cores=5,7
/proc/162700/task/162714/stat : 162714 (java) R 162687 162700 162635 0 -1 4194368 189804 0 0 0 344383 249 0 0 20 0 21 0 237889132 19589197824 2671704 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162756] ppid=162687 vsize=19130076 memory=10685920 CPUtime=0 cores=5,7
/proc/162700/task/162756/stat : 162756 (Finalizer) S 162687 162700 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 2671704 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162771] ppid=162687 vsize=19130076 memory=14464 CPUtime=0 cores=5,7
/proc/162700/task/162771/stat : 162771 (Common-Cleaner) S 162687 162700 162635 0 -1 4194368 2671 0 0 0 0 0 0 0 20 0 21 0 237889138 19589197824 2671704 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162775] ppid=162687 vsize=19130076 memory=14464 CPUtime=0 cores=5,7
/proc/162700/task/162775/stat : 162775 (Timer-0) S 162687 162700 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889186 19589197824 2671704 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
Current children cumulated CPU time: 3591.64 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10686816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3530.6 s]
/proc/loadavg: 4.30 4.30 4.32 7/327 163227
/proc/meminfo: memFree=109329336/131382120 swapFree=33010416/33010684
[pid=162700] ppid=162687 vsize=19130076 memory=10686816 CPUtime=3600.06 cores=5,7
/proc/162700/stat : 162700 (java) S 162687 162700 162635 0 -1 4194304 298766 0 0 0 359489 517 0 0 20 0 21 0 237889129 19589197824 2671704 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
/proc/162700/statm: 4782519 2671704 5504 1 0 2734749 0
[pid=162700/tid=162714] ppid=162687 vsize=19130076 memory=5632 CPUtime=3454.33 cores=5,7
/proc/162700/task/162714/stat : 162714 (java) R 162687 162700 162635 0 -1 4194368 190780 0 0 0 345184 249 0 0 20 0 21 0 237889132 19589197824 2671704 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162756] ppid=162687 vsize=19130076 memory=2816 CPUtime=0 cores=5,7
/proc/162700/task/162756/stat : 162756 (Finalizer) S 162687 162700 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 2671704 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162771] ppid=162687 vsize=19130076 memory=6912 CPUtime=0 cores=5,7
/proc/162700/task/162771/stat : 162771 (Common-Cleaner) S 162687 162700 162635 0 -1 4194368 2671 0 0 0 0 0 0 0 20 0 21 0 237889138 19589197824 2671704 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
[pid=162700/tid=162775] ppid=162687 vsize=19130076 memory=5044 CPUtime=0 cores=5,7
/proc/162700/task/162775/stat : 162775 (Timer-0) S 162687 162700 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889186 19589197824 2671704 18446744073709551615 94814621650944 94814621654640 140732075843120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94814621662456 94814621663248 94814652907520 140732075850108 140732075850212 140732075850212 140732075855816 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10686816 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.96 s, system=5.22459 s

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

Child status: 143

Real time (s): 3530.73
CPU time (s): 3600.19
CPU user time (s): 3594.96
CPU system time (s): 5.22459
CPU usage (%): 101.967
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 10686816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.96
system time used= 5.22459
maximum resident set size= 10688096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 301319
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122502
involuntary context switches= 11630


# summary of solver processes directly reported to runsolver:
#   pid: 162700
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3594.96
#   total CPU system time (s): 5.22459

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.3296 second user time and 33.6228 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-23 00:08:23
IDJOB=4542820
IDBENCH=164731
IDSOLVER=3361
FILE ID=nodeC002/4542820-1753222103
RUNJOBID= nodeC002-1753222103-162648
SLURM_JOB_ID= 9687816
Free space on /tmp= 432324 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_021.shuf-2.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542820-1753222103/watcher-4542820-1753222103 -o /tmp/evaluation-result-4542820-1753222103/solver-4542820-1753222103 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1753222103-162648 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4542820-1753222103.opb

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

MD5SUM BENCH= d64fc744c65ccc2a81826d21c62acb02
RANDOM SEED=128067556

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		: 1197.232
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.232
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.196
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.197
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		: 1197.102
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.229
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		: 1250.067
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		: 1196.869
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:        128558352 kB
MemAvailable:   129821536 kB
Buffers:            2128 kB
Cached:          2015476 kB
SwapCached:           28 kB
Active:          1175608 kB
Inactive:         906676 kB
Active(anon):      84504 kB
Inactive(anon):     6300 kB
Active(file):    1091104 kB
Inactive(file):   900376 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3336 kB
Writeback:            12 kB
AnonPages:         67752 kB
Mapped:           108800 kB
Shmem:             26124 kB
KReclaimable:     222664 kB
Slab:             314572 kB
SReclaimable:     222664 kB
SUnreclaim:        91908 kB
KernelStack:        3888 kB
PageTables:         3048 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     341876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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 01:07:14