Trace number 4498046

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.24 3578.1

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=37-P1=223-P2=197-P3=97-P4=11-P5=157-P6=97-P7=127-P8=79-P9=11-B.opb
MD5SUM60205697a36204ec3d9b8e2d1efac02f
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.056998
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables216
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.09/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.11	c java.vm.version	22.0.1+8-16
0.09/0.11	c java.vm.vendor	Oracle Corporation
0.09/0.11	c sun.arch.data.model	64
0.09/0.11	c java.version		22.0.1
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.11	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.17	c Pseudo Boolean Optimization by upper bound
0.09/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.17	c  - never skip resolution steps
0.09/0.17	c  - Auto-division on coefficients is disabled
0.09/0.17	c  - No postprocessing
0.09/0.17	c  - Conflict is considered as is when resolving
0.09/0.17	c  - Use constraints as they come during conflict analysis
0.09/0.17	c  - Weaken first using unassigned literals
0.09/0.17	c  - Bump strategy: ALWAYS_ONE
0.09/0.17	c  - Bumper: ANY
0.09/0.17	c --- Begin Solver configuration ---
0.09/0.17	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.09/0.17	c Learn all clauses as in MiniSAT
0.09/0.17	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.17	c No reason simplification
0.09/0.17	c Armin Biere (Picosat) restarts strategy
0.09/0.17	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.17	c timeout=2147483s
0.09/0.17	c DB Simplification allowed=false
0.09/0.17	c Listener: none
0.09/0.17	c --- End Solver configuration ---
0.09/0.17	c solving HOME/instance-4498046-1751271859.opb
0.09/0.17	c reading problem ... 
0.09/0.17	c  objective function found
0.27/0.22	c ... done. Wall clock time 0.048s.
0.27/0.22	c declared #vars     216
0.27/0.22	c internal #vars     792
0.27/0.22	c #constraints  1180
0.27/0.22	c constraints type 
0.27/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
0.27/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
0.27/0.22	c 1180 constraints processed.
0.27/0.23	c objective function length is 8 literals
13.56/11.02	c cleaning 2496 clauses out of 5000
30.58/27.79	c cleaning 4234 clauses out of 8504
84.43/81.31	c cleaning 5622 clauses out of 11271
201.19/197.46	c cleaning 6818 clauses out of 13649
347.22/343.24	c cleaning 7895 clauses out of 15831
598.10/593.56	c cleaning 8957 clauses out of 17935
949.48/944.31	c cleaning 9983 clauses out of 19979
1266.22/1259.76	c cleaning 10985 clauses out of 21996
1715.13/1707.48	c cleaning 11981 clauses out of 24010
2109.25/2099.33	c cleaning 13003 clauses out of 26031
2433.90/2421.88	c cleaning 13987 clauses out of 28026
3271.49/3251.71	c cleaning 14993 clauses out of 30040
3600.07/3578.02	c starts		: 103
3600.07/3578.03	c conflicts		: 131509
3600.07/3578.04	c decisions		: 137835
3600.07/3578.04	c propagations		: 1611374
3600.07/3578.04	c inspects		: 5104279886
3600.07/3578.04	c shortcuts		: 0
3600.07/3578.04	c learnt literals	: 0
3600.07/3578.04	c learnt binary clauses	: 0
3600.07/3578.04	c learnt ternary clauses	: 0
3600.07/3578.04	c learnt constraints	: 131508
3600.07/3578.04	c ignored constraints	: 0
3600.07/3578.04	c root simplifications	: 0
3600.07/3578.04	c removed literals (reason simplification)	: 0
3600.07/3578.04	c reason swapping (by a shorter reason)	: 0
3600.07/3578.04	c Calls to reduceDB	: 12
3600.07/3578.04	c Number of update (reduction) of LBD	: 0
3600.07/3578.04	c Imported unit clauses	: 0
3600.07/3578.04	c No decision after first conflict	: false
3600.07/3578.04	c number of reductions to clauses (during analyze)	: 0
3600.07/3578.04	c number of learned constraints concerned by reduction	: 0
3600.07/3578.04	c number of learning phase by resolution	: 0
3600.07/3578.04	c number of learning phase by cutting planes	: 0
3600.07/3578.04	c number of rounding to 1 operations	: 0
3600.07/3578.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3578.04	c number of reductions of the coefficients by power 2 	: 0
3600.07/3578.04	c number of right shift for reduction by power 2 	: 0
3600.07/3578.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3578.04	c number of ending skipping 	: 0
3600.07/3578.04	c number of internal skipping 	: 0
3600.07/3578.05	c number of derivation steps 	: 1256432
3600.07/3578.05	c number of skipped derivation steps 	: 0
3600.07/3578.05	c number of remaining unassigned 	: 24604
3600.07/3578.05	c number of remaining assigned 	: 33317604
3600.07/3578.05	c number of falsified literals weakened from reason	: 0
3600.07/3578.05	c number of falsified literals weakened from conflict	: 0
3600.07/3578.05	c time for arithmetic operations	: 9387577748
3600.07/3578.05	c minimum degree of deleted constraints	: null
3600.07/3578.06	c maximum degree of deleted constraints	: null
3600.07/3578.06	c number of deleted constraints	: 0
3600.07/3578.06	c speed (assignments/second)	: 450.3788481194828
3600.07/3578.06	c non guided choices	: 1451
3600.07/3578.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 68
3600.07/3578.08	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 20486
3600.07/3578.08	s UNKNOWN
3600.07/3578.08	c Total wall clock time (in seconds): 3577.912

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62791 MiB free)
  memory of node 1: 64507 MiB (63970 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498046-1751271859/watcher-4498046-1751271859 -o /tmp/evaluation-result-4498046-1751271859/solver-4498046-1751271859 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751271859-38187 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4498046-1751271859.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
Linux 5.14.0-503.14.1.el
solver pid=38236, runsolver pid=38227
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 3.91 4.07 4.52 9/331 38314
/proc/meminfo: memFree=129726252/131250000 swapFree=33010684/33010684
[pid=38236] ppid=38227 vsize=18930384 memory=51764 CPUtime=0.09 cores=4,6
/proc/38236/stat : 38236 (java) S 38227 38236 37479 0 -1 4194304 6087 0 110 0 7 2 0 0 20 0 18 0 42866180 19384713216 12941 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
/proc/38236/statm: 4732596 12941 5312 1 0 547246 0
[pid=38236/tid=38247] ppid=38227 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=4,6
/proc/38236/task/38247/stat : 38247 (java) R 38227 38236 37479 0 -1 4194368 4915 0 84 0 4 1 0 0 20 0 18 0 42866182 19384713216 12941 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38278] ppid=38227 vsize=18930384 memory=19950 CPUtime=0 cores=4,6
/proc/38236/task/38278/stat : 38278 (Finalizer) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 42866185 19384713216 12941 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38293] ppid=38227 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/38236/task/38293/stat : 38293 (Common-Cleaner) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 42866185 19384713216 12941 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51764 KiB

[startup+0.204675 s]*
/proc/loadavg: 3.91 4.07 4.52 13/331 38314
/proc/meminfo: memFree=129682276/131250000 swapFree=33010684/33010684
[pid=38236] ppid=38227 vsize=18930384 memory=61864 CPUtime=0.27 cores=4,6
/proc/38236/stat : 38236 (java) S 38227 38236 37479 0 -1 4194304 7021 0 110 0 25 2 0 0 20 0 18 0 42866180 19384713216 15466 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
/proc/38236/statm: 4732596 15466 5408 1 0 547948 0
[pid=38236/tid=38247] ppid=38227 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=4,6
/proc/38236/task/38247/stat : 38247 (java) R 38227 38236 37479 0 -1 4194368 5336 0 84 0 14 1 0 0 20 0 18 0 42866182 19384713216 15466 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38278] ppid=38227 vsize=18930384 memory=19950 CPUtime=0 cores=4,6
/proc/38236/task/38278/stat : 38278 (Finalizer) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 42866185 19384713216 15466 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38293] ppid=38227 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/38236/task/38293/stat : 38293 (Common-Cleaner) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 42866185 19384713216 15466 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61864 KiB

[startup+0.305331 s]*
/proc/loadavg: 3.91 4.07 4.52 11/335 38318
/proc/meminfo: memFree=129655464/131250000 swapFree=33010684/33010684
[pid=38236] ppid=38227 vsize=18996948 memory=73920 CPUtime=0.47 cores=4,6
/proc/38236/stat : 38236 (java) S 38227 38236 37479 0 -1 4194304 7713 0 110 0 44 3 0 0 20 0 19 0 42866180 19452874752 18480 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
/proc/38236/statm: 4749237 18480 5440 1 0 548552 0
[pid=38236/tid=38247] ppid=38227 vsize=18996948 memory=-6000919468462072940 CPUtime=0.24 cores=4,6
/proc/38236/task/38247/stat : 38247 (java) R 38227 38236 37479 0 -1 4194368 5474 0 84 0 22 2 0 0 20 0 19 0 42866182 19452874752 18480 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38278] ppid=38227 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/38236/task/38278/stat : 38278 (Finalizer) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 42866185 19452874752 18480 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38293] ppid=38227 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/38236/task/38293/stat : 38293 (Common-Cleaner) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 42866185 19452874752 18480 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38317] ppid=38227 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/38236/task/38317/stat : 38317 (Timer-0) S 38227 38236 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 42866204 19452874752 18480 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73920 KiB

[startup+0.700194 s]
/proc/loadavg: 3.91 4.07 4.52 10/336 38319
/proc/meminfo: memFree=129332480/131250000 swapFree=33010684/33010684
[pid=38236] ppid=38227 vsize=19063512 memory=162156 CPUtime=1.23 cores=4,6
/proc/38236/stat : 38236 (java) S 38227 38236 37479 0 -1 4194304 11681 0 110 0 118 5 0 0 20 0 20 0 42866180 19521036288 40539 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
/proc/38236/statm: 4765878 40539 5504 1 0 550520 0
[pid=38236/tid=38247] ppid=38227 vsize=19063512 memory=13824 CPUtime=0.59 cores=4,6
/proc/38236/task/38247/stat : 38247 (java) R 38227 38236 37479 0 -1 4194368 5530 0 84 0 56 3 0 0 20 0 20 0 42866182 19521036288 40539 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38278] ppid=38227 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/38236/task/38278/stat : 38278 (Finalizer) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 40539 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38293] ppid=38227 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/38236/task/38293/stat : 38293 (Common-Cleaner) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 40539 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38317] ppid=38227 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/38236/task/38317/stat : 38317 (Timer-0) S 38227 38236 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42866204 19521036288 40539 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 162156 KiB

[startup+1.5002 s]
/proc/loadavg: 3.91 4.07 4.52 10/339 38322
/proc/meminfo: memFree=129051944/131250000 swapFree=33010684/33010684
[pid=38236] ppid=38227 vsize=19063512 memory=384336 CPUtime=2.82 cores=4,6
/proc/38236/stat : 38236 (java) S 38227 38236 37479 0 -1 4194304 24335 0 110 0 271 11 0 0 20 0 20 0 42866180 19521036288 96084 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
/proc/38236/statm: 4765878 96084 5504 1 0 554756 0
[pid=38236/tid=38247] ppid=38227 vsize=19063512 memory=10752 CPUtime=1.36 cores=4,6
/proc/38236/task/38247/stat : 38247 (java) R 38227 38236 37479 0 -1 4194368 5914 0 84 0 130 6 0 0 20 0 20 0 42866182 19521036288 96084 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38278] ppid=38227 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/38236/task/38278/stat : 38278 (Finalizer) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 96084 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38293] ppid=38227 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/38236/task/38293/stat : 38293 (Common-Cleaner) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 96084 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38317] ppid=38227 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/38236/task/38317/stat : 38317 (Timer-0) S 38227 38236 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42866204 19521036288 96084 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 384336 KiB

[startup+3.10485 s]
/proc/loadavg: 3.91 4.07 4.52 6/339 38322
/proc/meminfo: memFree=125733936/131250000 swapFree=33010684/33010684
[pid=38236] ppid=38227 vsize=19063512 memory=1080020 CPUtime=5.19 cores=4,6
/proc/38236/stat : 38236 (java) S 38227 38236 37479 0 -1 4194304 27414 0 110 0 494 25 0 0 20 0 20 0 42866180 19521036288 270005 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
/proc/38236/statm: 4765878 270005 5504 1 0 661273 0
[pid=38236/tid=38247] ppid=38227 vsize=19063512 memory=10752 CPUtime=2.92 cores=4,6
/proc/38236/task/38247/stat : 38247 (java) R 38227 38236 37479 0 -1 4194368 7074 0 84 0 273 19 0 0 20 0 20 0 42866182 19521036288 270005 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38278] ppid=38227 vsize=19063512 memory=-6000919477052007532 CPUtime=0 cores=4,6
/proc/38236/task/38278/stat : 38278 (Finalizer) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 270005 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38293] ppid=38227 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/38236/task/38293/stat : 38293 (Common-Cleaner) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 270005 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38317] ppid=38227 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/38236/task/38317/stat : 38317 (Timer-0) S 38227 38236 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42866204 19521036288 270005 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
Current children cumulated CPU time: 5.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1080020 KiB

[startup+6.30018 s]
/proc/loadavg: 4.00 4.09 4.53 7/339 38322
/proc/meminfo: memFree=123652596/131250000 swapFree=33010684/33010684
[pid=38236] ppid=38227 vsize=19063512 memory=1469700 CPUtime=8.63 cores=4,6
/proc/38236/stat : 38236 (java) S 38227 38236 37479 0 -1 4194304 28255 0 110 0 829 34 0 0 20 0 20 0 42866180 19521036288 367425 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
/proc/38236/statm: 4765878 367425 5504 1 0 661283 0
[pid=38236/tid=38247] ppid=38227 vsize=19063512 memory=0 CPUtime=6.1 cores=4,6
/proc/38236/task/38247/stat : 38247 (java) R 38227 38236 37479 0 -1 4194368 7398 0 84 0 582 28 0 0 20 0 20 0 42866182 19521036288 367425 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38278] ppid=38227 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/38236/task/38278/stat : 38278 (Finalizer) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 367425 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38293] ppid=38227 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/38236/task/38293/stat : 38293 (Common-Cleaner) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 367425 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38317] ppid=38227 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/38236/task/38317/stat : 38317 (Timer-0) S 38227 38236 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42866204 19521036288 367425 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
Current children cumulated CPU time: 8.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1469700 KiB

[startup+12.7002 s]
/proc/loadavg: 4.00 4.09 4.52 6/339 38322
/proc/meminfo: memFree=123493400/131250000 swapFree=33010684/33010684
[pid=38236] ppid=38227 vsize=19063512 memory=1589268 CPUtime=15.41 cores=4,6
/proc/38236/stat : 38236 (java) S 38227 38236 37479 0 -1 4194304 33276 0 110 0 1504 37 0 0 20 0 20 0 42866180 19521036288 397317 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
/proc/38236/statm: 4765878 397317 5504 1 0 662563 0
[pid=38236/tid=38247] ppid=38227 vsize=19063512 memory=10752 CPUtime=12.42 cores=4,6
/proc/38236/task/38247/stat : 38247 (java) R 38227 38236 37479 0 -1 4194368 8679 0 84 0 1212 30 0 0 20 0 20 0 42866182 19521036288 397317 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38278] ppid=38227 vsize=19063512 memory=1589268 CPUtime=0 cores=4,6
/proc/38236/task/38278/stat : 38278 (Finalizer) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 397317 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38293] ppid=38227 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/38236/task/38293/stat : 38293 (Common-Cleaner) S 38227 38236 37479 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 397317 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38317] ppid=38227 vsize=19063512 memory=-6000919477052007532 CPUtime=0 cores=4,6
/proc/38236/task/38317/stat : 38317 (Timer-0) S 38227 38236 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42866204 19521036288 397317 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
Current children cumulated CPU time: 15.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1589268 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.10 4.52 6/339 38322
/proc/meminfo: memFree=123402628/131250000 swapFree=33010684/33010684
[pid=38236] ppid=38227 vsize=19063512 memory=1601532 CPUtime=28.37 cores=4,6
/proc/38236/stat : 38236 (java) S 38227 38236 37479 0 -1 4194304 40253 0 110 0 2798 39 0 0 20 0 20 0 42866180 19521036288 400383 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
/proc/38236/statm: 4765878 400383 5504 1 0 662563 0
[pid=38236/tid=38247] ppid=38227 vsize=19063512 memory=1589268 CPUtime=25.03 cores=4,6
/proc/38236/task/38247/stat : 38247 (java) R 38227 38236 37479 0 -1 4194368 10352 0 84 0 2472 31 0 0 20 0 20 0 42866182 19521036288 400383 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38278] ppid=38227 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/38236/task/38278/stat : 38278 (Finalizer) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 400383 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38293] ppid=38227 vsize=19063512 memory=-6000919477052007532 CPUtime=0 cores=4,6
/proc/38236/task/38293/stat : 38293 (Common-Cleaner) S 38227 38236 37479 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 400383 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38317] ppid=38227 vsize=19063512 memory=1508612 CPUtime=0 cores=4,6
/proc/38236/task/38317/stat : 38317 (Timer-0) S 38227 38236 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42866204 19521036288 400383 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
Current children cumulated CPU time: 28.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1601532 KiB

[startup+51.1046 s]
/proc/loadavg: 4.19 4.12 4.52 6/339 38323
/proc/meminfo: memFree=123287824/131250000 swapFree=33010684/33010684
[pid=38236] ppid=38227 vsize=19063512 memory=1628248 CPUtime=54.13 cores=4,6
/proc/38236/stat : 38236 (java) S 38227 38236 37479 0 -1 4194304 46281 0 110 0 5372 41 0 0 20 0 20 0 42866180 19521036288 407062 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
/proc/38236/statm: 4765878 407062 5504 1 0 662563 0
[pid=38236/tid=38247] ppid=38227 vsize=19063512 memory=1628248 CPUtime=50.13 cores=4,6
/proc/38236/task/38247/stat : 38247 (java) R 38227 38236 37479 0 -1 4194368 12110 0 84 0 4982 31 0 0 20 0 20 0 42866182 19521036288 407062 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38278] ppid=38227 vsize=19063512 memory=1620032 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=120947264/131250000 swapFree=33010684/33010684
[pid=38236] ppid=38227 vsize=19063512 memory=2335980 CPUtime=3180.69 cores=4,6
/proc/38236/stat : 38236 (java) S 38227 38236 37479 0 -1 4194304 98296 0 110 0 317903 166 0 0 20 0 20 0 42866180 19521036288 583995 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
/proc/38236/statm: 4765878 583995 5504 1 0 663012 0
[pid=38236/tid=38247] ppid=38227 vsize=19063512 memory=2327772 CPUtime=3128.52 cores=4,6
/proc/38236/task/38247/stat : 38247 (java) R 38227 38236 37479 0 -1 4194368 41959 0 84 0 312806 46 0 0 20 0 20 0 42866182 19521036288 583995 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38278] ppid=38227 vsize=19063512 memory=2327772 CPUtime=0 cores=4,6
/proc/38236/task/38278/stat : 38278 (Finalizer) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 583995 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38293] ppid=38227 vsize=19063512 memory=2333928 CPUtime=0 cores=4,6
/proc/38236/task/38293/stat : 38293 (Common-Cleaner) S 38227 38236 37479 0 -1 4194368 1530 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 583995 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38317] ppid=38227 vsize=19063512 memory=2333928 CPUtime=0 cores=4,6
/proc/38236/task/38317/stat : 38317 (Timer-0) S 38227 38236 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42866204 19521036288 583995 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
Current children cumulated CPU time: 3180.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2335980 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.16 4.17 6/338 38491
/proc/meminfo: memFree=120893448/131250000 swapFree=33010684/33010684
[pid=38236] ppid=38227 vsize=19063512 memory=2356540 CPUtime=3241.68 cores=4,6
/proc/38236/stat : 38236 (java) S 38227 38236 37479 0 -1 4194304 98638 0 110 0 323999 169 0 0 20 0 20 0 42866180 19521036288 589135 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
/proc/38236/statm: 4765878 589135 5504 1 0 663031 0
[pid=38236/tid=38247] ppid=38227 vsize=19063512 memory=2327772 CPUtime=3187.51 cores=4,6
/proc/38236/task/38247/stat : 38247 (java) R 38227 38236 37479 0 -1 4194368 42191 0 84 0 318705 46 0 0 20 0 20 0 42866182 19521036288 589135 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38278] ppid=38227 vsize=19063512 memory=2327772 CPUtime=0 cores=4,6
/proc/38236/task/38278/stat : 38278 (Finalizer) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 589135 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38293] ppid=38227 vsize=19063512 memory=2346296 CPUtime=0 cores=4,6
/proc/38236/task/38293/stat : 38293 (Common-Cleaner) S 38227 38236 37479 0 -1 4194368 1530 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 589135 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38317] ppid=38227 vsize=19063512 memory=2352444 CPUtime=0 cores=4,6
/proc/38236/task/38317/stat : 38317 (Timer-0) S 38227 38236 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42866204 19521036288 589135 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
Current children cumulated CPU time: 3241.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2356540 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.16 4.17 6/338 38493
/proc/meminfo: memFree=120855556/131250000 swapFree=33010684/33010684
[pid=38236] ppid=38227 vsize=19063512 memory=2374972 CPUtime=3302.51 cores=4,6
/proc/38236/stat : 38236 (java) S 38227 38236 37479 0 -1 4194304 100584 0 110 0 330080 171 0 0 20 0 20 0 42866180 19521036288 593743 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
/proc/38236/statm: 4765878 593743 5504 1 0 663031 0
[pid=38236/tid=38247] ppid=38227 vsize=19063512 memory=2370876 CPUtime=3246.75 cores=4,6
/proc/38236/task/38247/stat : 38247 (java) R 38227 38236 37479 0 -1 4194368 43376 0 84 0 324628 47 0 0 20 0 20 0 42866182 19521036288 593743 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38278] ppid=38227 vsize=19063512 memory=13824 CPUtime=0 cores=4,6
/proc/38236/task/38278/stat : 38278 (Finalizer) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 593743 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38293] ppid=38227 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/38236/task/38293/stat : 38293 (Common-Cleaner) S 38227 38236 37479 0 -1 4194368 1531 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 593743 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38317] ppid=38227 vsize=19063512 memory=12416 CPUtime=0 cores=4,6
/proc/38236/task/38317/stat : 38317 (Timer-0) S 38227 38236 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42866204 19521036288 593743 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
Current children cumulated CPU time: 3302.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2374972 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.16 4.17 6/339 38496
/proc/meminfo: memFree=120835940/131250000 swapFree=33010684/33010684
[pid=38236] ppid=38227 vsize=19063512 memory=2385216 CPUtime=3363.05 cores=4,6
/proc/38236/stat : 38236 (java) S 38227 38236 37479 0 -1 4194304 100697 0 110 0 336133 172 0 0 20 0 20 0 42866180 19521036288 596304 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
/proc/38236/statm: 4765878 596304 5504 1 0 663031 0
[pid=38236/tid=38247] ppid=38227 vsize=19063512 memory=5632 CPUtime=3306.15 cores=4,6
/proc/38236/task/38247/stat : 38247 (java) R 38227 38236 37479 0 -1 4194368 43400 0 84 0 330568 47 0 0 20 0 20 0 42866182 19521036288 596304 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38278] ppid=38227 vsize=19063512 memory=2383168 CPUtime=0 cores=4,6
/proc/38236/task/38278/stat : 38278 (Finalizer) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 596304 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38293] ppid=38227 vsize=19063512 memory=13824 CPUtime=0 cores=4,6
/proc/38236/task/38293/stat : 38293 (Common-Cleaner) S 38227 38236 37479 0 -1 4194368 1599 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 596304 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38317] ppid=38227 vsize=19063512 memory=2385216 CPUtime=0 cores=4,6
/proc/38236/task/38317/stat : 38317 (Timer-0) S 38227 38236 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42866204 19521036288 596304 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
Current children cumulated CPU time: 3363.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2385216 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.16 4.17 6/341 38512
/proc/meminfo: memFree=120812260/131250000 swapFree=33010684/33010684
[pid=38236] ppid=38227 vsize=19063512 memory=2393408 CPUtime=3423.16 cores=4,6
/proc/38236/stat : 38236 (java) S 38227 38236 37479 0 -1 4194304 100860 0 110 0 342141 175 0 0 20 0 20 0 42866180 19521036288 598352 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
/proc/38236/statm: 4765878 598352 5504 1 0 663031 0
[pid=38236/tid=38247] ppid=38227 vsize=19063512 memory=2389312 CPUtime=3365.68 cores=4,6
/proc/38236/task/38247/stat : 38247 (java) R 38227 38236 37479 0 -1 4194368 43541 0 84 0 336521 47 0 0 20 0 20 0 42866182 19521036288 598352 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38278] ppid=38227 vsize=19063512 memory=2389312 CPUtime=0 cores=4,6
/proc/38236/task/38278/stat : 38278 (Finalizer) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 598352 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38293] ppid=38227 vsize=19063512 memory=2393408 CPUtime=0 cores=4,6
/proc/38236/task/38293/stat : 38293 (Common-Cleaner) S 38227 38236 37479 0 -1 4194368 1599 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 598352 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38317] ppid=38227 vsize=19063512 memory=-6000919477052007532 CPUtime=0 cores=4,6
/proc/38236/task/38317/stat : 38317 (Timer-0) S 38227 38236 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42866204 19521036288 598352 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
Current children cumulated CPU time: 3423.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2393408 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.14 4.17 6/342 38515
/proc/meminfo: memFree=120796188/131250000 swapFree=33010684/33010684
[pid=38236] ppid=38227 vsize=19063512 memory=2399552 CPUtime=3483.25 cores=4,6
/proc/38236/stat : 38236 (java) S 38227 38236 37479 0 -1 4194304 102375 0 110 0 348148 177 0 0 20 0 20 0 42866180 19521036288 599888 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
/proc/38236/statm: 4765878 599888 5504 1 0 663031 0
[pid=38236/tid=38247] ppid=38227 vsize=19063512 memory=2389312 CPUtime=3425.16 cores=4,6
/proc/38236/task/38247/stat : 38247 (java) R 38227 38236 37479 0 -1 4194368 44568 0 84 0 342469 47 0 0 20 0 20 0 42866182 19521036288 599888 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38278] ppid=38227 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/38236/task/38278/stat : 38278 (Finalizer) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 599888 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38293] ppid=38227 vsize=19063512 memory=2397504 CPUtime=0 cores=4,6
/proc/38236/task/38293/stat : 38293 (Common-Cleaner) S 38227 38236 37479 0 -1 4194368 1599 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 599888 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38317] ppid=38227 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/38236/task/38317/stat : 38317 (Timer-0) S 38227 38236 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42866204 19521036288 599888 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
Current children cumulated CPU time: 3483.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2399552 KiB

[startup+3522.3 s]
/proc/loadavg: 4.33 4.19 4.18 7/342 38517
/proc/meminfo: memFree=120775356/131250000 swapFree=33010684/33010684
[pid=38236] ppid=38227 vsize=19063512 memory=2403648 CPUtime=3543.74 cores=4,6
/proc/38236/stat : 38236 (java) S 38227 38236 37479 0 -1 4194304 104362 0 110 0 354195 179 0 0 20 0 20 0 42866180 19521036288 600912 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
/proc/38236/statm: 4765878 600912 5504 1 0 663032 0
[pid=38236/tid=38247] ppid=38227 vsize=19063512 memory=5632 CPUtime=3484.52 cores=4,6
/proc/38236/task/38247/stat : 38247 (java) R 38227 38236 37479 0 -1 4194368 45946 0 84 0 348404 48 0 0 20 0 20 0 42866182 19521036288 600912 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38278] ppid=38227 vsize=19063512 memory=2397504 CPUtime=0 cores=4,6
/proc/38236/task/38278/stat : 38278 (Finalizer) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 600912 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38293] ppid=38227 vsize=19063512 memory=2399552 CPUtime=0 cores=4,6
/proc/38236/task/38293/stat : 38293 (Common-Cleaner) S 38227 38236 37479 0 -1 4194368 1659 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 600912 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38317] ppid=38227 vsize=19063512 memory=2403648 CPUtime=0 cores=4,6
/proc/38236/task/38317/stat : 38317 (Timer-0) S 38227 38236 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42866204 19521036288 600912 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
Current children cumulated CPU time: 3543.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2403648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3578 s]*
/proc/loadavg: 4.43 4.22 4.19 4/337 38656
/proc/meminfo: memFree=123143164/131250000 swapFree=33010684/33010684
[pid=38236] ppid=38227 vsize=19063512 memory=2411844 CPUtime=3600.07 cores=4,6
/proc/38236/stat : 38236 (java) S 38227 38236 37479 0 -1 4194304 104508 0 110 0 359823 184 0 0 20 0 20 0 42866180 19521036288 602961 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
/proc/38236/statm: 4765878 602961 5504 1 0 663032 0
[pid=38236/tid=38247] ppid=38227 vsize=19063512 memory=-6000919507099739244 CPUtime=3539.41 cores=4,6
/proc/38236/task/38247/stat : 38247 (java) R 38227 38236 37479 0 -1 4194368 45973 0 84 0 353891 50 0 0 20 0 20 0 42866182 19521036288 602961 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38278] ppid=38227 vsize=19063512 memory=2764 CPUtime=0 cores=4,6
/proc/38236/task/38278/stat : 38278 (Finalizer) S 38227 38236 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 602961 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38293] ppid=38227 vsize=19063512 memory=21608 CPUtime=0 cores=4,6
/proc/38236/task/38293/stat : 38293 (Common-Cleaner) S 38227 38236 37479 0 -1 4194368 1729 0 0 0 0 0 0 0 20 0 20 0 42866185 19521036288 602961 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
[pid=38236/tid=38317] ppid=38227 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/38236/task/38317/stat : 38317 (Timer-0) S 38227 38236 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42866204 19521036288 602961 18446744073709551615 94181376942080 94181376945776 140734816532976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94181376953592 94181376954384 94181377748992 140734816536958 140734816537062 140734816537062 140734816542664 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2411844 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.39 s, system=1.85016 s

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

Child status: 143

Real time (s): 3578.1
CPU time (s): 3600.24
CPU user time (s): 3598.39
CPU system time (s): 1.85016
CPU usage (%): 100.619
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2411844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.39
system time used= 1.85016
maximum resident set size= 2412868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106919
page faults= 110
swaps= 0
block input operations= 0
block output operations= 10480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141933
involuntary context switches= 14553


# summary of solver processes directly reported to runsolver:
#   pid: 38236
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3598.39
#   total CPU system time (s): 1.85016

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.94525 second user time and 13.0771 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-30 10:24:19
IDJOB=4498046
IDBENCH=148450
IDSOLVER=3361
FILE ID=nodeC013/4498046-1751271859
RUNJOBID= nodeC013-1751271859-38187
SLURM_JOB_ID= 9594180
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=37-P1=223-P2=197-P3=97-P4=11-P5=157-P6=97-P7=127-P8=79-P9=11-B.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498046-1751271859/watcher-4498046-1751271859 -o /tmp/evaluation-result-4498046-1751271859/solver-4498046-1751271859 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751271859-38187 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4498046-1751271859.opb

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

MD5SUM BENCH= 60205697a36204ec3d9b8e2d1efac02f
RANDOM SEED=1454134412

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129809468 kB
MemAvailable:   129761608 kB
Buffers:            3280 kB
Cached:           754144 kB
SwapCached:            0 kB
Active:           313032 kB
Inactive:         510652 kB
Active(anon):      79544 kB
Inactive(anon):        0 kB
Active(file):     233488 kB
Inactive(file):   510652 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1344 kB
Writeback:             0 kB
AnonPages:         70124 kB
Mapped:            98444 kB
Shmem:             13284 kB
KReclaimable:      94080 kB
Slab:             180536 kB
SReclaimable:      94080 kB
SUnreclaim:        86456 kB
KernelStack:        4064 kB
PageTables:         2732 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     316784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC013 at 2025-06-30 11:23:57