Trace number 4542898

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.17 3358.76

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-06/normalized-ec_stargrid_06_012.opb
MD5SUMb02daac0bd5c49ad8b109680e19e1b42
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.041383
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables289
Total number of constraints146
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)144
Number of constraints which are nor clauses,nor cardinality constraints0
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 12
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.03/0.45	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.03/0.45	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.45	c See www.sat4j.org for details.
0.03/0.46	c version PB25.v20250606
0.03/0.47	c java.runtime.name	OpenJDK Runtime Environment
0.03/0.47	c java.vm.name		OpenJDK 64-Bit Server VM
0.03/0.47	c java.vm.version	22.0.1+8-16
0.03/0.47	c java.vm.vendor	Oracle Corporation
0.03/0.47	c sun.arch.data.model	64
0.03/0.47	c java.version		22.0.1
0.03/0.47	c os.name		Linux
0.03/0.47	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.03/0.47	c os.arch		amd64
0.03/0.47	c Free memory 		2104792832
0.03/0.47	c Max memory 		16282288128
0.03/0.47	c Total memory 		2113929216
0.03/0.48	c Number of processors 	2
0.16/0.53	c Pseudo Boolean Optimization by upper bound
0.16/0.53	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.16/0.53	c  - never skip resolution steps
0.16/0.53	c  - Auto-division on coefficients is disabled
0.16/0.53	c  - No postprocessing
0.16/0.53	c  - Conflict is considered as is when resolving
0.16/0.53	c  - Use constraints as they come during conflict analysis
0.16/0.53	c  - Weaken first using unassigned literals
0.16/0.53	c  - Bump strategy: ALWAYS_ONE
0.16/0.53	c  - Bumper: ANY
0.16/0.53	c --- Begin Solver configuration ---
0.16/0.53	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.16/0.53	c Learn all clauses as in MiniSAT
0.16/0.53	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.53	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.16/0.53	c No reason simplification
0.16/0.53	c Armin Biere (Picosat) restarts strategy
0.16/0.53	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.16/0.53	c timeout=2147483s
0.16/0.53	c DB Simplification allowed=false
0.16/0.53	c Listener: none
0.16/0.53	c --- End Solver configuration ---
0.16/0.53	c solving HOME/instance-4542898-1753223825.opb
0.16/0.53	c reading problem ... 
0.16/0.54	c  no objective function found
0.16/0.56	c ... done. Wall clock time 0.025s.
0.16/0.56	c declared #vars     289
0.16/0.56	c #constraints  146
0.16/0.56	c constraints type 
0.16/0.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.16/0.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 144
0.16/0.57	c 146 constraints processed.
5.03/3.21	c cleaning 2474 clauses out of 5002
13.52/10.58	c cleaning 4242 clauses out of 8526
34.77/30.13	c cleaning 5628 clauses out of 11284
77.00/71.60	c cleaning 6828 clauses out of 13660
152.04/145.29	c cleaning 7898 clauses out of 15828
281.04/272.95	c cleaning 8961 clauses out of 17932
501.11/491.15	c cleaning 9972 clauses out of 19970
809.94/797.09	c cleaning 10991 clauses out of 21997
1090.08/1073.25	c cleaning 11992 clauses out of 24006
1675.07/1651.58	c cleaning 12999 clauses out of 26014
2164.58/2109.88	c cleaning 14000 clauses out of 28017
2722.14/2605.46	c cleaning 14989 clauses out of 30016
3388.98/3184.08	c cleaning 16004 clauses out of 32026
3600.07/3358.71	c starts		: 104
3600.07/3358.71	c conflicts		: 149001
3600.07/3358.71	c decisions		: 189371
3600.07/3358.71	c propagations		: 1185532
3600.07/3358.71	c inspects		: 3753271568
3600.07/3358.71	c shortcuts		: 0
3600.07/3358.71	c learnt literals	: 0
3600.07/3358.71	c learnt binary clauses	: 0
3600.07/3358.71	c learnt ternary clauses	: 0
3600.07/3358.71	c learnt constraints	: 149000
3600.07/3358.71	c ignored constraints	: 0
3600.07/3358.71	c root simplifications	: 0
3600.07/3358.71	c removed literals (reason simplification)	: 0
3600.07/3358.71	c reason swapping (by a shorter reason)	: 0
3600.07/3358.71	c Calls to reduceDB	: 13
3600.07/3358.71	c Number of update (reduction) of LBD	: 0
3600.07/3358.71	c Imported unit clauses	: 0
3600.07/3358.71	c No decision after first conflict	: false
3600.07/3358.71	c number of reductions to clauses (during analyze)	: 0
3600.07/3358.71	c number of learned constraints concerned by reduction	: 0
3600.07/3358.71	c number of learning phase by resolution	: 0
3600.07/3358.71	c number of learning phase by cutting planes	: 0
3600.07/3358.71	c number of rounding to 1 operations	: 0
3600.07/3358.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3358.71	c number of reductions of the coefficients by power 2 	: 0
3600.07/3358.71	c number of right shift for reduction by power 2 	: 0
3600.07/3358.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3358.71	c number of ending skipping 	: 0
3600.07/3358.71	c number of internal skipping 	: 0
3600.07/3358.71	c number of derivation steps 	: 706107
3600.07/3358.71	c number of skipped derivation steps 	: 0
3600.07/3358.71	c number of remaining unassigned 	: 24879
3600.07/3358.71	c number of remaining assigned 	: 43511240
3600.07/3358.71	c number of falsified literals weakened from reason	: 0
3600.07/3358.71	c number of falsified literals weakened from conflict	: 0
3600.07/3358.71	c time for arithmetic operations	: 12398897291
3600.07/3358.72	c minimum degree of deleted constraints	: null
3600.07/3358.72	c maximum degree of deleted constraints	: null
3600.07/3358.72	c number of deleted constraints	: 0
3600.07/3358.72	c speed (assignments/second)	: 353.03149235828795
3600.07/3358.72	c non guided choices	: 616
3600.07/3358.73	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 22022
3600.07/3358.73	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.07/3358.74	s UNKNOWN
3600.07/3358.74	c Total wall clock time (in seconds): 3358.202

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=168245, runsolver pid=168240
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 1.10 1.66 2.43 1/267 168260
/proc/meminfo: memFree=120233536/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=24960 memory=2304 CPUtime=0 cores=0,2
/proc/168245/stat : 168245 (java) D 168240 168245 168190 0 -1 4194304 181 0 4 0 0 0 0 0 20 0 1 0 238060001 25559040 576 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 0 1 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 6240 576 544 1 0 464 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 24960 KiB
Current children cumulated memory: 2304 KiB

[startup+0.205227 s]*
/proc/loadavg: 1.10 1.66 2.43 1/267 168260
/proc/meminfo: memFree=120233536/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=24960 memory=4736 CPUtime=0 cores=0,2
/proc/168245/stat : 168245 (java) D 168240 168245 168190 0 -1 4194304 343 0 33 0 0 0 0 0 20 0 1 0 238060001 25559040 1184 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 0 1 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 6240 1184 992 1 0 464 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 24960 KiB
Current children cumulated memory: 4736 KiB

[startup+0.304805 s]*
/proc/loadavg: 1.10 1.66 2.43 1/291 168284
/proc/meminfo: memFree=120232808/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=18130736 memory=21116 CPUtime=0 cores=0,2
/proc/168245/stat : 168245 (java) S 168240 168245 168190 0 -1 4194304 1859 0 71 0 0 0 0 0 20 0 7 0 238060001 18565873664 5279 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 16784588 0 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 4532684 5279 3232 1 0 540973 0
[pid=168245/tid=168262] ppid=168240 vsize=18130736 memory=-8672077337935520444 CPUtime=0 cores=0,2
/proc/168245/task/168262/stat : 168262 (java) D 168240 168245 168190 0 -1 4194368 1298 0 28 0 0 0 0 0 20 0 7 0 238060022 18565873664 5279 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16784588 1 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 21116 KiB

[startup+0.70021 s]
/proc/loadavg: 1.10 1.66 2.43 10/335 168328
/proc/meminfo: memFree=120157708/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=18996948 memory=89008 CPUtime=0.53 cores=0,2
/proc/168245/stat : 168245 (java) S 168240 168245 168190 0 -1 4194304 9714 0 264 0 51 2 0 0 20 0 19 0 238060001 19452874752 22252 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 4749237 22252 5382 1 0 549780 0
[pid=168245/tid=168262] ppid=168240 vsize=18996948 memory=0 CPUtime=0.25 cores=0,2
/proc/168245/task/168262/stat : 168262 (java) R 168240 168245 168190 0 -1 4194368 5322 0 221 0 24 1 0 0 20 0 19 0 238060022 19452874752 22252 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168296] ppid=168240 vsize=18996948 memory=225141283 CPUtime=0 cores=0,2
/proc/168245/task/168296/stat : 168296 (Finalizer) S 168240 168245 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238060040 19452874752 22252 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168328] ppid=168240 vsize=18996948 memory=17980 CPUtime=0 cores=0,2
/proc/168245/task/168328/stat : 168328 (Common-Cleaner) S 168240 168245 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238060041 19452874752 22252 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 89008 KiB

[startup+1.50025 s]
/proc/loadavg: 1.10 1.66 2.43 7/323 168345
/proc/meminfo: memFree=119825552/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=19063512 memory=251208 CPUtime=2.1 cores=0,2
/proc/168245/stat : 168245 (java) S 168240 168245 168190 0 -1 4194304 19138 0 264 0 202 8 0 0 20 0 20 0 238060001 19521036288 62802 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 4765878 62802 5414 1 0 555937 0
[pid=168245/tid=168262] ppid=168240 vsize=19063512 memory=0 CPUtime=0.97 cores=0,2
/proc/168245/task/168262/stat : 168262 (java) R 168240 168245 168190 0 -1 4194368 5388 0 221 0 92 5 0 0 20 0 20 0 238060022 19521036288 62802 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168296] ppid=168240 vsize=19063512 memory=225141283 CPUtime=0 cores=0,2
/proc/168245/task/168296/stat : 168296 (Finalizer) S 168240 168245 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 62802 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168328] ppid=168240 vsize=19063512 memory=17980 CPUtime=0 cores=0,2
/proc/168245/task/168328/stat : 168328 (Common-Cleaner) S 168240 168245 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 62802 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168330] ppid=168240 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/168245/task/168330/stat : 168330 (Timer-0) S 168240 168245 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060058 19521036288 62802 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
Current children cumulated CPU time: 2.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 251208 KiB

[startup+3.10558 s]
/proc/loadavg: 1.66 1.77 2.46 7/341 168399
/proc/meminfo: memFree=117276636/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=19063512 memory=1015236 CPUtime=4.9 cores=0,2
/proc/168245/stat : 168245 (java) S 168240 168245 168190 0 -1 4194304 28598 0 264 0 462 28 0 0 20 0 20 0 238060001 19521036288 253809 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 4765878 253809 5414 1 0 710498 0
[pid=168245/tid=168262] ppid=168240 vsize=19063512 memory=0 CPUtime=2.5 cores=0,2
/proc/168245/task/168262/stat : 168262 (java) R 168240 168245 168190 0 -1 4194368 6381 0 221 0 227 23 0 0 20 0 20 0 238060022 19521036288 253809 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168296] ppid=168240 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/168245/task/168296/stat : 168296 (Finalizer) S 168240 168245 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 253809 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168328] ppid=168240 vsize=19063512 memory=225141283 CPUtime=0 cores=0,2
/proc/168245/task/168328/stat : 168328 (Common-Cleaner) S 168240 168245 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 253809 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168330] ppid=168240 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/168245/task/168330/stat : 168330 (Timer-0) S 168240 168245 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060058 19521036288 253809 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
Current children cumulated CPU time: 4.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1015236 KiB

[startup+6.30025 s]
/proc/loadavg: 1.66 1.77 2.46 6/343 168401
/proc/meminfo: memFree=115351340/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=19063512 memory=1312516 CPUtime=9.03 cores=0,2
/proc/168245/stat : 168245 (java) S 168240 168245 168190 0 -1 4194304 31042 0 264 0 868 35 0 0 20 0 20 0 238060001 19521036288 328129 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 4765878 328129 5414 1 0 710992 0
[pid=168245/tid=168262] ppid=168240 vsize=19063512 memory=225141283 CPUtime=5.65 cores=0,2
/proc/168245/task/168262/stat : 168262 (java) R 168240 168245 168190 0 -1 4194368 7384 0 221 0 536 29 0 0 20 0 20 0 238060022 19521036288 328129 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168296] ppid=168240 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/168245/task/168296/stat : 168296 (Finalizer) S 168240 168245 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 328129 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168328] ppid=168240 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/168245/task/168328/stat : 168328 (Common-Cleaner) S 168240 168245 168190 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 328129 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168330] ppid=168240 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/168245/task/168330/stat : 168330 (Timer-0) S 168240 168245 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060058 19521036288 328129 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
Current children cumulated CPU time: 9.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1312516 KiB

[startup+12.7002 s]
/proc/loadavg: 2.09 1.86 2.49 6/343 168401
/proc/meminfo: memFree=114601780/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=19063512 memory=1726268 CPUtime=15.99 cores=0,2
/proc/168245/stat : 168245 (java) S 168240 168245 168190 0 -1 4194304 34621 0 264 0 1555 44 0 0 20 0 20 0 238060001 19521036288 431567 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 4765878 431567 5414 1 0 711028 0
[pid=168245/tid=168262] ppid=168240 vsize=19063512 memory=0 CPUtime=11.93 cores=0,2
/proc/168245/task/168262/stat : 168262 (java) R 168240 168245 168190 0 -1 4194368 8248 0 221 0 1156 37 0 0 20 0 20 0 238060022 19521036288 431567 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168296] ppid=168240 vsize=19063512 memory=225141283 CPUtime=0 cores=0,2
/proc/168245/task/168296/stat : 168296 (Finalizer) S 168240 168245 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 431567 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168328] ppid=168240 vsize=19063512 memory=-8599174219455832764 CPUtime=0 cores=0,2
/proc/168245/task/168328/stat : 168328 (Common-Cleaner) S 168240 168245 168190 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 431567 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168330] ppid=168240 vsize=19063512 memory=19968 CPUtime=0 cores=0,2
/proc/168245/task/168330/stat : 168330 (Timer-0) S 168240 168245 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060058 19521036288 431567 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
Current children cumulated CPU time: 15.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1726268 KiB

[startup+25.5003 s]
/proc/loadavg: 2.38 1.93 2.50 5/343 168401
/proc/meminfo: memFree=113934536/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=19063512 memory=1739580 CPUtime=30.07 cores=0,2
/proc/168245/stat : 168245 (java) S 168240 168245 168190 0 -1 4194304 45954 0 264 0 2959 48 0 0 20 0 20 0 238060001 19521036288 434895 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 4765878 434895 5414 1 0 711028 0
[pid=168245/tid=168262] ppid=168240 vsize=19063512 memory=225141283 CPUtime=24.52 cores=0,2
/proc/168245/task/168262/stat : 168262 (java) R 168240 168245 168190 0 -1 4194368 10199 0 221 0 2414 38 0 0 20 0 20 0 238060022 19521036288 434895 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168296] ppid=168240 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/168245/task/168296/stat : 168296 (Finalizer) S 168240 168245 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 434895 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168328] ppid=168240 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/168245/task/168328/stat : 168328 (Common-Cleaner) S 168240 168245 168190 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 434895 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168330] ppid=168240 vsize=19063512 memory=1312516 CPUtime=0 cores=0,2
/proc/168245/task/168330/stat : 168330 (Timer-0) S 168240 168245 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060058 19521036288 434895 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
Current children cumulated CPU time: 30.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1739580 KiB

[startup+51.1059 s]
/proc/loadavg: 3.08 2.13 2.56 5/342 168402
/proc/meminfo: memFree=113792444/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=19063512 memory=1792968 CPUtime=56.15 cores=0,2
/proc/168245/stat : 168245 (java) S 168240 168245 168190 0 -1 4194304 49914 0 264 0 5565 50 0 0 20 0 20 0 238060001 19521036288 448242 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 4765878 448242 5414 1 0 711044 0
[pid=168245/tid=168262] ppid=168240 vsize=19063512 memory=-9176480496201015996 CPUtime=49.52 cores=0,2
/proc/168245/task/168262/stat : 168262 (java) R 168240 168245 168190 0 -1 4194368 12470 0 221 0 4914 38 0 0 20 0 20 0 238060022 19521036288 448242 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168296] ppid=168240 vsize=19063512 memory=1786816 CPUtime=0 cores=0,2
/proc/168245/task/168296/stat : 168296 (Finalizer) S 168240 168245 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 448242 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168328] ppid=168240 vsize=19063512 memory=279418761490288 CPUtime=0 cores=0,2
/proc/168245/task/168328/stat : 168328 (Common-Cleaner) S 168240 168245 168190 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 448242 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168330] ppid=168240 vsize=19063512 memory=7668033010644118102 CPUtime=0 cores=0,2
/proc/168245/task/168330/stat : 168330 (Timer-0) S 168240 168245 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060058 19521036288 448242 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
Current children cumulated CPU time: 56.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1792968 KiB

[startup+102.3 s]
/proc/loadavg: 3.70 2.46 2.65 5/341 168404
/proc/meminfo: memFree=112477268/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=19063512 memory=1871356 CPUtime=108.54 cores=0,2
/proc/168245/stat : 168245 (java) S 168240 168245 168190 0 -1 4194304 53642 0 264 0 10799 55 0 0 20 0 20 0 238060001 19521036288 467839 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 4765878 467839 5414 1 0 711044 0
[pid=168245/tid=168262] ppid=168240 vsize=19063512 memory=14432 CPUtime=99.8 cores=0,2
/proc/168245/task/168262/stat : 168262 (java) R 168240 168245 168190 0 -1 4194368 14523 0 221 0 9941 39 0 0 20 0 20 0 238060022 19521036288 467839 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168296] ppid=168240 vsize=19063512 memory=1834376 CPUtime=0 cores=0,2
/proc/168245/task/168296/stat : 168296 (Finalizer) S 168240 168245 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 467839 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168328] ppid=168240 vsize=19063512 memory=5632 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=104692204/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=19063512 memory=4376648 CPUtime=3229.45 cores=0,2
/proc/168245/stat : 168245 (java) S 168240 168245 168190 0 -1 4194304 141109 0 264 0 322616 329 0 0 20 0 20 0 238060001 19521036288 1094162 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 4765878 1094162 5446 1 0 1107755 0
[pid=168245/tid=168262] ppid=168240 vsize=19063512 memory=4376648 CPUtime=2996.68 cores=0,2
/proc/168245/task/168262/stat : 168262 (java) R 168240 168245 168190 0 -1 4194368 57896 0 221 0 299576 92 0 0 20 0 20 0 238060022 19521036288 1094162 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168296] ppid=168240 vsize=19063512 memory=314721 CPUtime=0 cores=0,2
/proc/168245/task/168296/stat : 168296 (Finalizer) S 168240 168245 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 1094162 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168328] ppid=168240 vsize=19063512 memory=4376648 CPUtime=0 cores=0,2
/proc/168245/task/168328/stat : 168328 (Common-Cleaner) S 168240 168245 168190 0 -1 4194368 1330 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 1094162 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168330] ppid=168240 vsize=19063512 memory=4376648 CPUtime=0 cores=0,2
/proc/168245/task/168330/stat : 168330 (Timer-0) S 168240 168245 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060058 19521036288 1094162 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
Current children cumulated CPU time: 3229.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4376648 KiB

[startup+3102.3 s]
/proc/loadavg: 4.41 4.37 4.29 5/341 168772
/proc/meminfo: memFree=104691396/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=19063512 memory=4378184 CPUtime=3299.84 cores=0,2
/proc/168245/stat : 168245 (java) S 168240 168245 168190 0 -1 4194304 145908 0 264 0 329647 337 0 0 20 0 20 0 238060001 19521036288 1094546 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 4765878 1094546 5446 1 0 1108191 0
[pid=168245/tid=168262] ppid=168240 vsize=19063512 memory=4377160 CPUtime=3055.39 cores=0,2
/proc/168245/task/168262/stat : 168262 (java) R 168240 168245 168190 0 -1 4194368 60310 0 221 0 305446 93 0 0 20 0 20 0 238060022 19521036288 1094546 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168296] ppid=168240 vsize=19063512 memory=4378184 CPUtime=0 cores=0,2
/proc/168245/task/168296/stat : 168296 (Finalizer) S 168240 168245 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 1094546 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168328] ppid=168240 vsize=19063512 memory=4378184 CPUtime=0 cores=0,2
/proc/168245/task/168328/stat : 168328 (Common-Cleaner) S 168240 168245 168190 0 -1 4194368 1376 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 1094546 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168330] ppid=168240 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/168245/task/168330/stat : 168330 (Timer-0) S 168240 168245 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060058 19521036288 1094546 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
Current children cumulated CPU time: 3299.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4378184 KiB

[startup+3162.3 s]
/proc/loadavg: 4.33 4.35 4.28 5/340 168774
/proc/meminfo: memFree=104621732/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=19063512 memory=4378184 CPUtime=3367.33 cores=0,2
/proc/168245/stat : 168245 (java) S 168240 168245 168190 0 -1 4194304 147502 0 264 0 336390 343 0 0 20 0 20 0 238060001 19521036288 1094546 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 4765878 1094546 5446 1 0 1108192 0
[pid=168245/tid=168262] ppid=168240 vsize=19063512 memory=4377160 CPUtime=3114.18 cores=0,2
/proc/168245/task/168262/stat : 168262 (java) R 168240 168245 168190 0 -1 4194368 61265 0 221 0 311325 93 0 0 20 0 20 0 238060022 19521036288 1094546 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168296] ppid=168240 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/168245/task/168296/stat : 168296 (Finalizer) S 168240 168245 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 1094546 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168328] ppid=168240 vsize=19063512 memory=4378184 CPUtime=0 cores=0,2
/proc/168245/task/168328/stat : 168328 (Common-Cleaner) S 168240 168245 168190 0 -1 4194368 1403 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 1094546 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168330] ppid=168240 vsize=19063512 memory=4378184 CPUtime=0 cores=0,2
/proc/168245/task/168330/stat : 168330 (Timer-0) S 168240 168245 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060058 19521036288 1094546 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
Current children cumulated CPU time: 3367.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4378184 KiB

[startup+3222.3 s]
/proc/loadavg: 4.44 4.39 4.30 5/340 168776
/proc/meminfo: memFree=104617524/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=19063512 memory=4378312 CPUtime=3434.4 cores=0,2
/proc/168245/stat : 168245 (java) S 168240 168245 168190 0 -1 4194304 148664 0 264 0 343090 350 0 0 20 0 20 0 238060001 19521036288 1094578 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 4765878 1094578 5446 1 0 1108192 0
[pid=168245/tid=168262] ppid=168240 vsize=19063512 memory=339862 CPUtime=3173.26 cores=0,2
/proc/168245/task/168262/stat : 168262 (java) R 168240 168245 168190 0 -1 4194368 62259 0 221 0 317233 93 0 0 20 0 20 0 238060022 19521036288 1094578 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168296] ppid=168240 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/168245/task/168296/stat : 168296 (Finalizer) S 168240 168245 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 1094578 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168328] ppid=168240 vsize=19063512 memory=4378184 CPUtime=0 cores=0,2
/proc/168245/task/168328/stat : 168328 (Common-Cleaner) S 168240 168245 168190 0 -1 4194368 1403 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 1094578 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168330] ppid=168240 vsize=19063512 memory=4378312 CPUtime=0 cores=0,2
/proc/168245/task/168330/stat : 168330 (Timer-0) S 168240 168245 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060058 19521036288 1094578 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
Current children cumulated CPU time: 3434.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4378312 KiB

[startup+3282.3 s]
/proc/loadavg: 4.49 4.41 4.31 5/340 168779
/proc/meminfo: memFree=104604916/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=19063512 memory=4378440 CPUtime=3508.59 cores=0,2
/proc/168245/stat : 168245 (java) S 168240 168245 168190 0 -1 4194304 152845 0 264 0 350496 363 0 0 20 0 20 0 238060001 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 4765878 1094610 5446 1 0 1108232 0
[pid=168245/tid=168262] ppid=168240 vsize=19063512 memory=4378440 CPUtime=3231.79 cores=0,2
/proc/168245/task/168262/stat : 168262 (java) R 168240 168245 168190 0 -1 4194368 64467 0 221 0 323085 94 0 0 20 0 20 0 238060022 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168296] ppid=168240 vsize=19063512 memory=4378440 CPUtime=0 cores=0,2
/proc/168245/task/168296/stat : 168296 (Finalizer) S 168240 168245 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168328] ppid=168240 vsize=19063512 memory=4378312 CPUtime=0 cores=0,2
/proc/168245/task/168328/stat : 168328 (Common-Cleaner) S 168240 168245 168190 0 -1 4194368 1405 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168330] ppid=168240 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/168245/task/168330/stat : 168330 (Timer-0) S 168240 168245 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060058 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
Current children cumulated CPU time: 3508.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4378440 KiB

[startup+3342.3 s]
/proc/loadavg: 4.37 4.39 4.31 5/340 168848
/proc/meminfo: memFree=103786992/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=19063512 memory=4378440 CPUtime=3579.93 cores=0,2
/proc/168245/stat : 168245 (java) S 168240 168245 168190 0 -1 4194304 155979 0 264 0 357620 373 0 0 20 0 20 0 238060001 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 4765878 1094610 5446 1 0 1108232 0
[pid=168245/tid=168262] ppid=168240 vsize=19063512 memory=10752 CPUtime=3290.41 cores=0,2
/proc/168245/task/168262/stat : 168262 (java) R 168240 168245 168190 0 -1 4194368 65785 0 221 0 328946 95 0 0 20 0 20 0 238060022 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168296] ppid=168240 vsize=19063512 memory=4378440 CPUtime=0 cores=0,2
/proc/168245/task/168296/stat : 168296 (Finalizer) S 168240 168245 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168328] ppid=168240 vsize=19063512 memory=4378440 CPUtime=0 cores=0,2
/proc/168245/task/168328/stat : 168328 (Common-Cleaner) S 168240 168245 168190 0 -1 4194368 1445 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168330] ppid=168240 vsize=19063512 memory=19968 CPUtime=0 cores=0,2
/proc/168245/task/168330/stat : 168330 (Timer-0) S 168240 168245 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060058 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
Current children cumulated CPU time: 3579.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4378440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3358.7 s]
/proc/loadavg: 4.44 4.41 4.32 5/340 168848
/proc/meminfo: memFree=103667980/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=19063512 memory=4378440 CPUtime=3600.07 cores=0,2
/proc/168245/stat : 168245 (java) S 168240 168245 168190 0 -1 4194304 156046 0 264 0 359631 376 0 0 20 0 20 0 238060001 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 4765878 1094610 5446 1 0 1108232 0
[pid=168245/tid=168262] ppid=168240 vsize=19063512 memory=4378440 CPUtime=3306.45 cores=0,2
/proc/168245/task/168262/stat : 168262 (java) R 168240 168245 168190 0 -1 4194368 65832 0 221 0 330550 95 0 0 20 0 20 0 238060022 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168296] ppid=168240 vsize=19063512 memory=-9176480496201015996 CPUtime=0 cores=0,2
/proc/168245/task/168296/stat : 168296 (Finalizer) S 168240 168245 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168328] ppid=168240 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/168245/task/168328/stat : 168328 (Common-Cleaner) S 168240 168245 168190 0 -1 4194368 1445 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168330] ppid=168240 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/168245/task/168330/stat : 168330 (Timer-0) S 168240 168245 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060058 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4378440 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.39 s, system=3.78421 s

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

[startup+3358.7 s]
/proc/loadavg: 4.44 4.41 4.32 5/340 168848
/proc/meminfo: memFree=103667980/131250000 swapFree=33008356/33010684
[pid=168245] ppid=168240 vsize=19063512 memory=4378440 CPUtime=3600.07 cores=0,2
/proc/168245/stat : 168245 (java) S 168240 168245 168190 0 -1 4194304 156046 0 264 0 359631 376 0 0 20 0 20 0 238060001 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
/proc/168245/statm: 4765878 1094610 5446 1 0 1108232 0
[pid=168245/tid=168262] ppid=168240 vsize=19063512 memory=4378440 CPUtime=3306.45 cores=0,2
/proc/168245/task/168262/stat : 168262 (java) R 168240 168245 168190 0 -1 4194368 65832 0 221 0 330550 95 0 0 20 0 20 0 238060022 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168296] ppid=168240 vsize=19063512 memory=-9176480496201015996 CPUtime=0 cores=0,2
/proc/168245/task/168296/stat : 168296 (Finalizer) S 168240 168245 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168328] ppid=168240 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/168245/task/168328/stat : 168328 (Common-Cleaner) S 168240 168245 168190 0 -1 4194368 1445 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
[pid=168245/tid=168330] ppid=168240 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/168245/task/168330/stat : 168330 (Timer-0) S 168240 168245 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060058 19521036288 1094610 18446744073709551615 93971491155968 93971491159664 140724113412256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93971491167480 93971491168272 93971494715392 140724113418620 140724113418724 140724113418724 140724113424328 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4378440 KiB

Child status: 143

Real time (s): 3358.76
CPU time (s): 3600.17
CPU user time (s): 3596.39
CPU system time (s): 3.78421
CPU usage (%): 107.188
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4378440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.39
system time used= 3.78421
maximum resident set size= 4379336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157521
page faults= 264
swaps= 0
block input operations= 6224
block output operations= 21920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129392
involuntary context switches= 21952


# summary of solver processes directly reported to runsolver:
#   pid: 168245
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3596.39
#   total CPU system time (s): 3.78421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.05864 second user time and 16.6505 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-23 00:37:05
IDJOB=4542898
IDBENCH=164900
IDSOLVER=3361
FILE ID=nodeC019/4542898-1753223825
RUNJOBID= nodeC019-1753223825-168200
SLURM_JOB_ID= 9687829
Free space on /tmp= 433048 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-06/normalized-ec_stargrid_06_012.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542898-1753223825/watcher-4542898-1753223825 -o /tmp/evaluation-result-4542898-1753223825/solver-4542898-1753223825 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1753223825-168200 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4542898-1753223825.opb

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

MD5SUM BENCH= b02daac0bd5c49ad8b109680e19e1b42
RANDOM SEED=405174826

nodeC019 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.391
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3464.622
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.685
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.578
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.659
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3596.831
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.681
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3485.342
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        120227384 kB
MemAvailable:   129634624 kB
Buffers:             904 kB
Cached:         10147860 kB
SwapCached:          416 kB
Active:          1155684 kB
Inactive:        9061448 kB
Active(anon):      81024 kB
Inactive(anon):    12804 kB
Active(file):    1074660 kB
Inactive(file):  9048644 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1320 kB
Writeback:             0 kB
AnonPages:         70836 kB
Mapped:           109096 kB
Shmem:             25452 kB
KReclaimable:     246348 kB
Slab:             341984 kB
SReclaimable:     246348 kB
SUnreclaim:        95636 kB
KernelStack:        4080 kB
PageTables:         2880 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     341772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC019 at 2025-07-23 01:33:04