Trace number 4544926

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.21 3582.79

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
koops/normalized-mat11_9_triangular.opb
MD5SUM55ea5846128537f4a8d7ca86dce5740f
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.785722
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4437
Total number of constraints40924
Number of constraints which are clauses38980
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1944
Minimum length of a constraint2
Maximum length of a constraint11
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ANY
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4544926-1753233022.opb
0.13/0.16	c reading problem ... 
0.13/0.17	c  no objective function found
0.70/0.48	c ... done. Wall clock time 0.317s.
0.70/0.48	c declared #vars     4437
0.70/0.48	c #constraints  40924
0.70/0.48	c constraints type 
0.70/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 972
0.70/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4455
0.70/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 35497
0.70/0.48	c 40924 constraints processed.
16.86/12.98	c cleaning 2498 clauses out of 5000
71.74/67.06	c cleaning 4238 clauses out of 8503
261.30/255.92	c cleaning 5633 clauses out of 11267
660.44/653.89	c cleaning 6814 clauses out of 13631
1160.73/1152.46	c cleaning 7901 clauses out of 15817
2163.01/2151.75	c cleaning 8951 clauses out of 17916
3485.83/3469.74	c cleaning 9970 clauses out of 19966
3600.05/3582.71	c starts		: 76
3600.05/3582.72	c conflicts		: 57056
3600.05/3582.72	c decisions		: 190287
3600.05/3582.72	c propagations		: 18387906
3600.05/3582.72	c inspects		: 5327701860
3600.05/3582.72	c shortcuts		: 0
3600.05/3582.72	c learnt literals	: 0
3600.05/3582.73	c learnt binary clauses	: 0
3600.05/3582.73	c learnt ternary clauses	: 0
3600.05/3582.73	c learnt constraints	: 57056
3600.05/3582.73	c ignored constraints	: 0
3600.05/3582.73	c root simplifications	: 0
3600.05/3582.73	c removed literals (reason simplification)	: 0
3600.05/3582.73	c reason swapping (by a shorter reason)	: 0
3600.05/3582.73	c Calls to reduceDB	: 7
3600.05/3582.73	c Number of update (reduction) of LBD	: 0
3600.05/3582.73	c Imported unit clauses	: 0
3600.05/3582.73	c No decision after first conflict	: false
3600.05/3582.73	c number of reductions to clauses (during analyze)	: 0
3600.05/3582.73	c number of learned constraints concerned by reduction	: 0
3600.05/3582.73	c number of learning phase by resolution	: 0
3600.05/3582.73	c number of learning phase by cutting planes	: 0
3600.05/3582.73	c number of rounding to 1 operations	: 0
3600.05/3582.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3582.73	c number of reductions of the coefficients by power 2 	: 0
3600.05/3582.73	c number of right shift for reduction by power 2 	: 0
3600.05/3582.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3582.74	c number of ending skipping 	: 0
3600.05/3582.74	c number of internal skipping 	: 0
3600.05/3582.74	c number of derivation steps 	: 930309
3600.05/3582.74	c number of skipped derivation steps 	: 0
3600.05/3582.74	c number of remaining unassigned 	: 216018
3600.05/3582.74	c number of remaining assigned 	: 7738792
3600.05/3582.74	c number of falsified literals weakened from reason	: 0
3600.05/3582.74	c number of falsified literals weakened from conflict	: 0
3600.05/3582.74	c time for arithmetic operations	: 8093623971
3600.05/3582.74	c minimum degree of deleted constraints	: null
3600.05/3582.74	c maximum degree of deleted constraints	: null
3600.05/3582.74	c number of deleted constraints	: 0
3600.05/3582.74	c speed (assignments/second)	: 5133.0490433687355
3600.05/3582.76	c non guided choices	: 326
3600.05/3582.76	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 11051
3600.05/3582.77	s UNKNOWN
3600.05/3582.77	c Total wall clock time (in seconds): 3582.605

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=169907, runsolver pid=169904

[startup+0.100061 s]*
/proc/loadavg: 4.25 4.20 4.16 6/341 169925
/proc/meminfo: memFree=114623356/131250000 swapFree=33008356/33010684
[pid=169907] ppid=169904 vsize=18930384 memory=55548 CPUtime=0.13 cores=1,3
/proc/169907/stat : 169907 (java) S 169904 169907 168190 0 -1 4194304 6555 0 0 0 11 2 0 0 20 0 18 0 238979675 19384713216 13887 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
/proc/169907/statm: 4732596 13887 5336 1 0 547604 0
[pid=169907/tid=169909] ppid=169904 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/169907/task/169909/stat : 169909 (java) R 169904 169907 168190 0 -1 4194368 5060 0 0 0 6 1 0 0 20 0 18 0 238979676 19384713216 13887 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169918] ppid=169904 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/169907/task/169918/stat : 169918 (Finalizer) S 169904 169907 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238979678 19384713216 13887 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169925] ppid=169904 vsize=18930384 memory=60684515934839 CPUtime=0 cores=1,3
/proc/169907/task/169925/stat : 169925 (Common-Cleaner) S 169904 169907 168190 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 238979679 19384713216 13887 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55548 KiB

[startup+0.205722 s]*
/proc/loadavg: 4.25 4.20 4.16 7/341 169925
/proc/meminfo: memFree=114618256/131250000 swapFree=33008356/33010684
[pid=169907] ppid=169904 vsize=18930384 memory=64144 CPUtime=0.31 cores=1,3
/proc/169907/stat : 169907 (java) S 169904 169907 168190 0 -1 4194304 7101 0 0 0 29 2 0 0 20 0 18 0 238979675 19384713216 16036 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
/proc/169907/statm: 4732596 16036 5400 1 0 547957 0
[pid=169907/tid=169909] ppid=169904 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=1,3
/proc/169907/task/169909/stat : 169909 (java) R 169904 169907 168190 0 -1 4194368 5372 0 0 0 16 1 0 0 20 0 18 0 238979676 19384713216 16036 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169918] ppid=169904 vsize=18930384 memory=15987 CPUtime=0 cores=1,3
/proc/169907/task/169918/stat : 169918 (Finalizer) S 169904 169907 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238979678 19384713216 16036 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169925] ppid=169904 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/169907/task/169925/stat : 169925 (Common-Cleaner) S 169904 169907 168190 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 238979679 19384713216 16036 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64144 KiB

[startup+0.305771 s]*
/proc/loadavg: 4.25 4.20 4.16 6/341 169925
/proc/meminfo: memFree=114589900/131250000 swapFree=33008356/33010684
[pid=169907] ppid=169904 vsize=18930384 memory=93212 CPUtime=0.51 cores=1,3
/proc/169907/stat : 169907 (java) S 169904 169907 168190 0 -1 4194304 8647 0 0 0 48 3 0 0 20 0 18 0 238979675 19384713216 23303 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
/proc/169907/statm: 4732596 23303 5400 1 0 549002 0
[pid=169907/tid=169909] ppid=169904 vsize=18930384 memory=-8889368319079785148 CPUtime=0.27 cores=1,3
/proc/169907/task/169909/stat : 169909 (java) R 169904 169907 168190 0 -1 4194368 5403 0 0 0 25 2 0 0 20 0 18 0 238979676 19384713216 23303 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169918] ppid=169904 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/169907/task/169918/stat : 169918 (Finalizer) S 169904 169907 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238979678 19384713216 23303 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169925] ppid=169904 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/169907/task/169925/stat : 169925 (Common-Cleaner) S 169904 169907 168190 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 238979679 19384713216 23303 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 93212 KiB

[startup+0.700195 s]
/proc/loadavg: 4.25 4.20 4.16 8/343 169927
/proc/meminfo: memFree=114522600/131250000 swapFree=33008356/33010684
[pid=169907] ppid=169904 vsize=19063512 memory=178148 CPUtime=1.26 cores=1,3
/proc/169907/stat : 169907 (java) S 169904 169907 168190 0 -1 4194304 14561 0 0 0 121 5 0 0 20 0 20 0 238979675 19521036288 44537 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
/proc/169907/statm: 4765878 44537 5464 1 0 553758 0
[pid=169907/tid=169909] ppid=169904 vsize=19063512 memory=27904 CPUtime=0.61 cores=1,3
/proc/169907/task/169909/stat : 169909 (java) R 169904 169907 168190 0 -1 4194368 5486 0 0 0 58 3 0 0 20 0 20 0 238979676 19521036288 44537 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169918] ppid=169904 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/169907/task/169918/stat : 169918 (Finalizer) S 169904 169907 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238979678 19521036288 44537 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169925] ppid=169904 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/169907/task/169925/stat : 169925 (Common-Cleaner) S 169904 169907 168190 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 238979679 19521036288 44537 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169927] ppid=169904 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/169907/task/169927/stat : 169927 (Timer-0) S 169904 169907 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238979724 19521036288 44537 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178148 KiB

[startup+1.50026 s]
/proc/loadavg: 4.25 4.20 4.16 6/343 169927
/proc/meminfo: memFree=114505968/131250000 swapFree=33008356/33010684
[pid=169907] ppid=169904 vsize=19063512 memory=242620 CPUtime=2.85 cores=1,3
/proc/169907/stat : 169907 (java) S 169904 169907 168190 0 -1 4194304 15367 0 0 0 278 7 0 0 20 0 20 0 238979675 19521036288 60655 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
/proc/169907/statm: 4765878 60655 5464 1 0 554109 0
[pid=169907/tid=169909] ppid=169904 vsize=19063512 memory=0 CPUtime=1.36 cores=1,3
/proc/169907/task/169909/stat : 169909 (java) R 169904 169907 168190 0 -1 4194368 5518 0 0 0 132 4 0 0 20 0 20 0 238979676 19521036288 60655 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169918] ppid=169904 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/169907/task/169918/stat : 169918 (Finalizer) S 169904 169907 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238979678 19521036288 60655 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169925] ppid=169904 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/169907/task/169925/stat : 169925 (Common-Cleaner) S 169904 169907 168190 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 238979679 19521036288 60655 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169927] ppid=169904 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/169907/task/169927/stat : 169927 (Timer-0) S 169904 169907 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238979724 19521036288 60655 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 242620 KiB

[startup+3.10574 s]
/proc/loadavg: 4.31 4.21 4.16 5/343 169927
/proc/meminfo: memFree=113782864/131250000 swapFree=33008356/33010684
[pid=169907] ppid=169904 vsize=19063512 memory=906384 CPUtime=5.79 cores=1,3
/proc/169907/stat : 169907 (java) S 169904 169907 168190 0 -1 4194304 18181 0 0 0 558 21 0 0 20 0 20 0 238979675 19521036288 226596 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
/proc/169907/statm: 4765878 226596 5464 1 0 555002 0
[pid=169907/tid=169909] ppid=169904 vsize=19063512 memory=10752 CPUtime=2.94 cores=1,3
/proc/169907/task/169909/stat : 169909 (java) R 169904 169907 168190 0 -1 4194368 5926 0 0 0 278 16 0 0 20 0 20 0 238979676 19521036288 226596 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169918] ppid=169904 vsize=19063512 memory=-8889368319079785148 CPUtime=0 cores=1,3
/proc/169907/task/169918/stat : 169918 (Finalizer) S 169904 169907 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238979678 19521036288 226596 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169925] ppid=169904 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/169907/task/169925/stat : 169925 (Common-Cleaner) S 169904 169907 168190 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 238979679 19521036288 226596 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169927] ppid=169904 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/169907/task/169927/stat : 169927 (Timer-0) S 169904 169907 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238979724 19521036288 226596 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
Current children cumulated CPU time: 5.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 906384 KiB

[startup+6.30022 s]
/proc/loadavg: 4.31 4.21 4.16 5/343 169927
/proc/meminfo: memFree=113367360/131250000 swapFree=33008356/33010684
[pid=169907] ppid=169904 vsize=19063512 memory=1324796 CPUtime=10.19 cores=1,3
/proc/169907/stat : 169907 (java) S 169904 169907 168190 0 -1 4194304 27555 0 0 0 989 30 0 0 20 0 20 0 238979675 19521036288 331199 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
/proc/169907/statm: 4765878 331199 5464 1 0 555377 0
[pid=169907/tid=169909] ppid=169904 vsize=19063512 memory=0 CPUtime=6.1 cores=1,3
/proc/169907/task/169909/stat : 169909 (java) R 169904 169907 168190 0 -1 4194368 7398 0 0 0 586 24 0 0 20 0 20 0 238979676 19521036288 331199 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169918] ppid=169904 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/169907/task/169918/stat : 169918 (Finalizer) S 169904 169907 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238979678 19521036288 331199 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169925] ppid=169904 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/169907/task/169925/stat : 169925 (Common-Cleaner) S 169904 169907 168190 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 238979679 19521036288 331199 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169927] ppid=169904 vsize=19063512 memory=306228 CPUtime=0 cores=1,3
/proc/169907/task/169927/stat : 169927 (Timer-0) S 169904 169907 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238979724 19521036288 331199 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
Current children cumulated CPU time: 10.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1324796 KiB

[startup+12.7002 s]
/proc/loadavg: 4.49 4.25 4.18 5/343 169927
/proc/meminfo: memFree=113364060/131250000 swapFree=33008356/33010684
[pid=169907] ppid=169904 vsize=19063512 memory=1331052 CPUtime=16.66 cores=1,3
/proc/169907/stat : 169907 (java) S 169904 169907 168190 0 -1 4194304 28202 0 0 0 1635 31 0 0 20 0 20 0 238979675 19521036288 332763 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
/proc/169907/statm: 4765878 332763 5464 1 0 555377 0
[pid=169907/tid=169909] ppid=169904 vsize=19063512 memory=306228 CPUtime=12.41 cores=1,3
/proc/169907/task/169909/stat : 169909 (java) R 169904 169907 168190 0 -1 4194368 7878 0 0 0 1217 24 0 0 20 0 20 0 238979676 19521036288 332763 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169918] ppid=169904 vsize=19063512 memory=1329000 CPUtime=0 cores=1,3
/proc/169907/task/169918/stat : 169918 (Finalizer) S 169904 169907 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238979678 19521036288 332763 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169925] ppid=169904 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/169907/task/169925/stat : 169925 (Common-Cleaner) S 169904 169907 168190 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 238979679 19521036288 332763 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169927] ppid=169904 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/169907/task/169927/stat : 169927 (Timer-0) S 169904 169907 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238979724 19521036288 332763 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
Current children cumulated CPU time: 16.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1331052 KiB

[startup+25.5002 s]
/proc/loadavg: 4.41 4.25 4.17 5/342 169927
/proc/meminfo: memFree=113344116/131250000 swapFree=33008356/33010684
[pid=169907] ppid=169904 vsize=19063512 memory=1341552 CPUtime=29.78 cores=1,3
/proc/169907/stat : 169907 (java) S 169904 169907 168190 0 -1 4194304 33865 0 0 0 2946 32 0 0 20 0 20 0 238979675 19521036288 335388 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
/proc/169907/statm: 4765878 335388 5464 1 0 555426 0
[pid=169907/tid=169909] ppid=169904 vsize=19063512 memory=1329000 CPUtime=25.03 cores=1,3
/proc/169907/task/169909/stat : 169909 (java) R 169904 169907 168190 0 -1 4194368 9955 0 0 0 2479 24 0 0 20 0 20 0 238979676 19521036288 335388 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169918] ppid=169904 vsize=19063512 memory=-8889368319079785148 CPUtime=0 cores=1,3
/proc/169907/task/169918/stat : 169918 (Finalizer) S 169904 169907 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238979678 19521036288 335388 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169925] ppid=169904 vsize=19063512 memory=1341552 CPUtime=0 cores=1,3
/proc/169907/task/169925/stat : 169925 (Common-Cleaner) S 169904 169907 168190 0 -1 4194368 67 0 0 0 0 0 0 0 20 0 20 0 238979679 19521036288 335388 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169927] ppid=169904 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/169907/task/169927/stat : 169927 (Timer-0) S 169904 169907 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238979724 19521036288 335388 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
Current children cumulated CPU time: 29.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1341552 KiB

[startup+51.1058 s]
/proc/loadavg: 4.33 4.24 4.17 5/342 169927
/proc/meminfo: memFree=113309100/131250000 swapFree=33008356/33010684
[pid=169907] ppid=169904 vsize=19063512 memory=1362356 CPUtime=55.74 cores=1,3
/proc/169907/stat : 169907 (java) S 169904 169907 168190 0 -1 4194304 39316 0 0 0 5539 35 0 0 20 0 20 0 238979675 19521036288 340589 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
/proc/169907/statm: 4765878 340589 5464 1 0 555426 0
[pid=169907/tid=169909] ppid=169904 vsize=19063512 memory=1358224 CPUtime=50.33 cores=1,3
/proc/169907/task/169909/stat : 169909 (java) R 169904 169907 168190 0 -1 4194368 12349 0 0 0 5008 25 0 0 20 0 20 0 238979676 19521036288 340589 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169918] ppid=169904 vsize=19063512 memory=1352032 CPUtime=0 cores=1,3
/proc/169907/task/169918/stat : 169918 (Finalizer) S 169904 169907 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238979678 19521036288 340589 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169925] ppid=169904 vsize=19063512 memory=1352032 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=118421840/131250000 swapFree=33008356/33010684
[pid=169907] ppid=169904 vsize=19063512 memory=1885536 CPUtime=3297.81 cores=1,3
/proc/169907/stat : 169907 (java) S 169904 169907 168190 0 -1 4194304 94339 0 0 0 329629 152 0 0 20 0 20 0 238979675 19521036288 471384 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
/proc/169907/statm: 4765878 471384 5496 1 0 557045 0
[pid=169907/tid=169909] ppid=169904 vsize=19063512 memory=1883488 CPUtime=3250.85 cores=1,3
/proc/169907/task/169909/stat : 169909 (java) R 169904 169907 168190 0 -1 4194368 38048 0 0 0 325053 32 0 0 20 0 20 0 238979676 19521036288 471384 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169918] ppid=169904 vsize=19063512 memory=1881440 CPUtime=0 cores=1,3
/proc/169907/task/169918/stat : 169918 (Finalizer) S 169904 169907 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238979678 19521036288 471384 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169925] ppid=169904 vsize=19063512 memory=1881440 CPUtime=0 cores=1,3
/proc/169907/task/169925/stat : 169925 (Common-Cleaner) S 169904 169907 168190 0 -1 4194368 1389 0 0 0 0 0 0 0 20 0 20 0 238979679 19521036288 471384 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169927] ppid=169904 vsize=19063512 memory=5148 CPUtime=0 cores=1,3
/proc/169907/task/169927/stat : 169927 (Timer-0) S 169904 169907 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238979724 19521036288 471384 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
Current children cumulated CPU time: 3297.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1885536 KiB

[startup+3342.3 s]
/proc/loadavg: 1.15 1.12 1.49 2/265 170209
/proc/meminfo: memFree=118414240/131250000 swapFree=33008356/33010684
[pid=169907] ppid=169904 vsize=19063512 memory=1893736 CPUtime=3357.95 cores=1,3
/proc/169907/stat : 169907 (java) S 169904 169907 168190 0 -1 4194304 94528 0 0 0 335641 154 0 0 20 0 20 0 238979675 19521036288 473434 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
/proc/169907/statm: 4765878 473434 5496 1 0 557045 0
[pid=169907/tid=169909] ppid=169904 vsize=19063512 memory=-8889368319079785148 CPUtime=3310.05 cores=1,3
/proc/169907/task/169909/stat : 169909 (java) R 169904 169907 168190 0 -1 4194368 38196 0 0 0 330973 32 0 0 20 0 20 0 238979676 19521036288 473434 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169918] ppid=169904 vsize=19063512 memory=1893736 CPUtime=0 cores=1,3
/proc/169907/task/169918/stat : 169918 (Finalizer) S 169904 169907 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238979678 19521036288 473434 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169925] ppid=169904 vsize=19063512 memory=1891684 CPUtime=0 cores=1,3
/proc/169907/task/169925/stat : 169925 (Common-Cleaner) S 169904 169907 168190 0 -1 4194368 1389 0 0 0 0 0 0 0 20 0 20 0 238979679 19521036288 473434 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169927] ppid=169904 vsize=19063512 memory=1893736 CPUtime=0 cores=1,3
/proc/169907/task/169927/stat : 169927 (Timer-0) S 169904 169907 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238979724 19521036288 473434 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
Current children cumulated CPU time: 3357.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1893736 KiB

[startup+3402.3 s]
/proc/loadavg: 1.10 1.11 1.46 2/266 170213
/proc/meminfo: memFree=118430976/131250000 swapFree=33008356/33010684
[pid=169907] ppid=169904 vsize=19063512 memory=1899880 CPUtime=3418.07 cores=1,3
/proc/169907/stat : 169907 (java) S 169904 169907 168190 0 -1 4194304 95831 0 0 0 341651 156 0 0 20 0 20 0 238979675 19521036288 474970 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
/proc/169907/statm: 4765878 474970 5496 1 0 557045 0
[pid=169907/tid=169909] ppid=169904 vsize=19063512 memory=1867036 CPUtime=3369.25 cores=1,3
/proc/169907/task/169909/stat : 169909 (java) R 169904 169907 168190 0 -1 4194368 39141 0 0 0 336893 32 0 0 20 0 20 0 238979676 19521036288 474970 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169918] ppid=169904 vsize=19063512 memory=1899880 CPUtime=0 cores=1,3
/proc/169907/task/169918/stat : 169918 (Finalizer) S 169904 169907 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238979678 19521036288 474970 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169925] ppid=169904 vsize=19063512 memory=1899880 CPUtime=0 cores=1,3
/proc/169907/task/169925/stat : 169925 (Common-Cleaner) S 169904 169907 168190 0 -1 4194368 1389 0 0 0 0 0 0 0 20 0 20 0 238979679 19521036288 474970 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169927] ppid=169904 vsize=19063512 memory=27904 CPUtime=0 cores=1,3
/proc/169907/task/169927/stat : 169927 (Timer-0) S 169904 169907 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238979724 19521036288 474970 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
Current children cumulated CPU time: 3418.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1899880 KiB

[startup+3462.3 s]
/proc/loadavg: 1.23 1.14 1.45 2/265 170217
/proc/meminfo: memFree=118421740/131250000 swapFree=33008356/33010684
[pid=169907] ppid=169904 vsize=19063512 memory=1906036 CPUtime=3478.42 cores=1,3
/proc/169907/stat : 169907 (java) S 169904 169907 168190 0 -1 4194304 96690 0 0 0 347684 158 0 0 20 0 20 0 238979675 19521036288 476509 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
/proc/169907/statm: 4765878 476509 5496 1 0 557045 0
[pid=169907/tid=169909] ppid=169904 vsize=19063512 memory=1867036 CPUtime=3428.66 cores=1,3
/proc/169907/task/169909/stat : 169909 (java) R 169904 169907 168190 0 -1 4194368 39910 0 0 0 342834 32 0 0 20 0 20 0 238979676 19521036288 476509 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169918] ppid=169904 vsize=19063512 memory=1899880 CPUtime=0 cores=1,3
/proc/169907/task/169918/stat : 169918 (Finalizer) S 169904 169907 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238979678 19521036288 476509 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169925] ppid=169904 vsize=19063512 memory=27904 CPUtime=0 cores=1,3
/proc/169907/task/169925/stat : 169925 (Common-Cleaner) S 169904 169907 168190 0 -1 4194368 1428 0 0 0 0 0 0 0 20 0 20 0 238979679 19521036288 476509 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169927] ppid=169904 vsize=19063512 memory=1906036 CPUtime=0 cores=1,3
/proc/169907/task/169927/stat : 169927 (Timer-0) S 169904 169907 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238979724 19521036288 476509 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
Current children cumulated CPU time: 3478.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1906036 KiB

[startup+3522.3 s]
/proc/loadavg: 1.08 1.11 1.42 2/267 170225
/proc/meminfo: memFree=118418660/131250000 swapFree=33008356/33010684
[pid=169907] ppid=169904 vsize=19063512 memory=1912300 CPUtime=3538.53 cores=1,3
/proc/169907/stat : 169907 (java) S 169904 169907 168190 0 -1 4194304 97922 0 0 0 353693 160 0 0 20 0 20 0 238979675 19521036288 478075 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
/proc/169907/statm: 4765878 478075 5496 1 0 557082 0
[pid=169907/tid=169909] ppid=169904 vsize=19063512 memory=1910252 CPUtime=3487.93 cores=1,3
/proc/169907/task/169909/stat : 169909 (java) R 169904 169907 168190 0 -1 4194368 40693 0 0 0 348761 32 0 0 20 0 20 0 238979676 19521036288 478075 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169918] ppid=169904 vsize=19063512 memory=1910252 CPUtime=0 cores=1,3
/proc/169907/task/169918/stat : 169918 (Finalizer) S 169904 169907 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238979678 19521036288 478075 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169925] ppid=169904 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/169907/task/169925/stat : 169925 (Common-Cleaner) S 169904 169907 168190 0 -1 4194368 1482 0 0 0 0 0 0 0 20 0 20 0 238979679 19521036288 478075 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169927] ppid=169904 vsize=19063512 memory=1910252 CPUtime=0 cores=1,3
/proc/169907/task/169927/stat : 169927 (Timer-0) S 169904 169907 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238979724 19521036288 478075 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
Current children cumulated CPU time: 3538.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1912300 KiB

[startup+3582.3 s]
/proc/loadavg: 1.12 1.12 1.40 2/267 170227
/proc/meminfo: memFree=118393688/131250000 swapFree=33008356/33010684
[pid=169907] ppid=169904 vsize=19063512 memory=1910300 CPUtime=3599.65 cores=1,3
/proc/169907/stat : 169907 (java) S 169904 169907 168190 0 -1 4194304 109285 0 0 0 359800 165 0 0 20 0 20 0 238979675 19521036288 477575 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
/proc/169907/statm: 4765878 477575 5496 1 0 561843 0
[pid=169907/tid=169909] ppid=169904 vsize=19063512 memory=27904 CPUtime=3547.26 cores=1,3
/proc/169907/task/169909/stat : 169909 (java) R 169904 169907 168190 0 -1 4194368 41463 0 0 0 354693 33 0 0 20 0 20 0 238979676 19521036288 477575 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169918] ppid=169904 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/169907/task/169918/stat : 169918 (Finalizer) S 169904 169907 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238979678 19521036288 477575 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169925] ppid=169904 vsize=19063512 memory=27904 CPUtime=0 cores=1,3
/proc/169907/task/169925/stat : 169925 (Common-Cleaner) S 169904 169907 168190 0 -1 4194368 1482 0 0 0 0 0 0 0 20 0 20 0 238979679 19521036288 477575 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169927] ppid=169904 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/169907/task/169927/stat : 169927 (Timer-0) S 169904 169907 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238979724 19521036288 477575 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
Current children cumulated CPU time: 3599.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1910300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3582.7 s]
/proc/loadavg: 1.12 1.12 1.40 2/267 170227
/proc/meminfo: memFree=118393688/131250000 swapFree=33008356/33010684
[pid=169907] ppid=169904 vsize=19063512 memory=1910300 CPUtime=3600.05 cores=1,3
/proc/169907/stat : 169907 (java) S 169904 169907 168190 0 -1 4194304 109287 0 0 0 359840 165 0 0 20 0 20 0 238979675 19521036288 477575 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
/proc/169907/statm: 4765878 477575 5496 1 0 561843 0
[pid=169907/tid=169909] ppid=169904 vsize=19063512 memory=27904 CPUtime=3547.66 cores=1,3
/proc/169907/task/169909/stat : 169909 (java) R 169904 169907 168190 0 -1 4194368 41464 0 0 0 354733 33 0 0 20 0 20 0 238979676 19521036288 477575 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169918] ppid=169904 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/169907/task/169918/stat : 169918 (Finalizer) S 169904 169907 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238979678 19521036288 477575 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169925] ppid=169904 vsize=19063512 memory=27904 CPUtime=0 cores=1,3
/proc/169907/task/169925/stat : 169925 (Common-Cleaner) S 169904 169907 168190 0 -1 4194368 1482 0 0 0 0 0 0 0 20 0 20 0 238979679 19521036288 477575 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169927] ppid=169904 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/169907/task/169927/stat : 169927 (Timer-0) S 169904 169907 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238979724 19521036288 477575 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1910300 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.54 s, system=1.66623 s

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

[startup+3582.7 s]
/proc/loadavg: 1.12 1.12 1.40 2/267 170227
/proc/meminfo: memFree=118393688/131250000 swapFree=33008356/33010684
[pid=169907] ppid=169904 vsize=19063512 memory=1910300 CPUtime=3600.05 cores=1,3
/proc/169907/stat : 169907 (java) S 169904 169907 168190 0 -1 4194304 109287 0 0 0 359840 165 0 0 20 0 20 0 238979675 19521036288 477575 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
/proc/169907/statm: 4765878 477575 5496 1 0 561843 0
[pid=169907/tid=169909] ppid=169904 vsize=19063512 memory=27904 CPUtime=3547.66 cores=1,3
/proc/169907/task/169909/stat : 169909 (java) R 169904 169907 168190 0 -1 4194368 41464 0 0 0 354733 33 0 0 20 0 20 0 238979676 19521036288 477575 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169918] ppid=169904 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/169907/task/169918/stat : 169918 (Finalizer) S 169904 169907 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238979678 19521036288 477575 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169925] ppid=169904 vsize=19063512 memory=27904 CPUtime=0 cores=1,3
/proc/169907/task/169925/stat : 169925 (Common-Cleaner) S 169904 169907 168190 0 -1 4194368 1482 0 0 0 0 0 0 0 20 0 20 0 238979679 19521036288 477575 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
[pid=169907/tid=169927] ppid=169904 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/169907/task/169927/stat : 169927 (Timer-0) S 169904 169907 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238979724 19521036288 477575 18446744073709551615 94618639298560 94618639302256 140732336474352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94618639310072 94618639310864 94618652123136 140732336482684 140732336482788 140732336482788 140732336488392 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1910300 KiB

Child status: 143

Real time (s): 3582.79
CPU time (s): 3600.21
CPU user time (s): 3598.54
CPU system time (s): 1.66623
CPU usage (%): 100.486
Max. virtual memory (cumulated for all children) (KiB): 19068384
Max. memory (cumulated for all children) (KiB): 1939096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.54
system time used= 1.66623
maximum resident set size= 1941400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111047
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 149620
involuntary context switches= 16566


# summary of solver processes directly reported to runsolver:
#   pid: 169907
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3598.54
#   total CPU system time (s): 1.66623

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.27081 second user time and 16.8571 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-23 03:10:22
IDJOB=4544926
IDBENCH=180686
IDSOLVER=3361
FILE ID=nodeC019/4544926-1753233022
RUNJOBID= nodeC019-1753223825-168202
SLURM_JOB_ID= 9687829
Free space on /tmp= 433036 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat11_9_triangular.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544926-1753233022/watcher-4544926-1753233022 -o /tmp/evaluation-result-4544926-1753233022/solver-4544926-1753233022 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1753223825-168202 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4544926-1753233022.opb

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

MD5SUM BENCH= 55ea5846128537f4a8d7ca86dce5740f
RANDOM SEED=595614050

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        114647408 kB
MemAvailable:   124077376 kB
Buffers:             904 kB
Cached:         10170436 kB
SwapCached:          416 kB
Active:          6739264 kB
Inactive:        9076008 kB
Active(anon):    5656580 kB
Inactive(anon):    12804 kB
Active(file):    1082684 kB
Inactive(file):  9063204 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1980 kB
Writeback:             8 kB
AnonPages:       5645040 kB
Mapped:           129256 kB
Shmem:             25452 kB
KReclaimable:     246636 kB
Slab:             343252 kB
SReclaimable:     246636 kB
SUnreclaim:        96616 kB
KernelStack:        5248 kB
PageTables:        14916 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    8015492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5414912 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC019 at 2025-07-23 04:10:05