Trace number 4543288

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.24 2832.22

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/
larger/domset_large_fixedcols/normalized-domset-hexgrid-fixedcols_07_140.opb
MD5SUM0942a69f21bd48da4c21a008e6f37b2a
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.980711
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables980
Total number of constraints981
Number of constraints which are clauses980
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint980
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 245
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 1225
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: ANY
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Armin Biere (Picosat) restarts strategy
0.12/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4543288-1753224469.opb
0.12/0.15	c reading problem ... 
0.12/0.15	c  no objective function found
0.32/0.21	c ... done. Wall clock time 0.05s.
0.32/0.21	c declared #vars     980
0.32/0.21	c #constraints  981
0.32/0.21	c constraints type 
0.32/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.32/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 980
0.32/0.21	c 981 constraints processed.
80.08/73.00	c cleaning 2500 clauses out of 5000
298.14/287.34	c cleaning 4246 clauses out of 8500
2189.92/1779.28	c cleaning 5618 clauses out of 11255
3600.04/2832.12	c starts		: 54
3600.04/2832.13	c conflicts		: 25902
3600.04/2832.13	c decisions		: 126244
3600.04/2832.13	c propagations		: 678025
3600.04/2832.13	c inspects		: 1110425530
3600.04/2832.13	c shortcuts		: 0
3600.04/2832.13	c learnt literals	: 0
3600.04/2832.13	c learnt binary clauses	: 0
3600.04/2832.13	c learnt ternary clauses	: 0
3600.04/2832.13	c learnt constraints	: 25902
3600.04/2832.13	c ignored constraints	: 0
3600.04/2832.13	c root simplifications	: 0
3600.04/2832.13	c removed literals (reason simplification)	: 0
3600.04/2832.13	c reason swapping (by a shorter reason)	: 0
3600.04/2832.13	c Calls to reduceDB	: 3
3600.04/2832.13	c Number of update (reduction) of LBD	: 0
3600.04/2832.13	c Imported unit clauses	: 0
3600.04/2832.13	c No decision after first conflict	: false
3600.04/2832.13	c number of reductions to clauses (during analyze)	: 0
3600.04/2832.13	c number of learned constraints concerned by reduction	: 0
3600.04/2832.13	c number of learning phase by resolution	: 0
3600.04/2832.13	c number of learning phase by cutting planes	: 0
3600.04/2832.13	c number of rounding to 1 operations	: 0
3600.04/2832.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/2832.14	c number of reductions of the coefficients by power 2 	: 0
3600.04/2832.14	c number of right shift for reduction by power 2 	: 0
3600.04/2832.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/2832.14	c number of ending skipping 	: 0
3600.04/2832.14	c number of internal skipping 	: 0
3600.04/2832.14	c number of derivation steps 	: 123844
3600.04/2832.14	c number of skipped derivation steps 	: 0
3600.04/2832.14	c number of remaining unassigned 	: 215933
3600.04/2832.14	c number of remaining assigned 	: 12109458
3600.04/2832.14	c number of falsified literals weakened from reason	: 0
3600.04/2832.14	c number of falsified literals weakened from conflict	: 0
3600.04/2832.14	c time for arithmetic operations	: 526496370581
3600.04/2832.14	c minimum degree of deleted constraints	: null
3600.04/2832.14	c maximum degree of deleted constraints	: null
3600.04/2832.14	c number of deleted constraints	: 0
3600.04/2832.17	c speed (assignments/second)	: 239.4215401912615
3600.04/2832.17	c non guided choices	: 273
3600.04/2832.18	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 13538
3600.04/2832.18	s UNKNOWN
3600.04/2832.18	c Total wall clock time (in seconds): 2832.035

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543288-1753224469/watcher-4543288-1753224469 -o /tmp/evaluation-result-4543288-1753224469/solver-4543288-1753224469 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1753220945-160308 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4543288-1753224469.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Current StackSize limit: 8192 KiB

solver pid=161086, runsolver pid=161083

[startup+0.10004 s]*
/proc/loadavg: 4.17 4.31 4.44 5/339 161104
/proc/meminfo: memFree=105554628/131249996 swapFree=33000896/33010684
[pid=161086] ppid=161083 vsize=18930384 memory=57976 CPUtime=0.12 cores=4,6
/proc/161086/stat : 161086 (java) S 161083 161086 160297 0 -1 4194304 6597 0 0 0 11 1 0 0 20 0 18 0 238124753 19384713216 14494 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
/proc/161086/statm: 4732596 14494 5359 1 0 547640 0
[pid=161086/tid=161088] ppid=161083 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/161086/task/161088/stat : 161088 (java) R 161083 161086 160297 0 -1 4194368 5100 0 0 0 7 1 0 0 20 0 18 0 238124754 19384713216 14494 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161097] ppid=161083 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/161086/task/161097/stat : 161097 (Finalizer) S 161083 161086 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238124756 19384713216 14494 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161104] ppid=161083 vsize=18930384 memory=58485492679666 CPUtime=0 cores=4,6
/proc/161086/task/161104/stat : 161104 (Common-Cleaner) S 161083 161086 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238124757 19384713216 14494 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57976 KiB

[startup+0.205673 s]*
/proc/loadavg: 4.17 4.31 4.44 6/339 161104
/proc/meminfo: memFree=105550028/131249996 swapFree=33000896/33010684
[pid=161086] ppid=161083 vsize=18931412 memory=64392 CPUtime=0.32 cores=4,6
/proc/161086/stat : 161086 (java) S 161083 161086 160297 0 -1 4194304 7143 0 0 0 30 2 0 0 20 0 19 0 238124753 19385765888 16098 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
/proc/161086/statm: 4732853 16098 5423 1 0 548233 0
[pid=161086/tid=161088] ppid=161083 vsize=18931412 memory=4026990876 CPUtime=0.16 cores=4,6
/proc/161086/task/161088/stat : 161088 (java) S 161083 161086 160297 0 -1 4194368 5385 0 0 0 15 1 0 0 20 0 19 0 238124754 19385765888 16098 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161097] ppid=161083 vsize=18931412 memory=16099 CPUtime=0 cores=4,6
/proc/161086/task/161097/stat : 161097 (Finalizer) S 161083 161086 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238124756 19385765888 16098 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161104] ppid=161083 vsize=18931412 memory=57385981051877 CPUtime=0 cores=4,6
/proc/161086/task/161104/stat : 161104 (Common-Cleaner) S 161083 161086 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238124757 19385765888 16098 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161105] ppid=161083 vsize=18931412 memory=0 CPUtime=0 cores=4,6
/proc/161086/task/161105/stat : 161105 (java) R 161083 161086 160297 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 19 0 238124774 19385765888 16098 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 2147221247 0 16800975 0 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18931412 KiB
Current children cumulated memory: 64392 KiB

[startup+0.305664 s]*
/proc/loadavg: 4.17 4.31 4.44 6/340 161105
/proc/meminfo: memFree=105539316/131249996 swapFree=33000896/33010684
[pid=161086] ppid=161083 vsize=18996948 memory=73432 CPUtime=0.51 cores=4,6
/proc/161086/stat : 161086 (java) S 161083 161086 160297 0 -1 4194304 8591 0 0 0 48 3 0 0 20 0 19 0 238124753 19452874752 18358 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
/proc/161086/statm: 4749237 18358 5423 1 0 548897 0
[pid=161086/tid=161088] ppid=161083 vsize=18996948 memory=-8959184043268416188 CPUtime=0.25 cores=4,6
/proc/161086/task/161088/stat : 161088 (java) R 161083 161086 160297 0 -1 4194368 5422 0 0 0 23 2 0 0 20 0 19 0 238124754 19452874752 18358 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161097] ppid=161083 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/161086/task/161097/stat : 161097 (Finalizer) S 161083 161086 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238124756 19452874752 18358 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161104] ppid=161083 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/161086/task/161104/stat : 161104 (Common-Cleaner) S 161083 161086 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238124757 19452874752 18358 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161105] ppid=161083 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/161086/task/161105/stat : 161105 (Timer-0) S 161083 161086 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238124774 19452874752 18358 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73432 KiB

[startup+0.700243 s]
/proc/loadavg: 4.17 4.31 4.44 6/340 161105
/proc/meminfo: memFree=105514932/131249996 swapFree=33000896/33010684
[pid=161086] ppid=161083 vsize=18996948 memory=145364 CPUtime=1.27 cores=4,6
/proc/161086/stat : 161086 (java) S 161083 161086 160297 0 -1 4194304 13422 0 0 0 123 4 0 0 20 0 19 0 238124753 19452874752 36341 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
/proc/161086/statm: 4749237 36341 5455 1 0 551842 0
[pid=161086/tid=161088] ppid=161083 vsize=18996948 memory=23552 CPUtime=0.62 cores=4,6
/proc/161086/task/161088/stat : 161088 (java) R 161083 161086 160297 0 -1 4194368 5468 0 0 0 60 2 0 0 20 0 19 0 238124754 19452874752 36341 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161097] ppid=161083 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/161086/task/161097/stat : 161097 (Finalizer) S 161083 161086 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238124756 19452874752 36341 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161104] ppid=161083 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/161086/task/161104/stat : 161104 (Common-Cleaner) S 161083 161086 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238124757 19452874752 36341 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161105] ppid=161083 vsize=18996948 memory=4624 CPUtime=0 cores=4,6
/proc/161086/task/161105/stat : 161105 (Timer-0) S 161083 161086 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238124774 19452874752 36341 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 145364 KiB

[startup+1.50023 s]
/proc/loadavg: 4.17 4.31 4.44 6/341 161106
/proc/meminfo: memFree=105436856/131249996 swapFree=33000896/33010684
[pid=161086] ppid=161083 vsize=19063512 memory=199576 CPUtime=2.85 cores=4,6
/proc/161086/stat : 161086 (java) S 161083 161086 160297 0 -1 4194304 20130 0 0 0 279 6 0 0 20 0 20 0 238124753 19521036288 49894 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
/proc/161086/statm: 4765878 49894 5487 1 0 553089 0
[pid=161086/tid=161088] ppid=161083 vsize=19063512 memory=0 CPUtime=1.34 cores=4,6
/proc/161086/task/161088/stat : 161088 (java) R 161083 161086 160297 0 -1 4194368 5718 0 0 0 131 3 0 0 20 0 20 0 238124754 19521036288 49894 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161097] ppid=161083 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/161086/task/161097/stat : 161097 (Finalizer) S 161083 161086 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238124756 19521036288 49894 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161104] ppid=161083 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/161086/task/161104/stat : 161104 (Common-Cleaner) S 161083 161086 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238124757 19521036288 49894 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161105] ppid=161083 vsize=19063512 memory=4624 CPUtime=0 cores=4,6
/proc/161086/task/161105/stat : 161105 (Timer-0) S 161083 161086 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238124774 19521036288 49894 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199576 KiB

[startup+3.1056 s]
/proc/loadavg: 4.17 4.31 4.44 6/341 161106
/proc/meminfo: memFree=105227584/131249996 swapFree=33000896/33010684
[pid=161086] ppid=161083 vsize=19063512 memory=382416 CPUtime=5.15 cores=4,6
/proc/161086/stat : 161086 (java) S 161083 161086 160297 0 -1 4194304 22495 0 0 0 504 11 0 0 20 0 20 0 238124753 19521036288 95604 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
/proc/161086/statm: 4765878 95604 5487 1 0 784951 0
[pid=161086/tid=161088] ppid=161083 vsize=19063512 memory=10624 CPUtime=2.86 cores=4,6
/proc/161086/task/161088/stat : 161088 (java) R 161083 161086 160297 0 -1 4194368 6205 0 0 0 280 6 0 0 20 0 20 0 238124754 19521036288 95604 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161097] ppid=161083 vsize=19063512 memory=-8959184043268416188 CPUtime=0 cores=4,6
/proc/161086/task/161097/stat : 161097 (Finalizer) S 161083 161086 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238124756 19521036288 95604 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161104] ppid=161083 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/161086/task/161104/stat : 161104 (Common-Cleaner) S 161083 161086 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238124757 19521036288 95604 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161105] ppid=161083 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/161086/task/161105/stat : 161105 (Timer-0) S 161083 161086 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238124774 19521036288 95604 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
Current children cumulated CPU time: 5.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 382416 KiB

[startup+6.30025 s]
/proc/loadavg: 4.24 4.32 4.44 5/342 161108
/proc/meminfo: memFree=104683760/131249996 swapFree=33000896/33010684
[pid=161086] ppid=161083 vsize=19063512 memory=916084 CPUtime=9.69 cores=4,6
/proc/161086/stat : 161086 (java) S 161083 161086 160297 0 -1 4194304 23966 0 0 0 947 22 0 0 20 0 20 0 238124753 19521036288 229021 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
/proc/161086/statm: 4765878 229021 5487 1 0 998301 0
[pid=161086/tid=161088] ppid=161083 vsize=19063512 memory=0 CPUtime=5.91 cores=4,6
/proc/161086/task/161088/stat : 161088 (java) R 161083 161086 160297 0 -1 4194368 6496 0 0 0 577 14 0 0 20 0 20 0 238124754 19521036288 229021 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161097] ppid=161083 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/161086/task/161097/stat : 161097 (Finalizer) S 161083 161086 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238124756 19521036288 229021 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161104] ppid=161083 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/161086/task/161104/stat : 161104 (Common-Cleaner) S 161083 161086 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238124757 19521036288 229021 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161105] ppid=161083 vsize=19063512 memory=199576 CPUtime=0 cores=4,6
/proc/161086/task/161105/stat : 161105 (Timer-0) S 161083 161086 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238124774 19521036288 229021 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
Current children cumulated CPU time: 9.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 916084 KiB

[startup+12.7003 s]
/proc/loadavg: 4.22 4.32 4.44 5/342 161108
/proc/meminfo: memFree=104352504/131249996 swapFree=33000896/33010684
[pid=161086] ppid=161083 vsize=19063512 memory=1246016 CPUtime=16.64 cores=4,6
/proc/161086/stat : 161086 (java) S 161083 161086 160297 0 -1 4194304 26237 0 0 0 1635 29 0 0 20 0 20 0 238124753 19521036288 311504 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
/proc/161086/statm: 4765878 311504 5487 1 0 998303 0
[pid=161086/tid=161088] ppid=161083 vsize=19063512 memory=199576 CPUtime=12.08 cores=4,6
/proc/161086/task/161088/stat : 161088 (java) R 161083 161086 160297 0 -1 4194368 6781 0 0 0 1192 16 0 0 20 0 20 0 238124754 19521036288 311504 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161097] ppid=161083 vsize=19063512 memory=1225348 CPUtime=0 cores=4,6
/proc/161086/task/161097/stat : 161097 (Finalizer) S 161083 161086 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238124756 19521036288 311504 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161104] ppid=161083 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/161086/task/161104/stat : 161104 (Common-Cleaner) S 161083 161086 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238124757 19521036288 311504 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161105] ppid=161083 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/161086/task/161105/stat : 161105 (Timer-0) S 161083 161086 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238124774 19521036288 311504 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
Current children cumulated CPU time: 16.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1246016 KiB

[startup+25.5002 s]
/proc/loadavg: 4.32 4.33 4.44 5/342 161244
/proc/meminfo: memFree=117856108/131249996 swapFree=33000896/33010684
[pid=161086] ppid=161083 vsize=19063512 memory=2605988 CPUtime=31.2 cores=4,6
/proc/161086/stat : 161086 (java) S 161083 161086 160297 0 -1 4194304 44782 0 0 0 3063 57 0 0 20 0 20 0 238124753 19521036288 651497 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
/proc/161086/statm: 4765878 651497 5487 1 0 1003994 0
[pid=161086/tid=161088] ppid=161083 vsize=19063512 memory=1225348 CPUtime=24.64 cores=4,6
/proc/161086/task/161088/stat : 161088 (java) R 161083 161086 160297 0 -1 4194368 10183 0 0 0 2425 39 0 0 20 0 20 0 238124754 19521036288 651497 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161097] ppid=161083 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/161086/task/161097/stat : 161097 (Finalizer) S 161083 161086 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238124756 19521036288 651497 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161104] ppid=161083 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/161086/task/161104/stat : 161104 (Common-Cleaner) S 161083 161086 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238124757 19521036288 651497 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161105] ppid=161083 vsize=19063512 memory=23552 CPUtime=0 cores=4,6
/proc/161086/task/161105/stat : 161105 (Timer-0) S 161083 161086 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238124774 19521036288 651497 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
Current children cumulated CPU time: 31.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2605988 KiB

[startup+51.1059 s]
/proc/loadavg: 4.27 4.32 4.43 5/342 161244
/proc/meminfo: memFree=116130328/131249996 swapFree=33000896/33010684
[pid=161086] ppid=161083 vsize=19063512 memory=2772028 CPUtime=57.29 cores=4,6
/proc/161086/stat : 161086 (java) S 161083 161086 160297 0 -1 4194304 52551 0 0 0 5667 62 0 0 20 0 20 0 238124753 19521036288 693007 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
/proc/161086/statm: 4765878 693007 5487 1 0 1003995 0
[pid=161086/tid=161088] ppid=161083 vsize=19063512 memory=14156 CPUtime=49.71 cores=4,6

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

/proc/161086/task/161097/stat : 161097 (Finalizer) S 161083 161086 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238124756 19521036288 2196041 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161104] ppid=161083 vsize=19063512 memory=8784164 CPUtime=0 cores=4,6
/proc/161086/task/161104/stat : 161104 (Common-Cleaner) S 161083 161086 160297 0 -1 4194368 1147 0 0 0 0 0 0 0 20 0 20 0 238124757 19521036288 2196041 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161105] ppid=161083 vsize=19063512 memory=-8959184043268416188 CPUtime=0 cores=4,6
/proc/161086/task/161105/stat : 161105 (Timer-0) S 161083 161086 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238124774 19521036288 2196041 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
Current children cumulated CPU time: 3078.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8784164 KiB

[startup+2502.3 s]
/proc/loadavg: 4.58 4.58 4.56 5/341 161382
/proc/meminfo: memFree=102970664/131249996 swapFree=33000896/33010684
[pid=161086] ppid=161083 vsize=19063512 memory=8792580 CPUtime=3159.51 cores=4,6
/proc/161086/stat : 161086 (java) S 161083 161086 160297 0 -1 4194304 237678 0 0 0 315132 819 0 0 20 0 20 0 238124753 19521036288 2198145 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
/proc/161086/statm: 4765878 2198145 5519 1 0 2214272 0
[pid=161086/tid=161088] ppid=161083 vsize=19063512 memory=8784164 CPUtime=2455.84 cores=4,6
/proc/161086/task/161088/stat : 161088 (java) R 161083 161086 160297 0 -1 4194368 106853 0 0 0 245433 151 0 0 20 0 20 0 238124754 19521036288 2198145 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161097] ppid=161083 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/161086/task/161097/stat : 161097 (Finalizer) S 161083 161086 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238124756 19521036288 2198145 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161104] ppid=161083 vsize=19063512 memory=8784164 CPUtime=0 cores=4,6
/proc/161086/task/161104/stat : 161104 (Common-Cleaner) S 161083 161086 160297 0 -1 4194368 1189 0 0 0 0 0 0 0 20 0 20 0 238124757 19521036288 2198145 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161105] ppid=161083 vsize=19063512 memory=8784164 CPUtime=0 cores=4,6
/proc/161086/task/161105/stat : 161105 (Timer-0) S 161083 161086 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238124774 19521036288 2198145 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
Current children cumulated CPU time: 3159.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8792580 KiB

[startup+2562.3 s]
/proc/loadavg: 4.60 4.58 4.56 6/341 161384
/proc/meminfo: memFree=102928764/131249996 swapFree=33000896/33010684
[pid=161086] ppid=161083 vsize=19063512 memory=8834356 CPUtime=3241.13 cores=4,6
/proc/161086/stat : 161086 (java) S 161083 161086 160297 0 -1 4194304 243476 0 0 0 323270 843 0 0 20 0 20 0 238124753 19521036288 2208589 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
/proc/161086/statm: 4765878 2208589 5519 1 0 2224713 0
[pid=161086/tid=161088] ppid=161083 vsize=19063512 memory=8821812 CPUtime=2515.04 cores=4,6
/proc/161086/task/161088/stat : 161088 (java) R 161083 161086 160297 0 -1 4194368 110966 0 0 0 251351 153 0 0 20 0 20 0 238124754 19521036288 2208589 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161097] ppid=161083 vsize=19063512 memory=8784164 CPUtime=0 cores=4,6
/proc/161086/task/161097/stat : 161097 (Finalizer) S 161083 161086 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238124756 19521036288 2208589 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161104] ppid=161083 vsize=19063512 memory=9216 CPUtime=0 cores=4,6
/proc/161086/task/161104/stat : 161104 (Common-Cleaner) S 161083 161086 160297 0 -1 4194368 1189 0 0 0 0 0 0 0 20 0 20 0 238124757 19521036288 2208589 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161105] ppid=161083 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/161086/task/161105/stat : 161105 (Timer-0) S 161083 161086 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238124774 19521036288 2208589 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
Current children cumulated CPU time: 3241.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8834356 KiB

[startup+2622.3 s]
/proc/loadavg: 4.78 4.64 4.58 6/341 161386
/proc/meminfo: memFree=102867232/131249996 swapFree=33000896/33010684
[pid=161086] ppid=161083 vsize=19063512 memory=8884368 CPUtime=3324.35 cores=4,6
/proc/161086/stat : 161086 (java) S 161083 161086 160297 0 -1 4194304 244139 0 0 0 331570 865 0 0 20 0 20 0 238124753 19521036288 2221092 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
/proc/161086/statm: 4765878 2221092 5519 1 0 2237246 0
[pid=161086/tid=161088] ppid=161083 vsize=19063512 memory=8784164 CPUtime=2574.21 cores=4,6
/proc/161086/task/161088/stat : 161088 (java) R 161083 161086 160297 0 -1 4194368 111133 0 0 0 257267 154 0 0 20 0 20 0 238124754 19521036288 2221092 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161097] ppid=161083 vsize=19063512 memory=9216 CPUtime=0 cores=4,6
/proc/161086/task/161097/stat : 161097 (Finalizer) S 161083 161086 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238124756 19521036288 2221092 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161104] ppid=161083 vsize=19063512 memory=8817588 CPUtime=0 cores=4,6
/proc/161086/task/161104/stat : 161104 (Common-Cleaner) S 161083 161086 160297 0 -1 4194368 1209 0 0 0 0 0 0 0 20 0 20 0 238124757 19521036288 2221092 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161105] ppid=161083 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/161086/task/161105/stat : 161105 (Timer-0) S 161083 161086 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238124774 19521036288 2221092 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
Current children cumulated CPU time: 3324.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8884368 KiB

[startup+2682.3 s]
/proc/loadavg: 4.57 4.61 4.58 5/342 161389
/proc/meminfo: memFree=102784176/131249996 swapFree=33000896/33010684
[pid=161086] ppid=161083 vsize=19063512 memory=8967824 CPUtime=3404.96 cores=4,6
/proc/161086/stat : 161086 (java) S 161083 161086 160297 0 -1 4194304 248065 0 0 0 339611 885 0 0 20 0 20 0 238124753 19521036288 2241956 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
/proc/161086/statm: 4765878 2241956 5519 1 0 2258138 0
[pid=161086/tid=161088] ppid=161083 vsize=19063512 memory=8817588 CPUtime=2633.28 cores=4,6
/proc/161086/task/161088/stat : 161088 (java) R 161083 161086 160297 0 -1 4194368 114567 0 0 0 263172 156 0 0 20 0 20 0 238124754 19521036288 2241956 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161097] ppid=161083 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/161086/task/161097/stat : 161097 (Finalizer) S 161083 161086 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238124756 19521036288 2241956 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161104] ppid=161083 vsize=19063512 memory=8967824 CPUtime=0 cores=4,6
/proc/161086/task/161104/stat : 161104 (Common-Cleaner) S 161083 161086 160297 0 -1 4194368 1213 0 0 0 0 0 0 0 20 0 20 0 238124757 19521036288 2241956 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161105] ppid=161083 vsize=19063512 memory=8967824 CPUtime=0 cores=4,6
/proc/161086/task/161105/stat : 161105 (Timer-0) S 161083 161086 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238124774 19521036288 2241956 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
Current children cumulated CPU time: 3404.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8967824 KiB

[startup+2742.3 s]
/proc/loadavg: 4.57 4.60 4.57 6/340 161391
/proc/meminfo: memFree=102394216/131249996 swapFree=33000896/33010684
[pid=161086] ppid=161083 vsize=19063512 memory=9042616 CPUtime=3482.05 cores=4,6
/proc/161086/stat : 161086 (java) S 161083 161086 160297 0 -1 4194304 254947 0 0 0 347303 902 0 0 20 0 20 0 238124753 19521036288 2260654 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
/proc/161086/statm: 4765878 2260654 5519 1 0 2276942 0
[pid=161086/tid=161088] ppid=161083 vsize=19063512 memory=8817588 CPUtime=2692.36 cores=4,6
/proc/161086/task/161088/stat : 161088 (java) R 161083 161086 160297 0 -1 4194368 119354 0 0 0 269078 158 0 0 20 0 20 0 238124754 19521036288 2260654 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161097] ppid=161083 vsize=19063512 memory=4624 CPUtime=0 cores=4,6
/proc/161086/task/161097/stat : 161097 (Finalizer) S 161083 161086 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238124756 19521036288 2260654 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161104] ppid=161083 vsize=19063512 memory=9025972 CPUtime=0 cores=4,6
/proc/161086/task/161104/stat : 161104 (Common-Cleaner) S 161083 161086 160297 0 -1 4194368 1258 0 0 0 0 0 0 0 20 0 20 0 238124757 19521036288 2260654 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161105] ppid=161083 vsize=19063512 memory=9042616 CPUtime=0 cores=4,6
/proc/161086/task/161105/stat : 161105 (Timer-0) S 161083 161086 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238124774 19521036288 2260654 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
Current children cumulated CPU time: 3482.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9042616 KiB

[startup+2802.3 s]
/proc/loadavg: 4.54 4.58 4.56 5/339 161393
/proc/meminfo: memFree=102351396/131249996 swapFree=33000896/33010684
[pid=161086] ppid=161083 vsize=19063512 memory=9084504 CPUtime=3559.68 cores=4,6
/proc/161086/stat : 161086 (java) S 161083 161086 160297 0 -1 4194304 257454 0 0 0 355051 917 0 0 20 0 20 0 238124753 19521036288 2271126 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
/proc/161086/statm: 4765878 2271126 5519 1 0 2287386 0
[pid=161086/tid=161088] ppid=161083 vsize=19063512 memory=9216 CPUtime=2751.57 cores=4,6
/proc/161086/task/161088/stat : 161088 (java) R 161083 161086 160297 0 -1 4194368 120778 0 0 0 274997 160 0 0 20 0 20 0 238124754 19521036288 2271126 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161097] ppid=161083 vsize=19063512 memory=9067832 CPUtime=0 cores=4,6
/proc/161086/task/161097/stat : 161097 (Finalizer) S 161083 161086 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238124756 19521036288 2271126 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161104] ppid=161083 vsize=19063512 memory=9067832 CPUtime=0 cores=4,6
/proc/161086/task/161104/stat : 161104 (Common-Cleaner) S 161083 161086 160297 0 -1 4194368 1258 0 0 0 0 0 0 0 20 0 20 0 238124757 19521036288 2271126 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161105] ppid=161083 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/161086/task/161105/stat : 161105 (Timer-0) S 161083 161086 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238124774 19521036288 2271126 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
Current children cumulated CPU time: 3559.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9084504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2832.11 s]
/proc/loadavg: 4.73 4.62 4.58 5/339 161394
/proc/meminfo: memFree=102301760/131249996 swapFree=33000896/33010684
[pid=161086] ppid=161083 vsize=19063512 memory=9126296 CPUtime=3600.04 cores=4,6
/proc/161086/stat : 161086 (java) S 161083 161086 160297 0 -1 4194304 258150 0 0 0 359076 928 0 0 20 0 20 0 238124753 19521036288 2281574 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
/proc/161086/statm: 4765878 2281574 5519 1 0 2297826 0
[pid=161086/tid=161088] ppid=161083 vsize=19063512 memory=10624 CPUtime=2780.96 cores=4,6
/proc/161086/task/161088/stat : 161088 (java) R 161083 161086 160297 0 -1 4194368 121237 0 0 0 277936 160 0 0 20 0 20 0 238124754 19521036288 2281574 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161097] ppid=161083 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/161086/task/161097/stat : 161097 (Finalizer) S 161083 161086 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238124756 19521036288 2281574 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161104] ppid=161083 vsize=19063512 memory=9109624 CPUtime=0 cores=4,6
/proc/161086/task/161104/stat : 161104 (Common-Cleaner) S 161083 161086 160297 0 -1 4194368 1258 0 0 0 0 0 0 0 20 0 20 0 238124757 19521036288 2281574 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
[pid=161086/tid=161105] ppid=161083 vsize=19063512 memory=9109624 CPUtime=0 cores=4,6
/proc/161086/task/161105/stat : 161105 (Timer-0) S 161083 161086 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238124774 19521036288 2281574 18446744073709551615 94162871406592 94162871410288 140722439656224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94162871418104 94162871418896 94162875609088 140722439657852 140722439657956 140722439657956 140722439663560 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9126296 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.92 s, system=9.31518 s

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

[startup+2832.2 s]*
/proc/loadavg: 4.73 4.62 4.58 5/321 161397
/proc/meminfo: memFree=109026636/131249996 swapFree=33000896/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 2832.22
CPU time (s): 3600.24
CPU user time (s): 3590.92
CPU system time (s): 9.31518
CPU usage (%): 127.117
Max. virtual memory (cumulated for all children) (KiB): 19066444
Max. memory (cumulated for all children) (KiB): 9126296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.92
system time used= 9.31518
maximum resident set size= 9127064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259672
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143593
involuntary context switches= 48186


# summary of solver processes directly reported to runsolver:
#   pid: 161086
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3590.92
#   total CPU system time (s): 9.31518

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.77815 second user time and 13.8037 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-23 00:47:49
IDJOB=4543288
IDBENCH=172509
IDSOLVER=3361
FILE ID=nodeC023/4543288-1753224469
RUNJOBID= nodeC023-1753220945-160308
SLURM_JOB_ID= 9687806
Free space on /tmp= 432984 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/larger/domset_large_fixedcols/normalized-domset-hexgrid-fixedcols_07_140.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543288-1753224469/watcher-4543288-1753224469 -o /tmp/evaluation-result-4543288-1753224469/solver-4543288-1753224469 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1753220945-160308 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4543288-1753224469.opb

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

MD5SUM BENCH= 0942a69f21bd48da4c21a008e6f37b2a
RANDOM SEED=1592666062

nodeC023 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.858
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.78
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.856
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.78
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.663
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.78
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		: 3700.000
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        105591096 kB
MemAvailable:   107204636 kB
Buffers:              16 kB
Cached:          2355896 kB
SwapCached:         2872 kB
Active:         23223076 kB
Inactive:        1683980 kB
Active(anon):   22516904 kB
Inactive(anon):    55056 kB
Active(file):     706172 kB
Inactive(file):  1628924 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:      22551112 kB
Mapped:           123172 kB
Shmem:             20816 kB
KReclaimable:     235368 kB
Slab:             331712 kB
SReclaimable:     235368 kB
SUnreclaim:        96344 kB
KernelStack:        5232 kB
PageTables:        47920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   25603272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  22249472 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC023 at 2025-07-23 01:35:01