Trace number 4513516

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.5 3527.05

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v091-n1.opb
MD5SUM0777625e3e50e9abbc3eac7557ef5296
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.043045
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables273
Total number of constraints91
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.21/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.21/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.21/0.23	c See www.sat4j.org for details.
0.21/0.25	c version PB25.v20250606
0.21/0.27	c java.runtime.name	OpenJDK Runtime Environment
0.21/0.27	c java.vm.name		OpenJDK 64-Bit Server VM
0.21/0.27	c java.vm.version	22.0.1+8-16
0.21/0.27	c java.vm.vendor	Oracle Corporation
0.21/0.27	c sun.arch.data.model	64
0.21/0.27	c java.version		22.0.1
0.21/0.27	c os.name		Linux
0.21/0.27	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.21/0.27	c os.arch		amd64
0.21/0.28	c Free memory 		2104792832
0.21/0.28	c Max memory 		16282288128
0.21/0.29	c Total memory 		2113929216
0.21/0.29	c Number of processors 	2
0.52/0.48	c Pseudo Boolean Optimization by upper bound
0.52/0.48	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.52/0.48	c  - never skip resolution steps
0.52/0.48	c  - Auto-division on coefficients is disabled
0.52/0.48	c  - No postprocessing
0.52/0.48	c  - Conflict is considered as is when resolving
0.52/0.48	c  - Use constraints as they come during conflict analysis
0.52/0.48	c  - Weaken first using unassigned literals
0.52/0.48	c  - Bump strategy: ALWAYS_ONE
0.52/0.48	c  - Bumper: ANY
0.52/0.48	c --- Begin Solver configuration ---
0.52/0.48	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.52/0.48	c Learn all clauses as in MiniSAT
0.52/0.48	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.52/0.48	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.52/0.48	c No reason simplification
0.52/0.48	c Armin Biere (Picosat) restarts strategy
0.52/0.48	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.52/0.48	c timeout=2147483s
0.52/0.48	c DB Simplification allowed=false
0.52/0.48	c Listener: none
0.52/0.48	c --- End Solver configuration ---
0.52/0.48	c solving HOME/instance-4513516-1751227848.opb
0.52/0.48	c reading problem ... 
0.52/0.48	c  no objective function found
0.72/0.55	c ... done. Wall clock time 0.062s.
0.72/0.55	c declared #vars     273
0.72/0.55	c #constraints  182
0.72/0.55	c constraints type 
0.72/0.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 182
0.72/0.55	c 182 constraints processed.
13.48/10.14	c cleaning 2497 clauses out of 5000
36.66/33.00	c cleaning 4240 clauses out of 8510
87.56/83.44	c cleaning 5622 clauses out of 11263
162.96/158.43	c cleaning 6819 clauses out of 13641
328.93/324.03	c cleaning 7904 clauses out of 15822
611.86/605.60	c cleaning 8948 clauses out of 17918
1040.34/1030.11	c cleaning 9970 clauses out of 19970
1669.58/1646.71	c cleaning 10987 clauses out of 22000
2351.41/2313.48	c cleaning 11995 clauses out of 24013
3204.88/3142.65	c cleaning 12991 clauses out of 26022
3600.06/3526.83	c starts		: 91
3600.06/3526.84	c conflicts		: 100879
3600.06/3526.88	c decisions		: 349217
3600.06/3526.88	c propagations		: 1263345
3600.06/3526.88	c inspects		: 7723381624
3600.06/3526.88	c shortcuts		: 0
3600.06/3526.88	c learnt literals	: 0
3600.06/3526.88	c learnt binary clauses	: 0
3600.06/3526.88	c learnt ternary clauses	: 0
3600.06/3526.88	c learnt constraints	: 100879
3600.06/3526.88	c ignored constraints	: 0
3600.06/3526.88	c root simplifications	: 0
3600.06/3526.88	c removed literals (reason simplification)	: 0
3600.06/3526.88	c reason swapping (by a shorter reason)	: 0
3600.06/3526.89	c Calls to reduceDB	: 10
3600.06/3526.89	c Number of update (reduction) of LBD	: 0
3600.06/3526.89	c Imported unit clauses	: 0
3600.06/3526.89	c No decision after first conflict	: false
3600.06/3526.89	c number of reductions to clauses (during analyze)	: 0
3600.06/3526.89	c number of learned constraints concerned by reduction	: 0
3600.06/3526.89	c number of learning phase by resolution	: 0
3600.06/3526.89	c number of learning phase by cutting planes	: 0
3600.06/3526.89	c number of rounding to 1 operations	: 0
3600.06/3526.89	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3526.89	c number of reductions of the coefficients by power 2 	: 0
3600.06/3526.89	c number of right shift for reduction by power 2 	: 0
3600.06/3526.89	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3526.90	c number of ending skipping 	: 0
3600.06/3526.90	c number of internal skipping 	: 0
3600.26/3526.90	c number of derivation steps 	: 649472
3600.26/3526.91	c number of skipped derivation steps 	: 0
3600.26/3526.91	c number of remaining unassigned 	: 135
3600.26/3526.91	c number of remaining assigned 	: 28608698
3600.26/3526.91	c number of falsified literals weakened from reason	: 0
3600.26/3526.91	c number of falsified literals weakened from conflict	: 0
3600.26/3526.91	c time for arithmetic operations	: 468362485
3600.26/3526.91	c minimum degree of deleted constraints	: null
3600.26/3526.93	c maximum degree of deleted constraints	: null
3600.26/3526.93	c number of deleted constraints	: 0
3600.26/3526.93	c speed (assignments/second)	: 358.2558978395951
3600.26/3526.94	c non guided choices	: 67
3600.26/3526.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1475
3600.26/3526.99	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 17420
3600.26/3526.99	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 11
3600.46/3527.01	s UNKNOWN
3600.46/3527.01	c Total wall clock time (in seconds): 3526.534

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=32893, runsolver pid=32887

[startup+0.100073 s]*
/proc/loadavg: 1.44 1.93 2.41 5/283 32938
/proc/meminfo: memFree=123408684/131382112 swapFree=33010684/33010684
[pid=32893] ppid=32887 vsize=18464448 memory=39184 CPUtime=0.05 cores=0,2
/proc/32893/stat : 32893 (java) S 32887 32893 32836 0 -1 4194304 5078 0 70 0 2 3 0 0 20 0 12 0 38464578 18907594752 9796 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
/proc/32893/statm: 4616112 9796 4135 1 0 544845 0
[pid=32893/tid=32907] ppid=32887 vsize=18464448 memory=4026532124 CPUtime=0.04 cores=0,2
/proc/32893/task/32907/stat : 32907 (java) S 32887 32893 32836 0 -1 4194368 4431 0 68 0 2 2 0 0 20 0 12 0 38464583 18907594752 9796 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32943] ppid=32887 vsize=18529984 memory=16142 CPUtime=0 cores=0,2
/proc/32893/task/32943/stat : 32943 (Finalizer) S 32887 32893 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 12 0 38464589 18974703616 9796 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32948] ppid=32887 vsize=18529984 memory=58494082614266 CPUtime=0 cores=0,2
/proc/32893/task/32948/stat : 32948 (java) R 32887 32893 32836 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 12 0 38464589 18974703616 9796 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 18464448 KiB
Current children cumulated memory: 39184 KiB

[startup+0.214449 s]*
/proc/loadavg: 1.44 1.93 2.41 7/319 32974
/proc/meminfo: memFree=123390704/131382112 swapFree=33010684/33010684
[pid=32893] ppid=32887 vsize=18930384 memory=49108 CPUtime=0.21 cores=0,2
/proc/32893/stat : 32893 (java) S 32887 32893 32836 0 -1 4194304 5993 0 70 0 17 4 0 0 20 0 18 0 38464578 19384713216 12277 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
/proc/32893/statm: 4732596 12277 5319 1 0 547155 0
[pid=32893/tid=32907] ppid=32887 vsize=18930384 memory=3472285463394844956 CPUtime=0.12 cores=0,2
/proc/32893/task/32907/stat : 32907 (java) R 32887 32893 32836 0 -1 4194368 4851 0 68 0 10 2 0 0 20 0 18 0 38464583 19384713216 12277 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32943] ppid=32887 vsize=18930384 memory=16142 CPUtime=0 cores=0,2
/proc/32893/task/32943/stat : 32943 (Finalizer) S 32887 32893 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38464589 19384713216 12277 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32973] ppid=32887 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/32893/task/32973/stat : 32973 (Common-Cleaner) S 32887 32893 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38464590 19384713216 12277 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49108 KiB

[startup+0.314213 s]*
/proc/loadavg: 1.44 1.93 2.41 7/319 32974
/proc/meminfo: memFree=123369784/131382112 swapFree=33010684/33010684
[pid=32893] ppid=32887 vsize=18930384 memory=57612 CPUtime=0.36 cores=0,2
/proc/32893/stat : 32893 (java) S 32887 32893 32836 0 -1 4194304 6574 0 70 0 31 5 0 0 20 0 18 0 38464578 19384713216 14403 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
/proc/32893/statm: 4732596 14403 5319 1 0 547619 0
[pid=32893/tid=32907] ppid=32887 vsize=18930384 memory=-6000919506998946412 CPUtime=0.22 cores=0,2
/proc/32893/task/32907/stat : 32907 (java) R 32887 32893 32836 0 -1 4194368 5063 0 68 0 19 3 0 0 20 0 18 0 38464583 19384713216 14403 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32943] ppid=32887 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/32893/task/32943/stat : 32943 (Finalizer) S 32887 32893 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38464589 19384713216 14403 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32973] ppid=32887 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/32893/task/32973/stat : 32973 (Common-Cleaner) S 32887 32893 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38464590 19384713216 14403 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57612 KiB

[startup+0.700325 s]
/proc/loadavg: 1.44 1.93 2.41 11/321 32976
/proc/meminfo: memFree=123352520/131382112 swapFree=33010684/33010684
[pid=32893] ppid=32887 vsize=18997296 memory=70692 CPUtime=1.04 cores=0,2
/proc/32893/stat : 32893 (java) S 32887 32893 32836 0 -1 4194304 8056 0 70 0 97 7 0 0 20 0 19 0 38464578 19453231104 17673 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
/proc/32893/statm: 4749237 17673 5415 1 0 548735 0
[pid=32893/tid=32907] ppid=32887 vsize=18996948 memory=17536 CPUtime=0.52 cores=0,2
/proc/32893/task/32907/stat : 32907 (java) R 32887 32893 32836 0 -1 4194368 5429 0 68 0 48 4 0 0 20 0 19 0 38464583 19452874752 17673 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32943] ppid=32887 vsize=18996948 memory=10624 CPUtime=0 cores=0,2
/proc/32893/task/32943/stat : 32943 (Finalizer) S 32887 32893 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38464589 19452874752 17673 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32973] ppid=32887 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/32893/task/32973/stat : 32973 (Common-Cleaner) S 32887 32893 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38464590 19452874752 17673 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 18997296 KiB
Current children cumulated memory: 70692 KiB

[startup+1.50031 s]
/proc/loadavg: 1.44 1.93 2.41 10/324 32979
/proc/meminfo: memFree=123082320/131382112 swapFree=33010684/33010684
[pid=32893] ppid=32887 vsize=19063512 memory=168028 CPUtime=2.61 cores=0,2
/proc/32893/stat : 32893 (java) S 32887 32893 32836 0 -1 4194304 17956 0 70 0 247 14 0 0 20 0 20 0 38464578 19521036288 42007 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
/proc/32893/statm: 4765878 42007 5447 1 0 551551 0
[pid=32893/tid=32907] ppid=32887 vsize=19063512 memory=3200 CPUtime=1.22 cores=0,2
/proc/32893/task/32907/stat : 32907 (java) R 32887 32893 32836 0 -1 4194368 5746 0 68 0 115 7 0 0 20 0 20 0 38464583 19521036288 42007 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32943] ppid=32887 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32893/task/32943/stat : 32943 (Finalizer) S 32887 32893 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38464589 19521036288 42007 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32973] ppid=32887 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/32893/task/32973/stat : 32973 (Common-Cleaner) S 32887 32893 32836 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 38464590 19521036288 42007 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32978] ppid=32887 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/32893/task/32978/stat : 32978 (Timer-0) S 32887 32893 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38464634 19521036288 42007 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168028 KiB

[startup+3.10557 s]
/proc/loadavg: 2.04 2.05 2.44 6/306 33008
/proc/meminfo: memFree=121321956/131382112 swapFree=33010684/33010684
[pid=32893] ppid=32887 vsize=19063512 memory=827788 CPUtime=5.79 cores=0,2
/proc/32893/stat : 32893 (java) S 32887 32893 32836 0 -1 4194304 26960 0 70 0 550 29 0 0 20 0 20 0 38464578 19521036288 206947 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
/proc/32893/statm: 4765878 206947 5447 1 0 556514 0
[pid=32893/tid=32907] ppid=32887 vsize=19063512 memory=10624 CPUtime=2.72 cores=0,2
/proc/32893/task/32907/stat : 32907 (java) R 32887 32893 32836 0 -1 4194368 6832 0 68 0 253 19 0 0 20 0 20 0 38464583 19521036288 206947 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32943] ppid=32887 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/32893/task/32943/stat : 32943 (Finalizer) S 32887 32893 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38464589 19521036288 206947 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32973] ppid=32887 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32893/task/32973/stat : 32973 (Common-Cleaner) S 32887 32893 32836 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 38464590 19521036288 206947 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32978] ppid=32887 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32893/task/32978/stat : 32978 (Timer-0) S 32887 32893 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38464634 19521036288 206947 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
Current children cumulated CPU time: 5.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 827788 KiB

[startup+6.30046 s]
/proc/loadavg: 2.04 2.05 2.44 6/327 33049
/proc/meminfo: memFree=117488392/131382112 swapFree=33010684/33010684
[pid=32893] ppid=32887 vsize=19063512 memory=2553724 CPUtime=9.52 cores=0,2
/proc/32893/stat : 32893 (java) S 32887 32893 32836 0 -1 4194304 28863 0 70 0 887 65 0 0 20 0 20 0 38464578 19521036288 638431 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
/proc/32893/statm: 4765878 638431 5447 1 0 945032 0
[pid=32893/tid=32907] ppid=32887 vsize=19063512 memory=0 CPUtime=5.89 cores=0,2
/proc/32893/task/32907/stat : 32907 (java) R 32887 32893 32836 0 -1 4194368 7740 0 68 0 534 55 0 0 20 0 20 0 38464583 19521036288 638431 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32943] ppid=32887 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32893/task/32943/stat : 32943 (Finalizer) S 32887 32893 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38464589 19521036288 638431 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32973] ppid=32887 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/32893/task/32973/stat : 32973 (Common-Cleaner) S 32887 32893 32836 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 38464590 19521036288 638431 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32978] ppid=32887 vsize=19063512 memory=178144 CPUtime=0 cores=0,2
/proc/32893/task/32978/stat : 32978 (Timer-0) S 32887 32893 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38464634 19521036288 638431 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
Current children cumulated CPU time: 9.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2553724 KiB

[startup+12.7004 s]
/proc/loadavg: 2.43 2.13 2.46 5/327 33049
/proc/meminfo: memFree=116037580/131382112 swapFree=33010684/33010684
[pid=32893] ppid=32887 vsize=19063512 memory=2553852 CPUtime=16.18 cores=0,2
/proc/32893/stat : 32893 (java) S 32887 32893 32836 0 -1 4194304 30085 0 70 0 1552 66 0 0 20 0 20 0 38464578 19521036288 638463 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
/proc/32893/statm: 4765878 638463 5447 1 0 945080 0
[pid=32893/tid=32907] ppid=32887 vsize=19063512 memory=178144 CPUtime=12.07 cores=0,2
/proc/32893/task/32907/stat : 32907 (java) R 32887 32893 32836 0 -1 4194368 8806 0 68 0 1152 55 0 0 20 0 20 0 38464583 19521036288 638463 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32943] ppid=32887 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32893/task/32943/stat : 32943 (Finalizer) S 32887 32893 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38464589 19521036288 638463 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32973] ppid=32887 vsize=19063512 memory=2553852 CPUtime=0 cores=0,2
/proc/32893/task/32973/stat : 32973 (Common-Cleaner) S 32887 32893 32836 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 38464590 19521036288 638463 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32978] ppid=32887 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/32893/task/32978/stat : 32978 (Timer-0) S 32887 32893 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38464634 19521036288 638463 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
Current children cumulated CPU time: 16.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2553852 KiB

[startup+25.5005 s]
/proc/loadavg: 2.82 2.22 2.49 5/327 33049
/proc/meminfo: memFree=114284124/131382112 swapFree=33010684/33010684
[pid=32893] ppid=32887 vsize=19063512 memory=2553980 CPUtime=29.16 cores=0,2
/proc/32893/stat : 32893 (java) S 32887 32893 32836 0 -1 4194304 34237 0 70 0 2849 67 0 0 20 0 20 0 38464578 19521036288 638495 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
/proc/32893/statm: 4765878 638495 5447 1 0 945080 0
[pid=32893/tid=32907] ppid=32887 vsize=19063512 memory=0 CPUtime=24.56 cores=0,2
/proc/32893/task/32907/stat : 32907 (java) R 32887 32893 32836 0 -1 4194368 10752 0 68 0 2400 56 0 0 20 0 20 0 38464583 19521036288 638495 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32943] ppid=32887 vsize=19063512 memory=2553980 CPUtime=0 cores=0,2
/proc/32893/task/32943/stat : 32943 (Finalizer) S 32887 32893 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38464589 19521036288 638495 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32973] ppid=32887 vsize=19063512 memory=2553980 CPUtime=0 cores=0,2
/proc/32893/task/32973/stat : 32973 (Common-Cleaner) S 32887 32893 32836 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 38464590 19521036288 638495 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32978] ppid=32887 vsize=19063512 memory=2553980 CPUtime=0 cores=0,2
/proc/32893/task/32978/stat : 32978 (Timer-0) S 32887 32893 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38464634 19521036288 638495 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
Current children cumulated CPU time: 29.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2553980 KiB

[startup+51.1135 s]
/proc/loadavg: 3.35 2.40 2.54 7/327 33049
/proc/meminfo: memFree=112497640/131382112 swapFree=33010684/33010684
[pid=32893] ppid=32887 vsize=19063512 memory=2560408 CPUtime=55.03 cores=0,2
/proc/32893/stat : 32893 (java) S 32887 32893 32836 0 -1 4194304 40819 0 70 0 5433 70 0 0 20 0 20 0 38464578 19521036288 640102 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
/proc/32893/statm: 4765878 640102 5447 1 0 945080 0
[pid=32893/tid=32907] ppid=32887 vsize=19063512 memory=2554108 CPUtime=49.28 cores=0,2
/proc/32893/task/32907/stat : 32907 (java) R 32887 32893 32836 0 -1 4194368 13363 0 68 0 4872 56 0 0 20 0 20 0 38464583 19521036288 640102 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32943] ppid=32887 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32893/task/32943/stat : 32943 (Finalizer) S 32887 32893 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38464589 19521036288 640102 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32973] ppid=32887 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32893/task/32973/stat : 32973 (Common-Cleaner) S 32887 32893 32836 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 38464590 19521036288 640102 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32978] ppid=32887 vsize=19063512 memory=164 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=103901276/131382112 swapFree=33010684/33010684
[pid=32893] ppid=32887 vsize=19063512 memory=3262388 CPUtime=3286.97 cores=0,2
/proc/32893/stat : 32893 (java) S 32887 32893 32836 0 -1 4194304 120001 0 70 0 328401 296 0 0 20 0 20 0 38464578 19521036288 815597 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
/proc/32893/statm: 4765878 815597 5447 1 0 1073067 0
[pid=32893/tid=32907] ppid=32887 vsize=19063512 memory=3260328 CPUtime=3168.76 cores=0,2
/proc/32893/task/32907/stat : 32907 (java) R 32887 32893 32836 0 -1 4194368 64448 0 68 0 316793 83 0 0 20 0 20 0 38464583 19521036288 815597 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32943] ppid=32887 vsize=19063512 memory=3262388 CPUtime=0 cores=0,2
/proc/32893/task/32943/stat : 32943 (Finalizer) S 32887 32893 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38464589 19521036288 815597 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32973] ppid=32887 vsize=19063512 memory=-6000919476950952556 CPUtime=0 cores=0,2
/proc/32893/task/32973/stat : 32973 (Common-Cleaner) S 32887 32893 32836 0 -1 4194368 2136 0 0 0 0 0 0 0 20 0 20 0 38464590 19521036288 815597 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32978] ppid=32887 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/32893/task/32978/stat : 32978 (Timer-0) S 32887 32893 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38464634 19521036288 815597 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
Current children cumulated CPU time: 3286.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3262388 KiB

[startup+3282.3 s]
/proc/loadavg: 4.32 4.30 4.24 6/328 33215
/proc/meminfo: memFree=103876484/131382112 swapFree=33010684/33010684
[pid=32893] ppid=32887 vsize=19063512 memory=3266568 CPUtime=3348.88 cores=0,2
/proc/32893/stat : 32893 (java) S 32887 32893 32836 0 -1 4194304 121757 0 70 0 334588 300 0 0 20 0 20 0 38464578 19521036288 816642 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
/proc/32893/statm: 4765878 816642 5447 1 0 1073067 0
[pid=32893/tid=32907] ppid=32887 vsize=19063512 memory=5148 CPUtime=3227.66 cores=0,2
/proc/32893/task/32907/stat : 32907 (java) R 32887 32893 32836 0 -1 4194368 65804 0 68 0 322682 84 0 0 20 0 20 0 38464583 19521036288 816642 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32943] ppid=32887 vsize=19063512 memory=3264436 CPUtime=0 cores=0,2
/proc/32893/task/32943/stat : 32943 (Finalizer) S 32887 32893 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38464589 19521036288 816642 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32973] ppid=32887 vsize=19063512 memory=3264436 CPUtime=0 cores=0,2
/proc/32893/task/32973/stat : 32973 (Common-Cleaner) S 32887 32893 32836 0 -1 4194368 2213 0 0 0 0 0 0 0 20 0 20 0 38464590 19521036288 816642 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32978] ppid=32887 vsize=19063512 memory=3264436 CPUtime=0 cores=0,2
/proc/32893/task/32978/stat : 32978 (Timer-0) S 32887 32893 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38464634 19521036288 816642 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
Current children cumulated CPU time: 3348.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3266568 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.26 4.23 5/328 33217
/proc/meminfo: memFree=103871172/131382112 swapFree=33010684/33010684
[pid=32893] ppid=32887 vsize=19063512 memory=3266568 CPUtime=3410.24 cores=0,2
/proc/32893/stat : 32893 (java) S 32887 32893 32836 0 -1 4194304 121814 0 70 0 340720 304 0 0 20 0 20 0 38464578 19521036288 816642 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
/proc/32893/statm: 4765878 816642 5447 1 0 1073067 0
[pid=32893/tid=32907] ppid=32887 vsize=19063512 memory=14560 CPUtime=3286.71 cores=0,2
/proc/32893/task/32907/stat : 32907 (java) R 32887 32893 32836 0 -1 4194368 65818 0 68 0 328587 84 0 0 20 0 20 0 38464583 19521036288 816642 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32943] ppid=32887 vsize=19063512 memory=3266568 CPUtime=0 cores=0,2
/proc/32893/task/32943/stat : 32943 (Finalizer) S 32887 32893 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38464589 19521036288 816642 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32973] ppid=32887 vsize=19063512 memory=3266568 CPUtime=0 cores=0,2
/proc/32893/task/32973/stat : 32973 (Common-Cleaner) S 32887 32893 32836 0 -1 4194368 2246 0 0 0 0 0 0 0 20 0 20 0 38464590 19521036288 816642 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32978] ppid=32887 vsize=19063512 memory=3266568 CPUtime=0 cores=0,2
/proc/32893/task/32978/stat : 32978 (Timer-0) S 32887 32893 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38464634 19521036288 816642 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
Current children cumulated CPU time: 3410.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3266568 KiB

[startup+3402.3 s]
/proc/loadavg: 4.36 4.29 4.24 5/329 33222
/proc/meminfo: memFree=103862048/131382112 swapFree=33010684/33010684
[pid=32893] ppid=32887 vsize=19063512 memory=3268624 CPUtime=3471.97 cores=0,2
/proc/32893/stat : 32893 (java) S 32887 32893 32836 0 -1 4194304 122700 0 70 0 346889 308 0 0 20 0 20 0 38464578 19521036288 817156 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
/proc/32893/statm: 4765878 817156 5447 1 0 1073067 0
[pid=32893/tid=32907] ppid=32887 vsize=19063512 memory=3266568 CPUtime=3345.69 cores=0,2
/proc/32893/task/32907/stat : 32907 (java) R 32887 32893 32836 0 -1 4194368 66685 0 68 0 334485 84 0 0 20 0 20 0 38464583 19521036288 817156 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32943] ppid=32887 vsize=19063512 memory=3268624 CPUtime=0 cores=0,2
/proc/32893/task/32943/stat : 32943 (Finalizer) S 32887 32893 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38464589 19521036288 817156 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32973] ppid=32887 vsize=19063512 memory=3268624 CPUtime=0 cores=0,2
/proc/32893/task/32973/stat : 32973 (Common-Cleaner) S 32887 32893 32836 0 -1 4194368 2246 0 0 0 0 0 0 0 20 0 20 0 38464590 19521036288 817156 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32978] ppid=32887 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/32893/task/32978/stat : 32978 (Timer-0) S 32887 32893 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38464634 19521036288 817156 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
Current children cumulated CPU time: 3471.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3268624 KiB

[startup+3462.3 s]
/proc/loadavg: 4.41 4.31 4.25 5/329 33224
/proc/meminfo: memFree=103853408/131382112 swapFree=33010684/33010684
[pid=32893] ppid=32887 vsize=19063512 memory=3270672 CPUtime=3533.45 cores=0,2
/proc/32893/stat : 32893 (java) S 32887 32893 32836 0 -1 4194304 124716 0 70 0 353033 312 0 0 20 0 20 0 38464578 19521036288 817668 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
/proc/32893/statm: 4765878 817668 5447 1 0 1073067 0
[pid=32893/tid=32907] ppid=32887 vsize=19063512 memory=3270672 CPUtime=3404.72 cores=0,2
/proc/32893/task/32907/stat : 32907 (java) R 32887 32893 32836 0 -1 4194368 68292 0 68 0 340388 84 0 0 20 0 20 0 38464583 19521036288 817668 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32943] ppid=32887 vsize=19063512 memory=3266568 CPUtime=0 cores=0,2
/proc/32893/task/32943/stat : 32943 (Finalizer) S 32887 32893 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38464589 19521036288 817668 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32973] ppid=32887 vsize=19063512 memory=3268624 CPUtime=0 cores=0,2
/proc/32893/task/32973/stat : 32973 (Common-Cleaner) S 32887 32893 32836 0 -1 4194368 2291 0 0 0 0 0 0 0 20 0 20 0 38464590 19521036288 817668 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32978] ppid=32887 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/32893/task/32978/stat : 32978 (Timer-0) S 32887 32893 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38464634 19521036288 817668 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
Current children cumulated CPU time: 3533.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3270672 KiB

[startup+3522.3 s]
/proc/loadavg: 4.46 4.34 4.27 5/326 33491
/proc/meminfo: memFree=114473040/131382112 swapFree=33010684/33010684
[pid=32893] ppid=32887 vsize=19063512 memory=3272724 CPUtime=3595.32 cores=0,2
/proc/32893/stat : 32893 (java) S 32887 32893 32836 0 -1 4194304 125714 0 70 0 359216 316 0 0 20 0 20 0 38464578 19521036288 818181 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
/proc/32893/statm: 4765878 818181 5447 1 0 1073071 0
[pid=32893/tid=32907] ppid=32887 vsize=19063512 memory=3270672 CPUtime=3463.45 cores=0,2
/proc/32893/task/32907/stat : 32907 (java) R 32887 32893 32836 0 -1 4194368 68895 0 68 0 346260 85 0 0 20 0 20 0 38464583 19521036288 818181 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32943] ppid=32887 vsize=19063512 memory=3270672 CPUtime=0 cores=0,2
/proc/32893/task/32943/stat : 32943 (Finalizer) S 32887 32893 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38464589 19521036288 818181 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32973] ppid=32887 vsize=19063512 memory=3270672 CPUtime=0 cores=0,2
/proc/32893/task/32973/stat : 32973 (Common-Cleaner) S 32887 32893 32836 0 -1 4194368 2330 0 0 0 0 0 0 0 20 0 20 0 38464590 19521036288 818181 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32978] ppid=32887 vsize=19063512 memory=3272724 CPUtime=0 cores=0,2
/proc/32893/task/32978/stat : 32978 (Timer-0) S 32887 32893 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38464634 19521036288 818181 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
Current children cumulated CPU time: 3595.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3272724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3526.8 s]
/proc/loadavg: 4.46 4.34 4.27 5/326 33491
/proc/meminfo: memFree=114362448/131382112 swapFree=33010684/33010684
[pid=32893] ppid=32887 vsize=19063512 memory=3272724 CPUtime=3600.06 cores=0,2
/proc/32893/stat : 32893 (java) S 32887 32893 32836 0 -1 4194304 125718 0 70 0 359689 317 0 0 20 0 20 0 38464578 19521036288 818181 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
/proc/32893/statm: 4765878 818181 5447 1 0 1073074 0
[pid=32893/tid=32907] ppid=32887 vsize=19063512 memory=54113165640434 CPUtime=3467.81 cores=0,2
/proc/32893/task/32907/stat : 32907 (java) R 32887 32893 32836 0 -1 4194368 68899 0 68 0 346696 85 0 0 20 0 20 0 38464583 19521036288 818181 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32943] ppid=32887 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/32893/task/32943/stat : 32943 (Finalizer) S 32887 32893 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38464589 19521036288 818181 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32973] ppid=32887 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/32893/task/32973/stat : 32973 (Common-Cleaner) S 32887 32893 32836 0 -1 4194368 2330 0 0 0 0 0 0 0 20 0 20 0 38464590 19521036288 818181 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32978] ppid=32887 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32893/task/32978/stat : 32978 (Timer-0) S 32887 32893 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38464634 19521036288 818181 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3272724 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.31 s, system=3.1931 s

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

[startup+3527 s]*
/proc/loadavg: 4.67 4.39 4.28 6/327 33494
/proc/meminfo: memFree=114222932/131382112 swapFree=33010684/33010684
[pid=32893] ppid=32887 vsize=19263204 memory=3273748 CPUtime=3600.46 cores=0,2
/proc/32893/stat : 32893 (java) S 32887 32893 32836 0 -1 4194304 128026 0 70 0 359729 317 0 0 20 0 21 0 38464578 19725520896 818437 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
/proc/32893/statm: 4815801 818437 5479 1 0 1073977 0
[pid=32893/tid=32907] ppid=32887 vsize=19263204 memory=-6000919472689801580 CPUtime=3468.02 cores=0,2
/proc/32893/task/32907/stat : 32907 (java) R 32887 32893 32836 0 -1 4194368 68917 0 68 0 346717 85 0 0 20 0 21 0 38464583 19725520896 818437 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32943] ppid=32887 vsize=19263204 memory=4788 CPUtime=0 cores=0,2
/proc/32893/task/32943/stat : 32943 (Finalizer) S 32887 32893 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38464589 19725520896 818437 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=32973] ppid=32887 vsize=19263204 memory=4860 CPUtime=0 cores=0,2
/proc/32893/task/32973/stat : 32973 (Common-Cleaner) S 32887 32893 32836 0 -1 4194368 2330 0 0 0 0 0 0 0 20 0 21 0 38464590 19725520896 818437 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
[pid=32893/tid=33493] ppid=32887 vsize=19263204 memory=5040 CPUtime=0.07 cores=0,2
/proc/32893/task/33493/stat : 33493 (Thread-0) R 32887 32893 32836 0 -1 4194368 587 0 0 0 7 0 0 0 20 0 21 0 38817260 19725520896 818437 18446744073709551615 93968237072384 93968237076080 140737076119728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93968237083896 93968237084688 93968253276160 140737076128126 140737076128230 140737076128230 140737076133832 0
Current children cumulated CPU time: 3600.46 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3273748 KiB

Child status: 143

Real time (s): 3527.05
CPU time (s): 3600.5
CPU user time (s): 3597.31
CPU system time (s): 3.1931
CPU usage (%): 102.082
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3273748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.31
system time used= 3.1931
maximum resident set size= 3274004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128146
page faults= 70
swaps= 0
block input operations= 32
block output operations= 16896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132634
involuntary context switches= 17380


# summary of solver processes directly reported to runsolver:
#   pid: 32893
#   total CPU time (s): 3600.5
#   total CPU user time (s): 3597.31
#   total CPU system time (s): 3.1931

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8534 second user time and 38.4361 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 22:10:48
IDJOB=4513516
IDBENCH=162378
IDSOLVER=3361
FILE ID=nodeC009/4513516-1751227848
RUNJOBID= nodeC009-1751227848-32846
SLURM_JOB_ID= 9587687
Free space on /tmp= 432660 MiB

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

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

MD5SUM BENCH= 0777625e3e50e9abbc3eac7557ef5296
RANDOM SEED=49991876

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        123455356 kB
MemAvailable:   129903516 kB
Buffers:            3280 kB
Cached:          7221880 kB
SwapCached:            0 kB
Active:           366704 kB
Inactive:        6924612 kB
Active(anon):      83148 kB
Inactive(anon):      968 kB
Active(file):     283556 kB
Inactive(file):  6923644 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1308 kB
Writeback:             0 kB
AnonPages:         69232 kB
Mapped:           102752 kB
Shmem:             17960 kB
KReclaimable:     160788 kB
Slab:             243952 kB
SReclaimable:     160788 kB
SUnreclaim:        83164 kB
KernelStack:        3780 kB
PageTables:         2728 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     331832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432656 MiB
End job on nodeC009 at 2025-06-29 23:09:35