Trace number 4515532

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.46 3479.38

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5/normalized-sumineqArity5pyramidP085.opb
MD5SUM5d1633616664d1d404e86526e434c88a
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.066435
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18705
Total number of constraints3742
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints3655
Minimum length of a constraint5
Maximum length of a constraint15
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 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 20
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.09/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.11	c java.vm.version	22.0.1+8-16
0.09/0.11	c java.vm.vendor	Oracle Corporation
0.09/0.11	c sun.arch.data.model	64
0.09/0.11	c java.version		22.0.1
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.11	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.18	c Pseudo Boolean Optimization by upper bound
0.09/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.18	c  - never skip resolution steps
0.09/0.18	c  - Auto-division on coefficients is disabled
0.09/0.18	c  - No postprocessing
0.09/0.18	c  - Conflict is considered as is when resolving
0.09/0.18	c  - Use constraints as they come during conflict analysis
0.09/0.18	c  - Weaken first using unassigned literals
0.09/0.18	c  - Bump strategy: ALWAYS_ONE
0.09/0.18	c  - Bumper: ANY
0.09/0.18	c --- Begin Solver configuration ---
0.09/0.18	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.09/0.18	c Learn all clauses as in MiniSAT
0.09/0.18	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.18	c No reason simplification
0.09/0.18	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.18	c timeout=2147483s
0.09/0.18	c DB Simplification allowed=false
0.09/0.18	c Listener: none
0.09/0.18	c --- End Solver configuration ---
0.09/0.18	c solving HOME/instance-4515532-1751239852.opb
0.09/0.18	c reading problem ... 
0.09/0.18	c  no objective function found
0.47/0.35	c ... done. Wall clock time 0.165s.
0.47/0.35	c declared #vars     18705
0.47/0.35	c #constraints  3742
0.47/0.35	c constraints type 
0.47/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3742
0.47/0.35	c 3742 constraints processed.
4.91/2.69	c cleaning 2442 clauses out of 5000
10.67/7.47	c cleaning 4244 clauses out of 8558
21.58/18.07	c cleaning 5552 clauses out of 11316
32.93/29.06	c cleaning 6855 clauses out of 13762
41.18/36.97	c cleaning 7905 clauses out of 15907
60.61/55.81	c cleaning 8948 clauses out of 18003
91.64/86.13	c cleaning 9908 clauses out of 20055
144.85/138.80	c cleaning 10977 clauses out of 22146
179.75/172.99	c cleaning 11958 clauses out of 24170
191.14/183.95	c cleaning 13025 clauses out of 26211
214.46/206.63	c cleaning 13996 clauses out of 28186
272.83/263.32	c cleaning 15059 clauses out of 30191
404.72/393.22	c cleaning 15985 clauses out of 32132
610.46/597.21	c cleaning 16905 clauses out of 34147
650.31/636.20	c cleaning 18006 clauses out of 36244
711.47/695.21	c cleaning 18968 clauses out of 38235
895.34/874.95	c cleaning 20084 clauses out of 40267
1872.48/1841.98	c cleaning 21076 clauses out of 42183
3193.60/3131.46	c cleaning 21905 clauses out of 44107
3600.11/3479.26	c starts		: 131
3600.11/3479.27	c conflicts		: 274698
3600.11/3479.27	c decisions		: 602987
3600.11/3479.27	c propagations		: 2996795
3600.11/3479.27	c inspects		: 3967005740
3600.11/3479.27	c shortcuts		: 0
3600.11/3479.27	c learnt literals	: 0
3600.11/3479.27	c learnt binary clauses	: 0
3600.11/3479.27	c learnt ternary clauses	: 0
3600.11/3479.27	c learnt constraints	: 274698
3600.11/3479.27	c ignored constraints	: 0
3600.11/3479.27	c root simplifications	: 0
3600.11/3479.27	c removed literals (reason simplification)	: 0
3600.11/3479.27	c reason swapping (by a shorter reason)	: 0
3600.11/3479.27	c Calls to reduceDB	: 19
3600.11/3479.27	c Number of update (reduction) of LBD	: 0
3600.11/3479.27	c Imported unit clauses	: 0
3600.11/3479.27	c No decision after first conflict	: false
3600.11/3479.27	c number of reductions to clauses (during analyze)	: 0
3600.11/3479.27	c number of learned constraints concerned by reduction	: 0
3600.11/3479.27	c number of learning phase by resolution	: 0
3600.11/3479.27	c number of learning phase by cutting planes	: 0
3600.11/3479.27	c number of rounding to 1 operations	: 0
3600.11/3479.27	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.11/3479.27	c number of reductions of the coefficients by power 2 	: 0
3600.11/3479.27	c number of right shift for reduction by power 2 	: 0
3600.11/3479.27	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.11/3479.27	c number of ending skipping 	: 0
3600.11/3479.27	c number of internal skipping 	: 0
3600.11/3479.27	c number of derivation steps 	: 1443038
3600.11/3479.27	c number of skipped derivation steps 	: 0
3600.11/3479.27	c number of remaining unassigned 	: 436144
3600.11/3479.27	c number of remaining assigned 	: 53760960
3600.11/3479.28	c number of falsified literals weakened from reason	: 0
3600.11/3479.28	c number of falsified literals weakened from conflict	: 0
3600.11/3479.28	c time for arithmetic operations	: 77972563445
3600.11/3479.29	c minimum degree of deleted constraints	: null
3600.11/3479.29	c maximum degree of deleted constraints	: null
3600.11/3479.29	c number of deleted constraints	: 0
3600.32/3479.31	c speed (assignments/second)	: 861.4111149468932
3600.32/3479.31	c non guided choices	: 35381
3600.32/3479.34	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 18
3600.32/3479.35	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 30882
3600.32/3479.36	s UNKNOWN
3600.32/3479.36	c Total wall clock time (in seconds): 3479.18

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=35611, runsolver pid=35600
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 0.69 1.28 2.77 11/332 35684
/proc/meminfo: memFree=126868500/131249996 swapFree=33010684/33010684
[pid=35611] ppid=35600 vsize=18930384 memory=51956 CPUtime=0.09 cores=5,7
/proc/35611/stat : 35611 (java) S 35600 35611 35546 0 -1 4194304 5959 0 223 0 8 1 0 0 20 0 18 0 39662981 19384713216 12989 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
/proc/35611/statm: 4732596 12989 5327 1 0 547255 0
[pid=35611/tid=35619] ppid=35600 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=5,7
/proc/35611/task/35619/stat : 35619 (java) R 35600 35611 35546 0 -1 4194368 4796 0 185 0 5 1 0 0 20 0 18 0 39662984 19384713216 12989 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35656] ppid=35600 vsize=18930384 memory=16195 CPUtime=0 cores=5,7
/proc/35611/task/35656/stat : 35656 (Finalizer) S 35600 35611 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 12989 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35682] ppid=35600 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/35611/task/35682/stat : 35682 (Common-Cleaner) S 35600 35611 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 12989 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51956 KiB

[startup+0.205967 s]*
/proc/loadavg: 0.69 1.28 2.77 13/332 35684
/proc/meminfo: memFree=126835988/131249996 swapFree=33010684/33010684
[pid=35611] ppid=35600 vsize=18930384 memory=64156 CPUtime=0.28 cores=5,7
/proc/35611/stat : 35611 (java) S 35600 35611 35546 0 -1 4194304 6860 0 223 0 26 2 0 0 20 0 18 0 39662981 19384713216 16039 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
/proc/35611/statm: 4732596 16039 5423 1 0 547935 0
[pid=35611/tid=35619] ppid=35600 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=5,7
/proc/35611/task/35619/stat : 35619 (java) R 35600 35611 35546 0 -1 4194368 5189 0 185 0 14 1 0 0 20 0 18 0 39662984 19384713216 16039 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35656] ppid=35600 vsize=18930384 memory=16195 CPUtime=0 cores=5,7
/proc/35611/task/35656/stat : 35656 (Finalizer) S 35600 35611 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 16039 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35682] ppid=35600 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/35611/task/35682/stat : 35682 (Common-Cleaner) S 35600 35611 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 16039 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64156 KiB

[startup+0.305943 s]*
/proc/loadavg: 0.69 1.28 2.77 10/333 35685
/proc/meminfo: memFree=126749156/131249996 swapFree=33010684/33010684
[pid=35611] ppid=35600 vsize=18930384 memory=94328 CPUtime=0.47 cores=5,7
/proc/35611/stat : 35611 (java) S 35600 35611 35546 0 -1 4194304 8837 0 223 0 44 3 0 0 20 0 18 0 39662981 19384713216 23582 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
/proc/35611/statm: 4732596 23582 5423 1 0 549339 0
[pid=35611/tid=35619] ppid=35600 vsize=18930384 memory=-6000919468344436588 CPUtime=0.22 cores=5,7
/proc/35611/task/35619/stat : 35619 (java) R 35600 35611 35546 0 -1 4194368 5213 0 185 0 20 2 0 0 20 0 18 0 39662984 19384713216 23582 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35656] ppid=35600 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/35611/task/35656/stat : 35656 (Finalizer) S 35600 35611 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 23582 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35682] ppid=35600 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/35611/task/35682/stat : 35682 (Common-Cleaner) S 35600 35611 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 23582 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 94328 KiB

[startup+0.700241 s]
/proc/loadavg: 0.69 1.28 2.77 12/337 35689
/proc/meminfo: memFree=126516824/131249996 swapFree=33010684/33010684
[pid=35611] ppid=35600 vsize=19063512 memory=175484 CPUtime=1.23 cores=5,7
/proc/35611/stat : 35611 (java) S 35600 35611 35546 0 -1 4194304 14980 0 223 0 117 6 0 0 20 0 20 0 39662981 19521036288 43871 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
/proc/35611/statm: 4765878 43871 5487 1 0 553990 0
[pid=35611/tid=35619] ppid=35600 vsize=19063512 memory=17664 CPUtime=0.52 cores=5,7
/proc/35611/task/35619/stat : 35619 (java) S 35600 35611 35546 0 -1 4194368 5300 0 185 0 49 3 0 0 20 0 20 0 39662984 19521036288 43871 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35656] ppid=35600 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35611/task/35656/stat : 35656 (Finalizer) S 35600 35611 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 43871 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35682] ppid=35600 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35611/task/35682/stat : 35682 (Common-Cleaner) S 35600 35611 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 43871 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35687] ppid=35600 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/35611/task/35687/stat : 35687 (Timer-0) S 35600 35611 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 43871 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175484 KiB

[startup+1.50024 s]
/proc/loadavg: 0.69 1.28 2.77 10/340 35692
/proc/meminfo: memFree=126205852/131249996 swapFree=33010684/33010684
[pid=35611] ppid=35600 vsize=19063512 memory=320164 CPUtime=2.81 cores=5,7
/proc/35611/stat : 35611 (java) S 35600 35611 35546 0 -1 4194304 15429 0 223 0 271 10 0 0 20 0 20 0 39662981 19521036288 80041 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
/proc/35611/statm: 4765878 80041 5487 1 0 554012 0
[pid=35611/tid=35619] ppid=35600 vsize=19063512 memory=10752 CPUtime=1.22 cores=5,7
/proc/35611/task/35619/stat : 35619 (java) R 35600 35611 35546 0 -1 4194368 5371 0 185 0 117 5 0 0 20 0 20 0 39662984 19521036288 80041 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35656] ppid=35600 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35611/task/35656/stat : 35656 (Finalizer) S 35600 35611 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 80041 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35682] ppid=35600 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35611/task/35682/stat : 35682 (Common-Cleaner) S 35600 35611 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 80041 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35687] ppid=35600 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/35611/task/35687/stat : 35687 (Timer-0) S 35600 35611 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 80041 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 320164 KiB

[startup+3.10603 s]
/proc/loadavg: 0.69 1.28 2.77 6/340 35692
/proc/meminfo: memFree=122678308/131249996 swapFree=33010684/33010684
[pid=35611] ppid=35600 vsize=19063512 memory=1169564 CPUtime=5.84 cores=5,7
/proc/35611/stat : 35611 (java) S 35600 35611 35546 0 -1 4194304 17819 0 223 0 558 26 0 0 20 0 20 0 39662981 19521036288 292391 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
/proc/35611/statm: 4765878 292391 5487 1 0 555075 0
[pid=35611/tid=35619] ppid=35600 vsize=19063512 memory=10752 CPUtime=2.8 cores=5,7
/proc/35611/task/35619/stat : 35619 (java) R 35600 35611 35546 0 -1 4194368 5895 0 185 0 260 20 0 0 20 0 20 0 39662984 19521036288 292391 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35656] ppid=35600 vsize=19063512 memory=-6000919507150071660 CPUtime=0 cores=5,7
/proc/35611/task/35656/stat : 35656 (Finalizer) S 35600 35611 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 292391 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35682] ppid=35600 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35611/task/35682/stat : 35682 (Common-Cleaner) S 35600 35611 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 292391 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35687] ppid=35600 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35611/task/35687/stat : 35687 (Timer-0) S 35600 35611 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 292391 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1169564 KiB

[startup+6.30024 s]
/proc/loadavg: 0.96 1.32 2.78 5/340 35692
/proc/meminfo: memFree=121312192/131249996 swapFree=33010684/33010684
[pid=35611] ppid=35600 vsize=19063512 memory=1334716 CPUtime=9.42 cores=5,7
/proc/35611/stat : 35611 (java) S 35600 35611 35546 0 -1 4194304 23477 0 223 0 912 30 0 0 20 0 20 0 39662981 19521036288 333679 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
/proc/35611/statm: 4765878 333679 5487 1 0 555076 0
[pid=35611/tid=35619] ppid=35600 vsize=19063512 memory=0 CPUtime=5.95 cores=5,7
/proc/35611/task/35619/stat : 35619 (java) R 35600 35611 35546 0 -1 4194368 7429 0 185 0 572 23 0 0 20 0 20 0 39662984 19521036288 333679 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35656] ppid=35600 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35611/task/35656/stat : 35656 (Finalizer) S 35600 35611 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 333679 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35682] ppid=35600 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35611/task/35682/stat : 35682 (Common-Cleaner) S 35600 35611 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 333679 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35687] ppid=35600 vsize=19063512 memory=404304 CPUtime=0 cores=5,7
/proc/35611/task/35687/stat : 35687 (Timer-0) S 35600 35611 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 333679 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
Current children cumulated CPU time: 9.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1334716 KiB

[startup+12.7002 s]
/proc/loadavg: 1.20 1.37 2.78 5/341 35693
/proc/meminfo: memFree=119572844/131249996 swapFree=33010684/33010684
[pid=35611] ppid=35600 vsize=19063512 memory=1913924 CPUtime=16.12 cores=5,7
/proc/35611/stat : 35611 (java) S 35600 35611 35546 0 -1 4194304 24679 0 223 0 1570 42 0 0 20 0 20 0 39662981 19521036288 478481 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
/proc/35611/statm: 4765878 478481 5519 1 0 692936 0
[pid=35611/tid=35619] ppid=35600 vsize=19063512 memory=404304 CPUtime=12.17 cores=5,7
/proc/35611/task/35619/stat : 35619 (java) R 35600 35611 35546 0 -1 4194368 7950 0 185 0 1183 34 0 0 20 0 20 0 39662984 19521036288 478481 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35656] ppid=35600 vsize=19063512 memory=1913796 CPUtime=0 cores=5,7
/proc/35611/task/35656/stat : 35656 (Finalizer) S 35600 35611 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 478481 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35682] ppid=35600 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35611/task/35682/stat : 35682 (Common-Cleaner) S 35600 35611 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 478481 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35687] ppid=35600 vsize=19063512 memory=281149767657856 CPUtime=0 cores=5,7
/proc/35611/task/35687/stat : 35687 (Timer-0) S 35600 35611 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 478481 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
Current children cumulated CPU time: 16.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1913924 KiB

[startup+25.5002 s]
/proc/loadavg: 1.90 1.51 2.81 5/341 35693
/proc/meminfo: memFree=118778240/131249996 swapFree=33010684/33010684
[pid=35611] ppid=35600 vsize=19063512 memory=2441552 CPUtime=29.34 cores=5,7
/proc/35611/stat : 35611 (java) S 35600 35611 35546 0 -1 4194304 28817 0 223 0 2881 53 0 0 20 0 20 0 39662981 19521036288 610388 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
/proc/35611/statm: 4765878 610388 5519 1 0 826629 0
[pid=35611/tid=35619] ppid=35600 vsize=19063512 memory=-6000919507150071660 CPUtime=24.46 cores=5,7
/proc/35611/task/35619/stat : 35619 (java) R 35600 35611 35546 0 -1 4194368 9741 0 185 0 2402 44 0 0 20 0 20 0 39662984 19521036288 610388 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35656] ppid=35600 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/35611/task/35656/stat : 35656 (Finalizer) S 35600 35611 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 610388 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35682] ppid=35600 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35611/task/35682/stat : 35682 (Common-Cleaner) S 35600 35611 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 610388 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35687] ppid=35600 vsize=19063512 memory=43498904 CPUtime=0 cores=5,7
/proc/35611/task/35687/stat : 35687 (Timer-0) S 35600 35611 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 610388 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
Current children cumulated CPU time: 29.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2441552 KiB

[startup+51.1061 s]
/proc/loadavg: 2.61 1.71 2.84 5/342 35695
/proc/meminfo: memFree=116519992/131249996 swapFree=33010684/33010684
[pid=35611] ppid=35600 vsize=19063512 memory=3519604 CPUtime=55.75 cores=5,7
/proc/35611/stat : 35611 (java) S 35600 35611 35546 0 -1 4194304 35490 0 223 0 5498 77 0 0 20 0 20 0 39662981 19521036288 879901 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
/proc/35611/statm: 4765878 879901 5519 1 0 1083565 0
[pid=35611/tid=35619] ppid=35600 vsize=19063512 memory=1347152 CPUtime=49.19 cores=5,7
/proc/35611/task/35619/stat : 35619 (java) R 35600 35611 35546 0 -1 4194368 12254 0 185 0 4854 65 0 0 20 0 20 0 39662984 19521036288 879901 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35656] ppid=35600 vsize=19063512 memory=3503144 CPUtime=0 cores=5,7
/proc/35611/task/35656/stat : 35656 (Finalizer) S 35600 35611 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 879901 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35682] ppid=35600 vsize=19063512 memory=2994032 CPUtime=0 cores=5,7

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

[startup+3162.3 s]
/proc/loadavg: 4.58 4.60 4.52 5/341 35859
/proc/meminfo: memFree=104563008/131249996 swapFree=33010684/33010684
[pid=35611] ppid=35600 vsize=19063512 memory=4787688 CPUtime=3230.22 cores=5,7
/proc/35611/stat : 35611 (java) S 35600 35611 35546 0 -1 4194304 231628 0 223 0 322754 268 0 0 20 0 20 0 39662981 19521036288 1196922 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
/proc/35611/statm: 4765878 1196922 5519 1 0 1214029 0
[pid=35611/tid=35619] ppid=35600 vsize=19063512 memory=4787304 CPUtime=3117.75 cores=5,7
/proc/35611/task/35619/stat : 35619 (java) R 35600 35611 35546 0 -1 4194368 103280 0 185 0 311676 99 0 0 20 0 20 0 39662984 19521036288 1196922 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35656] ppid=35600 vsize=19063512 memory=4787688 CPUtime=0 cores=5,7
/proc/35611/task/35656/stat : 35656 (Finalizer) S 35600 35611 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1196922 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35682] ppid=35600 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/35611/task/35682/stat : 35682 (Common-Cleaner) S 35600 35611 35546 0 -1 4194368 1881 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1196922 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35687] ppid=35600 vsize=19063512 memory=4787688 CPUtime=0 cores=5,7
/proc/35611/task/35687/stat : 35687 (Timer-0) S 35600 35611 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 1196922 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
Current children cumulated CPU time: 3230.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4787688 KiB

[startup+3222.3 s]
/proc/loadavg: 4.49 4.57 4.51 5/341 35861
/proc/meminfo: memFree=104558456/131249996 swapFree=33010684/33010684
[pid=35611] ppid=35600 vsize=19063512 memory=4788072 CPUtime=3299.53 cores=5,7
/proc/35611/stat : 35611 (java) S 35600 35611 35546 0 -1 4194304 238649 0 223 0 329676 277 0 0 20 0 20 0 39662981 19521036288 1197018 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
/proc/35611/statm: 4765878 1197018 5519 1 0 1214105 0
[pid=35611/tid=35619] ppid=35600 vsize=19063512 memory=4787688 CPUtime=3176.43 cores=5,7
/proc/35611/task/35619/stat : 35619 (java) R 35600 35611 35546 0 -1 4194368 107000 0 185 0 317543 100 0 0 20 0 20 0 39662984 19521036288 1197018 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35656] ppid=35600 vsize=19063512 memory=4788072 CPUtime=0 cores=5,7
/proc/35611/task/35656/stat : 35656 (Finalizer) S 35600 35611 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1197018 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35682] ppid=35600 vsize=19063512 memory=4788072 CPUtime=0 cores=5,7
/proc/35611/task/35682/stat : 35682 (Common-Cleaner) S 35600 35611 35546 0 -1 4194368 1927 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1197018 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35687] ppid=35600 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/35611/task/35687/stat : 35687 (Timer-0) S 35600 35611 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 1197018 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
Current children cumulated CPU time: 3299.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4788072 KiB

[startup+3282.3 s]
/proc/loadavg: 4.42 4.54 4.51 5/342 36001
/proc/meminfo: memFree=116461492/131249996 swapFree=33010684/33010684
[pid=35611] ppid=35600 vsize=19063512 memory=4788072 CPUtime=3368.91 cores=5,7
/proc/35611/stat : 35611 (java) S 35600 35611 35546 0 -1 4194304 244244 0 223 0 336605 286 0 0 20 0 20 0 39662981 19521036288 1197018 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
/proc/35611/statm: 4765878 1197018 5519 1 0 1214113 0
[pid=35611/tid=35619] ppid=35600 vsize=19063512 memory=4788072 CPUtime=3235.35 cores=5,7
/proc/35611/task/35619/stat : 35619 (java) R 35600 35611 35546 0 -1 4194368 109458 0 185 0 323434 101 0 0 20 0 20 0 39662984 19521036288 1197018 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35656] ppid=35600 vsize=19063512 memory=4788072 CPUtime=0 cores=5,7
/proc/35611/task/35656/stat : 35656 (Finalizer) S 35600 35611 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1197018 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35682] ppid=35600 vsize=19063512 memory=4786408 CPUtime=0 cores=5,7
/proc/35611/task/35682/stat : 35682 (Common-Cleaner) S 35600 35611 35546 0 -1 4194368 1962 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1197018 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35687] ppid=35600 vsize=19063512 memory=4788072 CPUtime=0 cores=5,7
/proc/35611/task/35687/stat : 35687 (Timer-0) S 35600 35611 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 1197018 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
Current children cumulated CPU time: 3368.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4788072 KiB

[startup+3342.3 s]
/proc/loadavg: 4.35 4.50 4.49 5/341 36003
/proc/meminfo: memFree=116243580/131249996 swapFree=33010684/33010684
[pid=35611] ppid=35600 vsize=19063512 memory=4788200 CPUtime=3438.66 cores=5,7
/proc/35611/stat : 35611 (java) S 35600 35611 35546 0 -1 4194304 246230 0 223 0 343572 294 0 0 20 0 20 0 39662981 19521036288 1197050 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
/proc/35611/statm: 4765878 1197050 5519 1 0 1214145 0
[pid=35611/tid=35619] ppid=35600 vsize=19063512 memory=4786408 CPUtime=3294.28 cores=5,7
/proc/35611/task/35619/stat : 35619 (java) R 35600 35611 35546 0 -1 4194368 111129 0 185 0 329327 101 0 0 20 0 20 0 39662984 19521036288 1197050 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35656] ppid=35600 vsize=19063512 memory=4788072 CPUtime=0 cores=5,7
/proc/35611/task/35656/stat : 35656 (Finalizer) S 35600 35611 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1197050 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35682] ppid=35600 vsize=19063512 memory=4788072 CPUtime=0 cores=5,7
/proc/35611/task/35682/stat : 35682 (Common-Cleaner) S 35600 35611 35546 0 -1 4194368 1963 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1197050 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35687] ppid=35600 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/35611/task/35687/stat : 35687 (Timer-0) S 35600 35611 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 1197050 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
Current children cumulated CPU time: 3438.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4788200 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.44 4.47 5/341 36005
/proc/meminfo: memFree=116095480/131249996 swapFree=33010684/33010684
[pid=35611] ppid=35600 vsize=19063512 memory=4788712 CPUtime=3508.33 cores=5,7
/proc/35611/stat : 35611 (java) S 35600 35611 35546 0 -1 4194304 252880 0 223 0 350530 303 0 0 20 0 20 0 39662981 19521036288 1197178 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
/proc/35611/statm: 4765878 1197178 5519 1 0 1214266 0
[pid=35611/tid=35619] ppid=35600 vsize=19063512 memory=4788072 CPUtime=3353.33 cores=5,7
/proc/35611/task/35619/stat : 35619 (java) R 35600 35611 35546 0 -1 4194368 114244 0 185 0 335231 102 0 0 20 0 20 0 39662984 19521036288 1197178 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35656] ppid=35600 vsize=19063512 memory=4788712 CPUtime=0 cores=5,7
/proc/35611/task/35656/stat : 35656 (Finalizer) S 35600 35611 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1197178 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35682] ppid=35600 vsize=19063512 memory=4788712 CPUtime=0 cores=5,7
/proc/35611/task/35682/stat : 35682 (Common-Cleaner) S 35600 35611 35546 0 -1 4194368 2010 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1197178 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35687] ppid=35600 vsize=19063512 memory=4788712 CPUtime=0 cores=5,7
/proc/35611/task/35687/stat : 35687 (Timer-0) S 35600 35611 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 1197178 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
Current children cumulated CPU time: 3508.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4788712 KiB

[startup+3462.3 s]
/proc/loadavg: 4.35 4.43 4.47 5/341 36007
/proc/meminfo: memFree=116004604/131249996 swapFree=33010684/33010684
[pid=35611] ppid=35600 vsize=19063512 memory=4788712 CPUtime=3580.62 cores=5,7
/proc/35611/stat : 35611 (java) S 35600 35611 35546 0 -1 4194304 258013 0 223 0 357749 313 0 0 20 0 20 0 39662981 19521036288 1197178 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
/proc/35611/statm: 4765878 1197178 5519 1 0 1214266 0
[pid=35611/tid=35619] ppid=35600 vsize=19063512 memory=4788072 CPUtime=3412.29 cores=5,7
/proc/35611/task/35619/stat : 35619 (java) R 35600 35611 35546 0 -1 4194368 116893 0 185 0 341126 103 0 0 20 0 20 0 39662984 19521036288 1197178 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35656] ppid=35600 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/35611/task/35656/stat : 35656 (Finalizer) S 35600 35611 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1197178 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35682] ppid=35600 vsize=19063512 memory=4788712 CPUtime=0 cores=5,7
/proc/35611/task/35682/stat : 35682 (Common-Cleaner) S 35600 35611 35546 0 -1 4194368 2056 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1197178 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35687] ppid=35600 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/35611/task/35687/stat : 35687 (Timer-0) S 35600 35611 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 1197178 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
Current children cumulated CPU time: 3580.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4788712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3479.2 s]
/proc/loadavg: 4.27 4.41 4.46 7/341 36008
/proc/meminfo: memFree=115979868/131249996 swapFree=33010684/33010684
[pid=35611] ppid=35600 vsize=19063512 memory=4788712 CPUtime=3600.11 cores=5,7
/proc/35611/stat : 35611 (java) S 35600 35611 35546 0 -1 4194304 258165 0 223 0 359695 316 0 0 20 0 20 0 39662981 19521036288 1197178 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
/proc/35611/statm: 4765878 1197178 5519 1 0 1214267 0
[pid=35611/tid=35619] ppid=35600 vsize=19063512 memory=4788712 CPUtime=3428.87 cores=5,7
/proc/35611/task/35619/stat : 35619 (java) R 35600 35611 35546 0 -1 4194368 117003 0 185 0 342784 103 0 0 20 0 20 0 39662984 19521036288 1197178 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35656] ppid=35600 vsize=19063512 memory=4788712 CPUtime=0 cores=5,7
/proc/35611/task/35656/stat : 35656 (Finalizer) S 35600 35611 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1197178 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35682] ppid=35600 vsize=19063512 memory=4788712 CPUtime=0 cores=5,7
/proc/35611/task/35682/stat : 35682 (Common-Cleaner) S 35600 35611 35546 0 -1 4194368 2056 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1197178 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35687] ppid=35600 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/35611/task/35687/stat : 35687 (Timer-0) S 35600 35611 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 1197178 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4788712 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.26 s, system=3.19192 s

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

[startup+3479.3 s]
/proc/loadavg: 4.27 4.41 4.46 7/341 36008
/proc/meminfo: memFree=115979868/131249996 swapFree=33010684/33010684
[pid=35611] ppid=35600 vsize=19263204 memory=4789352 CPUtime=3600.32 cores=5,7
/proc/35611/stat : 35611 (java) S 35600 35611 35546 0 -1 4194304 259766 0 223 0 359715 317 0 0 20 0 21 0 39662981 19725520896 1197338 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
/proc/35611/statm: 4815801 1197338 5519 1 0 1215186 0
[pid=35611/tid=35619] ppid=35600 vsize=19263204 memory=4788072 CPUtime=3428.93 cores=5,7
/proc/35611/task/35619/stat : 35619 (java) R 35600 35611 35546 0 -1 4194368 117018 0 185 0 342790 103 0 0 20 0 21 0 39662984 19725520896 1197338 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35656] ppid=35600 vsize=19263204 memory=4788712 CPUtime=0 cores=5,7
/proc/35611/task/35656/stat : 35656 (Finalizer) S 35600 35611 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39662986 19725520896 1197338 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
[pid=35611/tid=35682] ppid=35600 vsize=19263204 memory=10752 CPUtime=0 cores=5,7
/proc/35611/task/35682/stat : 35682 (Common-Cleaner) S 35600 35611 35546 0 -1 4194368 2056 0 0 0 0 0 0 0 20 0 21 0 39662986 19725520896 1197338 18446744073709551615 94104244129792 94104244133488 140728608096032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94104244141304 94104244142096 94104269815808 140728608098686 140728608098790 140728608098790 140728608104392 0
Current children cumulated CPU time: 3600.32 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4789352 KiB

Child status: 143

Real time (s): 3479.38
CPU time (s): 3600.46
CPU user time (s): 3597.26
CPU system time (s): 3.19192
CPU usage (%): 103.48
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4789352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.26
system time used= 3.19192
maximum resident set size= 4789480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259930
page faults= 223
swaps= 0
block input operations= 0
block output operations= 16032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134564
involuntary context switches= 30941


# summary of solver processes directly reported to runsolver:
#   pid: 35611
#   total CPU time (s): 3600.46
#   total CPU user time (s): 3597.26
#   total CPU system time (s): 3.19192

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.42139 second user time and 18.2663 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 01:30:52
IDJOB=4515532
IDBENCH=165294
IDSOLVER=3361
FILE ID=nodeC017/4515532-1751239852
RUNJOBID= nodeC017-1751239852-35559
SLURM_JOB_ID= 9587724
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5/normalized-sumineqArity5pyramidP085.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515532-1751239852/watcher-4515532-1751239852 -o /tmp/evaluation-result-4515532-1751239852/solver-4515532-1751239852 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751239852-35559 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4515532-1751239852.opb

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

MD5SUM BENCH= 5d1633616664d1d404e86526e434c88a
RANDOM SEED=1106915954

nodeC017 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.318
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.12
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.657
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.12
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.217
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.113
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.12
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.410
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.12
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.467
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.12
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.109
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.12
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.032
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126945780 kB
MemAvailable:   129706112 kB
Buffers:            2380 kB
Cached:          3532756 kB
SwapCached:            0 kB
Active:           376612 kB
Inactive:        3227616 kB
Active(anon):      87160 kB
Inactive(anon):       12 kB
Active(file):     289452 kB
Inactive(file):  3227604 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4860 kB
Writeback:             0 kB
AnonPages:         72200 kB
Mapped:           102432 kB
Shmem:             18080 kB
KReclaimable:     164632 kB
Slab:             252536 kB
SReclaimable:     164632 kB
SUnreclaim:        87904 kB
KernelStack:        3924 kB
PageTables:         2668 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     330360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC017 at 2025-06-30 02:28:52