Trace number 4515748

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.43 3536.05

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP085.shuf-3.opb
MD5SUM07ea0c7d4747b9a16e298c0932c39846
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 benchmark4.80187
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)8
Number of constraints which are nor clauses,nor cardinality constraints3734
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.18	c See www.sat4j.org for details.
0.12/0.20	c version PB25.v20250606
0.29/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.29/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.29/0.23	c java.vm.version	22.0.1+8-16
0.29/0.23	c java.vm.vendor	Oracle Corporation
0.29/0.23	c sun.arch.data.model	64
0.29/0.23	c java.version		22.0.1
0.29/0.23	c os.name		Linux
0.29/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.29/0.23	c os.arch		amd64
0.29/0.24	c Free memory 		2104792832
0.29/0.24	c Max memory 		16282288128
0.29/0.24	c Total memory 		2113929216
0.29/0.25	c Number of processors 	2
0.62/0.43	c Pseudo Boolean Optimization by upper bound
0.62/0.43	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.62/0.43	c  - never skip resolution steps
0.62/0.43	c  - Auto-division on coefficients is disabled
0.62/0.43	c  - No postprocessing
0.62/0.43	c  - Conflict is considered as is when resolving
0.62/0.43	c  - Use constraints as they come during conflict analysis
0.62/0.43	c  - Weaken first using unassigned literals
0.62/0.43	c  - Bump strategy: ALWAYS_ONE
0.62/0.43	c  - Bumper: ANY
0.62/0.43	c --- Begin Solver configuration ---
0.62/0.43	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.62/0.43	c Learn all clauses as in MiniSAT
0.62/0.43	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.62/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.62/0.43	c No reason simplification
0.62/0.43	c Armin Biere (Picosat) restarts strategy
0.62/0.43	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.62/0.43	c timeout=2147483s
0.62/0.43	c DB Simplification allowed=false
0.62/0.43	c Listener: none
0.62/0.43	c --- End Solver configuration ---
0.62/0.43	c solving HOME/instance-4515748-1751242657.opb
0.62/0.43	c reading problem ... 
0.62/0.44	c  no objective function found
1.14/0.78	c ... done. Wall clock time 0.334s.
1.14/0.78	c declared #vars     18705
1.14/0.78	c #constraints  3742
1.14/0.78	c constraints type 
1.14/0.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3742
1.14/0.78	c 3742 constraints processed.
5.84/3.13	c cleaning 2474 clauses out of 5001
11.21/7.18	c cleaning 4255 clauses out of 8526
17.25/12.48	c cleaning 5550 clauses out of 11271
33.48/28.12	c cleaning 6841 clauses out of 13722
59.95/54.19	c cleaning 7849 clauses out of 15881
80.32/74.18	c cleaning 8952 clauses out of 18031
136.27/128.48	c cleaning 9987 clauses out of 20079
261.73/252.73	c cleaning 11012 clauses out of 22093
434.43/422.06	c cleaning 11871 clauses out of 24080
615.64/598.39	c cleaning 12929 clauses out of 26209
1076.97/1054.18	c cleaning 14124 clauses out of 28280
1463.78/1434.34	c cleaning 15009 clauses out of 30157
1734.34/1698.33	c cleaning 16033 clauses out of 32147
2093.21/2052.46	c cleaning 16934 clauses out of 34115
3158.21/3102.57	c cleaning 18076 clauses out of 36181
3510.06/3447.62	c cleaning 18997 clauses out of 38104
3600.02/3535.84	c starts		: 118
3600.02/3535.86	c conflicts		: 201108
3600.02/3535.87	c decisions		: 565491
3600.02/3535.87	c propagations		: 2413467
3600.02/3535.87	c inspects		: 4118115468
3600.02/3535.87	c shortcuts		: 0
3600.02/3535.87	c learnt literals	: 0
3600.02/3535.87	c learnt binary clauses	: 0
3600.02/3535.87	c learnt ternary clauses	: 0
3600.02/3535.87	c learnt constraints	: 201107
3600.02/3535.88	c ignored constraints	: 0
3600.02/3535.88	c root simplifications	: 0
3600.02/3535.88	c removed literals (reason simplification)	: 0
3600.02/3535.88	c reason swapping (by a shorter reason)	: 0
3600.02/3535.88	c Calls to reduceDB	: 16
3600.02/3535.88	c Number of update (reduction) of LBD	: 0
3600.02/3535.88	c Imported unit clauses	: 0
3600.02/3535.88	c No decision after first conflict	: false
3600.02/3535.88	c number of reductions to clauses (during analyze)	: 0
3600.02/3535.88	c number of learned constraints concerned by reduction	: 0
3600.02/3535.88	c number of learning phase by resolution	: 0
3600.02/3535.88	c number of learning phase by cutting planes	: 0
3600.02/3535.89	c number of rounding to 1 operations	: 0
3600.02/3535.89	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3535.89	c number of reductions of the coefficients by power 2 	: 0
3600.02/3535.89	c number of right shift for reduction by power 2 	: 0
3600.02/3535.89	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3535.89	c number of ending skipping 	: 0
3600.02/3535.89	c number of internal skipping 	: 0
3600.02/3535.89	c number of derivation steps 	: 1058251
3600.02/3535.89	c number of skipped derivation steps 	: 0
3600.02/3535.89	c number of remaining unassigned 	: 306418
3600.02/3535.89	c number of remaining assigned 	: 60308513
3600.02/3535.89	c number of falsified literals weakened from reason	: 0
3600.02/3535.89	c number of falsified literals weakened from conflict	: 0
3600.02/3535.90	c time for arithmetic operations	: 22473911215
3600.22/3535.91	c minimum degree of deleted constraints	: null
3600.22/3535.92	c maximum degree of deleted constraints	: null
3600.22/3535.92	c number of deleted constraints	: 0
3600.22/3535.92	c speed (assignments/second)	: 682.710126114281
3600.22/3535.93	c non guided choices	: 123430
3600.22/3535.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 4
3600.22/3535.97	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 20211
3600.22/3535.98	s UNKNOWN
3600.22/3535.98	c Total wall clock time (in seconds): 3535.549

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=32835, runsolver pid=32824

[startup+0.100072 s]*
/proc/loadavg: 1.08 1.10 1.20 12/320 32904
/proc/meminfo: memFree=130238776/131382112 swapFree=33010160/33010684
[pid=32835] ppid=32824 vsize=18930384 memory=48168 CPUtime=0.12 cores=4,6
/proc/32835/stat : 32835 (java) S 32824 32835 31361 0 -1 4194304 5788 0 0 0 8 4 0 0 20 0 18 0 39944597 19384713216 12042 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
/proc/32835/statm: 4732596 12042 5273 1 0 547019 0
[pid=32835/tid=32853] ppid=32824 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/32835/task/32853/stat : 32853 (java) R 32824 32835 31361 0 -1 4194368 4642 0 0 0 4 3 0 0 20 0 18 0 39944600 19384713216 12042 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32893] ppid=32824 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/32835/task/32893/stat : 32893 (Finalizer) S 32824 32835 31361 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39944605 19384713216 12042 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32904] ppid=32824 vsize=18930384 memory=61792617516369 CPUtime=0 cores=4,6
/proc/32835/task/32904/stat : 32904 (Common-Cleaner) S 32824 32835 31361 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39944606 19384713216 12042 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48168 KiB

[startup+0.219477 s]*
/proc/loadavg: 1.08 1.10 1.20 11/320 32904
/proc/meminfo: memFree=130226728/131382112 swapFree=33010160/33010684
[pid=32835] ppid=32824 vsize=18930384 memory=53188 CPUtime=0.29 cores=4,6
/proc/32835/stat : 32835 (java) S 32824 32835 31361 0 -1 4194304 6443 0 0 0 24 5 0 0 20 0 18 0 39944597 19384713216 13297 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
/proc/32835/statm: 4732596 13297 5337 1 0 547531 0
[pid=32835/tid=32853] ppid=32824 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/32835/task/32853/stat : 32853 (java) R 32824 32835 31361 0 -1 4194368 4980 0 0 0 14 3 0 0 20 0 18 0 39944600 19384713216 13297 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32893] ppid=32824 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/32835/task/32893/stat : 32893 (Finalizer) S 32824 32835 31361 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39944605 19384713216 13297 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32904] ppid=32824 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/32835/task/32904/stat : 32904 (Common-Cleaner) S 32824 32835 31361 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39944606 19384713216 13297 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53188 KiB

[startup+0.314054 s]*
/proc/loadavg: 1.08 1.10 1.20 11/320 32904
/proc/meminfo: memFree=130206648/131382112 swapFree=33010160/33010684
[pid=32835] ppid=32824 vsize=18930384 memory=58228 CPUtime=0.45 cores=4,6
/proc/32835/stat : 32835 (java) S 32824 32835 31361 0 -1 4194304 6716 0 0 0 39 6 0 0 20 0 18 0 39944597 19384713216 14557 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
/proc/32835/statm: 4732596 14557 5337 1 0 547721 0
[pid=32835/tid=32853] ppid=32824 vsize=18930384 memory=-6000919489936517740 CPUtime=0.27 cores=4,6
/proc/32835/task/32853/stat : 32853 (java) R 32824 32835 31361 0 -1 4194368 5161 0 0 0 23 4 0 0 20 0 18 0 39944600 19384713216 14557 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32893] ppid=32824 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/32835/task/32893/stat : 32893 (Finalizer) S 32824 32835 31361 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39944605 19384713216 14557 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32904] ppid=32824 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/32835/task/32904/stat : 32904 (Common-Cleaner) S 32824 32835 31361 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39944606 19384713216 14557 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58228 KiB

[startup+0.700369 s]
/proc/loadavg: 1.08 1.10 1.20 13/320 32904
/proc/meminfo: memFree=130196440/131382112 swapFree=33010160/33010684
[pid=32835] ppid=32824 vsize=18930384 memory=94520 CPUtime=1.14 cores=4,6
/proc/32835/stat : 32835 (java) S 32824 32835 31361 0 -1 4194304 8626 0 0 0 105 9 0 0 20 0 18 0 39944597 19384713216 23630 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
/proc/32835/statm: 4732596 23630 5401 1 0 548910 0
[pid=32835/tid=32853] ppid=32824 vsize=18930384 memory=17152 CPUtime=0.58 cores=4,6
/proc/32835/task/32853/stat : 32853 (java) R 32824 32835 31361 0 -1 4194368 5375 0 0 0 53 5 0 0 20 0 18 0 39944600 19384713216 23630 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32893] ppid=32824 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/32835/task/32893/stat : 32893 (Finalizer) S 32824 32835 31361 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39944605 19384713216 23630 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32904] ppid=32824 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/32835/task/32904/stat : 32904 (Common-Cleaner) S 32824 32835 31361 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39944606 19384713216 23630 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 94520 KiB

[startup+1.50033 s]
/proc/loadavg: 1.08 1.10 1.20 11/324 32908
/proc/meminfo: memFree=129948896/131382112 swapFree=33010160/33010684
[pid=32835] ppid=32824 vsize=19063512 memory=196900 CPUtime=2.67 cores=4,6
/proc/32835/stat : 32835 (java) S 32824 32835 31361 0 -1 4194304 19634 0 0 0 251 16 0 0 20 0 20 0 39944597 19521036288 49225 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
/proc/32835/statm: 4765878 49225 5465 1 0 554047 0
[pid=32835/tid=32853] ppid=32824 vsize=19063512 memory=3200 CPUtime=1.19 cores=4,6
/proc/32835/task/32853/stat : 32853 (java) S 32824 32835 31361 0 -1 4194368 6668 0 0 0 111 8 0 0 20 0 20 0 39944600 19521036288 49225 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32893] ppid=32824 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32835/task/32893/stat : 32893 (Finalizer) S 32824 32835 31361 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39944605 19521036288 49225 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32904] ppid=32824 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/32835/task/32904/stat : 32904 (Common-Cleaner) S 32824 32835 31361 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 39944606 19521036288 49225 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32908] ppid=32824 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/32835/task/32908/stat : 32908 (Timer-0) S 32824 32835 31361 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39944678 19521036288 49225 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 196900 KiB

[startup+3.10568 s]
/proc/loadavg: 1.08 1.10 1.20 8/328 32913
/proc/meminfo: memFree=128268172/131382112 swapFree=33010160/33010684
[pid=32835] ppid=32824 vsize=19063512 memory=833988 CPUtime=5.84 cores=4,6
/proc/32835/stat : 32835 (java) S 32824 32835 31361 0 -1 4194304 29837 0 0 0 552 32 0 0 20 0 20 0 39944597 19521036288 208497 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
/proc/32835/statm: 4765878 208497 5465 1 0 557416 0
[pid=32835/tid=32853] ppid=32824 vsize=19063512 memory=14720 CPUtime=2.73 cores=4,6
/proc/32835/task/32853/stat : 32853 (java) R 32824 32835 31361 0 -1 4194368 7764 0 0 0 251 22 0 0 20 0 20 0 39944600 19521036288 208497 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32893] ppid=32824 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32835/task/32893/stat : 32893 (Finalizer) S 32824 32835 31361 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39944605 19521036288 208497 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32904] ppid=32824 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/32835/task/32904/stat : 32904 (Common-Cleaner) S 32824 32835 31361 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 39944606 19521036288 208497 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32908] ppid=32824 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/32835/task/32908/stat : 32908 (Timer-0) S 32824 32835 31361 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39944678 19521036288 208497 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 833988 KiB

[startup+6.30044 s]
/proc/loadavg: 1.47 1.18 1.22 5/328 32913
/proc/meminfo: memFree=125223848/131382112 swapFree=33010160/33010684
[pid=32835] ppid=32824 vsize=19063512 memory=1355000 CPUtime=10.26 cores=4,6
/proc/32835/stat : 32835 (java) S 32824 32835 31361 0 -1 4194304 30795 0 0 0 982 44 0 0 20 0 20 0 39944597 19521036288 338750 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
/proc/32835/statm: 4765878 338750 5465 1 0 557480 0
[pid=32835/tid=32853] ppid=32824 vsize=19063512 memory=0 CPUtime=5.84 cores=4,6
/proc/32835/task/32853/stat : 32853 (java) R 32824 32835 31361 0 -1 4194368 8414 0 0 0 552 32 0 0 20 0 20 0 39944600 19521036288 338750 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32893] ppid=32824 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/32835/task/32893/stat : 32893 (Finalizer) S 32824 32835 31361 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39944605 19521036288 338750 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32904] ppid=32824 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/32835/task/32904/stat : 32904 (Common-Cleaner) S 32824 32835 31361 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 39944606 19521036288 338750 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32908] ppid=32824 vsize=19063512 memory=197156 CPUtime=0 cores=4,6
/proc/32835/task/32908/stat : 32908 (Timer-0) S 32824 32835 31361 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39944678 19521036288 338750 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
Current children cumulated CPU time: 10.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1355000 KiB

[startup+12.7004 s]
/proc/loadavg: 1.84 1.26 1.25 8/328 32913
/proc/meminfo: memFree=122478996/131382112 swapFree=33010160/33010684
[pid=32835] ppid=32824 vsize=19063512 memory=2129868 CPUtime=17.6 cores=4,6
/proc/32835/stat : 32835 (java) S 32824 32835 31361 0 -1 4194304 32621 0 0 0 1699 61 0 0 20 0 20 0 39944597 19521036288 532467 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
/proc/32835/statm: 4765878 532467 5497 1 0 754558 0
[pid=32835/tid=32853] ppid=32824 vsize=19063512 memory=197156 CPUtime=12.04 cores=4,6
/proc/32835/task/32853/stat : 32853 (java) R 32824 32835 31361 0 -1 4194368 9189 0 0 0 1156 48 0 0 20 0 20 0 39944600 19521036288 532467 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32893] ppid=32824 vsize=19063512 memory=2129868 CPUtime=0 cores=4,6
/proc/32835/task/32893/stat : 32893 (Finalizer) S 32824 32835 31361 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39944605 19521036288 532467 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32904] ppid=32824 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32835/task/32904/stat : 32904 (Common-Cleaner) S 32824 32835 31361 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 39944606 19521036288 532467 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32908] ppid=32824 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/32835/task/32908/stat : 32908 (Timer-0) S 32824 32835 31361 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39944678 19521036288 532467 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
Current children cumulated CPU time: 17.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2129868 KiB

[startup+25.5005 s]
/proc/loadavg: 2.38 1.41 1.30 7/328 32913
/proc/meminfo: memFree=117738508/131382112 swapFree=33010160/33010684
[pid=32835] ppid=32824 vsize=19063512 memory=2895572 CPUtime=30.86 cores=4,6
/proc/32835/stat : 32835 (java) S 32824 32835 31361 0 -1 4194304 39537 0 0 0 3008 78 0 0 20 0 20 0 39944597 19521036288 723893 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
/proc/32835/statm: 4765878 723893 5497 1 0 927939 0
[pid=32835/tid=32853] ppid=32824 vsize=19063512 memory=0 CPUtime=24.03 cores=4,6
/proc/32835/task/32853/stat : 32853 (java) R 32824 32835 31361 0 -1 4194368 11758 0 0 0 2342 61 0 0 20 0 20 0 39944600 19521036288 723893 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32893] ppid=32824 vsize=19063512 memory=197156 CPUtime=0 cores=4,6
/proc/32835/task/32893/stat : 32893 (Finalizer) S 32824 32835 31361 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39944605 19521036288 723893 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32904] ppid=32824 vsize=19063512 memory=1355000 CPUtime=0 cores=4,6
/proc/32835/task/32904/stat : 32904 (Common-Cleaner) S 32824 32835 31361 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 39944606 19521036288 723893 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32908] ppid=32824 vsize=19063512 memory=-6000919489936517740 CPUtime=0 cores=4,6
/proc/32835/task/32908/stat : 32908 (Timer-0) S 32824 32835 31361 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39944678 19521036288 723893 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
Current children cumulated CPU time: 30.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2895572 KiB

[startup+51.1136 s]
/proc/loadavg: 3.36 1.72 1.40 5/328 32913
/proc/meminfo: memFree=115039400/131382112 swapFree=33010160/33010684
[pid=32835] ppid=32824 vsize=19063512 memory=5412456 CPUtime=56.86 cores=4,6
/proc/32835/stat : 32835 (java) S 32824 32835 31361 0 -1 4194304 42313 0 0 0 5554 132 0 0 20 0 20 0 39944597 19521036288 1353114 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
/proc/32835/statm: 4765878 1353114 5497 1 0 1560880 0
[pid=32835/tid=32853] ppid=32824 vsize=19063512 memory=-6000919489936517740 CPUtime=48.55 cores=4,6
/proc/32835/task/32853/stat : 32853 (java) R 32824 32835 31361 0 -1 4194368 13368 0 0 0 4744 111 0 0 20 0 20 0 39944600 19521036288 1353114 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32893] ppid=32824 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/32835/task/32893/stat : 32893 (Finalizer) S 32824 32835 31361 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39944605 19521036288 1353114 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32904] ppid=32824 vsize=19063512 memory=5412456 CPUtime=0 cores=4,6
/proc/32835/task/32904/stat : 32904 (Common-Cleaner) S 32824 32835 31361 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 39944606 19521036288 1353114 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32908] ppid=32824 vsize=19063512 memory=11264 CPUtime=0 cores=4,6

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

/proc/32835/task/32893/stat : 32893 (Finalizer) S 32824 32835 31361 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39944605 19589197824 1924468 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32904] ppid=32824 vsize=19130076 memory=7697872 CPUtime=0 cores=4,6
/proc/32835/task/32904/stat : 32904 (Common-Cleaner) S 32824 32835 31361 0 -1 4194368 2893 0 0 0 0 0 0 0 20 0 21 0 39944606 19589197824 1924468 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32908] ppid=32824 vsize=19130076 memory=7697872 CPUtime=0 cores=4,6
/proc/32835/task/32908/stat : 32908 (Timer-0) S 32824 32835 31361 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39944678 19589197824 1924468 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
Current children cumulated CPU time: 3219.32 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7697872 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.24 4.14 6/327 33071
/proc/meminfo: memFree=105923168/131382112 swapFree=33010160/33010684
[pid=32835] ppid=32824 vsize=19130076 memory=7698128 CPUtime=3281.16 cores=4,6
/proc/32835/stat : 32835 (java) S 32824 32835 31361 0 -1 4194304 292798 0 0 0 327717 399 0 0 20 0 21 0 39944597 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
/proc/32835/statm: 4782519 1924532 5497 1 0 1971418 0
[pid=32835/tid=32853] ppid=32824 vsize=19130076 memory=7697872 CPUtime=3167.05 cores=4,6
/proc/32835/task/32853/stat : 32853 (java) R 32824 32835 31361 0 -1 4194368 175616 0 0 0 316527 178 0 0 20 0 21 0 39944600 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32893] ppid=32824 vsize=19130076 memory=11264 CPUtime=0 cores=4,6
/proc/32835/task/32893/stat : 32893 (Finalizer) S 32824 32835 31361 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39944605 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32904] ppid=32824 vsize=19130076 memory=7697872 CPUtime=0 cores=4,6
/proc/32835/task/32904/stat : 32904 (Common-Cleaner) S 32824 32835 31361 0 -1 4194368 2956 0 0 0 0 0 0 0 20 0 21 0 39944606 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32908] ppid=32824 vsize=19130076 memory=7697872 CPUtime=0 cores=4,6
/proc/32835/task/32908/stat : 32908 (Timer-0) S 32824 32835 31361 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39944678 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
Current children cumulated CPU time: 3281.16 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7698128 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.23 4.14 6/327 33073
/proc/meminfo: memFree=105918804/131382112 swapFree=33010160/33010684
[pid=32835] ppid=32824 vsize=19130076 memory=7698128 CPUtime=3342.36 cores=4,6
/proc/32835/stat : 32835 (java) S 32824 32835 31361 0 -1 4194304 294828 0 0 0 333834 402 0 0 20 0 21 0 39944597 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
/proc/32835/statm: 4782519 1924532 5497 1 0 1971418 0
[pid=32835/tid=32853] ppid=32824 vsize=19130076 memory=14720 CPUtime=3226.35 cores=4,6
/proc/32835/task/32853/stat : 32853 (java) R 32824 32835 31361 0 -1 4194368 176951 0 0 0 322457 178 0 0 20 0 21 0 39944600 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32893] ppid=32824 vsize=19130076 memory=17152 CPUtime=0 cores=4,6
/proc/32835/task/32893/stat : 32893 (Finalizer) S 32824 32835 31361 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39944605 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32904] ppid=32824 vsize=19130076 memory=4252 CPUtime=0 cores=4,6
/proc/32835/task/32904/stat : 32904 (Common-Cleaner) S 32824 32835 31361 0 -1 4194368 3012 0 0 0 0 0 0 0 20 0 21 0 39944606 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32908] ppid=32824 vsize=19130076 memory=2764 CPUtime=0 cores=4,6
/proc/32835/task/32908/stat : 32908 (Timer-0) S 32824 32835 31361 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39944678 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
Current children cumulated CPU time: 3342.36 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7698128 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.21 4.14 6/328 33080
/proc/meminfo: memFree=105922868/131382112 swapFree=33010160/33010684
[pid=32835] ppid=32824 vsize=19130076 memory=7698128 CPUtime=3403.19 cores=4,6
/proc/32835/stat : 32835 (java) S 32824 32835 31361 0 -1 4194304 299222 0 0 0 339914 405 0 0 20 0 21 0 39944597 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
/proc/32835/statm: 4782519 1924532 5497 1 0 1971418 0
[pid=32835/tid=32853] ppid=32824 vsize=19130076 memory=7698128 CPUtime=3285.79 cores=4,6
/proc/32835/task/32853/stat : 32853 (java) R 32824 32835 31361 0 -1 4194368 179873 0 0 0 328400 179 0 0 20 0 21 0 39944600 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32893] ppid=32824 vsize=19130076 memory=7698128 CPUtime=0 cores=4,6
/proc/32835/task/32893/stat : 32893 (Finalizer) S 32824 32835 31361 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39944605 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32904] ppid=32824 vsize=19130076 memory=7698128 CPUtime=0 cores=4,6
/proc/32835/task/32904/stat : 32904 (Common-Cleaner) S 32824 32835 31361 0 -1 4194368 3126 0 0 0 0 0 0 0 20 0 21 0 39944606 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32908] ppid=32824 vsize=19130076 memory=14720 CPUtime=0 cores=4,6
/proc/32835/task/32908/stat : 32908 (Timer-0) S 32824 32835 31361 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39944678 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
Current children cumulated CPU time: 3403.19 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7698128 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.19 4.14 6/328 33082
/proc/meminfo: memFree=105924184/131382112 swapFree=33010160/33010684
[pid=32835] ppid=32824 vsize=19130076 memory=7698128 CPUtime=3464.17 cores=4,6
/proc/32835/stat : 32835 (java) S 32824 32835 31361 0 -1 4194304 302405 0 0 0 346008 409 0 0 20 0 21 0 39944597 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
/proc/32835/statm: 4782519 1924532 5497 1 0 1971418 0
[pid=32835/tid=32853] ppid=32824 vsize=19130076 memory=11264 CPUtime=3344.98 cores=4,6
/proc/32835/task/32853/stat : 32853 (java) R 32824 32835 31361 0 -1 4194368 182084 0 0 0 334318 180 0 0 20 0 21 0 39944600 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32893] ppid=32824 vsize=19130076 memory=4252 CPUtime=0 cores=4,6
/proc/32835/task/32893/stat : 32893 (Finalizer) S 32824 32835 31361 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39944605 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32904] ppid=32824 vsize=19130076 memory=7698128 CPUtime=0 cores=4,6
/proc/32835/task/32904/stat : 32904 (Common-Cleaner) S 32824 32835 31361 0 -1 4194368 3181 0 0 0 0 0 0 0 20 0 21 0 39944606 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32908] ppid=32824 vsize=19130076 memory=7698128 CPUtime=0 cores=4,6
/proc/32835/task/32908/stat : 32908 (Timer-0) S 32824 32835 31361 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39944678 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
Current children cumulated CPU time: 3464.17 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7698128 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.18 4.14 6/328 33088
/proc/meminfo: memFree=105923384/131382112 swapFree=33010160/33010684
[pid=32835] ppid=32824 vsize=19130076 memory=7698128 CPUtime=3525.34 cores=4,6
/proc/32835/stat : 32835 (java) S 32824 32835 31361 0 -1 4194304 309111 0 0 0 352121 413 0 0 20 0 21 0 39944597 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
/proc/32835/statm: 4782519 1924532 5497 1 0 1971418 0
[pid=32835/tid=32853] ppid=32824 vsize=19130076 memory=7698128 CPUtime=3403.91 cores=4,6
/proc/32835/task/32853/stat : 32853 (java) R 32824 32835 31361 0 -1 4194368 186894 0 0 0 340211 180 0 0 20 0 21 0 39944600 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32893] ppid=32824 vsize=19130076 memory=17152 CPUtime=0 cores=4,6
/proc/32835/task/32893/stat : 32893 (Finalizer) S 32824 32835 31361 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39944605 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32904] ppid=32824 vsize=19130076 memory=2764 CPUtime=0 cores=4,6
/proc/32835/task/32904/stat : 32904 (Common-Cleaner) S 32824 32835 31361 0 -1 4194368 3187 0 0 0 0 0 0 0 20 0 21 0 39944606 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32908] ppid=32824 vsize=19130076 memory=7698128 CPUtime=0 cores=4,6
/proc/32835/task/32908/stat : 32908 (Timer-0) S 32824 32835 31361 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39944678 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
Current children cumulated CPU time: 3525.34 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7698128 KiB

[startup+3522.3 s]
/proc/loadavg: 4.02 4.16 4.13 5/303 33124
/proc/meminfo: memFree=112334428/131382112 swapFree=33010160/33010684
[pid=32835] ppid=32824 vsize=19130076 memory=7698128 CPUtime=3586.42 cores=4,6
/proc/32835/stat : 32835 (java) S 32824 32835 31361 0 -1 4194304 315004 0 0 0 358226 416 0 0 20 0 21 0 39944597 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
/proc/32835/statm: 4782519 1924532 5497 1 0 1971418 0
[pid=32835/tid=32853] ppid=32824 vsize=19130076 memory=7698128 CPUtime=3463.1 cores=4,6
/proc/32835/task/32853/stat : 32853 (java) R 32824 32835 31361 0 -1 4194368 192014 0 0 0 346129 181 0 0 20 0 21 0 39944600 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32893] ppid=32824 vsize=19130076 memory=17152 CPUtime=0 cores=4,6
/proc/32835/task/32893/stat : 32893 (Finalizer) S 32824 32835 31361 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39944605 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32904] ppid=32824 vsize=19130076 memory=7698128 CPUtime=0 cores=4,6
/proc/32835/task/32904/stat : 32904 (Common-Cleaner) S 32824 32835 31361 0 -1 4194368 3279 0 0 0 0 0 0 0 20 0 21 0 39944606 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32908] ppid=32824 vsize=19130076 memory=7698128 CPUtime=0 cores=4,6
/proc/32835/task/32908/stat : 32908 (Timer-0) S 32824 32835 31361 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39944678 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
Current children cumulated CPU time: 3586.42 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7698128 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3535.8 s]
/proc/loadavg: 3.80 4.10 4.11 3/278 33158
/proc/meminfo: memFree=117918612/131382112 swapFree=33010160/33010684
[pid=32835] ppid=32824 vsize=19130076 memory=7698128 CPUtime=3600.02 cores=4,6
/proc/32835/stat : 32835 (java) S 32824 32835 31361 0 -1 4194304 316096 0 0 0 359585 417 0 0 20 0 21 0 39944597 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
/proc/32835/statm: 4782519 1924532 5497 1 0 1971418 0
[pid=32835/tid=32853] ppid=32824 vsize=19130076 memory=2696 CPUtime=3476.4 cores=4,6
/proc/32835/task/32853/stat : 32853 (java) R 32824 32835 31361 0 -1 4194368 192343 0 0 0 347459 181 0 0 20 0 21 0 39944600 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32893] ppid=32824 vsize=19130076 memory=17368 CPUtime=0 cores=4,6
/proc/32835/task/32893/stat : 32893 (Finalizer) S 32824 32835 31361 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39944605 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32904] ppid=32824 vsize=19130076 memory=46336 CPUtime=0 cores=4,6
/proc/32835/task/32904/stat : 32904 (Common-Cleaner) S 32824 32835 31361 0 -1 4194368 3279 0 0 0 0 0 0 0 20 0 21 0 39944606 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
[pid=32835/tid=32908] ppid=32824 vsize=19130076 memory=12416 CPUtime=0 cores=4,6
/proc/32835/task/32908/stat : 32908 (Timer-0) S 32824 32835 31361 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39944678 19589197824 1924532 18446744073709551615 93915471134720 93915471138416 140724331840320 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93915471146232 93915471147024 93915500527616 140724331841918 140724331842022 140724331842022 140724331847624 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7698128 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.21 s, system=4.21701 s

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

[startup+3536 s]*
/proc/loadavg: 3.80 4.10 4.11 3/259 33161
/proc/meminfo: memFree=120021908/131382112 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3536.05
CPU time (s): 3600.43
CPU user time (s): 3596.21
CPU system time (s): 4.21701
CPU usage (%): 101.82
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 7699024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.21
system time used= 4.21701
maximum resident set size= 7699280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 318768
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121032
involuntary context switches= 9524


# summary of solver processes directly reported to runsolver:
#   pid: 32835
#   total CPU time (s): 3600.43
#   total CPU user time (s): 3596.21
#   total CPU system time (s): 4.21701

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.0733 second user time and 34.1557 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-30 02:17:37
IDJOB=4515748
IDBENCH=165338
IDSOLVER=3361
FILE ID=nodeC001/4515748-1751242657
RUNJOBID= nodeC001-1751242657-32778
SLURM_JOB_ID= 9587716
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= 07ea0c7d4747b9a16e298c0932c39846
RANDOM SEED=1649952690

nodeC001 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.196
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.49
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.153
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.49
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.132
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.49
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.200
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.49
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.798
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.49
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.140
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.49
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.167
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.49
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.188
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130287072 kB
MemAvailable:   129920164 kB
Buffers:            2128 kB
Cached:           419088 kB
SwapCached:           28 kB
Active:           353460 kB
Inactive:         133396 kB
Active(anon):      73192 kB
Inactive(anon):    10380 kB
Active(file):     280268 kB
Inactive(file):   123016 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3572 kB
Writeback:             0 kB
AnonPages:         68416 kB
Mapped:           102096 kB
Shmem:             17932 kB
KReclaimable:      98384 kB
Slab:             181468 kB
SReclaimable:      98384 kB
SUnreclaim:        83084 kB
KernelStack:        3904 kB
PageTables:         2860 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     333028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC001 at 2025-06-30 03:16:33