Trace number 4543405

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.35 3281.86

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
domset/domset-hubgraph-opb/normalized-domset-hubgraph_068.opb
MD5SUMfa4a44a126a0a168be7bf7730f3b2c61
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.040696
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables272
Total number of constraints273
Number of constraints which are clauses272
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 constraint5
Maximum length of a constraint272
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 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 296
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.17	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.21	c Free memory 		2104792832
0.12/0.21	c Max memory 		16282288128
0.12/0.21	c Total memory 		2113929216
0.12/0.22	c Number of processors 	2
0.48/0.37	c Pseudo Boolean Optimization by upper bound
0.48/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.37	c  - never skip resolution steps
0.48/0.37	c  - Auto-division on coefficients is disabled
0.48/0.37	c  - No postprocessing
0.48/0.37	c  - Conflict is considered as is when resolving
0.48/0.37	c  - Use constraints as they come during conflict analysis
0.48/0.37	c  - Weaken first using unassigned literals
0.48/0.37	c  - Bump strategy: ALWAYS_ONE
0.48/0.37	c  - Bumper: ANY
0.48/0.37	c --- Begin Solver configuration ---
0.48/0.37	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.48/0.37	c Learn all clauses as in MiniSAT
0.48/0.37	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.37	c No reason simplification
0.48/0.37	c Armin Biere (Picosat) restarts strategy
0.48/0.37	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.48/0.37	c timeout=2147483s
0.48/0.37	c DB Simplification allowed=false
0.48/0.37	c Listener: none
0.48/0.37	c --- End Solver configuration ---
0.48/0.37	c solving HOME/instance-4543405-1753225622.opb
0.48/0.37	c reading problem ... 
0.48/0.38	c  no objective function found
0.67/0.49	c ... done. Wall clock time 0.117s.
0.67/0.49	c declared #vars     272
0.67/0.50	c #constraints  273
0.67/0.50	c constraints type 
0.67/0.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.67/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 272
0.67/0.50	c 273 constraints processed.
38.47/33.66	c cleaning 2495 clauses out of 5000
211.97/200.43	c cleaning 4249 clauses out of 8505
849.40/832.68	c cleaning 5626 clauses out of 11256
3214.64/2973.62	c cleaning 6808 clauses out of 13631
3600.06/3281.73	c starts		: 54
3600.06/3281.75	c conflicts		: 26204
3600.06/3281.76	c decisions		: 98378
3600.06/3281.76	c propagations		: 490105
3600.06/3281.76	c inspects		: 1066875316
3600.06/3281.76	c shortcuts		: 0
3600.06/3281.76	c learnt literals	: 0
3600.06/3281.76	c learnt binary clauses	: 0
3600.06/3281.76	c learnt ternary clauses	: 0
3600.06/3281.76	c learnt constraints	: 26203
3600.06/3281.76	c ignored constraints	: 0
3600.06/3281.76	c root simplifications	: 0
3600.06/3281.76	c removed literals (reason simplification)	: 0
3600.06/3281.76	c reason swapping (by a shorter reason)	: 0
3600.06/3281.76	c Calls to reduceDB	: 4
3600.06/3281.76	c Number of update (reduction) of LBD	: 0
3600.06/3281.76	c Imported unit clauses	: 0
3600.06/3281.76	c No decision after first conflict	: false
3600.06/3281.77	c number of reductions to clauses (during analyze)	: 0
3600.06/3281.77	c number of learned constraints concerned by reduction	: 0
3600.06/3281.77	c number of learning phase by resolution	: 0
3600.06/3281.77	c number of learning phase by cutting planes	: 0
3600.06/3281.77	c number of rounding to 1 operations	: 0
3600.06/3281.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3281.77	c number of reductions of the coefficients by power 2 	: 0
3600.06/3281.78	c number of right shift for reduction by power 2 	: 0
3600.06/3281.78	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3281.78	c number of ending skipping 	: 0
3600.06/3281.78	c number of internal skipping 	: 0
3600.06/3281.78	c number of derivation steps 	: 184435
3600.06/3281.78	c number of skipped derivation steps 	: 0
3600.06/3281.78	c number of remaining unassigned 	: 522997
3600.06/3281.78	c number of remaining assigned 	: 6918059
3600.06/3281.78	c number of falsified literals weakened from reason	: 0
3600.06/3281.78	c number of falsified literals weakened from conflict	: 0
3600.06/3281.78	c time for arithmetic operations	: 953950706545
3600.06/3281.79	c minimum degree of deleted constraints	: null
3600.06/3281.79	c maximum degree of deleted constraints	: null
3600.06/3281.79	c number of deleted constraints	: 0
3600.06/3281.80	c speed (assignments/second)	: 149.36337596185405
3600.26/3281.80	c non guided choices	: 227
3600.26/3281.82	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 6934
3600.26/3281.82	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 91
3600.26/3281.83	s UNKNOWN
3600.26/3281.83	c Total wall clock time (in seconds): 3281.456

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100072 s]*
/proc/loadavg: 4.27 4.29 4.32 7/326 163027
/proc/meminfo: memFree=102277940/131382120 swapFree=33010416/33010684
[pid=163009] ppid=163006 vsize=18930384 memory=48408 CPUtime=0.12 cores=0,2
/proc/163009/stat : 163009 (java) S 163006 163009 162635 0 -1 4194304 5795 0 0 0 9 3 0 0 20 0 18 0 238240964 19384713216 12102 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
/proc/163009/statm: 4732596 12102 5339 1 0 547004 0
[pid=163009/tid=163011] ppid=163006 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/163009/task/163011/stat : 163011 (java) R 163006 163009 162635 0 -1 4194368 4697 0 0 0 6 2 0 0 20 0 18 0 238240966 19384713216 12102 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163020] ppid=163006 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/163009/task/163020/stat : 163020 (Finalizer) S 163006 163009 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238240970 19384713216 12102 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163027] ppid=163006 vsize=18930384 memory=55195547748946 CPUtime=0 cores=0,2
/proc/163009/task/163027/stat : 163027 (Common-Cleaner) S 163006 163009 162635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238240972 19384713216 12102 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48408 KiB

[startup+0.218984 s]*
/proc/loadavg: 4.27 4.29 4.32 6/326 163027
/proc/meminfo: memFree=102274520/131382120 swapFree=33010416/33010684
[pid=163009] ppid=163006 vsize=18930384 memory=55600 CPUtime=0.32 cores=0,2
/proc/163009/stat : 163009 (java) S 163006 163009 162635 0 -1 4194304 6538 0 0 0 28 4 0 0 20 0 18 0 238240964 19384713216 13900 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
/proc/163009/statm: 4732596 13900 5371 1 0 547603 0
[pid=163009/tid=163011] ppid=163006 vsize=18930384 memory=4026990876 CPUtime=0.19 cores=0,2
/proc/163009/task/163011/stat : 163011 (java) R 163006 163009 162635 0 -1 4194368 5056 0 0 0 17 2 0 0 20 0 18 0 238240966 19384713216 13900 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163020] ppid=163006 vsize=18930384 memory=2576 CPUtime=0 cores=0,2
/proc/163009/task/163020/stat : 163020 (Finalizer) S 163006 163009 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238240970 19384713216 13900 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163027] ppid=163006 vsize=18930384 memory=54096036103158 CPUtime=0 cores=0,2
/proc/163009/task/163027/stat : 163027 (Common-Cleaner) S 163006 163009 162635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238240972 19384713216 13900 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55600 KiB

[startup+0.314755 s]*
/proc/loadavg: 4.27 4.29 4.32 6/326 163027
/proc/meminfo: memFree=102272504/131382120 swapFree=33010416/33010684
[pid=163009] ppid=163006 vsize=18930384 memory=59144 CPUtime=0.48 cores=0,2
/proc/163009/stat : 163009 (java) S 163006 163009 162635 0 -1 4194304 6843 0 0 0 44 4 0 0 20 0 18 0 238240964 19384713216 14786 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
/proc/163009/statm: 4732596 14786 5435 1 0 547829 0
[pid=163009/tid=163011] ppid=163006 vsize=18930384 memory=-8745263052378383036 CPUtime=0.29 cores=0,2
/proc/163009/task/163011/stat : 163011 (java) R 163006 163009 162635 0 -1 4194368 5254 0 0 0 26 3 0 0 20 0 18 0 238240966 19384713216 14786 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163020] ppid=163006 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/163009/task/163020/stat : 163020 (Finalizer) S 163006 163009 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238240970 19384713216 14786 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163027] ppid=163006 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/163009/task/163027/stat : 163027 (Common-Cleaner) S 163006 163009 162635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238240972 19384713216 14786 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59144 KiB

[startup+0.700517 s]
/proc/loadavg: 4.27 4.29 4.32 7/327 163028
/proc/meminfo: memFree=102266644/131382120 swapFree=33010416/33010684
[pid=163009] ppid=163006 vsize=18996948 memory=71136 CPUtime=1.17 cores=0,2
/proc/163009/stat : 163009 (java) S 163006 163009 162635 0 -1 4194304 8486 0 0 0 112 5 0 0 20 0 19 0 238240964 19452874752 17784 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
/proc/163009/statm: 4749237 17784 5435 1 0 548857 0
[pid=163009/tid=163011] ppid=163006 vsize=18996948 memory=27392 CPUtime=0.59 cores=0,2
/proc/163009/task/163011/stat : 163011 (java) R 163006 163009 162635 0 -1 4194368 5429 0 0 0 56 3 0 0 20 0 19 0 238240966 19452874752 17784 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163020] ppid=163006 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/163009/task/163020/stat : 163020 (Finalizer) S 163006 163009 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238240970 19452874752 17784 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163027] ppid=163006 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/163009/task/163027/stat : 163027 (Common-Cleaner) S 163006 163009 162635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238240972 19452874752 17784 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163028] ppid=163006 vsize=18996948 memory=4896 CPUtime=0 cores=0,2
/proc/163009/task/163028/stat : 163028 (Timer-0) S 163006 163009 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238241014 19452874752 17784 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71136 KiB

[startup+1.5003 s]
/proc/loadavg: 4.27 4.29 4.32 6/327 163028
/proc/meminfo: memFree=102220000/131382120 swapFree=33010416/33010684
[pid=163009] ppid=163006 vsize=19063512 memory=166376 CPUtime=2.75 cores=0,2
/proc/163009/stat : 163009 (java) S 163006 163009 162635 0 -1 4194304 14923 0 0 0 265 10 0 0 20 0 20 0 238240964 19521036288 41594 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
/proc/163009/statm: 4765878 41594 5467 1 0 551038 0
[pid=163009/tid=163011] ppid=163006 vsize=19063512 memory=0 CPUtime=1.27 cores=0,2
/proc/163009/task/163011/stat : 163011 (java) R 163006 163009 162635 0 -1 4194368 5818 0 0 0 122 5 0 0 20 0 20 0 238240966 19521036288 41594 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163020] ppid=163006 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/163009/task/163020/stat : 163020 (Finalizer) S 163006 163009 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238240970 19521036288 41594 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163027] ppid=163006 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/163009/task/163027/stat : 163027 (Common-Cleaner) S 163006 163009 162635 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 238240972 19521036288 41594 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163028] ppid=163006 vsize=19063512 memory=4896 CPUtime=0 cores=0,2
/proc/163009/task/163028/stat : 163028 (Timer-0) S 163006 163009 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238241014 19521036288 41594 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166376 KiB

[startup+3.10569 s]
/proc/loadavg: 4.33 4.30 4.32 6/328 163029
/proc/meminfo: memFree=101824620/131382120 swapFree=33010416/33010684
[pid=163009] ppid=163006 vsize=19063512 memory=556296 CPUtime=5.88 cores=0,2
/proc/163009/stat : 163009 (java) S 163006 163009 162635 0 -1 4194304 23481 0 0 0 569 19 0 0 20 0 20 0 238240964 19521036288 139074 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
/proc/163009/statm: 4765878 139074 5467 1 0 933845 0
[pid=163009/tid=163011] ppid=163006 vsize=19063512 memory=11264 CPUtime=2.77 cores=0,2
/proc/163009/task/163011/stat : 163011 (java) R 163006 163009 162635 0 -1 4194368 6526 0 0 0 265 12 0 0 20 0 20 0 238240966 19521036288 139074 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163020] ppid=163006 vsize=19063512 memory=-8745263052378383036 CPUtime=0 cores=0,2
/proc/163009/task/163020/stat : 163020 (Finalizer) S 163006 163009 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238240970 19521036288 139074 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163027] ppid=163006 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/163009/task/163027/stat : 163027 (Common-Cleaner) S 163006 163009 162635 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 238240972 19521036288 139074 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163028] ppid=163006 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/163009/task/163028/stat : 163028 (Timer-0) S 163006 163009 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238241014 19521036288 139074 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 556296 KiB

[startup+6.30044 s]
/proc/loadavg: 4.33 4.30 4.32 4/304 163105
/proc/meminfo: memFree=110023108/131382120 swapFree=33010416/33010684
[pid=163009] ppid=163006 vsize=19063512 memory=1105460 CPUtime=9.76 cores=0,2
/proc/163009/stat : 163009 (java) S 163006 163009 162635 0 -1 4194304 23866 0 0 0 947 29 0 0 20 0 20 0 238240964 19521036288 276365 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
/proc/163009/statm: 4765878 276365 5467 1 0 933857 0
[pid=163009/tid=163011] ppid=163006 vsize=19063512 memory=0 CPUtime=5.85 cores=0,2
/proc/163009/task/163011/stat : 163011 (java) R 163006 163009 162635 0 -1 4194368 6750 0 0 0 565 20 0 0 20 0 20 0 238240966 19521036288 276365 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163020] ppid=163006 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/163009/task/163020/stat : 163020 (Finalizer) S 163006 163009 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238240970 19521036288 276365 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163027] ppid=163006 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/163009/task/163027/stat : 163027 (Common-Cleaner) S 163006 163009 162635 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 238240972 19521036288 276365 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163028] ppid=163006 vsize=19063512 memory=171896 CPUtime=0 cores=0,2
/proc/163009/task/163028/stat : 163028 (Timer-0) S 163006 163009 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238241014 19521036288 276365 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
Current children cumulated CPU time: 9.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1105460 KiB

[startup+12.7004 s]
/proc/loadavg: 4.44 4.33 4.33 8/327 163227
/proc/meminfo: memFree=109267896/131382120 swapFree=33010416/33010684
[pid=163009] ppid=163006 vsize=19063512 memory=1899356 CPUtime=16.57 cores=0,2
/proc/163009/stat : 163009 (java) S 163006 163009 162635 0 -1 4194304 24750 0 0 0 1611 46 0 0 20 0 20 0 238240964 19521036288 474839 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
/proc/163009/statm: 4765878 474839 5467 1 0 1061283 0
[pid=163009/tid=163011] ppid=163006 vsize=19063512 memory=171896 CPUtime=12.09 cores=0,2
/proc/163009/task/163011/stat : 163011 (java) R 163006 163009 162635 0 -1 4194368 7278 0 0 0 1174 35 0 0 20 0 20 0 238240966 19521036288 474839 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163020] ppid=163006 vsize=19063512 memory=1612616 CPUtime=0 cores=0,2
/proc/163009/task/163020/stat : 163020 (Finalizer) S 163006 163009 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238240970 19521036288 474839 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163027] ppid=163006 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/163009/task/163027/stat : 163027 (Common-Cleaner) S 163006 163009 162635 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 238240972 19521036288 474839 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163028] ppid=163006 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/163009/task/163028/stat : 163028 (Timer-0) S 163006 163009 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238241014 19521036288 474839 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
Current children cumulated CPU time: 16.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1899356 KiB

[startup+25.5005 s]
/proc/loadavg: 4.52 4.35 4.33 6/326 163362
/proc/meminfo: memFree=121569892/131382120 swapFree=33010416/33010684
[pid=163009] ppid=163006 vsize=19063512 memory=2394972 CPUtime=29.73 cores=0,2
/proc/163009/stat : 163009 (java) S 163006 163009 162635 0 -1 4194304 28259 0 0 0 2915 58 0 0 20 0 20 0 238240964 19521036288 598743 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
/proc/163009/statm: 4765878 598743 5467 1 0 1061288 0
[pid=163009/tid=163011] ppid=163006 vsize=19063512 memory=0 CPUtime=24.5 cores=0,2
/proc/163009/task/163011/stat : 163011 (java) R 163006 163009 162635 0 -1 4194368 8935 0 0 0 2404 46 0 0 20 0 20 0 238240966 19521036288 598743 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163020] ppid=163006 vsize=19063512 memory=171896 CPUtime=0 cores=0,2
/proc/163009/task/163020/stat : 163020 (Finalizer) S 163006 163009 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238240970 19521036288 598743 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163027] ppid=163006 vsize=19063512 memory=1105460 CPUtime=0 cores=0,2
/proc/163009/task/163027/stat : 163027 (Common-Cleaner) S 163006 163009 162635 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 238240972 19521036288 598743 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163028] ppid=163006 vsize=19063512 memory=2394972 CPUtime=0 cores=0,2
/proc/163009/task/163028/stat : 163028 (Timer-0) S 163006 163009 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238241014 19521036288 598743 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
Current children cumulated CPU time: 29.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2394972 KiB

[startup+51.1138 s]
/proc/loadavg: 4.56 4.37 4.34 5/326 163362
/proc/meminfo: memFree=119140864/131382120 swapFree=33010416/33010684
[pid=163009] ppid=163006 vsize=19063512 memory=2680208 CPUtime=56.61 cores=0,2
/proc/163009/stat : 163009 (java) S 163006 163009 162635 0 -1 4194304 37666 0 0 0 5593 68 0 0 20 0 20 0 238240964 19521036288 670052 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
/proc/163009/statm: 4765878 670052 5467 1 0 1061338 0
[pid=163009/tid=163011] ppid=163006 vsize=19063512 memory=0 CPUtime=49.49 cores=0,2
/proc/163009/task/163011/stat : 163011 (java) R 163006 163009 162635 0 -1 4194368 12486 0 0 0 4902 47 0 0 20 0 20 0 238240966 19521036288 670052 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163020] ppid=163006 vsize=19063512 memory=2680208 CPUtime=0 cores=0,2
/proc/163009/task/163020/stat : 163020 (Finalizer) S 163006 163009 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238240970 19521036288 670052 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0

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

[startup+2922.3 s]
/proc/loadavg: 4.61 4.48 4.35 5/327 163502
/proc/meminfo: memFree=108489220/131382120 swapFree=33010416/33010684
[pid=163009] ppid=163006 vsize=19063512 memory=7376300 CPUtime=3149.88 cores=0,2
/proc/163009/stat : 163009 (java) S 163006 163009 162635 0 -1 4194304 203231 0 0 0 314423 565 0 0 20 0 20 0 238240964 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
/proc/163009/statm: 4765878 1844075 5499 1 0 1856999 0
[pid=163009/tid=163011] ppid=163006 vsize=19063512 memory=7374232 CPUtime=2865.05 cores=0,2
/proc/163009/task/163011/stat : 163011 (java) R 163006 163009 162635 0 -1 4194368 101567 0 0 0 286385 120 0 0 20 0 20 0 238240966 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163020] ppid=163006 vsize=19063512 memory=7362448 CPUtime=0 cores=0,2
/proc/163009/task/163020/stat : 163020 (Finalizer) S 163006 163009 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238240970 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163027] ppid=163006 vsize=19063512 memory=7376300 CPUtime=0 cores=0,2
/proc/163009/task/163027/stat : 163027 (Common-Cleaner) S 163006 163009 162635 0 -1 4194368 1916 0 0 0 0 0 0 0 20 0 20 0 238240972 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163028] ppid=163006 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/163009/task/163028/stat : 163028 (Timer-0) S 163006 163009 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238241014 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
Current children cumulated CPU time: 3149.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7376300 KiB

[startup+2982.3 s]
/proc/loadavg: 4.56 4.48 4.37 5/327 163504
/proc/meminfo: memFree=108490504/131382120 swapFree=33010416/33010684
[pid=163009] ppid=163006 vsize=19063512 memory=7376300 CPUtime=3225.63 cores=0,2
/proc/163009/stat : 163009 (java) S 163006 163009 162635 0 -1 4194304 208828 0 0 0 321979 584 0 0 20 0 20 0 238240964 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
/proc/163009/statm: 4765878 1844075 5499 1 0 1856999 0
[pid=163009/tid=163011] ppid=163006 vsize=19063512 memory=7376300 CPUtime=2924.02 cores=0,2
/proc/163009/task/163011/stat : 163011 (java) R 163006 163009 162635 0 -1 4194368 105512 0 0 0 292282 120 0 0 20 0 20 0 238240966 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163020] ppid=163006 vsize=19063512 memory=7376300 CPUtime=0 cores=0,2
/proc/163009/task/163020/stat : 163020 (Finalizer) S 163006 163009 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238240970 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163027] ppid=163006 vsize=19063512 memory=7376300 CPUtime=0 cores=0,2
/proc/163009/task/163027/stat : 163027 (Common-Cleaner) S 163006 163009 162635 0 -1 4194368 1928 0 0 0 0 0 0 0 20 0 20 0 238240972 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163028] ppid=163006 vsize=19063512 memory=7376300 CPUtime=0 cores=0,2
/proc/163009/task/163028/stat : 163028 (Timer-0) S 163006 163009 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238241014 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
Current children cumulated CPU time: 3225.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7376300 KiB

[startup+3042.3 s]
/proc/loadavg: 4.53 4.49 4.37 6/327 163506
/proc/meminfo: memFree=108493620/131382120 swapFree=33010416/33010684
[pid=163009] ppid=163006 vsize=19063512 memory=7376300 CPUtime=3299.25 cores=0,2
/proc/163009/stat : 163009 (java) S 163006 163009 162635 0 -1 4194304 213432 0 0 0 329323 602 0 0 20 0 20 0 238240964 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
/proc/163009/statm: 4765878 1844075 5499 1 0 1856999 0
[pid=163009/tid=163011] ppid=163006 vsize=19063512 memory=14464 CPUtime=2982.92 cores=0,2
/proc/163009/task/163011/stat : 163011 (java) R 163006 163009 162635 0 -1 4194368 108232 0 0 0 298171 121 0 0 20 0 20 0 238240966 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163020] ppid=163006 vsize=19063512 memory=7376300 CPUtime=0 cores=0,2
/proc/163009/task/163020/stat : 163020 (Finalizer) S 163006 163009 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238240970 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163027] ppid=163006 vsize=19063512 memory=7376300 CPUtime=0 cores=0,2
/proc/163009/task/163027/stat : 163027 (Common-Cleaner) S 163006 163009 162635 0 -1 4194368 1979 0 0 0 0 0 0 0 20 0 20 0 238240972 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163028] ppid=163006 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/163009/task/163028/stat : 163028 (Timer-0) S 163006 163009 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238241014 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
Current children cumulated CPU time: 3299.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7376300 KiB

[startup+3102.3 s]
/proc/loadavg: 4.58 4.52 4.39 5/326 163508
/proc/meminfo: memFree=108493272/131382120 swapFree=33010416/33010684
[pid=163009] ppid=163006 vsize=19063512 memory=7376300 CPUtime=3372.18 cores=0,2
/proc/163009/stat : 163009 (java) S 163006 163009 162635 0 -1 4194304 216055 0 0 0 336598 620 0 0 20 0 20 0 238240964 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
/proc/163009/statm: 4765878 1844075 5499 1 0 1856999 0
[pid=163009/tid=163011] ppid=163006 vsize=19063512 memory=6606840 CPUtime=3042.03 cores=0,2
/proc/163009/task/163011/stat : 163011 (java) R 163006 163009 162635 0 -1 4194368 110446 0 0 0 304081 122 0 0 20 0 20 0 238240966 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163020] ppid=163006 vsize=19063512 memory=7376300 CPUtime=0 cores=0,2
/proc/163009/task/163020/stat : 163020 (Finalizer) S 163006 163009 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238240970 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163027] ppid=163006 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/163009/task/163027/stat : 163027 (Common-Cleaner) S 163006 163009 162635 0 -1 4194368 1980 0 0 0 0 0 0 0 20 0 20 0 238240972 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163028] ppid=163006 vsize=19063512 memory=7376300 CPUtime=0 cores=0,2
/proc/163009/task/163028/stat : 163028 (Timer-0) S 163006 163009 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238241014 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
Current children cumulated CPU time: 3372.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7376300 KiB

[startup+3162.3 s]
/proc/loadavg: 4.46 4.50 4.39 5/327 163513
/proc/meminfo: memFree=108072712/131382120 swapFree=33010416/33010684
[pid=163009] ppid=163006 vsize=19063512 memory=7376300 CPUtime=3447.25 cores=0,2
/proc/163009/stat : 163009 (java) S 163006 163009 162635 0 -1 4194304 222135 0 0 0 344086 639 0 0 20 0 20 0 238240964 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
/proc/163009/statm: 4765878 1844075 5499 1 0 1856999 0
[pid=163009/tid=163011] ppid=163006 vsize=19063512 memory=6606840 CPUtime=3101.03 cores=0,2
/proc/163009/task/163011/stat : 163011 (java) R 163006 163009 162635 0 -1 4194368 113130 0 0 0 309981 122 0 0 20 0 20 0 238240966 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163020] ppid=163006 vsize=19063512 memory=7376300 CPUtime=0 cores=0,2
/proc/163009/task/163020/stat : 163020 (Finalizer) S 163006 163009 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238240970 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163027] ppid=163006 vsize=19063512 memory=7376300 CPUtime=0 cores=0,2
/proc/163009/task/163027/stat : 163027 (Common-Cleaner) S 163006 163009 162635 0 -1 4194368 2031 0 0 0 0 0 0 0 20 0 20 0 238240972 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163028] ppid=163006 vsize=19063512 memory=7376300 CPUtime=0 cores=0,2
/proc/163009/task/163028/stat : 163028 (Timer-0) S 163006 163009 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238241014 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
Current children cumulated CPU time: 3447.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7376300 KiB

[startup+3222.33 s]
/proc/loadavg: 4.30 4.45 4.38 5/326 163519
/proc/meminfo: memFree=108072972/131382120 swapFree=33010416/33010684
[pid=163009] ppid=163006 vsize=19063512 memory=7376300 CPUtime=3525.33 cores=0,2
/proc/163009/stat : 163009 (java) S 163006 163009 162635 0 -1 4194304 227055 0 0 0 351872 661 0 0 20 0 20 0 238240964 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
/proc/163009/statm: 4765878 1844075 5499 1 0 1856999 0
[pid=163009/tid=163011] ppid=163006 vsize=19063512 memory=7376300 CPUtime=3159.86 cores=0,2
/proc/163009/task/163011/stat : 163011 (java) S 163006 163009 162635 0 -1 4194368 115377 0 0 0 315863 123 0 0 20 0 20 0 238240966 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163020] ppid=163006 vsize=19063512 memory=7376300 CPUtime=0 cores=0,2
/proc/163009/task/163020/stat : 163020 (Finalizer) S 163006 163009 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238240970 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163027] ppid=163006 vsize=19063512 memory=7376300 CPUtime=0 cores=0,2
/proc/163009/task/163027/stat : 163027 (Common-Cleaner) S 163006 163009 162635 0 -1 4194368 2057 0 0 0 0 0 0 0 20 0 20 0 238240972 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163028] ppid=163006 vsize=19063512 memory=7376300 CPUtime=0 cores=0,2
/proc/163009/task/163028/stat : 163028 (Timer-0) S 163006 163009 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238241014 19521036288 1844075 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
Current children cumulated CPU time: 3525.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7376300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3281.7 s]
/proc/loadavg: 4.28 4.42 4.37 5/326 163536
/proc/meminfo: memFree=108069840/131382120 swapFree=33010416/33010684
[pid=163009] ppid=163006 vsize=19063512 memory=7376428 CPUtime=3600.06 cores=0,2
/proc/163009/stat : 163009 (java) S 163006 163009 162635 0 -1 4194304 231937 0 0 0 359325 681 0 0 20 0 20 0 238240964 19521036288 1844107 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
/proc/163009/statm: 4765878 1844107 5499 1 0 1857035 0
[pid=163009/tid=163011] ppid=163006 vsize=19063512 memory=7376428 CPUtime=3218.36 cores=0,2
/proc/163009/task/163011/stat : 163011 (java) R 163006 163009 162635 0 -1 4194368 118222 0 0 0 321713 123 0 0 20 0 20 0 238240966 19521036288 1844107 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163020] ppid=163006 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/163009/task/163020/stat : 163020 (Finalizer) S 163006 163009 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238240970 19521036288 1844107 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163027] ppid=163006 vsize=19063512 memory=10240 CPUtime=0 cores=0,2
/proc/163009/task/163027/stat : 163027 (Common-Cleaner) S 163006 163009 162635 0 -1 4194368 2139 0 0 0 0 0 0 0 20 0 20 0 238240972 19521036288 1844107 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163028] ppid=163006 vsize=19063512 memory=19968 CPUtime=0 cores=0,2
/proc/163009/task/163028/stat : 163028 (Timer-0) S 163006 163009 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238241014 19521036288 1844107 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7376428 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.51 s, system=6.83698 s

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

[startup+3281.8 s]
/proc/loadavg: 4.28 4.42 4.37 5/326 163536
/proc/meminfo: memFree=108069840/131382120 swapFree=33010416/33010684
[pid=163009] ppid=163006 vsize=19263204 memory=7377324 CPUtime=3600.26 cores=0,2
/proc/163009/stat : 163009 (java) S 163006 163009 162635 0 -1 4194304 233328 0 0 0 359345 681 0 0 20 0 21 0 238240964 19725520896 1844331 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
/proc/163009/statm: 4815801 1844331 5531 1 0 1857954 0
[pid=163009/tid=163011] ppid=163006 vsize=19263204 memory=280098037039360 CPUtime=3218.47 cores=0,2
/proc/163009/task/163011/stat : 163011 (java) R 163006 163009 162635 0 -1 4194368 118222 0 0 0 321724 123 0 0 20 0 21 0 238240966 19725520896 1844331 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163020] ppid=163006 vsize=19263204 memory=14464 CPUtime=0 cores=0,2
/proc/163009/task/163020/stat : 163020 (Finalizer) S 163006 163009 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238240970 19725520896 1844331 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
[pid=163009/tid=163027] ppid=163006 vsize=19263204 memory=27392 CPUtime=0 cores=0,2
/proc/163009/task/163027/stat : 163027 (Common-Cleaner) S 163006 163009 162635 0 -1 4194368 2139 0 0 0 0 0 0 0 20 0 21 0 238240972 19725520896 1844331 18446744073709551615 94867582660608 94867582664304 140735784345696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94867582672120 94867582672912 94867599859712 140735784352124 140735784352228 140735784352228 140735784357832 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 7377324 KiB

Child status: 143

Real time (s): 3281.86
CPU time (s): 3600.35
CPU user time (s): 3593.51
CPU system time (s): 6.83698
CPU usage (%): 109.705
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7377324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.51
system time used= 6.83698
maximum resident set size= 7377580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233478
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143772
involuntary context switches= 29801


# summary of solver processes directly reported to runsolver:
#   pid: 163009
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3593.51
#   total CPU system time (s): 6.83698

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1045 second user time and 34.4483 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-23 01:07:02
IDJOB=4543405
IDBENCH=173155
IDSOLVER=3361
FILE ID=nodeC002/4543405-1753225622
RUNJOBID= nodeC002-1753222103-162645
SLURM_JOB_ID= 9687816
Free space on /tmp= 432320 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/domset-hubgraph-opb/normalized-domset-hubgraph_068.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543405-1753225622/watcher-4543405-1753225622 -o /tmp/evaluation-result-4543405-1753225622/solver-4543405-1753225622 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1753222103-162645 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4543405-1753225622.opb

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

MD5SUM BENCH= fa4a44a126a0a168be7bf7730f3b2c61
RANDOM SEED=2006272673

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        102303176 kB
MemAvailable:   103569164 kB
Buffers:            2128 kB
Cached:          2018280 kB
SwapCached:           28 kB
Active:         27446140 kB
Inactive:         909432 kB
Active(anon):   26355020 kB
Inactive(anon):     6300 kB
Active(file):    1091120 kB
Inactive(file):   903132 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               744 kB
Writeback:             0 kB
AnonPages:      26338244 kB
Mapped:           129084 kB
Shmem:             26124 kB
KReclaimable:     222728 kB
Slab:             314836 kB
SReclaimable:     222728 kB
SUnreclaim:        92108 kB
KernelStack:        5008 kB
PageTables:        55296 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   27420268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  26060800 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432320 MiB
End job on nodeC002 at 2025-07-23 02:01:44