Trace number 4513696

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.28 3524.91

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/
normalized-ECrand4regsplit-v070-n1.opb
MD5SUMd78bcac827c2569f29b2dd9f01c4d198
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.040044
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables139
Total number of constraints70
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.07/0.11	c version PB25.v20250606
0.07/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.07/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.07/0.11	c java.vm.version	22.0.1+8-16
0.07/0.12	c java.vm.vendor	Oracle Corporation
0.07/0.12	c sun.arch.data.model	64
0.07/0.12	c java.version		22.0.1
0.07/0.12	c os.name		Linux
0.07/0.12	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.07/0.12	c os.arch		amd64
0.07/0.12	c Free memory 		2104792832
0.07/0.12	c Max memory 		16282288128
0.07/0.12	c Total memory 		2113929216
0.07/0.12	c Number of processors 	2
0.07/0.18	c Pseudo Boolean Optimization by upper bound
0.07/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.18	c  - never skip resolution steps
0.07/0.18	c  - Auto-division on coefficients is disabled
0.07/0.18	c  - No postprocessing
0.07/0.18	c  - Conflict is considered as is when resolving
0.07/0.18	c  - Use constraints as they come during conflict analysis
0.07/0.18	c  - Weaken first using unassigned literals
0.07/0.18	c  - Bump strategy: ALWAYS_ONE
0.07/0.18	c  - Bumper: ANY
0.07/0.18	c --- Begin Solver configuration ---
0.07/0.18	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.07/0.18	c Learn all clauses as in MiniSAT
0.07/0.18	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.18	c No reason simplification
0.07/0.18	c Armin Biere (Picosat) restarts strategy
0.07/0.18	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.18	c timeout=2147483s
0.07/0.18	c DB Simplification allowed=false
0.07/0.18	c Listener: none
0.07/0.18	c --- End Solver configuration ---
0.07/0.19	c solving HOME/instance-4513696-1751229168.opb
0.07/0.19	c reading problem ... 
0.07/0.19	c  no objective function found
0.07/0.20	c ... done. Wall clock time 0.015s.
0.07/0.20	c declared #vars     139
0.07/0.20	c #constraints  140
0.07/0.20	c constraints type 
0.07/0.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.07/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 138
0.07/0.21	c 140 constraints processed.
7.01/4.70	c cleaning 2496 clauses out of 5001
17.84/15.39	c cleaning 4246 clauses out of 8504
38.53/35.94	c cleaning 5623 clauses out of 11259
72.16/69.41	c cleaning 6807 clauses out of 13635
137.55/134.60	c cleaning 7909 clauses out of 15828
217.00/213.80	c cleaning 8955 clauses out of 17919
341.62/338.00	c cleaning 9974 clauses out of 19964
484.08/480.00	c cleaning 10988 clauses out of 21990
647.69/643.05	c cleaning 11999 clauses out of 24003
857.94/852.50	c cleaning 12995 clauses out of 26004
1110.37/1103.64	c cleaning 13996 clauses out of 28010
1442.90/1433.16	c cleaning 15002 clauses out of 30015
1778.99/1764.46	c cleaning 15995 clauses out of 32013
2235.85/2212.09	c cleaning 17002 clauses out of 34016
2772.12/2732.86	c cleaning 17997 clauses out of 36013
3351.06/3288.49	c cleaning 19003 clauses out of 38016
3600.06/3524.81	c starts		: 118
3600.06/3524.83	c conflicts		: 206897
3600.06/3524.83	c decisions		: 258585
3600.06/3524.83	c propagations		: 1312740
3600.06/3524.83	c inspects		: 9144297156
3600.06/3524.83	c shortcuts		: 0
3600.06/3524.83	c learnt literals	: 0
3600.06/3524.83	c learnt binary clauses	: 0
3600.06/3524.83	c learnt ternary clauses	: 0
3600.06/3524.83	c learnt constraints	: 206897
3600.06/3524.83	c ignored constraints	: 0
3600.06/3524.83	c root simplifications	: 0
3600.06/3524.83	c removed literals (reason simplification)	: 0
3600.06/3524.83	c reason swapping (by a shorter reason)	: 0
3600.06/3524.83	c Calls to reduceDB	: 16
3600.06/3524.83	c Number of update (reduction) of LBD	: 0
3600.06/3524.83	c Imported unit clauses	: 0
3600.06/3524.83	c No decision after first conflict	: false
3600.06/3524.83	c number of reductions to clauses (during analyze)	: 0
3600.06/3524.83	c number of learned constraints concerned by reduction	: 0
3600.06/3524.83	c number of learning phase by resolution	: 0
3600.06/3524.83	c number of learning phase by cutting planes	: 0
3600.06/3524.83	c number of rounding to 1 operations	: 0
3600.06/3524.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3524.83	c number of reductions of the coefficients by power 2 	: 0
3600.06/3524.83	c number of right shift for reduction by power 2 	: 0
3600.06/3524.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3524.83	c number of ending skipping 	: 0
3600.06/3524.83	c number of internal skipping 	: 0
3600.06/3524.83	c number of derivation steps 	: 844879
3600.06/3524.83	c number of skipped derivation steps 	: 0
3600.06/3524.83	c number of remaining unassigned 	: 44
3600.06/3524.83	c number of remaining assigned 	: 13340891
3600.06/3524.84	c number of falsified literals weakened from reason	: 0
3600.06/3524.84	c number of falsified literals weakened from conflict	: 0
3600.06/3524.84	c time for arithmetic operations	: 458018195
3600.06/3524.84	c minimum degree of deleted constraints	: null
3600.06/3524.84	c maximum degree of deleted constraints	: null
3600.06/3524.84	c number of deleted constraints	: 0
3600.06/3524.86	c speed (assignments/second)	: 372.4470760802182
3600.06/3524.86	c non guided choices	: 39
3600.06/3524.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 6
3600.06/3524.89	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 25892
3600.06/3524.89	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 12
3600.06/3524.90	s UNKNOWN
3600.06/3524.90	c Total wall clock time (in seconds): 3524.711

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513696-1751229168/watcher-4513696-1751229168 -o /tmp/evaluation-result-4513696-1751229168/solver-4513696-1751229168 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751229168-30360 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4513696-1751229168.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=30407, runsolver pid=30401

[startup+0.10006 s]*
/proc/loadavg: 0.85 1.03 1.28 11/333 30488
/proc/meminfo: memFree=127695916/131249992 swapFree=33010160/33010684
[pid=30407] ppid=30401 vsize=18930384 memory=49096 CPUtime=0.07 cores=4,6
/proc/30407/stat : 30407 (java) S 30401 30407 30349 0 -1 4194304 5886 0 202 0 6 1 0 0 20 0 18 0 38591381 19384713216 12274 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
/proc/30407/statm: 4732596 12274 5279 1 0 547153 0
[pid=30407/tid=30423] ppid=30401 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=4,6
/proc/30407/task/30423/stat : 30423 (java) R 30401 30407 30349 0 -1 4194368 4779 0 153 0 4 1 0 0 20 0 18 0 38591385 19384713216 12274 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30457] ppid=30401 vsize=18930384 memory=13934 CPUtime=0 cores=4,6
/proc/30407/task/30457/stat : 30457 (Finalizer) S 30401 30407 30349 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38591387 19384713216 12274 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30485] ppid=30401 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/30407/task/30485/stat : 30485 (Common-Cleaner) S 30401 30407 30349 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38591388 19384713216 12274 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49096 KiB

[startup+0.205706 s]*
/proc/loadavg: 0.85 1.03 1.28 10/333 30488
/proc/meminfo: memFree=127648092/131249992 swapFree=33010160/33010684
[pid=30407] ppid=30401 vsize=18930384 memory=62052 CPUtime=0.26 cores=4,6
/proc/30407/stat : 30407 (java) S 30401 30407 30349 0 -1 4194304 6940 0 203 0 23 3 0 0 20 0 18 0 38591381 19384713216 15513 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
/proc/30407/statm: 4732596 15513 5407 1 0 547944 0
[pid=30407/tid=30423] ppid=30401 vsize=18930384 memory=4026597660 CPUtime=0.14 cores=4,6
/proc/30407/task/30423/stat : 30423 (java) R 30401 30407 30349 0 -1 4194368 5276 0 154 0 12 2 0 0 20 0 18 0 38591385 19384713216 15513 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30457] ppid=30401 vsize=18930384 memory=13934 CPUtime=0 cores=4,6
/proc/30407/task/30457/stat : 30457 (Finalizer) S 30401 30407 30349 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38591387 19384713216 15513 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30485] ppid=30401 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/30407/task/30485/stat : 30485 (Common-Cleaner) S 30401 30407 30349 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38591388 19384713216 15513 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62052 KiB

[startup+0.305569 s]*
/proc/loadavg: 0.85 1.03 1.28 8/316 30493
/proc/meminfo: memFree=127620884/131249992 swapFree=33010160/33010684
[pid=30407] ppid=30401 vsize=18996948 memory=79636 CPUtime=0.45 cores=4,6
/proc/30407/stat : 30407 (java) S 30401 30407 30349 0 -1 4194304 8099 0 203 0 42 3 0 0 20 0 19 0 38591381 19452874752 19909 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
/proc/30407/statm: 4749237 19909 5407 1 0 548880 0
[pid=30407/tid=30423] ppid=30401 vsize=18996948 memory=-6000919489970334828 CPUtime=0.23 cores=4,6
/proc/30407/task/30423/stat : 30423 (java) R 30401 30407 30349 0 -1 4194368 5371 0 154 0 21 2 0 0 20 0 19 0 38591385 19452874752 19909 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30457] ppid=30401 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/30407/task/30457/stat : 30457 (Finalizer) S 30401 30407 30349 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38591387 19452874752 19909 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30485] ppid=30401 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/30407/task/30485/stat : 30485 (Common-Cleaner) S 30401 30407 30349 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38591388 19452874752 19909 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30489] ppid=30401 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/30407/task/30489/stat : 30489 (Timer-0) S 30401 30407 30349 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38591402 19452874752 19909 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 79636 KiB

[startup+0.700247 s]
/proc/loadavg: 0.85 1.03 1.28 8/316 30503
/proc/meminfo: memFree=127492696/131249992 swapFree=33010160/33010684
[pid=30407] ppid=30401 vsize=19063512 memory=165908 CPUtime=1.2 cores=4,6
/proc/30407/stat : 30407 (java) S 30401 30407 30349 0 -1 4194304 13442 0 203 0 113 7 0 0 20 0 20 0 38591381 19521036288 41477 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
/proc/30407/statm: 4765878 41477 5439 1 0 551552 0
[pid=30407/tid=30423] ppid=30401 vsize=19063512 memory=17152 CPUtime=0.59 cores=4,6
/proc/30407/task/30423/stat : 30423 (java) R 30401 30407 30349 0 -1 4194368 5411 0 154 0 56 3 0 0 20 0 20 0 38591385 19521036288 41477 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30457] ppid=30401 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/30407/task/30457/stat : 30457 (Finalizer) S 30401 30407 30349 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38591387 19521036288 41477 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30485] ppid=30401 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/30407/task/30485/stat : 30485 (Common-Cleaner) S 30401 30407 30349 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38591388 19521036288 41477 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30489] ppid=30401 vsize=19063512 memory=4624 CPUtime=0 cores=4,6
/proc/30407/task/30489/stat : 30489 (Timer-0) S 30401 30407 30349 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38591402 19521036288 41477 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165908 KiB

[startup+1.50025 s]
/proc/loadavg: 0.85 1.03 1.28 8/318 30505
/proc/meminfo: memFree=127221424/131249992 swapFree=33010160/33010684
[pid=30407] ppid=30401 vsize=19063512 memory=556644 CPUtime=2.75 cores=4,6
/proc/30407/stat : 30407 (java) S 30401 30407 30349 0 -1 4194304 18869 0 203 0 259 16 0 0 20 0 20 0 38591381 19521036288 139161 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
/proc/30407/statm: 4765878 139161 5439 1 0 555431 0
[pid=30407/tid=30423] ppid=30401 vsize=19063512 memory=10752 CPUtime=1.33 cores=4,6
/proc/30407/task/30423/stat : 30423 (java) R 30401 30407 30349 0 -1 4194368 5624 0 154 0 123 10 0 0 20 0 20 0 38591385 19521036288 139161 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30457] ppid=30401 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/30407/task/30457/stat : 30457 (Finalizer) S 30401 30407 30349 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38591387 19521036288 139161 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30485] ppid=30401 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/30407/task/30485/stat : 30485 (Common-Cleaner) S 30401 30407 30349 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38591388 19521036288 139161 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30489] ppid=30401 vsize=19063512 memory=4624 CPUtime=0 cores=4,6
/proc/30407/task/30489/stat : 30489 (Timer-0) S 30401 30407 30349 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38591402 19521036288 139161 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 556644 KiB

[startup+3.10564 s]
/proc/loadavg: 0.85 1.03 1.28 6/340 30625
/proc/meminfo: memFree=125075396/131249992 swapFree=33010160/33010684
[pid=30407] ppid=30401 vsize=19063512 memory=1085684 CPUtime=5.32 cores=4,6
/proc/30407/stat : 30407 (java) S 30401 30407 30349 0 -1 4194304 25014 0 204 0 502 30 0 0 20 0 20 0 38591381 19521036288 271421 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
/proc/30407/statm: 4765878 271421 5439 1 0 555438 0
[pid=30407/tid=30423] ppid=30401 vsize=19063512 memory=-6000919502855236716 CPUtime=2.87 cores=4,6
/proc/30407/task/30423/stat : 30423 (java) R 30401 30407 30349 0 -1 4194368 6110 0 155 0 263 24 0 0 20 0 20 0 38591385 19521036288 271421 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30457] ppid=30401 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/30407/task/30457/stat : 30457 (Finalizer) S 30401 30407 30349 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38591387 19521036288 271421 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30485] ppid=30401 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/30407/task/30485/stat : 30485 (Common-Cleaner) S 30401 30407 30349 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38591388 19521036288 271421 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30489] ppid=30401 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/30407/task/30489/stat : 30489 (Timer-0) S 30401 30407 30349 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38591402 19521036288 271421 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
Current children cumulated CPU time: 5.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1085684 KiB

[startup+6.30023 s]
/proc/loadavg: 1.18 1.10 1.30 5/342 30627
/proc/meminfo: memFree=123327912/131249992 swapFree=33010160/33010684
[pid=30407] ppid=30401 vsize=19063512 memory=1307768 CPUtime=8.7 cores=4,6
/proc/30407/stat : 30407 (java) S 30401 30407 30349 0 -1 4194304 28772 0 204 0 835 35 0 0 20 0 20 0 38591381 19521036288 326942 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
/proc/30407/statm: 4765878 326942 5439 1 0 555495 0
[pid=30407/tid=30423] ppid=30401 vsize=19063512 memory=0 CPUtime=6.01 cores=4,6
/proc/30407/task/30423/stat : 30423 (java) R 30401 30407 30349 0 -1 4194368 7910 0 155 0 573 28 0 0 20 0 20 0 38591385 19521036288 326942 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30457] ppid=30401 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/30407/task/30457/stat : 30457 (Finalizer) S 30401 30407 30349 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38591387 19521036288 326942 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30485] ppid=30401 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/30407/task/30485/stat : 30485 (Common-Cleaner) S 30401 30407 30349 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 38591388 19521036288 326942 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30489] ppid=30401 vsize=19063512 memory=560892 CPUtime=0 cores=4,6
/proc/30407/task/30489/stat : 30489 (Timer-0) S 30401 30407 30349 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38591402 19521036288 326942 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
Current children cumulated CPU time: 8.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1307768 KiB

[startup+12.7003 s]
/proc/loadavg: 1.49 1.16 1.32 5/342 30627
/proc/meminfo: memFree=122582160/131249992 swapFree=33010160/33010684
[pid=30407] ppid=30401 vsize=19063512 memory=1313948 CPUtime=15.2 cores=4,6
/proc/30407/stat : 30407 (java) S 30401 30407 30349 0 -1 4194304 29963 0 204 0 1484 36 0 0 20 0 20 0 38591381 19521036288 328487 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
/proc/30407/statm: 4765878 328487 5439 1 0 555495 0
[pid=30407/tid=30423] ppid=30401 vsize=19063512 memory=560892 CPUtime=12.29 cores=4,6
/proc/30407/task/30423/stat : 30423 (java) R 30401 30407 30349 0 -1 4194368 8541 0 155 0 1201 28 0 0 20 0 20 0 38591385 19521036288 328487 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30457] ppid=30401 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/30407/task/30457/stat : 30457 (Finalizer) S 30401 30407 30349 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38591387 19521036288 328487 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30485] ppid=30401 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/30407/task/30485/stat : 30485 (Common-Cleaner) S 30401 30407 30349 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 38591388 19521036288 328487 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30489] ppid=30401 vsize=19063512 memory=-6000919502855236716 CPUtime=0 cores=4,6
/proc/30407/task/30489/stat : 30489 (Timer-0) S 30401 30407 30349 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38591402 19521036288 328487 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
Current children cumulated CPU time: 15.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1313948 KiB

[startup+25.513 s]
/proc/loadavg: 2.05 1.30 1.37 5/343 30629
/proc/meminfo: memFree=122127828/131249992 swapFree=33010160/33010684
[pid=30407] ppid=30401 vsize=19063512 memory=1326792 CPUtime=28.15 cores=4,6
/proc/30407/stat : 30407 (java) S 30401 30407 30349 0 -1 4194304 37672 0 204 0 2777 38 0 0 20 0 20 0 38591381 19521036288 331698 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
/proc/30407/statm: 4765878 331698 5439 1 0 555495 0
[pid=30407/tid=30423] ppid=30401 vsize=19063512 memory=0 CPUtime=24.93 cores=4,6
/proc/30407/task/30423/stat : 30423 (java) S 30401 30407 30349 0 -1 4194368 11109 0 155 0 2464 29 0 0 20 0 20 0 38591385 19521036288 331698 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30457] ppid=30401 vsize=19063512 memory=560892 CPUtime=0 cores=4,6
/proc/30407/task/30457/stat : 30457 (Finalizer) S 30401 30407 30349 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38591387 19521036288 331698 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30485] ppid=30401 vsize=19063512 memory=1309816 CPUtime=0 cores=4,6
/proc/30407/task/30485/stat : 30485 (Common-Cleaner) S 30401 30407 30349 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 38591388 19521036288 331698 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30489] ppid=30401 vsize=19063512 memory=12672 CPUtime=0 cores=4,6
/proc/30407/task/30489/stat : 30489 (Timer-0) S 30401 30407 30349 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38591402 19521036288 331698 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
Current children cumulated CPU time: 28.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1326792 KiB

[startup+51.1058 s]
/proc/loadavg: 2.84 1.55 1.45 5/342 30695
/proc/meminfo: memFree=121996540/131249992 swapFree=33010160/33010684
[pid=30407] ppid=30401 vsize=19063512 memory=1335108 CPUtime=53.78 cores=4,6
/proc/30407/stat : 30407 (java) S 30401 30407 30349 0 -1 4194304 40273 0 204 0 5337 41 0 0 20 0 20 0 38591381 19521036288 333777 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
/proc/30407/statm: 4765878 333777 5439 1 0 555495 0
[pid=30407/tid=30423] ppid=30401 vsize=19063512 memory=12672 CPUtime=50.24 cores=4,6
/proc/30407/task/30423/stat : 30423 (java) R 30401 30407 30349 0 -1 4194368 12852 0 155 0 4994 30 0 0 20 0 20 0 38591385 19521036288 333777 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30457] ppid=30401 vsize=19063512 memory=1333056 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=119778204/131249992 swapFree=33010160/33010684
[pid=30407] ppid=30401 vsize=19063512 memory=1997452 CPUtime=3218.66 cores=4,6
/proc/30407/stat : 30407 (java) S 30401 30407 30349 0 -1 4194304 89417 0 204 0 321664 202 0 0 20 0 20 0 38591381 19521036288 499363 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
/proc/30407/statm: 4765878 499363 5439 1 0 662691 0
[pid=30407/tid=30423] ppid=30401 vsize=19063512 memory=4624 CPUtime=3116.77 cores=4,6
/proc/30407/task/30423/stat : 30423 (java) R 30401 30407 30349 0 -1 4194368 39453 0 155 0 311612 65 0 0 20 0 20 0 38591385 19521036288 499363 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30457] ppid=30401 vsize=19063512 memory=1993320 CPUtime=0 cores=4,6
/proc/30407/task/30457/stat : 30457 (Finalizer) S 30401 30407 30349 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38591387 19521036288 499363 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30485] ppid=30401 vsize=19063512 memory=1993320 CPUtime=0 cores=4,6
/proc/30407/task/30485/stat : 30485 (Common-Cleaner) S 30401 30407 30349 0 -1 4194368 1433 0 0 0 0 0 0 0 20 0 20 0 38591388 19521036288 499363 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30489] ppid=30401 vsize=19063512 memory=1997452 CPUtime=0 cores=4,6
/proc/30407/task/30489/stat : 30489 (Timer-0) S 30401 30407 30349 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38591402 19521036288 499363 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
Current children cumulated CPU time: 3218.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1997452 KiB

[startup+3222.3 s]
/proc/loadavg: 4.30 4.32 4.16 5/342 30878
/proc/meminfo: memFree=119760168/131249992 swapFree=33010160/33010684
[pid=30407] ppid=30401 vsize=19063512 memory=1999504 CPUtime=3281.67 cores=4,6
/proc/30407/stat : 30407 (java) S 30401 30407 30349 0 -1 4194304 90366 0 204 0 327962 205 0 0 20 0 20 0 38591381 19521036288 499876 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
/proc/30407/statm: 4765878 499876 5439 1 0 662698 0
[pid=30407/tid=30423] ppid=30401 vsize=19063512 memory=4624 CPUtime=3175.61 cores=4,6
/proc/30407/task/30423/stat : 30423 (java) R 30401 30407 30349 0 -1 4194368 40241 0 155 0 317496 65 0 0 20 0 20 0 38591385 19521036288 499876 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30457] ppid=30401 vsize=19063512 memory=1993320 CPUtime=0 cores=4,6
/proc/30407/task/30457/stat : 30457 (Finalizer) S 30401 30407 30349 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38591387 19521036288 499876 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30485] ppid=30401 vsize=19063512 memory=1993320 CPUtime=0 cores=4,6
/proc/30407/task/30485/stat : 30485 (Common-Cleaner) S 30401 30407 30349 0 -1 4194368 1503 0 0 0 0 0 0 0 20 0 20 0 38591388 19521036288 499876 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30489] ppid=30401 vsize=19063512 memory=1999504 CPUtime=0 cores=4,6
/proc/30407/task/30489/stat : 30489 (Timer-0) S 30401 30407 30349 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38591402 19521036288 499876 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
Current children cumulated CPU time: 3281.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1999504 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.31 4.17 5/341 30880
/proc/meminfo: memFree=119727168/131249992 swapFree=33010160/33010684
[pid=30407] ppid=30401 vsize=19063512 memory=2001568 CPUtime=3344.97 cores=4,6
/proc/30407/stat : 30407 (java) S 30401 30407 30349 0 -1 4194304 91089 0 204 0 334291 206 0 0 20 0 20 0 38591381 19521036288 500392 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
/proc/30407/statm: 4765878 500392 5439 1 0 662701 0
[pid=30407/tid=30423] ppid=30401 vsize=19063512 memory=4624 CPUtime=3234.5 cores=4,6
/proc/30407/task/30423/stat : 30423 (java) R 30401 30407 30349 0 -1 4194368 40633 0 155 0 323385 65 0 0 20 0 20 0 38591385 19521036288 500392 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30457] ppid=30401 vsize=19063512 memory=2001568 CPUtime=0 cores=4,6
/proc/30407/task/30457/stat : 30457 (Finalizer) S 30401 30407 30349 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38591387 19521036288 500392 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30485] ppid=30401 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/30407/task/30485/stat : 30485 (Common-Cleaner) S 30401 30407 30349 0 -1 4194368 1586 0 0 0 0 0 0 0 20 0 20 0 38591388 19521036288 500392 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30489] ppid=30401 vsize=19063512 memory=2001568 CPUtime=0 cores=4,6
/proc/30407/task/30489/stat : 30489 (Timer-0) S 30401 30407 30349 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38591402 19521036288 500392 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
Current children cumulated CPU time: 3344.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2001568 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.31 4.18 5/342 30883
/proc/meminfo: memFree=119693884/131249992 swapFree=33010160/33010684
[pid=30407] ppid=30401 vsize=19063512 memory=2009776 CPUtime=3407.33 cores=4,6
/proc/30407/stat : 30407 (java) S 30401 30407 30349 0 -1 4194304 91317 0 204 0 340524 209 0 0 20 0 20 0 38591381 19521036288 502444 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
/proc/30407/statm: 4765878 502444 5439 1 0 662714 0
[pid=30407/tid=30423] ppid=30401 vsize=19063512 memory=4624 CPUtime=3293.46 cores=4,6
/proc/30407/task/30423/stat : 30423 (java) R 30401 30407 30349 0 -1 4194368 40843 0 155 0 329281 65 0 0 20 0 20 0 38591385 19521036288 502444 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30457] ppid=30401 vsize=19063512 memory=2005676 CPUtime=0 cores=4,6
/proc/30407/task/30457/stat : 30457 (Finalizer) S 30401 30407 30349 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38591387 19521036288 502444 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30485] ppid=30401 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/30407/task/30485/stat : 30485 (Common-Cleaner) S 30401 30407 30349 0 -1 4194368 1586 0 0 0 0 0 0 0 20 0 20 0 38591388 19521036288 502444 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30489] ppid=30401 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/30407/task/30489/stat : 30489 (Timer-0) S 30401 30407 30349 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38591402 19521036288 502444 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
Current children cumulated CPU time: 3407.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2009776 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.25 4.17 5/341 30885
/proc/meminfo: memFree=119686504/131249992 swapFree=33010160/33010684
[pid=30407] ppid=30401 vsize=19063512 memory=2011888 CPUtime=3470.55 cores=4,6
/proc/30407/stat : 30407 (java) S 30401 30407 30349 0 -1 4194304 91500 0 204 0 346844 211 0 0 20 0 20 0 38591381 19521036288 502972 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
/proc/30407/statm: 4765878 502972 5439 1 0 662720 0
[pid=30407/tid=30423] ppid=30401 vsize=19063512 memory=4624 CPUtime=3352.28 cores=4,6
/proc/30407/task/30423/stat : 30423 (java) R 30401 30407 30349 0 -1 4194368 41006 0 155 0 335163 65 0 0 20 0 20 0 38591385 19521036288 502972 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30457] ppid=30401 vsize=19063512 memory=2005676 CPUtime=0 cores=4,6
/proc/30407/task/30457/stat : 30457 (Finalizer) S 30401 30407 30349 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38591387 19521036288 502972 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30485] ppid=30401 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/30407/task/30485/stat : 30485 (Common-Cleaner) S 30401 30407 30349 0 -1 4194368 1586 0 0 0 0 0 0 0 20 0 20 0 38591388 19521036288 502972 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30489] ppid=30401 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/30407/task/30489/stat : 30489 (Timer-0) S 30401 30407 30349 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38591402 19521036288 502972 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
Current children cumulated CPU time: 3470.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2011888 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.25 4.17 5/340 30887
/proc/meminfo: memFree=119665088/131249992 swapFree=33010160/33010684
[pid=30407] ppid=30401 vsize=19063512 memory=2013936 CPUtime=3534.01 cores=4,6
/proc/30407/stat : 30407 (java) S 30401 30407 30349 0 -1 4194304 92569 0 204 0 353187 214 0 0 20 0 20 0 38591381 19521036288 503484 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
/proc/30407/statm: 4765878 503484 5439 1 0 662733 0
[pid=30407/tid=30423] ppid=30401 vsize=19063512 memory=4624 CPUtime=3411.11 cores=4,6
/proc/30407/task/30423/stat : 30423 (java) R 30401 30407 30349 0 -1 4194368 41870 0 155 0 341046 65 0 0 20 0 20 0 38591385 19521036288 503484 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30457] ppid=30401 vsize=19063512 memory=2005676 CPUtime=0 cores=4,6
/proc/30407/task/30457/stat : 30457 (Finalizer) S 30401 30407 30349 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38591387 19521036288 503484 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30485] ppid=30401 vsize=19063512 memory=2013936 CPUtime=0 cores=4,6
/proc/30407/task/30485/stat : 30485 (Common-Cleaner) S 30401 30407 30349 0 -1 4194368 1586 0 0 0 0 0 0 0 20 0 20 0 38591388 19521036288 503484 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30489] ppid=30401 vsize=19063512 memory=2013936 CPUtime=0 cores=4,6
/proc/30407/task/30489/stat : 30489 (Timer-0) S 30401 30407 30349 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38591402 19521036288 503484 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
Current children cumulated CPU time: 3534.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2013936 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.25 4.18 5/340 30889
/proc/meminfo: memFree=119644108/131249992 swapFree=33010160/33010684
[pid=30407] ppid=30401 vsize=19063512 memory=2015984 CPUtime=3597.42 cores=4,6
/proc/30407/stat : 30407 (java) S 30401 30407 30349 0 -1 4194304 93380 0 204 0 359526 216 0 0 20 0 20 0 38591381 19521036288 503996 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
/proc/30407/statm: 4765878 503996 5439 1 0 662733 0
[pid=30407/tid=30423] ppid=30401 vsize=19063512 memory=4624 CPUtime=3470.01 cores=4,6
/proc/30407/task/30423/stat : 30423 (java) R 30401 30407 30349 0 -1 4194368 42579 0 155 0 346935 66 0 0 20 0 20 0 38591385 19521036288 503996 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30457] ppid=30401 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/30407/task/30457/stat : 30457 (Finalizer) S 30401 30407 30349 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38591387 19521036288 503996 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30485] ppid=30401 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/30407/task/30485/stat : 30485 (Common-Cleaner) S 30401 30407 30349 0 -1 4194368 1665 0 0 0 0 0 0 0 20 0 20 0 38591388 19521036288 503996 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30489] ppid=30401 vsize=19063512 memory=2015984 CPUtime=0 cores=4,6
/proc/30407/task/30489/stat : 30489 (Timer-0) S 30401 30407 30349 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38591402 19521036288 503996 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
Current children cumulated CPU time: 3597.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2015984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3524.8 s]
/proc/loadavg: 4.27 4.25 4.18 5/340 30889
/proc/meminfo: memFree=119640028/131249992 swapFree=33010160/33010684
[pid=30407] ppid=30401 vsize=19063512 memory=2015984 CPUtime=3600.06 cores=4,6
/proc/30407/stat : 30407 (java) S 30401 30407 30349 0 -1 4194304 93478 0 204 0 359790 216 0 0 20 0 20 0 38591381 19521036288 503996 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
/proc/30407/statm: 4765878 503996 5439 1 0 662733 0
[pid=30407/tid=30423] ppid=30401 vsize=19063512 memory=2015984 CPUtime=3472.47 cores=4,6
/proc/30407/task/30423/stat : 30423 (java) R 30401 30407 30349 0 -1 4194368 42677 0 155 0 347181 66 0 0 20 0 20 0 38591385 19521036288 503996 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30457] ppid=30401 vsize=19063512 memory=2015984 CPUtime=0 cores=4,6
/proc/30407/task/30457/stat : 30457 (Finalizer) S 30401 30407 30349 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38591387 19521036288 503996 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30485] ppid=30401 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/30407/task/30485/stat : 30485 (Common-Cleaner) S 30401 30407 30349 0 -1 4194368 1665 0 0 0 0 0 0 0 20 0 20 0 38591388 19521036288 503996 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
[pid=30407/tid=30489] ppid=30401 vsize=19063512 memory=-6000919502855236716 CPUtime=0 cores=4,6
/proc/30407/task/30489/stat : 30489 (Timer-0) S 30401 30407 30349 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38591402 19521036288 503996 18446744073709551615 94568501776384 94568501780080 140727523092016 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94568501787896 94568501788688 94568511737856 140727523101054 140727523101158 140727523101158 140727523106760 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2015984 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.1 s, system=2.18013 s

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

Child status: 143

Real time (s): 3524.91
CPU time (s): 3600.28
CPU user time (s): 3598.1
CPU system time (s): 2.18013
CPU usage (%): 102.138
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2015984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.1
system time used= 2.18013
maximum resident set size= 2017264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95883
page faults= 204
swaps= 0
block input operations= 464
block output operations= 21576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 159760
involuntary context switches= 21190


# summary of solver processes directly reported to runsolver:
#   pid: 30407
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3598.1
#   total CPU system time (s): 2.18013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.62078 second user time and 17.0389 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-29 22:32:48
IDJOB=4513696
IDBENCH=162395
IDSOLVER=3361
FILE ID=nodeC035/4513696-1751229168
RUNJOBID= nodeC035-1751229168-30360
SLURM_JOB_ID= 9587694
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v070-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513696-1751229168/watcher-4513696-1751229168 -o /tmp/evaluation-result-4513696-1751229168/solver-4513696-1751229168 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751229168-30360 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4513696-1751229168.opb

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

MD5SUM BENCH= d78bcac827c2569f29b2dd9f01c4d198
RANDOM SEED=1255462063

nodeC035 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.196
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.51
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.787
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.719
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.51
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		: 3598.553
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.51
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.118
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.51
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.669
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.51
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.747
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.51
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		: 3600.408
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        127729756 kB
MemAvailable:   129649020 kB
Buffers:            1840 kB
Cached:          2674148 kB
SwapCached:           12 kB
Active:           344328 kB
Inactive:        2396724 kB
Active(anon):      71160 kB
Inactive(anon):    11948 kB
Active(file):     273168 kB
Inactive(file):  2384776 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               724 kB
Writeback:             0 kB
AnonPages:         68216 kB
Mapped:           102748 kB
Shmem:             18044 kB
KReclaimable:     201116 kB
Slab:             289388 kB
SReclaimable:     201116 kB
SUnreclaim:        88272 kB
KernelStack:        4008 kB
PageTables:         2672 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     330800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC035 at 2025-06-29 23:31:33