Trace number 4542859

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.3 3297.03

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_075.shuf-3.opb
MD5SUM069a73194ecd209cf604f34d8017c292
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 benchmark16.7565
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1501
Total number of constraints752
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints740
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.04/0.43	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.04/0.43	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.43	c See www.sat4j.org for details.
0.04/0.43	c version PB25.v20250606
0.04/0.44	c java.runtime.name	OpenJDK Runtime Environment
0.04/0.44	c java.vm.name		OpenJDK 64-Bit Server VM
0.04/0.44	c java.vm.version	22.0.1+8-16
0.04/0.44	c java.vm.vendor	Oracle Corporation
0.04/0.44	c sun.arch.data.model	64
0.04/0.44	c java.version		22.0.1
0.04/0.44	c os.name		Linux
0.04/0.44	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.04/0.44	c os.arch		amd64
0.04/0.45	c Free memory 		2104792832
0.04/0.45	c Max memory 		16282288128
0.04/0.45	c Total memory 		2113929216
0.04/0.45	c Number of processors 	2
0.21/0.51	c Pseudo Boolean Optimization by upper bound
0.21/0.51	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.51	c  - never skip resolution steps
0.21/0.51	c  - Auto-division on coefficients is disabled
0.21/0.51	c  - No postprocessing
0.21/0.51	c  - Conflict is considered as is when resolving
0.21/0.51	c  - Use constraints as they come during conflict analysis
0.21/0.51	c  - Weaken first using unassigned literals
0.21/0.51	c  - Bump strategy: ALWAYS_ONE
0.21/0.51	c  - Bumper: ANY
0.21/0.51	c --- Begin Solver configuration ---
0.21/0.51	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.21/0.51	c Learn all clauses as in MiniSAT
0.21/0.51	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.51	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.51	c No reason simplification
0.21/0.51	c Armin Biere (Picosat) restarts strategy
0.21/0.51	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.21/0.51	c timeout=2147483s
0.21/0.51	c DB Simplification allowed=false
0.21/0.51	c Listener: none
0.21/0.51	c --- End Solver configuration ---
0.21/0.51	c solving HOME/instance-4542859-1753223825.opb
0.21/0.51	c reading problem ... 
0.21/0.51	c  no objective function found
0.21/0.59	c ... done. Wall clock time 0.068s.
0.21/0.59	c declared #vars     1501
0.21/0.59	c #constraints  752
0.21/0.59	c constraints type 
0.21/0.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.21/0.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 750
0.21/0.59	c 752 constraints processed.
3.75/2.32	c cleaning 2433 clauses out of 5000
8.09/5.89	c cleaning 4224 clauses out of 8569
11.96/9.59	c cleaning 5638 clauses out of 11343
20.02/17.20	c cleaning 6813 clauses out of 13705
38.44/35.20	c cleaning 7924 clauses out of 15892
47.68/43.98	c cleaning 8952 clauses out of 17968
62.19/58.00	c cleaning 9963 clauses out of 20017
81.86/77.04	c cleaning 11000 clauses out of 22053
109.95/104.12	c cleaning 12002 clauses out of 24053
198.21/190.47	c cleaning 12990 clauses out of 26052
327.05/316.41	c cleaning 14010 clauses out of 28061
456.07/442.56	c cleaning 14982 clauses out of 30054
520.84/505.56	c cleaning 16020 clauses out of 32069
645.57/626.69	c cleaning 16994 clauses out of 34049
1091.37/1064.37	c cleaning 17959 clauses out of 36056
1442.72/1397.39	c cleaning 19042 clauses out of 38097
2609.44/2423.63	c cleaning 20016 clauses out of 40055
3600.06/3296.92	c starts		: 120
3600.06/3296.93	c conflicts		: 238164
3600.06/3296.94	c decisions		: 345760
3600.06/3296.94	c propagations		: 1982405
3600.06/3296.94	c inspects		: 4747311789
3600.06/3296.94	c shortcuts		: 0
3600.06/3296.94	c learnt literals	: 0
3600.06/3296.94	c learnt binary clauses	: 0
3600.06/3296.94	c learnt ternary clauses	: 0
3600.06/3296.94	c learnt constraints	: 238164
3600.06/3296.94	c ignored constraints	: 0
3600.06/3296.94	c root simplifications	: 0
3600.06/3296.94	c removed literals (reason simplification)	: 0
3600.06/3296.94	c reason swapping (by a shorter reason)	: 0
3600.06/3296.94	c Calls to reduceDB	: 17
3600.06/3296.94	c Number of update (reduction) of LBD	: 0
3600.06/3296.94	c Imported unit clauses	: 0
3600.06/3296.94	c No decision after first conflict	: false
3600.06/3296.94	c number of reductions to clauses (during analyze)	: 0
3600.06/3296.94	c number of learned constraints concerned by reduction	: 0
3600.06/3296.94	c number of learning phase by resolution	: 0
3600.06/3296.95	c number of learning phase by cutting planes	: 0
3600.06/3296.95	c number of rounding to 1 operations	: 0
3600.06/3296.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3296.95	c number of reductions of the coefficients by power 2 	: 0
3600.06/3296.95	c number of right shift for reduction by power 2 	: 0
3600.06/3296.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3296.95	c number of ending skipping 	: 0
3600.06/3296.95	c number of internal skipping 	: 0
3600.06/3296.95	c number of derivation steps 	: 1097994
3600.06/3296.95	c number of skipped derivation steps 	: 0
3600.06/3296.95	c number of remaining unassigned 	: 5091
3600.06/3296.95	c number of remaining assigned 	: 54678484
3600.06/3296.95	c number of falsified literals weakened from reason	: 0
3600.06/3296.95	c number of falsified literals weakened from conflict	: 0
3600.06/3296.95	c time for arithmetic operations	: 3366892177
3600.06/3296.95	c minimum degree of deleted constraints	: null
3600.06/3296.95	c maximum degree of deleted constraints	: null
3600.06/3296.95	c number of deleted constraints	: 0
3600.06/3296.96	c speed (assignments/second)	: 601.3921416350156
3600.06/3296.96	c non guided choices	: 19938
3600.06/3297.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1919
3600.06/3297.00	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 35262
3600.06/3297.00	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 21
3600.27/3297.01	s UNKNOWN
3600.27/3297.01	c Total wall clock time (in seconds): 3296.495

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 (60321 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-4542859-1753223825/watcher-4542859-1753223825 -o /tmp/evaluation-result-4542859-1753223825/solver-4542859-1753223825 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1753223825-168203 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4542859-1753223825.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
solver pid=168258, runsolver pid=168247
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 1.10 1.66 2.43 2/267 168260
/proc/meminfo: memFree=120233536/131250000 swapFree=33008356/33010684
[pid=168258] ppid=168247 vsize=24960 memory=2432 CPUtime=0 cores=5,7
/proc/168258/stat : 168258 (java) D 168247 168258 168190 0 -1 4194304 182 0 2 0 0 0 0 0 20 0 1 0 238060003 25559040 608 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 6240 608 576 1 0 464 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 24960 KiB
Current children cumulated memory: 2432 KiB

[startup+0.204601 s]*
/proc/loadavg: 1.10 1.66 2.43 2/271 168264
/proc/meminfo: memFree=120233536/131250000 swapFree=33008356/33010684
[pid=168258] ppid=168247 vsize=235916 memory=11904 CPUtime=0 cores=5,7
/proc/168258/stat : 168258 (java) S 168247 168258 168190 0 -1 4194304 688 0 42 0 0 0 0 0 20 0 2 0 238060003 241577984 2976 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 16784588 0 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 58979 2976 2592 1 0 605 0
[pid=168258/tid=168261] ppid=168247 vsize=235916 memory=7589421003159109916 CPUtime=0 cores=5,7
/proc/168258/task/168261/stat : 168261 (java) D 168247 168258 168190 0 -1 4194368 141 0 1 0 0 0 0 0 20 0 2 0 238060022 241577984 2976 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16784588 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 235916 KiB
Current children cumulated memory: 11904 KiB

[startup+0.304581 s]*
/proc/loadavg: 1.10 1.66 2.43 2/291 168284
/proc/meminfo: memFree=120232808/131250000 swapFree=33008356/33010684
[pid=168258] ppid=168247 vsize=18130736 memory=21424 CPUtime=0 cores=5,7
/proc/168258/stat : 168258 (java) S 168247 168258 168190 0 -1 4194304 1842 0 62 0 0 0 0 0 20 0 7 0 238060003 18565873664 5356 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 16784588 0 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 4532684 5356 3296 1 0 540973 0
[pid=168258/tid=168261] ppid=168247 vsize=18130736 memory=-8672077337935520444 CPUtime=0 cores=5,7
/proc/168258/task/168261/stat : 168261 (java) D 168247 168258 168190 0 -1 4194368 1285 0 21 0 0 0 0 0 20 0 7 0 238060022 18565873664 5356 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16784588 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 21424 KiB

[startup+0.70019 s]
/proc/loadavg: 1.10 1.66 2.43 10/335 168328
/proc/meminfo: memFree=120155944/131250000 swapFree=33008356/33010684
[pid=168258] ppid=168247 vsize=18996948 memory=90300 CPUtime=0.59 cores=5,7
/proc/168258/stat : 168258 (java) S 168247 168258 168190 0 -1 4194304 8697 0 298 0 55 4 0 0 20 0 19 0 238060003 19452874752 22575 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 4749237 22575 5424 1 0 549422 0
[pid=168258/tid=168261] ppid=168247 vsize=18996948 memory=0 CPUtime=0.25 cores=5,7
/proc/168258/task/168261/stat : 168261 (java) R 168247 168258 168190 0 -1 4194368 5255 0 257 0 23 2 0 0 20 0 19 0 238060022 19452874752 22575 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168298] ppid=168247 vsize=18996948 memory=225141283 CPUtime=0 cores=5,7
/proc/168258/task/168298/stat : 168298 (Finalizer) S 168247 168258 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238060040 19452874752 22575 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168326] ppid=168247 vsize=18996948 memory=2624 CPUtime=0 cores=5,7
/proc/168258/task/168326/stat : 168326 (Common-Cleaner) S 168247 168258 168190 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 238060041 19452874752 22575 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 90300 KiB

[startup+1.50025 s]
/proc/loadavg: 1.10 1.66 2.43 8/320 168345
/proc/meminfo: memFree=119825888/131250000 swapFree=33008356/33010684
[pid=168258] ppid=168247 vsize=19063512 memory=203748 CPUtime=2.16 cores=5,7
/proc/168258/stat : 168258 (java) S 168247 168258 168190 0 -1 4194304 17078 0 298 0 209 7 0 0 20 0 20 0 238060003 19521036288 50937 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 4765878 50937 5456 1 0 555753 0
[pid=168258/tid=168261] ppid=168247 vsize=19063512 memory=0 CPUtime=0.96 cores=5,7
/proc/168258/task/168261/stat : 168261 (java) R 168247 168258 168190 0 -1 4194368 5291 0 257 0 92 4 0 0 20 0 20 0 238060022 19521036288 50937 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168298] ppid=168247 vsize=19063512 memory=225141283 CPUtime=0 cores=5,7
/proc/168258/task/168298/stat : 168298 (Finalizer) S 168247 168258 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 50937 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168326] ppid=168247 vsize=19063512 memory=2624 CPUtime=0 cores=5,7
/proc/168258/task/168326/stat : 168326 (Common-Cleaner) S 168247 168258 168190 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 50937 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168331] ppid=168247 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/168258/task/168331/stat : 168331 (Timer-0) S 168247 168258 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060063 19521036288 50937 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
Current children cumulated CPU time: 2.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 203748 KiB

[startup+3.10573 s]
/proc/loadavg: 1.66 1.77 2.46 7/341 168399
/proc/meminfo: memFree=117211416/131250000 swapFree=33008356/33010684
[pid=168258] ppid=168247 vsize=19063512 memory=1042736 CPUtime=5.16 cores=5,7
/proc/168258/stat : 168258 (java) S 168247 168258 168190 0 -1 4194304 28060 0 298 0 491 25 0 0 20 0 20 0 238060003 19521036288 260684 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 4765878 260684 5456 1 0 831961 0
[pid=168258/tid=168261] ppid=168247 vsize=19063512 memory=0 CPUtime=2.48 cores=5,7
/proc/168258/task/168261/stat : 168261 (java) R 168247 168258 168190 0 -1 4194368 6796 0 257 0 229 19 0 0 20 0 20 0 238060022 19521036288 260684 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168298] ppid=168247 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/168258/task/168298/stat : 168298 (Finalizer) S 168247 168258 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 260684 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168326] ppid=168247 vsize=19063512 memory=225141283 CPUtime=0 cores=5,7
/proc/168258/task/168326/stat : 168326 (Common-Cleaner) S 168247 168258 168190 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 260684 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168331] ppid=168247 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/168258/task/168331/stat : 168331 (Timer-0) S 168247 168258 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060063 19521036288 260684 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
Current children cumulated CPU time: 5.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1042736 KiB

[startup+6.30021 s]
/proc/loadavg: 1.66 1.77 2.46 5/343 168401
/proc/meminfo: memFree=115351340/131250000 swapFree=33008356/33010684
[pid=168258] ppid=168247 vsize=19063512 memory=1732888 CPUtime=8.72 cores=5,7
/proc/168258/stat : 168258 (java) S 168247 168258 168190 0 -1 4194304 29006 0 298 0 835 37 0 0 20 0 20 0 238060003 19521036288 433222 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 4765878 433222 5456 1 0 831985 0
[pid=168258/tid=168261] ppid=168247 vsize=19063512 memory=225141283 CPUtime=5.56 cores=5,7
/proc/168258/task/168261/stat : 168261 (java) R 168247 168258 168190 0 -1 4194368 7269 0 257 0 527 29 0 0 20 0 20 0 238060022 19521036288 433222 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168298] ppid=168247 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/168258/task/168298/stat : 168298 (Finalizer) S 168247 168258 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 433222 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168326] ppid=168247 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/168258/task/168326/stat : 168326 (Common-Cleaner) S 168247 168258 168190 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 433222 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168331] ppid=168247 vsize=19063512 memory=246940 CPUtime=0 cores=5,7
/proc/168258/task/168331/stat : 168331 (Timer-0) S 168247 168258 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060063 19521036288 433222 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
Current children cumulated CPU time: 8.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1732888 KiB

[startup+12.7002 s]
/proc/loadavg: 2.09 1.86 2.49 5/343 168401
/proc/meminfo: memFree=114601780/131250000 swapFree=33008356/33010684
[pid=168258] ppid=168247 vsize=19063512 memory=2071020 CPUtime=15.43 cores=5,7
/proc/168258/stat : 168258 (java) S 168247 168258 168190 0 -1 4194304 29732 0 298 0 1499 44 0 0 20 0 20 0 238060003 19521036288 517755 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 4765878 517755 5456 1 0 831990 0
[pid=168258/tid=168261] ppid=168247 vsize=19063512 memory=0 CPUtime=11.83 cores=5,7
/proc/168258/task/168261/stat : 168261 (java) R 168247 168258 168190 0 -1 4194368 7844 0 257 0 1148 35 0 0 20 0 20 0 238060022 19521036288 517755 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168298] ppid=168247 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/168258/task/168298/stat : 168298 (Finalizer) S 168247 168258 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 517755 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168326] ppid=168247 vsize=19063512 memory=27904 CPUtime=0 cores=5,7
/proc/168258/task/168326/stat : 168326 (Common-Cleaner) S 168247 168258 168190 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 517755 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168331] ppid=168247 vsize=19063512 memory=2070892 CPUtime=0 cores=5,7
/proc/168258/task/168331/stat : 168331 (Timer-0) S 168247 168258 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060063 19521036288 517755 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
Current children cumulated CPU time: 15.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2071020 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=168258] ppid=168247 vsize=19063512 memory=2709456 CPUtime=28.64 cores=5,7
/proc/168258/stat : 168258 (java) S 168247 168258 168190 0 -1 4194304 33576 0 298 0 2806 58 0 0 20 0 20 0 238060003 19521036288 677364 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 4765878 677364 5456 1 0 963592 0
[pid=168258/tid=168261] ppid=168247 vsize=19063512 memory=2071020 CPUtime=24.12 cores=5,7
/proc/168258/task/168261/stat : 168261 (java) R 168247 168258 168190 0 -1 4194368 9972 0 257 0 2367 45 0 0 20 0 20 0 238060022 19521036288 677364 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168298] ppid=168247 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/168258/task/168298/stat : 168298 (Finalizer) S 168247 168258 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 677364 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168326] ppid=168247 vsize=19063512 memory=-8672077337935520444 CPUtime=0 cores=5,7
/proc/168258/task/168326/stat : 168326 (Common-Cleaner) S 168247 168258 168190 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 677364 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168331] ppid=168247 vsize=19063512 memory=2422592 CPUtime=0 cores=5,7
/proc/168258/task/168331/stat : 168331 (Timer-0) S 168247 168258 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060063 19521036288 677364 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
Current children cumulated CPU time: 28.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2709456 KiB

[startup+51.1058 s]
/proc/loadavg: 3.08 2.13 2.56 5/342 168402
/proc/meminfo: memFree=113792444/131250000 swapFree=33008356/33010684
[pid=168258] ppid=168247 vsize=19063512 memory=2709584 CPUtime=55.11 cores=5,7
/proc/168258/stat : 168258 (java) S 168247 168258 168190 0 -1 4194304 43914 0 298 0 5451 60 0 0 20 0 20 0 238060003 19521036288 677396 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 4765878 677396 5456 1 0 963593 0
[pid=168258/tid=168261] ppid=168247 vsize=19063512 memory=10752 CPUtime=48.97 cores=5,7
/proc/168258/task/168261/stat : 168261 (java) R 168247 168258 168190 0 -1 4194368 13320 0 257 0 4851 46 0 0 20 0 20 0 238060022 19521036288 677396 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168298] ppid=168247 vsize=19063512 memory=2709584 CPUtime=0 cores=5,7
/proc/168258/task/168298/stat : 168298 (Finalizer) S 168247 168258 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 677396 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168326] ppid=168247 vsize=19063512 memory=188232 CPUtime=0 cores=5,7
/proc/168258/task/168326/stat : 168326 (Common-Cleaner) S 168247 168258 168190 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 677396 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168331] ppid=168247 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/168258/task/168331/stat : 168331 (Timer-0) S 168247 168258 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060063 19521036288 677396 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
Current children cumulated CPU time: 55.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2709584 KiB

[startup+102.3 s]
/proc/loadavg: 3.70 2.46 2.65 6/341 168404
/proc/meminfo: memFree=112477268/131250000 swapFree=33008356/33010684
[pid=168258] ppid=168247 vsize=19063512 memory=3826480 CPUtime=108.11 cores=5,7
/proc/168258/stat : 168258 (java) S 168247 168258 168190 0 -1 4194304 48530 0 298 0 10729 82 0 0 20 0 20 0 238060003 19521036288 956620 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 4765878 956620 5456 1 0 1210122 0
[pid=168258/tid=168261] ppid=168247 vsize=19063512 memory=0 CPUtime=97.95 cores=5,7
/proc/168258/task/168261/stat : 168261 (java) R 168247 168258 168190 0 -1 4194368 15428 0 257 0 9732 63 0 0 20 0 20 0 238060022 19521036288 956620 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0

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

/proc/meminfo: memFree=104700940/131250000 swapFree=33008356/33010684
[pid=168258] ppid=168247 vsize=19063512 memory=4798680 CPUtime=3239.3 cores=5,7
/proc/168258/stat : 168258 (java) S 168247 168258 168190 0 -1 4194304 236395 0 298 0 323558 372 0 0 20 0 20 0 238060003 19521036288 1199670 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 4765878 1199670 5488 1 0 1212259 0
[pid=168258/tid=168261] ppid=168247 vsize=19063512 memory=4798680 CPUtime=2933.06 cores=5,7
/proc/168258/task/168261/stat : 168261 (java) R 168247 168258 168190 0 -1 4194368 102484 0 257 0 293225 81 0 0 20 0 20 0 238060022 19521036288 1199670 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168298] ppid=168247 vsize=19063512 memory=4798680 CPUtime=0 cores=5,7
/proc/168258/task/168298/stat : 168298 (Finalizer) S 168247 168258 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 1199670 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168326] ppid=168247 vsize=19063512 memory=4798680 CPUtime=0 cores=5,7
/proc/168258/task/168326/stat : 168326 (Common-Cleaner) S 168247 168258 168190 0 -1 4194368 1802 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 1199670 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168331] ppid=168247 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/168258/task/168331/stat : 168331 (Timer-0) S 168247 168258 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060063 19521036288 1199670 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
Current children cumulated CPU time: 3239.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4798680 KiB

[startup+3042.3 s]
/proc/loadavg: 4.43 4.36 4.28 5/341 168769
/proc/meminfo: memFree=104692204/131250000 swapFree=33008356/33010684
[pid=168258] ppid=168247 vsize=19063512 memory=4798680 CPUtime=3306.26 cores=5,7
/proc/168258/stat : 168258 (java) S 168247 168258 168190 0 -1 4194304 242525 0 298 0 330246 380 0 0 20 0 20 0 238060003 19521036288 1199670 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 4765878 1199670 5488 1 0 1212259 0
[pid=168258/tid=168261] ppid=168247 vsize=19063512 memory=4798680 CPUtime=2992.58 cores=5,7
/proc/168258/task/168261/stat : 168261 (java) R 168247 168258 168190 0 -1 4194368 105704 0 257 0 299176 82 0 0 20 0 20 0 238060022 19521036288 1199670 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168298] ppid=168247 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/168258/task/168298/stat : 168298 (Finalizer) S 168247 168258 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 1199670 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168326] ppid=168247 vsize=19063512 memory=4798680 CPUtime=0 cores=5,7
/proc/168258/task/168326/stat : 168326 (Common-Cleaner) S 168247 168258 168190 0 -1 4194368 1856 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 1199670 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168331] ppid=168247 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/168258/task/168331/stat : 168331 (Timer-0) S 168247 168258 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060063 19521036288 1199670 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
Current children cumulated CPU time: 3306.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4798680 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=168258] ppid=168247 vsize=19063512 memory=4798680 CPUtime=3379.82 cores=5,7
/proc/168258/stat : 168258 (java) S 168247 168258 168190 0 -1 4194304 243326 0 298 0 337591 391 0 0 20 0 20 0 238060003 19521036288 1199670 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 4765878 1199670 5488 1 0 1212259 0
[pid=168258/tid=168261] ppid=168247 vsize=19063512 memory=4798680 CPUtime=3052.09 cores=5,7
/proc/168258/task/168261/stat : 168261 (java) R 168247 168258 168190 0 -1 4194368 106274 0 257 0 305127 82 0 0 20 0 20 0 238060022 19521036288 1199670 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168298] ppid=168247 vsize=19063512 memory=4798680 CPUtime=0 cores=5,7
/proc/168258/task/168298/stat : 168298 (Finalizer) S 168247 168258 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 1199670 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168326] ppid=168247 vsize=19063512 memory=4798680 CPUtime=0 cores=5,7
/proc/168258/task/168326/stat : 168326 (Common-Cleaner) S 168247 168258 168190 0 -1 4194368 1889 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 1199670 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168331] ppid=168247 vsize=19063512 memory=4798680 CPUtime=0 cores=5,7
/proc/168258/task/168331/stat : 168331 (Timer-0) S 168247 168258 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060063 19521036288 1199670 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
Current children cumulated CPU time: 3379.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4798680 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=168258] ppid=168247 vsize=19063512 memory=4798808 CPUtime=3447.65 cores=5,7
/proc/168258/stat : 168258 (java) S 168247 168258 168190 0 -1 4194304 251111 0 298 0 344366 399 0 0 20 0 20 0 238060003 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 4765878 1199702 5488 1 0 1212271 0
[pid=168258/tid=168261] ppid=168247 vsize=19063512 memory=4798680 CPUtime=3111.37 cores=5,7
/proc/168258/task/168261/stat : 168261 (java) R 168247 168258 168190 0 -1 4194368 109787 0 257 0 311055 82 0 0 20 0 20 0 238060022 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168298] ppid=168247 vsize=19063512 memory=4798680 CPUtime=0 cores=5,7
/proc/168258/task/168298/stat : 168298 (Finalizer) S 168247 168258 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168326] ppid=168247 vsize=19063512 memory=4798680 CPUtime=0 cores=5,7
/proc/168258/task/168326/stat : 168326 (Common-Cleaner) S 168247 168258 168190 0 -1 4194368 1889 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168331] ppid=168247 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/168258/task/168331/stat : 168331 (Timer-0) S 168247 168258 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060063 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
Current children cumulated CPU time: 3447.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4798808 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=168258] ppid=168247 vsize=19063512 memory=4798808 CPUtime=3515.23 cores=5,7
/proc/168258/stat : 168258 (java) S 168247 168258 168190 0 -1 4194304 254186 0 298 0 351116 407 0 0 20 0 20 0 238060003 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 4765878 1199702 5488 1 0 1212271 0
[pid=168258/tid=168261] ppid=168247 vsize=19063512 memory=4798680 CPUtime=3170.63 cores=5,7
/proc/168258/task/168261/stat : 168261 (java) R 168247 168258 168190 0 -1 4194368 111511 0 257 0 316980 83 0 0 20 0 20 0 238060022 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168298] ppid=168247 vsize=19063512 memory=27904 CPUtime=0 cores=5,7
/proc/168258/task/168298/stat : 168298 (Finalizer) S 168247 168258 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168326] ppid=168247 vsize=19063512 memory=4798808 CPUtime=0 cores=5,7
/proc/168258/task/168326/stat : 168326 (Common-Cleaner) S 168247 168258 168190 0 -1 4194368 1934 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168331] ppid=168247 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/168258/task/168331/stat : 168331 (Timer-0) S 168247 168258 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060063 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
Current children cumulated CPU time: 3515.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4798808 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=168258] ppid=168247 vsize=19063512 memory=4798808 CPUtime=3585.41 cores=5,7
/proc/168258/stat : 168258 (java) S 168247 168258 168190 0 -1 4194304 254818 0 298 0 358125 416 0 0 20 0 20 0 238060003 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 4765878 1199702 5488 1 0 1212271 0
[pid=168258/tid=168261] ppid=168247 vsize=19063512 memory=4798808 CPUtime=3230.12 cores=5,7
/proc/168258/task/168261/stat : 168261 (java) R 168247 168258 168190 0 -1 4194368 111684 0 257 0 322929 83 0 0 20 0 20 0 238060022 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168298] ppid=168247 vsize=19063512 memory=4798808 CPUtime=0 cores=5,7
/proc/168258/task/168298/stat : 168298 (Finalizer) S 168247 168258 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168326] ppid=168247 vsize=19063512 memory=4798808 CPUtime=0 cores=5,7
/proc/168258/task/168326/stat : 168326 (Common-Cleaner) S 168247 168258 168190 0 -1 4194368 1952 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168331] ppid=168247 vsize=19063512 memory=4798808 CPUtime=0 cores=5,7
/proc/168258/task/168331/stat : 168331 (Timer-0) S 168247 168258 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060063 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
Current children cumulated CPU time: 3585.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4798808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3296.9 s]
/proc/loadavg: 4.41 4.40 4.31 6/340 168780
/proc/meminfo: memFree=104604676/131250000 swapFree=33008356/33010684
[pid=168258] ppid=168247 vsize=19063512 memory=4798808 CPUtime=3600.06 cores=5,7
/proc/168258/stat : 168258 (java) S 168247 168258 168190 0 -1 4194304 255310 0 298 0 359590 416 0 0 20 0 20 0 238060003 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 4765878 1199702 5488 1 0 1212271 0
[pid=168258/tid=168261] ppid=168247 vsize=19063512 memory=4798808 CPUtime=3244.61 cores=5,7
/proc/168258/task/168261/stat : 168261 (java) R 168247 168258 168190 0 -1 4194368 112026 0 257 0 324378 83 0 0 20 0 20 0 238060022 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168298] ppid=168247 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/168258/task/168298/stat : 168298 (Finalizer) S 168247 168258 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238060040 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168326] ppid=168247 vsize=19063512 memory=4798808 CPUtime=0 cores=5,7
/proc/168258/task/168326/stat : 168326 (Common-Cleaner) S 168247 168258 168190 0 -1 4194368 1952 0 0 0 0 0 0 0 20 0 20 0 238060041 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168331] ppid=168247 vsize=19063512 memory=4798808 CPUtime=0 cores=5,7
/proc/168258/task/168331/stat : 168331 (Timer-0) S 168247 168258 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238060063 19521036288 1199702 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4798808 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.11 s, system=4.18901 s

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

[startup+3297 s]*
/proc/loadavg: 4.46 4.41 4.31 7/341 168783
/proc/meminfo: memFree=104604772/131250000 swapFree=33008356/33010684
[pid=168258] ppid=168247 vsize=19263204 memory=4799448 CPUtime=3600.27 cores=5,7
/proc/168258/stat : 168258 (java) S 168247 168258 168190 0 -1 4194304 256963 0 298 0 359610 417 0 0 20 0 21 0 238060003 19725520896 1199862 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
/proc/168258/statm: 4815801 1199862 5488 1 0 1213174 0
[pid=168258/tid=168261] ppid=168247 vsize=19263204 memory=-8598607970967528124 CPUtime=3244.72 cores=5,7
/proc/168258/task/168261/stat : 168261 (java) R 168247 168258 168190 0 -1 4194368 112263 0 257 0 324389 83 0 0 20 0 21 0 238060022 19725520896 1199862 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168298] ppid=168247 vsize=19263204 memory=-7160862662092545913 CPUtime=0 cores=5,7
/proc/168258/task/168298/stat : 168298 (Finalizer) S 168247 168258 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238060040 19725520896 1199862 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168326] ppid=168247 vsize=19263204 memory=4352 CPUtime=0 cores=5,7
/proc/168258/task/168326/stat : 168326 (Common-Cleaner) S 168247 168258 168190 0 -1 4194368 1952 0 0 0 0 0 0 0 20 0 21 0 238060041 19725520896 1199862 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
[pid=168258/tid=168782] ppid=168247 vsize=19263204 memory=1792 CPUtime=0.04 cores=5,7
/proc/168258/task/168782/stat : 168782 (Thread-0) R 168247 168258 168190 0 -1 4194368 385 0 0 0 4 0 0 0 20 0 21 0 238389694 19725520896 1199862 18446744073709551615 93876817178624 93876817182320 140725709214160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93876817190136 93876817190928 93876824621056 140725709216124 140725709216228 140725709216228 140725709221832 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4799448 KiB

Child status: 143

Real time (s): 3297.03
CPU time (s): 3600.3
CPU user time (s): 3596.11
CPU system time (s): 4.18901
CPU usage (%): 109.198
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4799448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.11
system time used= 4.18901
maximum resident set size= 4799576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257067
page faults= 298
swaps= 0
block input operations= 840
block output operations= 21688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123899
involuntary context switches= 26279


# summary of solver processes directly reported to runsolver:
#   pid: 168258
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3596.11
#   total CPU system time (s): 4.18901

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.29188 second user time and 15.5954 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-23 00:37:05
IDJOB=4542859
IDBENCH=164739
IDSOLVER=3361
FILE ID=nodeC019/4542859-1753223825
RUNJOBID= nodeC019-1753223825-168203
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-05_shuffle/normalized-ec_stargrid_05_075.shuf-3.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542859-1753223825/watcher-4542859-1753223825 -o /tmp/evaluation-result-4542859-1753223825/solver-4542859-1753223825 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1753223825-168203 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4542859-1753223825.opb

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

MD5SUM BENCH= 069a73194ecd209cf604f34d8017c292
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		: 3600.329
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		: 3599.716
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.929
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.706
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.931
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		: 3599.668
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.352
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		: 3572.209
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:        120234868 kB
MemAvailable:   129643816 kB
Buffers:             904 kB
Cached:         10149568 kB
SwapCached:          416 kB
Active:          1155588 kB
Inactive:        9063156 kB
Active(anon):      80928 kB
Inactive(anon):    12804 kB
Active(file):    1074660 kB
Inactive(file):  9050352 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2708 kB
Writeback:             0 kB
AnonPages:         71384 kB
Mapped:           109096 kB
Shmem:             25452 kB
KReclaimable:     246348 kB
Slab:             342028 kB
SReclaimable:     246348 kB
SUnreclaim:        95680 kB
KernelStack:        4164 kB
PageTables:         2856 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     343804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 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= 433044 MiB
End job on nodeC019 at 2025-07-23 01:32:02