Trace number 4545277

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.19 3578

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-AverageAvoiding-20_c24.opb
MD5SUMfea607129b7127550b39e04c37b78aae
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark243.081
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33526
Total number of constraints12724
Number of constraints which are clauses2302
Number of constraints which are cardinality constraints (but not clauses)1180
Number of constraints which are nor clauses,nor cardinality constraints9242
Minimum length of a constraint1
Maximum length of a constraint44
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 381
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1204
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	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.10	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ANY
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/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.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4545277-1753238342.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c  no objective function found
1.26/0.70	c ... done. Wall clock time 0.539s.
1.26/0.70	c declared #vars     33526
1.26/0.70	c #constraints  16165
1.26/0.70	c constraints type 
1.26/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11523
1.26/0.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1180
1.26/0.70	c org.sat4j.pb.constraints.pb.UnitClausePB => 1141
1.26/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2321
1.26/0.70	c 16165 constraints processed.
56.73/52.44	c cleaning 2332 clauses out of 5000
270.51/264.06	c cleaning 3974 clauses out of 8669
742.31/733.78	c cleaning 5643 clauses out of 11694
1555.11/1543.22	c cleaning 6722 clauses out of 14052
3600.01/3577.91	c starts		: 55
3600.01/3577.92	c conflicts		: 33315
3600.01/3577.92	c decisions		: 168617
3600.01/3577.92	c propagations		: 63458244
3600.01/3577.93	c inspects		: 3666360480
3600.01/3577.93	c shortcuts		: 0
3600.01/3577.93	c learnt literals	: 0
3600.01/3577.93	c learnt binary clauses	: 1
3600.01/3577.93	c learnt ternary clauses	: 0
3600.01/3577.93	c learnt constraints	: 33315
3600.01/3577.93	c ignored constraints	: 0
3600.01/3577.93	c root simplifications	: 0
3600.01/3577.93	c removed literals (reason simplification)	: 0
3600.01/3577.93	c reason swapping (by a shorter reason)	: 0
3600.01/3577.93	c Calls to reduceDB	: 4
3600.01/3577.93	c Number of update (reduction) of LBD	: 0
3600.01/3577.93	c Imported unit clauses	: 0
3600.01/3577.93	c No decision after first conflict	: false
3600.01/3577.93	c number of reductions to clauses (during analyze)	: 0
3600.01/3577.93	c number of learned constraints concerned by reduction	: 0
3600.01/3577.93	c number of learning phase by resolution	: 0
3600.01/3577.93	c number of learning phase by cutting planes	: 0
3600.01/3577.93	c number of rounding to 1 operations	: 0
3600.01/3577.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3577.93	c number of reductions of the coefficients by power 2 	: 0
3600.01/3577.93	c number of right shift for reduction by power 2 	: 0
3600.01/3577.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3577.93	c number of ending skipping 	: 0
3600.01/3577.93	c number of internal skipping 	: 0
3600.01/3577.94	c number of derivation steps 	: 337897
3600.01/3577.94	c number of skipped derivation steps 	: 0
3600.01/3577.94	c number of remaining unassigned 	: 64853
3600.01/3577.94	c number of remaining assigned 	: 17455243
3600.01/3577.94	c number of falsified literals weakened from reason	: 0
3600.01/3577.94	c number of falsified literals weakened from conflict	: 0
3600.01/3577.94	c time for arithmetic operations	: 620286482207
3600.01/3577.94	c minimum degree of deleted constraints	: null
3600.01/3577.94	c maximum degree of deleted constraints	: null
3600.01/3577.94	c number of deleted constraints	: 0
3600.01/3577.95	c speed (assignments/second)	: 17739.503045374797
3600.01/3577.95	c non guided choices	: 5682
3600.01/3577.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.01/3577.97	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 14608
3600.01/3577.97	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 34
3600.01/3577.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
3600.01/3577.97	s UNKNOWN
3600.01/3577.97	c Total wall clock time (in seconds): 3577.813

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: 63665 MiB (61934 MiB free)
  memory of node 1: 64507 MiB (63000 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545277-1753238342/watcher-4545277-1753238342 -o /tmp/evaluation-result-4545277-1753238342/solver-4545277-1753238342 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753238340-176817 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4545277-1753238342.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=176993, runsolver pid=176990
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.16 1.10 1.13 9/335 177011
/proc/meminfo: memFree=127759724/131249996 swapFree=33005016/33010684
[pid=176993] ppid=176990 vsize=18930384 memory=57276 CPUtime=0.12 cores=1,3
/proc/176993/stat : 176993 (java) S 176990 176993 176307 0 -1 4194304 6452 0 0 0 10 2 0 0 20 0 18 0 239513804 19384713216 14319 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
/proc/176993/statm: 4732596 14319 5340 1 0 547603 0
[pid=176993/tid=176995] ppid=176990 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/176993/task/176995/stat : 176995 (java) R 176990 176993 176307 0 -1 4194368 5041 0 0 0 6 1 0 0 20 0 18 0 239513805 19384713216 14319 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177004] ppid=176990 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/176993/task/177004/stat : 177004 (Finalizer) S 176990 176993 176307 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239513807 19384713216 14319 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177011] ppid=176990 vsize=18930384 memory=59585004335790 CPUtime=0 cores=1,3
/proc/176993/task/177011/stat : 177011 (Common-Cleaner) S 176990 176993 176307 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239513807 19384713216 14319 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57276 KiB

[startup+0.205704 s]*
/proc/loadavg: 1.16 1.10 1.13 10/335 177011
/proc/meminfo: memFree=127643020/131249996 swapFree=33005016/33010684
[pid=176993] ppid=176990 vsize=18930384 memory=73760 CPUtime=0.31 cores=1,3
/proc/176993/stat : 176993 (java) S 176990 176993 176307 0 -1 4194304 6907 0 0 0 28 3 0 0 20 0 18 0 239513804 19384713216 18440 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
/proc/176993/statm: 4732596 18440 5436 1 0 547977 0
[pid=176993/tid=176995] ppid=176990 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=1,3
/proc/176993/task/176995/stat : 176995 (java) R 176990 176993 176307 0 -1 4194368 5384 0 0 0 15 2 0 0 20 0 18 0 239513805 19384713216 18440 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177004] ppid=176990 vsize=18930384 memory=16912 CPUtime=0 cores=1,3
/proc/176993/task/177004/stat : 177004 (Finalizer) S 176990 176993 176307 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239513807 19384713216 18440 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177011] ppid=176990 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/176993/task/177011/stat : 177011 (Common-Cleaner) S 176990 176993 176307 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239513807 19384713216 18440 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 73760 KiB

[startup+0.305641 s]*
/proc/loadavg: 1.16 1.10 1.13 13/335 177011
/proc/meminfo: memFree=127563244/131249996 swapFree=33005016/33010684
[pid=176993] ppid=176990 vsize=18930384 memory=150628 CPUtime=0.5 cores=1,3
/proc/176993/stat : 176993 (java) S 176990 176993 176307 0 -1 4194304 8792 0 0 0 46 4 0 0 20 0 18 0 239513804 19384713216 37657 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
/proc/176993/statm: 4732596 37657 5436 1 0 549299 0
[pid=176993/tid=176995] ppid=176990 vsize=18930384 memory=-9175065433309225660 CPUtime=0.25 cores=1,3
/proc/176993/task/176995/stat : 176995 (java) R 176990 176993 176307 0 -1 4194368 5423 0 0 0 22 3 0 0 20 0 18 0 239513805 19384713216 37657 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177004] ppid=176990 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/176993/task/177004/stat : 177004 (Finalizer) S 176990 176993 176307 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239513807 19384713216 37657 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177011] ppid=176990 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/176993/task/177011/stat : 177011 (Common-Cleaner) S 176990 176993 176307 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239513807 19384713216 37657 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 150628 KiB

[startup+0.70024 s]
/proc/loadavg: 1.16 1.10 1.13 9/336 177012
/proc/meminfo: memFree=127460216/131249996 swapFree=33005016/33010684
[pid=176993] ppid=176990 vsize=18996948 memory=285832 CPUtime=1.26 cores=1,3
/proc/176993/stat : 176993 (java) S 176990 176993 176307 0 -1 4194304 12617 0 0 0 118 8 0 0 20 0 19 0 239513804 19452874752 71458 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
/proc/176993/statm: 4749237 71458 5468 1 0 1078092 0
[pid=176993/tid=176995] ppid=176990 vsize=18996948 memory=23168 CPUtime=0.57 cores=1,3
/proc/176993/task/176995/stat : 176995 (java) R 176990 176993 176307 0 -1 4194368 5504 0 0 0 52 5 0 0 20 0 19 0 239513805 19452874752 71458 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177004] ppid=176990 vsize=18996948 memory=10624 CPUtime=0 cores=1,3
/proc/176993/task/177004/stat : 177004 (Finalizer) S 176990 176993 176307 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239513807 19452874752 71458 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177011] ppid=176990 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/176993/task/177011/stat : 177011 (Common-Cleaner) S 176990 176993 176307 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239513807 19452874752 71458 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 285832 KiB

[startup+1.50025 s]
/proc/loadavg: 1.95 1.27 1.19 10/337 177013
/proc/meminfo: memFree=127047320/131249996 swapFree=33005016/33010684
[pid=176993] ppid=176990 vsize=19063512 memory=418172 CPUtime=2.83 cores=1,3
/proc/176993/stat : 176993 (java) S 176990 176993 176307 0 -1 4194304 15435 0 0 0 271 12 0 0 20 0 20 0 239513804 19521036288 104543 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
/proc/176993/statm: 4765878 104543 5468 1 0 1080067 0
[pid=176993/tid=176995] ppid=176990 vsize=19063512 memory=3200 CPUtime=1.33 cores=1,3
/proc/176993/task/176995/stat : 176995 (java) S 176990 176993 176307 0 -1 4194368 5626 0 0 0 126 7 0 0 20 0 20 0 239513805 19521036288 104543 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177004] ppid=176990 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/176993/task/177004/stat : 177004 (Finalizer) S 176990 176993 176307 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 104543 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177011] ppid=176990 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/176993/task/177011/stat : 177011 (Common-Cleaner) S 176990 176993 176307 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 104543 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177013] ppid=176990 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/176993/task/177013/stat : 177013 (Timer-0) S 176990 176993 176307 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239513875 19521036288 104543 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 418172 KiB

[startup+3.10564 s]
/proc/loadavg: 1.95 1.27 1.19 6/338 177014
/proc/meminfo: memFree=125109108/131249996 swapFree=33005016/33010684
[pid=176993] ppid=176990 vsize=19063512 memory=533716 CPUtime=5.37 cores=1,3
/proc/176993/stat : 176993 (java) S 176990 176993 176307 0 -1 4194304 15679 0 0 0 521 16 0 0 20 0 20 0 239513804 19521036288 133429 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
/proc/176993/statm: 4765878 133429 5468 1 0 1080090 0
[pid=176993/tid=176995] ppid=176990 vsize=19063512 memory=14464 CPUtime=2.85 cores=1,3
/proc/176993/task/176995/stat : 176995 (java) R 176990 176993 176307 0 -1 4194368 5676 0 0 0 276 9 0 0 20 0 20 0 239513805 19521036288 133429 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177004] ppid=176990 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/176993/task/177004/stat : 177004 (Finalizer) S 176990 176993 176307 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 133429 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177011] ppid=176990 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/176993/task/177011/stat : 177011 (Common-Cleaner) S 176990 176993 176307 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 133429 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177013] ppid=176990 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/176993/task/177013/stat : 177013 (Timer-0) S 176990 176993 176307 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239513875 19521036288 133429 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
Current children cumulated CPU time: 5.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 533716 KiB

[startup+6.30023 s]
/proc/loadavg: 2.27 1.34 1.21 5/339 177016
/proc/meminfo: memFree=121668520/131249996 swapFree=33005016/33010684
[pid=176993] ppid=176990 vsize=19063512 memory=2061248 CPUtime=9.32 cores=1,3
/proc/176993/stat : 176993 (java) S 176990 176993 176307 0 -1 4194304 23364 0 0 0 884 48 0 0 20 0 20 0 239513804 19521036288 515312 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
/proc/176993/statm: 4765878 515312 5468 1 0 1081501 0
[pid=176993/tid=176995] ppid=176990 vsize=19063512 memory=0 CPUtime=6.03 cores=1,3
/proc/176993/task/176995/stat : 176995 (java) R 176990 176993 176307 0 -1 4194368 7499 0 0 0 563 40 0 0 20 0 20 0 239513805 19521036288 515312 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177004] ppid=176990 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/176993/task/177004/stat : 177004 (Finalizer) S 176990 176993 176307 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 515312 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177011] ppid=176990 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/176993/task/177011/stat : 177011 (Common-Cleaner) S 176990 176993 176307 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 515312 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177013] ppid=176990 vsize=19063512 memory=428596 CPUtime=0 cores=1,3
/proc/176993/task/177013/stat : 177013 (Timer-0) S 176990 176993 176307 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239513875 19521036288 515312 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
Current children cumulated CPU time: 9.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2061248 KiB

[startup+12.7002 s]
/proc/loadavg: 2.49 1.40 1.23 5/339 177016
/proc/meminfo: memFree=118518408/131249996 swapFree=33005016/33010684
[pid=176993] ppid=176990 vsize=19063512 memory=2602548 CPUtime=16.26 cores=1,3
/proc/176993/stat : 176993 (java) S 176990 176993 176307 0 -1 4194304 26240 0 0 0 1568 58 0 0 20 0 20 0 239513804 19521036288 650637 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
/proc/176993/statm: 4765878 650637 5468 1 0 1081512 0
[pid=176993/tid=176995] ppid=176990 vsize=19063512 memory=428596 CPUtime=12.37 cores=1,3
/proc/176993/task/176995/stat : 176995 (java) R 176990 176993 176307 0 -1 4194368 8515 0 0 0 1188 49 0 0 20 0 20 0 239513805 19521036288 650637 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177004] ppid=176990 vsize=19063512 memory=2596268 CPUtime=0 cores=1,3
/proc/176993/task/177004/stat : 177004 (Finalizer) S 176990 176993 176307 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 650637 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177011] ppid=176990 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/176993/task/177011/stat : 177011 (Common-Cleaner) S 176990 176993 176307 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 650637 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177013] ppid=176990 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/176993/task/177013/stat : 177013 (Timer-0) S 176990 176993 176307 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239513875 19521036288 650637 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
Current children cumulated CPU time: 16.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2602548 KiB

[startup+25.5003 s]
/proc/loadavg: 2.88 1.52 1.27 6/339 177016
/proc/meminfo: memFree=114831836/131249996 swapFree=33005016/33010684
[pid=176993] ppid=176990 vsize=19063512 memory=2623332 CPUtime=29.5 cores=1,3
/proc/176993/stat : 176993 (java) S 176990 176993 176307 0 -1 4194304 31244 0 0 0 2890 60 0 0 20 0 20 0 239513804 19521036288 655833 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
/proc/176993/statm: 4765878 655833 5468 1 0 1081512 0
[pid=176993/tid=176995] ppid=176990 vsize=19063512 memory=0 CPUtime=25.06 cores=1,3
/proc/176993/task/176995/stat : 176995 (java) R 176990 176993 176307 0 -1 4194368 10398 0 0 0 2457 49 0 0 20 0 20 0 239513805 19521036288 655833 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177004] ppid=176990 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/176993/task/177004/stat : 177004 (Finalizer) S 176990 176993 176307 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 655833 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177011] ppid=176990 vsize=19063512 memory=2623204 CPUtime=0 cores=1,3
/proc/176993/task/177011/stat : 177011 (Common-Cleaner) S 176990 176993 176307 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 655833 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177013] ppid=176990 vsize=19063512 memory=2612916 CPUtime=0 cores=1,3
/proc/176993/task/177013/stat : 177013 (Timer-0) S 176990 176993 176307 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239513875 19521036288 655833 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
Current children cumulated CPU time: 29.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2623332 KiB

[startup+51.1057 s]
/proc/loadavg: 3.45 1.79 1.37 6/340 177017
/proc/meminfo: memFree=112757364/131249996 swapFree=33005016/33010684
[pid=176993] ppid=176990 vsize=19063512 memory=2660432 CPUtime=55.44 cores=1,3
/proc/176993/stat : 176993 (java) S 176990 176993 176307 0 -1 4194304 36864 0 0 0 5482 62 0 0 20 0 20 0 239513804 19521036288 665108 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
/proc/176993/statm: 4765878 665108 5468 1 0 1081528 0
[pid=176993/tid=176995] ppid=176990 vsize=19063512 memory=2623332 CPUtime=50.33 cores=1,3
/proc/176993/task/176995/stat : 176995 (java) R 176990 176993 176307 0 -1 4194368 12808 0 0 0 4983 50 0 0 20 0 20 0 239513805 19521036288 665108 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177004] ppid=176990 vsize=19063512 memory=13312 CPUtime=0 cores=1,3
/proc/176993/task/177004/stat : 177004 (Finalizer) S 176990 176993 176307 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 665108 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177011] ppid=176990 vsize=19063512 memory=2308 CPUtime=0 cores=1,3
/proc/176993/task/177011/stat : 177011 (Common-Cleaner) S 176990 176993 176307 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 665108 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0

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

/proc/meminfo: memFree=105892176/131249996 swapFree=33005016/33010684
[pid=176993] ppid=176990 vsize=19063512 memory=4219248 CPUtime=3243.08 cores=1,3
/proc/176993/stat : 176993 (java) S 176990 176993 176307 0 -1 4194304 153135 0 0 0 324088 220 0 0 20 0 20 0 239513804 19521036288 1054812 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
/proc/176993/statm: 4765878 1054812 5500 1 0 1087904 0
[pid=176993/tid=176995] ppid=176990 vsize=19063512 memory=4196648 CPUtime=3192.3 cores=1,3
/proc/176993/task/176995/stat : 176995 (java) R 176990 176993 176307 0 -1 4194368 74490 0 0 0 319164 66 0 0 20 0 20 0 239513805 19521036288 1054812 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177004] ppid=176990 vsize=19063512 memory=23168 CPUtime=0 cores=1,3
/proc/176993/task/177004/stat : 177004 (Finalizer) S 176990 176993 176307 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 1054812 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177011] ppid=176990 vsize=19063512 memory=4219248 CPUtime=0 cores=1,3
/proc/176993/task/177011/stat : 177011 (Common-Cleaner) S 176990 176993 176307 0 -1 4194368 2213 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 1054812 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177013] ppid=176990 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/176993/task/177013/stat : 177013 (Timer-0) S 176990 176993 176307 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239513875 19521036288 1054812 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
Current children cumulated CPU time: 3243.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4219248 KiB

[startup+3282.3 s]
/proc/loadavg: 3.70 4.18 4.20 4/316 177230
/proc/meminfo: memFree=114536048/131249996 swapFree=33005016/33010684
[pid=176993] ppid=176990 vsize=19063512 memory=4219248 CPUtime=3303.45 cores=1,3
/proc/176993/stat : 176993 (java) S 176990 176993 176307 0 -1 4194304 157521 0 0 0 330123 222 0 0 20 0 20 0 239513804 19521036288 1054812 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
/proc/176993/statm: 4765878 1054812 5500 1 0 1087904 0
[pid=176993/tid=176995] ppid=176990 vsize=19063512 memory=4219248 CPUtime=3251.6 cores=1,3
/proc/176993/task/176995/stat : 176995 (java) R 176990 176993 176307 0 -1 4194368 76948 0 0 0 325094 66 0 0 20 0 20 0 239513805 19521036288 1054812 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177004] ppid=176990 vsize=19063512 memory=4219248 CPUtime=0 cores=1,3
/proc/176993/task/177004/stat : 177004 (Finalizer) S 176990 176993 176307 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 1054812 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177011] ppid=176990 vsize=19063512 memory=4219248 CPUtime=0 cores=1,3
/proc/176993/task/177011/stat : 177011 (Common-Cleaner) S 176990 176993 176307 0 -1 4194368 2290 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 1054812 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177013] ppid=176990 vsize=19063512 memory=4219248 CPUtime=0 cores=1,3
/proc/176993/task/177013/stat : 177013 (Timer-0) S 176990 176993 176307 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239513875 19521036288 1054812 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
Current children cumulated CPU time: 3303.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4219248 KiB

[startup+3342.3 s]
/proc/loadavg: 3.25 3.96 4.12 4/316 177232
/proc/meminfo: memFree=114045032/131249996 swapFree=33005016/33010684
[pid=176993] ppid=176990 vsize=19063512 memory=4703680 CPUtime=3363.81 cores=1,3
/proc/176993/stat : 176993 (java) S 176990 176993 176307 0 -1 4194304 158735 0 0 0 336147 234 0 0 20 0 20 0 239513804 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
/proc/176993/statm: 4765878 1175920 5500 1 0 1211143 0
[pid=176993/tid=176995] ppid=176990 vsize=19063512 memory=4703680 CPUtime=3310.7 cores=1,3
/proc/176993/task/176995/stat : 176995 (java) R 176990 176993 176307 0 -1 4194368 77305 0 0 0 330994 76 0 0 20 0 20 0 239513805 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177004] ppid=176990 vsize=19063512 memory=3396 CPUtime=0 cores=1,3
/proc/176993/task/177004/stat : 177004 (Finalizer) S 176990 176993 176307 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177011] ppid=176990 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/176993/task/177011/stat : 177011 (Common-Cleaner) S 176990 176993 176307 0 -1 4194368 2374 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177013] ppid=176990 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/176993/task/177013/stat : 177013 (Timer-0) S 176990 176993 176307 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239513875 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
Current children cumulated CPU time: 3363.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4703680 KiB

[startup+3402.3 s]
/proc/loadavg: 3.26 3.83 4.06 4/316 177234
/proc/meminfo: memFree=114034532/131249996 swapFree=33005016/33010684
[pid=176993] ppid=176990 vsize=19063512 memory=4703680 CPUtime=3423.98 cores=1,3
/proc/176993/stat : 176993 (java) S 176990 176993 176307 0 -1 4194304 161450 0 0 0 342161 237 0 0 20 0 20 0 239513804 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
/proc/176993/statm: 4765878 1175920 5500 1 0 1211143 0
[pid=176993/tid=176995] ppid=176990 vsize=19063512 memory=4703680 CPUtime=3370 cores=1,3
/proc/176993/task/176995/stat : 176995 (java) R 176990 176993 176307 0 -1 4194368 78794 0 0 0 336924 76 0 0 20 0 20 0 239513805 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177004] ppid=176990 vsize=19063512 memory=4703680 CPUtime=0 cores=1,3
/proc/176993/task/177004/stat : 177004 (Finalizer) S 176990 176993 176307 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177011] ppid=176990 vsize=19063512 memory=4703680 CPUtime=0 cores=1,3
/proc/176993/task/177011/stat : 177011 (Common-Cleaner) S 176990 176993 176307 0 -1 4194368 2374 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177013] ppid=176990 vsize=19063512 memory=-9175065433309225660 CPUtime=0 cores=1,3
/proc/176993/task/177013/stat : 177013 (Timer-0) S 176990 176993 176307 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239513875 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
Current children cumulated CPU time: 3423.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4703680 KiB

[startup+3462.3 s]
/proc/loadavg: 3.16 3.69 4.00 5/316 177236
/proc/meminfo: memFree=114026976/131249996 swapFree=33005016/33010684
[pid=176993] ppid=176990 vsize=19063512 memory=4703680 CPUtime=3484.11 cores=1,3
/proc/176993/stat : 176993 (java) S 176990 176993 176307 0 -1 4194304 163635 0 0 0 348171 240 0 0 20 0 20 0 239513804 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
/proc/176993/statm: 4765878 1175920 5500 1 0 1211143 0
[pid=176993/tid=176995] ppid=176990 vsize=19063512 memory=4703680 CPUtime=3429.32 cores=1,3
/proc/176993/task/176995/stat : 176995 (java) R 176990 176993 176307 0 -1 4194368 80203 0 0 0 342856 76 0 0 20 0 20 0 239513805 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177004] ppid=176990 vsize=19063512 memory=4703680 CPUtime=0 cores=1,3
/proc/176993/task/177004/stat : 177004 (Finalizer) S 176990 176993 176307 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177011] ppid=176990 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/176993/task/177011/stat : 177011 (Common-Cleaner) S 176990 176993 176307 0 -1 4194368 2455 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177013] ppid=176990 vsize=19063512 memory=2432 CPUtime=0 cores=1,3
/proc/176993/task/177013/stat : 177013 (Timer-0) S 176990 176993 176307 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239513875 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
Current children cumulated CPU time: 3484.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4703680 KiB

[startup+3522.3 s]
/proc/loadavg: 3.10 3.58 3.94 4/315 177238
/proc/meminfo: memFree=114021356/131249996 swapFree=33005016/33010684
[pid=176993] ppid=176990 vsize=19063512 memory=4703680 CPUtime=3544.11 cores=1,3
/proc/176993/stat : 176993 (java) S 176990 176993 176307 0 -1 4194304 165170 0 0 0 354168 243 0 0 20 0 20 0 239513804 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
/proc/176993/statm: 4765878 1175920 5500 1 0 1211143 0
[pid=176993/tid=176995] ppid=176990 vsize=19063512 memory=4703680 CPUtime=3488.74 cores=1,3
/proc/176993/task/176995/stat : 176995 (java) R 176990 176993 176307 0 -1 4194368 80743 0 0 0 348797 77 0 0 20 0 20 0 239513805 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177004] ppid=176990 vsize=19063512 memory=3396 CPUtime=0 cores=1,3
/proc/176993/task/177004/stat : 177004 (Finalizer) S 176990 176993 176307 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177011] ppid=176990 vsize=19063512 memory=4703680 CPUtime=0 cores=1,3
/proc/176993/task/177011/stat : 177011 (Common-Cleaner) S 176990 176993 176307 0 -1 4194368 2533 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177013] ppid=176990 vsize=19063512 memory=-9175065433309225660 CPUtime=0 cores=1,3
/proc/176993/task/177013/stat : 177013 (Timer-0) S 176990 176993 176307 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239513875 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
Current children cumulated CPU time: 3544.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4703680 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3577.9 s]
/proc/loadavg: 2.92 3.46 3.88 2/265 177310
/proc/meminfo: memFree=124755748/131249996 swapFree=33005016/33010684
[pid=176993] ppid=176990 vsize=19063512 memory=4703680 CPUtime=3600.01 cores=1,3
/proc/176993/stat : 176993 (java) S 176990 176993 176307 0 -1 4194304 166070 0 0 0 359755 246 0 0 20 0 20 0 239513804 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
/proc/176993/statm: 4765878 1175920 5500 1 0 1211143 0
[pid=176993/tid=176995] ppid=176990 vsize=19063512 memory=14464 CPUtime=3543.54 cores=1,3
/proc/176993/task/176995/stat : 176995 (java) R 176990 176993 176307 0 -1 4194368 80974 0 0 0 354277 77 0 0 20 0 20 0 239513805 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177004] ppid=176990 vsize=19063512 memory=-9175065433309225660 CPUtime=0 cores=1,3
/proc/176993/task/177004/stat : 177004 (Finalizer) S 176990 176993 176307 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177011] ppid=176990 vsize=19063512 memory=4703680 CPUtime=0 cores=1,3
/proc/176993/task/177011/stat : 177011 (Common-Cleaner) S 176990 176993 176307 0 -1 4194368 2537 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177013] ppid=176990 vsize=19063512 memory=4703680 CPUtime=0 cores=1,3
/proc/176993/task/177013/stat : 177013 (Timer-0) S 176990 176993 176307 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239513875 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4703680 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.7 s, system=2.48661 s

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

[startup+3577.9 s]
/proc/loadavg: 2.92 3.46 3.88 2/265 177310
/proc/meminfo: memFree=124755748/131249996 swapFree=33005016/33010684
[pid=176993] ppid=176990 vsize=19063512 memory=4703680 CPUtime=3600.01 cores=1,3
/proc/176993/stat : 176993 (java) S 176990 176993 176307 0 -1 4194304 166070 0 0 0 359755 246 0 0 20 0 20 0 239513804 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
/proc/176993/statm: 4765878 1175920 5500 1 0 1211143 0
[pid=176993/tid=176995] ppid=176990 vsize=19063512 memory=14464 CPUtime=3543.54 cores=1,3
/proc/176993/task/176995/stat : 176995 (java) R 176990 176993 176307 0 -1 4194368 80974 0 0 0 354277 77 0 0 20 0 20 0 239513805 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177004] ppid=176990 vsize=19063512 memory=-9175065433309225660 CPUtime=0 cores=1,3
/proc/176993/task/177004/stat : 177004 (Finalizer) S 176990 176993 176307 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177011] ppid=176990 vsize=19063512 memory=4703680 CPUtime=0 cores=1,3
/proc/176993/task/177011/stat : 177011 (Common-Cleaner) S 176990 176993 176307 0 -1 4194368 2537 0 0 0 0 0 0 0 20 0 20 0 239513807 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
[pid=176993/tid=177013] ppid=176990 vsize=19063512 memory=4703680 CPUtime=0 cores=1,3
/proc/176993/task/177013/stat : 177013 (Timer-0) S 176990 176993 176307 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239513875 19521036288 1175920 18446744073709551615 94117102202880 94117102206576 140723463685872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117102214392 94117102215184 94117102342144 140723463694716 140723463694820 140723463694820 140723463700424 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4703680 KiB

Child status: 143

Real time (s): 3578
CPU time (s): 3600.19
CPU user time (s): 3597.7
CPU system time (s): 2.48661
CPU usage (%): 100.62
Max. virtual memory (cumulated for all children) (KiB): 19069260
Max. memory (cumulated for all children) (KiB): 4703680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.7
system time used= 2.48661
maximum resident set size= 4704960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168588
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139756
involuntary context switches= 9381


# summary of solver processes directly reported to runsolver:
#   pid: 176993
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.7
#   total CPU system time (s): 2.48661

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.37085 second user time and 17.5844 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-23 04:39:02
IDJOB=4545277
IDBENCH=180787
IDSOLVER=3361
FILE ID=nodeC030/4545277-1753238342
RUNJOBID= nodeC030-1753238340-176817
SLURM_JOB_ID= 9687861
Free space on /tmp= 432808 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-AverageAvoiding-20_c24.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545277-1753238342/watcher-4545277-1753238342 -o /tmp/evaluation-result-4545277-1753238342/solver-4545277-1753238342 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753238340-176817 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4545277-1753238342.opb

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

MD5SUM BENCH= fea607129b7127550b39e04c37b78aae
RANDOM SEED=1163141092

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.320
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	: 7000.62
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		: 3600.325
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	: 7000.62
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		: 3600.317
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	: 7000.62
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		: 3601.612
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128024120 kB
MemAvailable:   128323048 kB
Buffers:              16 kB
Cached:          1064952 kB
SwapCached:          232 kB
Active:          2165708 kB
Inactive:         393724 kB
Active(anon):    1478320 kB
Inactive(anon):    37900 kB
Active(file):     687388 kB
Inactive(file):   355824 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             41252 kB
Writeback:            36 kB
AnonPages:       1496416 kB
Mapped:           123616 kB
Shmem:             21756 kB
KReclaimable:     189508 kB
Slab:             284984 kB
SReclaimable:     189508 kB
SUnreclaim:        95476 kB
KernelStack:        5152 kB
PageTables:         6472 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   15640588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151336 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1257472 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432844 MiB
End job on nodeC030 at 2025-07-23 05:38:40