Trace number 4524441

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-06SAT (TO)-6651 3600.41 2972.56

General information on the benchmark

NamePB25/normalized-PB25/OPT-NLC/sakai/QPLIB-PB-PB25-20250422/
instances/normalized-QPLIB_5881.opb
MD5SUM72a008fff12a99d8557ede6656b5f966
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 benchmark-13067
Best CPU time to get the best result obtained on this benchmark2078.23
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
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 constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 2243
Biggest coefficient in the objective function 100
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 113910
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 100
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 113910
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)2123
Sum of products size (including duplicates)4246
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.09/0.23	c version PB25.v20250606
0.09/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.24	c java.vm.version	22.0.1+8-16
0.09/0.24	c java.vm.vendor	Oracle Corporation
0.09/0.24	c sun.arch.data.model	64
0.09/0.24	c java.version		22.0.1
0.09/0.24	c os.name		Linux
0.09/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.24	c os.arch		amd64
0.09/0.24	c Free memory 		2104792832
0.09/0.25	c Max memory 		16282288128
0.09/0.25	c Total memory 		2113929216
0.09/0.25	c Number of processors 	2
0.16/0.36	c Pseudo Boolean Optimization by upper bound
0.16/0.36	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.16/0.36	c  - never skip resolution steps
0.16/0.36	c  - Auto-division on coefficients is disabled
0.16/0.36	c  - No postprocessing
0.16/0.36	c  - Conflict is considered as is when resolving
0.16/0.36	c  - Use constraints as they come during conflict analysis
0.16/0.36	c  - Weaken first using unassigned literals
0.16/0.36	c  - Bump strategy: ALWAYS_ONE
0.16/0.36	c  - Bumper: ANY
0.16/0.36	c --- Begin Solver configuration ---
0.16/0.36	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.16/0.36	c Learn all clauses as in MiniSAT
0.16/0.36	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.16/0.36	c No reason simplification
0.16/0.36	c Armin Biere (Picosat) restarts strategy
0.16/0.36	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.16/0.36	c timeout=2147483s
0.16/0.36	c DB Simplification allowed=false
0.16/0.36	c Listener: none
0.16/0.36	c --- End Solver configuration ---
0.16/0.36	c solving HOME/instance-4524441-1751634797.opb
0.16/0.36	c reading problem ... 
0.16/0.36	c  objective function found
0.30/0.44	c ... done. Wall clock time 0.073s.
0.30/0.44	c declared #vars     120
0.30/0.44	c internal #vars     2243
0.30/0.44	c #constraints  4246
0.30/0.44	c constraints type 
0.30/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2123
0.30/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2123
0.30/0.44	c 4246 constraints processed.
0.39/0.56	c objective function length is 2243 literals
0.39/0.58	c SATISFIABLE
0.39/0.58	c OPTIMIZING...
0.39/0.58	c Got one! Elapsed wall clock time (in seconds):0.216
0.39/0.58	o -5672
0.66/0.70	c Got one! Elapsed wall clock time (in seconds):0.336
0.66/0.70	o -5809
1.25/1.03	c Got one! Elapsed wall clock time (in seconds):0.669
1.25/1.03	o -5841
1.84/1.34	c Got one! Elapsed wall clock time (in seconds):0.978
1.84/1.34	o -5919
746.98/654.19	c cleaning 2495 clauses out of 5000
1235.44/1059.11	c Got one! Elapsed wall clock time (in seconds):1058.745
1235.44/1059.11	o -5940
1263.11/1081.84	c Got one! Elapsed wall clock time (in seconds):1081.481
1263.11/1081.84	o -6190
1272.45/1087.62	c Got one! Elapsed wall clock time (in seconds):1087.254
1272.45/1087.62	o -6247
1277.89/1092.94	c Got one! Elapsed wall clock time (in seconds):1092.582
1277.89/1092.94	o -6257
1287.01/1098.60	c Got one! Elapsed wall clock time (in seconds):1098.24
1287.01/1098.60	o -6384
1293.10/1104.56	c Got one! Elapsed wall clock time (in seconds):1104.197
1293.10/1104.56	o -6402
1298.29/1109.67	c Got one! Elapsed wall clock time (in seconds):1109.307
1298.29/1109.67	o -6464
1303.74/1115.02	c Got one! Elapsed wall clock time (in seconds):1114.659
1303.74/1115.02	o -6474
1309.25/1120.16	c Got one! Elapsed wall clock time (in seconds):1119.799
1309.25/1120.16	o -6601
1319.07/1126.82	c Got one! Elapsed wall clock time (in seconds):1126.454
1319.07/1126.82	o -6633
1326.71/1134.47	c Got one! Elapsed wall clock time (in seconds):1134.109
1326.71/1134.47	o -6651
2391.61/2001.72	c cleaning 4249 clauses out of 8506
3600.13/2972.45	c starts		: 51
3600.13/2972.47	c conflicts		: 12201
3600.13/2972.47	c decisions		: 17535
3600.13/2972.47	c propagations		: 658629
3600.13/2972.47	c inspects		: 1471841930
3600.13/2972.47	c shortcuts		: 0
3600.13/2972.47	c learnt literals	: 0
3600.13/2972.47	c learnt binary clauses	: 0
3600.13/2972.47	c learnt ternary clauses	: 0
3600.13/2972.47	c learnt constraints	: 12200
3600.13/2972.47	c ignored constraints	: 0
3600.13/2972.47	c root simplifications	: 0
3600.13/2972.47	c removed literals (reason simplification)	: 0
3600.13/2972.47	c reason swapping (by a shorter reason)	: 0
3600.13/2972.47	c Calls to reduceDB	: 2
3600.13/2972.47	c Number of update (reduction) of LBD	: 0
3600.13/2972.47	c Imported unit clauses	: 0
3600.13/2972.47	c No decision after first conflict	: false
3600.13/2972.47	c number of reductions to clauses (during analyze)	: 0
3600.13/2972.47	c number of learned constraints concerned by reduction	: 0
3600.13/2972.47	c number of learning phase by resolution	: 0
3600.13/2972.47	c number of learning phase by cutting planes	: 0
3600.13/2972.47	c number of rounding to 1 operations	: 0
3600.13/2972.47	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.13/2972.47	c number of reductions of the coefficients by power 2 	: 0
3600.13/2972.47	c number of right shift for reduction by power 2 	: 0
3600.13/2972.47	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.13/2972.47	c number of ending skipping 	: 0
3600.13/2972.47	c number of internal skipping 	: 0
3600.13/2972.47	c number of derivation steps 	: 307587
3600.13/2972.47	c number of skipped derivation steps 	: 0
3600.13/2972.47	c number of remaining unassigned 	: 1040816
3600.13/2972.47	c number of remaining assigned 	: 38288156
3600.13/2972.47	c number of falsified literals weakened from reason	: 0
3600.13/2972.47	c number of falsified literals weakened from conflict	: 0
3600.13/2972.47	c time for arithmetic operations	: 821199387254
3600.13/2972.48	c minimum degree of deleted constraints	: null
3600.13/2972.48	c maximum degree of deleted constraints	: null
3600.13/2972.48	c number of deleted constraints	: 0
3600.13/2972.49	c speed (assignments/second)	: 221.61793485136843
3600.13/2972.49	c non guided choices	: 0
3600.33/2972.50	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 5456
3600.33/2972.51	s SATISFIABLE
3600.33/2972.51	c Found 15 solution(s)
3600.33/2972.52	v x1 x2 x3 x4 -x5 -x6 x7 x8 -x9 x10 x11 x12 -x13 x14 x15 x16 x17 x18 x19 x20 -x21 x22 x23 x24 x25 x26 x27 x28 -x29 x30 x31 x32 x33 -x34 -x35 x36 -x37 x38 -x39 x40 -x41 x42 x43 x44 x45 x46 x47 -x48 x49 x50 -x51 -x52 -x53 x54 x55 -x56 x57 -x58 -x59 x60 -x61 x62 -x63 -x64 x65 x66 x67 x68 -x69 -x70 x71 -x72 x73 -x74 x75 x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 x84 -x85 -x86 x87 -x88 x89 x90 -x91 x92 -x93 x94 x95 x96 x97 x98 x99 -x100 x101 x102 x103 x104 x105 -x106 x107 x108 -x109 x110 x111 x112 x113 -x114 x115 -x116 x117 x118 x119 -x120 
3600.33/2972.52	c objective function=-6651
3600.33/2972.52	c Total wall clock time (in seconds): 2972.157

Verifier Data

OK	-6651

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=93737, runsolver pid=93734

[startup+0.100066 s]*
/proc/loadavg: 1.10 1.51 1.97 1/264 93755
/proc/meminfo: memFree=130039564/131249996 swapFree=33005016/33010684
[pid=93737] ppid=93734 vsize=18930384 memory=53552 CPUtime=0.09 cores=1,3
/proc/93737/stat : 93737 (java) S 93734 93737 93711 0 -1 4194304 6000 0 0 0 7 2 0 0 20 0 18 0 79159324 19384713216 13388 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
/proc/93737/statm: 4732596 13388 5353 1 0 547170 0
[pid=93737/tid=93739] ppid=93734 vsize=18930384 memory=4026532029 CPUtime=0.05 cores=1,3
/proc/93737/task/93739/stat : 93739 (java) D 93734 93737 93711 0 -1 4194368 4904 0 0 0 4 1 0 0 20 0 18 0 79159326 19384713216 13388 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93748] ppid=93734 vsize=18930384 memory=232800911689 CPUtime=0 cores=1,3
/proc/93737/task/93748/stat : 93748 (Finalizer) S 93734 93737 93711 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79159328 19384713216 13388 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93755] ppid=93734 vsize=18930384 memory=56282157696539 CPUtime=0 cores=1,3
/proc/93737/task/93755/stat : 93755 (Common-Cleaner) S 93734 93737 93711 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 79159329 19384713216 13388 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53552 KiB

[startup+0.20576 s]*
/proc/loadavg: 1.09 1.50 1.96 1/264 93755
/proc/meminfo: memFree=130039564/131249996 swapFree=33005016/33010684
[pid=93737] ppid=93734 vsize=18930384 memory=53680 CPUtime=0.09 cores=1,3
/proc/93737/stat : 93737 (java) S 93734 93737 93711 0 -1 4194304 6031 0 0 0 7 2 0 0 20 0 18 0 79159324 19384713216 13420 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
/proc/93737/statm: 4732596 13420 5353 1 0 547210 0
[pid=93737/tid=93739] ppid=93734 vsize=18930384 memory=32758254098972917 CPUtime=0.05 cores=1,3
/proc/93737/task/93739/stat : 93739 (java) D 93734 93737 93711 0 -1 4194368 4935 0 0 0 4 1 0 0 20 0 18 0 79159326 19384713216 13420 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93748] ppid=93734 vsize=18930384 memory=16885 CPUtime=0 cores=1,3
/proc/93737/task/93748/stat : 93748 (Finalizer) S 93734 93737 93711 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79159328 19384713216 13420 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93755] ppid=93734 vsize=18930384 memory=60688777347957 CPUtime=0 cores=1,3
/proc/93737/task/93755/stat : 93755 (Common-Cleaner) S 93734 93737 93711 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 79159329 19384713216 13420 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53680 KiB

[startup+0.304785 s]*
/proc/loadavg: 1.09 1.50 1.96 1/264 93755
/proc/meminfo: memFree=130039564/131249996 swapFree=33005016/33010684
[pid=93737] ppid=93734 vsize=18930384 memory=59836 CPUtime=0.16 cores=1,3
/proc/93737/stat : 93737 (java) S 93734 93737 93711 0 -1 4194304 6559 0 0 0 14 2 0 0 20 0 18 0 79159324 19384713216 14959 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
/proc/93737/statm: 4732596 14959 5353 1 0 547691 0
[pid=93737/tid=93739] ppid=93734 vsize=18930384 memory=-6000919489919805798 CPUtime=0.09 cores=1,3
/proc/93737/task/93739/stat : 93739 (java) D 93734 93737 93711 0 -1 4194368 5136 0 0 0 8 1 0 0 20 0 18 0 79159326 19384713216 14959 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93748] ppid=93734 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/93737/task/93748/stat : 93748 (Finalizer) S 93734 93737 93711 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79159328 19384713216 14959 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93755] ppid=93734 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/93737/task/93755/stat : 93755 (Common-Cleaner) S 93734 93737 93711 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 79159329 19384713216 14959 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59836 KiB

[startup+0.700941 s]
/proc/loadavg: 1.09 1.50 1.96 1/264 93755
/proc/meminfo: memFree=130031120/131249996 swapFree=33005016/33010684
[pid=93737] ppid=93734 vsize=18996948 memory=77172 CPUtime=0.66 cores=1,3
/proc/93737/stat : 93737 (java) S 93734 93737 93711 0 -1 4194304 7464 0 0 0 63 3 0 0 20 0 19 0 79159324 19452874752 19293 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
/proc/93737/statm: 4749237 19293 5481 1 0 548544 0
[pid=93737/tid=93739] ppid=93734 vsize=18996948 memory=13952 CPUtime=0.34 cores=1,3
/proc/93737/task/93739/stat : 93739 (java) R 93734 93737 93711 0 -1 4194368 5524 0 0 0 32 2 0 0 20 0 19 0 79159326 19452874752 19293 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93748] ppid=93734 vsize=18996948 memory=10624 CPUtime=0 cores=1,3
/proc/93737/task/93748/stat : 93748 (Finalizer) S 93734 93737 93711 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79159328 19452874752 19293 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93755] ppid=93734 vsize=18996948 memory=20096 CPUtime=0 cores=1,3
/proc/93737/task/93755/stat : 93755 (Common-Cleaner) S 93734 93737 93711 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79159329 19452874752 19293 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77172 KiB

[startup+1.50022 s]
/proc/loadavg: 1.09 1.50 1.96 3/265 93756
/proc/meminfo: memFree=129998248/131249996 swapFree=33005016/33010684
[pid=93737] ppid=93734 vsize=19063512 memory=174912 CPUtime=2.24 cores=1,3
/proc/93737/stat : 93737 (java) S 93734 93737 93711 0 -1 4194304 16284 0 0 0 218 6 0 0 20 0 20 0 79159324 19521036288 43728 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
/proc/93737/statm: 4765878 43728 5513 1 0 552484 0
[pid=93737/tid=93739] ppid=93734 vsize=19063512 memory=0 CPUtime=1.12 cores=1,3
/proc/93737/task/93739/stat : 93739 (java) R 93734 93737 93711 0 -1 4194368 5836 0 0 0 109 3 0 0 20 0 20 0 79159326 19521036288 43728 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93748] ppid=93734 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/93737/task/93748/stat : 93748 (Finalizer) S 93734 93737 93711 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79159328 19521036288 43728 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93755] ppid=93734 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/93737/task/93755/stat : 93755 (Common-Cleaner) S 93734 93737 93711 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 79159329 19521036288 43728 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93756] ppid=93734 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/93737/task/93756/stat : 93756 (Timer-0) S 93734 93737 93711 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79159381 19521036288 43728 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174912 KiB

[startup+3.10542 s]
/proc/loadavg: 1.09 1.50 1.96 3/266 93757
/proc/meminfo: memFree=129918268/131249996 swapFree=33005016/33010684
[pid=93737] ppid=93734 vsize=19063512 memory=194480 CPUtime=4.66 cores=1,3
/proc/93737/stat : 93737 (java) S 93734 93737 93711 0 -1 4194304 21564 0 0 0 459 7 0 0 20 0 20 0 79159324 19521036288 48620 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
/proc/93737/statm: 4765878 48620 5513 1 0 553686 0
[pid=93737/tid=93739] ppid=93734 vsize=19063512 memory=0 CPUtime=2.69 cores=1,3
/proc/93737/task/93739/stat : 93739 (java) R 93734 93737 93711 0 -1 4194368 6197 0 0 0 266 3 0 0 20 0 20 0 79159326 19521036288 48620 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93748] ppid=93734 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/93737/task/93748/stat : 93748 (Finalizer) S 93734 93737 93711 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79159328 19521036288 48620 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93755] ppid=93734 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/93737/task/93755/stat : 93755 (Common-Cleaner) S 93734 93737 93711 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 79159329 19521036288 48620 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93756] ppid=93734 vsize=19063512 memory=95720 CPUtime=0 cores=1,3
/proc/93737/task/93756/stat : 93756 (Timer-0) S 93734 93737 93711 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79159381 19521036288 48620 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
Current children cumulated CPU time: 4.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 194480 KiB

[startup+6.30023 s]
/proc/loadavg: 1.08 1.50 1.96 2/266 93757
/proc/meminfo: memFree=129865516/131249996 swapFree=33005016/33010684
[pid=93737] ppid=93734 vsize=19063512 memory=266412 CPUtime=8.28 cores=1,3
/proc/93737/stat : 93737 (java) S 93734 93737 93711 0 -1 4194304 22681 0 0 0 819 9 0 0 20 0 20 0 79159324 19521036288 66603 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
/proc/93737/statm: 4765878 66603 5513 1 0 553708 0
[pid=93737/tid=93739] ppid=93734 vsize=19063512 memory=0 CPUtime=5.85 cores=1,3
/proc/93737/task/93739/stat : 93739 (java) R 93734 93737 93711 0 -1 4194368 6292 0 0 0 580 5 0 0 20 0 20 0 79159326 19521036288 66603 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93748] ppid=93734 vsize=19063512 memory=198700 CPUtime=0 cores=1,3
/proc/93737/task/93748/stat : 93748 (Finalizer) S 93734 93737 93711 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79159328 19521036288 66603 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93755] ppid=93734 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/93737/task/93755/stat : 93755 (Common-Cleaner) S 93734 93737 93711 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 79159329 19521036288 66603 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93756] ppid=93734 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/93737/task/93756/stat : 93756 (Timer-0) S 93734 93737 93711 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79159381 19521036288 66603 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
Current children cumulated CPU time: 8.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 266412 KiB

[startup+12.7002 s]
/proc/loadavg: 1.08 1.49 1.95 2/266 93757
/proc/meminfo: memFree=129644808/131249996 swapFree=33005016/33010684
[pid=93737] ppid=93734 vsize=19063512 memory=464332 CPUtime=15.09 cores=1,3
/proc/93737/stat : 93737 (java) S 93734 93737 93711 0 -1 4194304 27047 0 0 0 1496 13 0 0 20 0 20 0 79159324 19521036288 116083 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
/proc/93737/statm: 4765878 116083 5513 1 0 553708 0
[pid=93737/tid=93739] ppid=93734 vsize=19063512 memory=0 CPUtime=12.14 cores=1,3
/proc/93737/task/93739/stat : 93739 (java) R 93734 93737 93711 0 -1 4194368 7092 0 0 0 1207 7 0 0 20 0 20 0 79159326 19521036288 116083 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93748] ppid=93734 vsize=19063512 memory=-6000919489919805798 CPUtime=0 cores=1,3
/proc/93737/task/93748/stat : 93748 (Finalizer) S 93734 93737 93711 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79159328 19521036288 116083 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93755] ppid=93734 vsize=19063512 memory=458184 CPUtime=0 cores=1,3
/proc/93737/task/93755/stat : 93755 (Common-Cleaner) S 93734 93737 93711 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 79159329 19521036288 116083 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93756] ppid=93734 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/93737/task/93756/stat : 93756 (Timer-0) S 93734 93737 93711 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79159381 19521036288 116083 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
Current children cumulated CPU time: 15.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 464332 KiB

[startup+25.5002 s]
/proc/loadavg: 1.14 1.49 1.95 2/266 93757
/proc/meminfo: memFree=129333512/131249996 swapFree=33005016/33010684
[pid=93737] ppid=93734 vsize=19063512 memory=776036 CPUtime=28.34 cores=1,3
/proc/93737/stat : 93737 (java) S 93734 93737 93711 0 -1 4194304 32029 0 0 0 2813 21 0 0 20 0 20 0 79159324 19521036288 194009 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
/proc/93737/statm: 4765878 194009 5513 1 0 553708 0
[pid=93737/tid=93739] ppid=93734 vsize=19063512 memory=458184 CPUtime=24.74 cores=1,3
/proc/93737/task/93739/stat : 93739 (java) R 93734 93737 93711 0 -1 4194368 8245 0 0 0 2463 11 0 0 20 0 20 0 79159326 19521036288 194009 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93748] ppid=93734 vsize=19063512 memory=776036 CPUtime=0 cores=1,3
/proc/93737/task/93748/stat : 93748 (Finalizer) S 93734 93737 93711 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79159328 19521036288 194009 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93755] ppid=93734 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/93737/task/93755/stat : 93755 (Common-Cleaner) S 93734 93737 93711 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 79159329 19521036288 194009 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93756] ppid=93734 vsize=19063512 memory=273324 CPUtime=0 cores=1,3
/proc/93737/task/93756/stat : 93756 (Timer-0) S 93734 93737 93711 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79159381 19521036288 194009 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
Current children cumulated CPU time: 28.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 776036 KiB

[startup+51.1055 s]
/proc/loadavg: 1.09 1.44 1.91 2/266 93758
/proc/meminfo: memFree=128788996/131249996 swapFree=33005016/33010684
[pid=93737] ppid=93734 vsize=19063512 memory=1323064 CPUtime=54.21 cores=1,3
/proc/93737/stat : 93737 (java) S 93734 93737 93711 0 -1 4194304 34569 0 0 0 5389 32 0 0 20 0 20 0 79159324 19521036288 330766 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
/proc/93737/statm: 4765878 330766 5513 1 0 553708 0
[pid=93737/tid=93739] ppid=93734 vsize=19063512 memory=1105876 CPUtime=49.96 cores=1,3
/proc/93737/task/93739/stat : 93739 (java) R 93734 93737 93711 0 -1 4194368 9603 0 0 0 4981 15 0 0 20 0 20 0 79159326 19521036288 330766 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93748] ppid=93734 vsize=19063512 memory=1253384 CPUtime=0 cores=1,3
/proc/93737/task/93748/stat : 93748 (Finalizer) S 93734 93737 93711 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79159328 19521036288 330766 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93755] ppid=93734 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/93737/task/93755/stat : 93755 (Common-Cleaner) S 93734 93737 93711 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 79159329 19521036288 330766 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0

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

[startup+2622.3 s]
/proc/loadavg: 1.39 1.36 1.36 3/265 93889
/proc/meminfo: memFree=120855696/131249996 swapFree=33005016/33010684
[pid=93737] ppid=93734 vsize=19063512 memory=9231060 CPUtime=3165.73 cores=1,3
/proc/93737/stat : 93737 (java) S 93734 93737 93711 0 -1 4194304 245931 0 0 0 315868 705 0 0 20 0 20 0 79159324 19521036288 2307765 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
/proc/93737/statm: 4765878 2307765 5513 1 0 2329122 0
[pid=93737/tid=93739] ppid=93734 vsize=19063512 memory=9163432 CPUtime=2570.75 cores=1,3
/proc/93737/task/93739/stat : 93739 (java) R 93734 93737 93711 0 -1 4194368 110141 0 0 0 256859 216 0 0 20 0 20 0 79159326 19521036288 2307765 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93748] ppid=93734 vsize=19063512 memory=9231060 CPUtime=0 cores=1,3
/proc/93737/task/93748/stat : 93748 (Finalizer) S 93734 93737 93711 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79159328 19521036288 2307765 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93755] ppid=93734 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/93737/task/93755/stat : 93755 (Common-Cleaner) S 93734 93737 93711 0 -1 4194368 960 0 0 0 0 0 0 0 20 0 20 0 79159329 19521036288 2307765 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93756] ppid=93734 vsize=19063512 memory=9231060 CPUtime=0 cores=1,3
/proc/93737/task/93756/stat : 93756 (Timer-0) S 93734 93737 93711 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79159381 19521036288 2307765 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
Current children cumulated CPU time: 3165.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9231060 KiB

[startup+2682.3 s]
/proc/loadavg: 1.36 1.35 1.36 2/265 93891
/proc/meminfo: memFree=120796436/131249996 swapFree=33005016/33010684
[pid=93737] ppid=93734 vsize=19063512 memory=9289480 CPUtime=3239.81 cores=1,3
/proc/93737/stat : 93737 (java) S 93734 93737 93711 0 -1 4194304 250680 0 0 0 323263 718 0 0 20 0 20 0 79159324 19521036288 2322370 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
/proc/93737/statm: 4765878 2322370 5513 1 0 2343743 0
[pid=93737/tid=93739] ppid=93734 vsize=19063512 memory=9231060 CPUtime=2630.28 cores=1,3
/proc/93737/task/93739/stat : 93739 (java) R 93734 93737 93711 0 -1 4194368 113135 0 0 0 262811 217 0 0 20 0 20 0 79159326 19521036288 2322370 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93748] ppid=93734 vsize=19063512 memory=9288968 CPUtime=0 cores=1,3
/proc/93737/task/93748/stat : 93748 (Finalizer) S 93734 93737 93711 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79159328 19521036288 2322370 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93755] ppid=93734 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/93737/task/93755/stat : 93755 (Common-Cleaner) S 93734 93737 93711 0 -1 4194368 964 0 0 0 0 0 0 0 20 0 20 0 79159329 19521036288 2322370 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93756] ppid=93734 vsize=19063512 memory=9289480 CPUtime=0 cores=1,3
/proc/93737/task/93756/stat : 93756 (Timer-0) S 93734 93737 93711 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79159381 19521036288 2322370 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
Current children cumulated CPU time: 3239.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9289480 KiB

[startup+2742.3 s]
/proc/loadavg: 1.53 1.41 1.38 3/264 93893
/proc/meminfo: memFree=120664760/131249996 swapFree=33005016/33010684
[pid=93737] ppid=93734 vsize=19063512 memory=9422476 CPUtime=3321.48 cores=1,3
/proc/93737/stat : 93737 (java) S 93734 93737 93711 0 -1 4194304 254684 0 0 0 331405 743 0 0 20 0 20 0 79159324 19521036288 2355619 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
/proc/93737/statm: 4765878 2355619 5513 1 0 2377162 0
[pid=93737/tid=93739] ppid=93734 vsize=19063512 memory=9289480 CPUtime=2689.75 cores=1,3
/proc/93737/task/93739/stat : 93739 (java) R 93734 93737 93711 0 -1 4194368 114999 0 0 0 268753 222 0 0 20 0 20 0 79159326 19521036288 2355619 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93748] ppid=93734 vsize=19063512 memory=9289480 CPUtime=0 cores=1,3
/proc/93737/task/93748/stat : 93748 (Finalizer) S 93734 93737 93711 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79159328 19521036288 2355619 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93755] ppid=93734 vsize=19063512 memory=9397896 CPUtime=0 cores=1,3
/proc/93737/task/93755/stat : 93755 (Common-Cleaner) S 93734 93737 93711 0 -1 4194368 965 0 0 0 0 0 0 0 20 0 20 0 79159329 19521036288 2355619 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93756] ppid=93734 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/93737/task/93756/stat : 93756 (Timer-0) S 93734 93737 93711 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79159381 19521036288 2355619 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
Current children cumulated CPU time: 3321.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9422476 KiB

[startup+2802.3 s]
/proc/loadavg: 1.32 1.38 1.37 2/264 93896
/proc/meminfo: memFree=120606744/131249996 swapFree=33005016/33010684
[pid=93737] ppid=93734 vsize=19063512 memory=9481356 CPUtime=3393.21 cores=1,3
/proc/93737/stat : 93737 (java) S 93734 93737 93711 0 -1 4194304 260385 0 0 0 338567 754 0 0 20 0 20 0 79159324 19521036288 2370339 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
/proc/93737/statm: 4765878 2370339 5513 1 0 2391792 0
[pid=93737/tid=93739] ppid=93734 vsize=19063512 memory=5760 CPUtime=2749.22 cores=1,3
/proc/93737/task/93739/stat : 93739 (java) R 93734 93737 93711 0 -1 4194368 116827 0 0 0 274697 225 0 0 20 0 20 0 79159326 19521036288 2370339 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93748] ppid=93734 vsize=19063512 memory=2716 CPUtime=0 cores=1,3
/proc/93737/task/93748/stat : 93748 (Finalizer) S 93734 93737 93711 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79159328 19521036288 2370339 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93755] ppid=93734 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/93737/task/93755/stat : 93755 (Common-Cleaner) S 93734 93737 93711 0 -1 4194368 975 0 0 0 0 0 0 0 20 0 20 0 79159329 19521036288 2370339 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93756] ppid=93734 vsize=19063512 memory=9481356 CPUtime=0 cores=1,3
/proc/93737/task/93756/stat : 93756 (Timer-0) S 93734 93737 93711 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79159381 19521036288 2370339 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
Current children cumulated CPU time: 3393.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9481356 KiB

[startup+2862.3 s]
/proc/loadavg: 1.27 1.35 1.36 2/264 93898
/proc/meminfo: memFree=120605592/131249996 swapFree=33005016/33010684
[pid=93737] ppid=93734 vsize=19063512 memory=9481356 CPUtime=3458.74 cores=1,3
/proc/93737/stat : 93737 (java) S 93734 93737 93711 0 -1 4194304 264087 0 0 0 345114 760 0 0 20 0 20 0 79159324 19521036288 2370339 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
/proc/93737/statm: 4765878 2370339 5513 1 0 2391792 0
[pid=93737/tid=93739] ppid=93734 vsize=19063512 memory=-6000919489919805798 CPUtime=2809.05 cores=1,3
/proc/93737/task/93739/stat : 93739 (java) R 93734 93737 93711 0 -1 4194368 118821 0 0 0 280680 225 0 0 20 0 20 0 79159326 19521036288 2370339 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93748] ppid=93734 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/93737/task/93748/stat : 93748 (Finalizer) S 93734 93737 93711 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79159328 19521036288 2370339 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93755] ppid=93734 vsize=19063512 memory=9481356 CPUtime=0 cores=1,3
/proc/93737/task/93755/stat : 93755 (Common-Cleaner) S 93734 93737 93711 0 -1 4194368 977 0 0 0 0 0 0 0 20 0 20 0 79159329 19521036288 2370339 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93756] ppid=93734 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/93737/task/93756/stat : 93756 (Timer-0) S 93734 93737 93711 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79159381 19521036288 2370339 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
Current children cumulated CPU time: 3458.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9481356 KiB

[startup+2922.3 s]
/proc/loadavg: 1.40 1.36 1.36 3/266 93917
/proc/meminfo: memFree=120474212/131249996 swapFree=33005016/33010684
[pid=93737] ppid=93734 vsize=19063512 memory=9605776 CPUtime=3535.43 cores=1,3
/proc/93737/stat : 93737 (java) S 93734 93737 93711 0 -1 4194304 270307 0 0 0 352765 778 0 0 20 0 20 0 79159324 19521036288 2401444 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
/proc/93737/statm: 4765878 2401444 5513 1 0 2423116 0
[pid=93737/tid=93739] ppid=93734 vsize=19063512 memory=-6000919489919805798 CPUtime=2868.56 cores=1,3
/proc/93737/task/93739/stat : 93739 (java) R 93734 93737 93711 0 -1 4194368 121409 0 0 0 286627 229 0 0 20 0 20 0 79159326 19521036288 2401444 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93748] ppid=93734 vsize=19063512 memory=9564684 CPUtime=0 cores=1,3
/proc/93737/task/93748/stat : 93748 (Finalizer) S 93734 93737 93711 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79159328 19521036288 2401444 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93755] ppid=93734 vsize=19063512 memory=-6000919489919805798 CPUtime=0 cores=1,3
/proc/93737/task/93755/stat : 93755 (Common-Cleaner) S 93734 93737 93711 0 -1 4194368 978 0 0 0 0 0 0 0 20 0 20 0 79159329 19521036288 2401444 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93756] ppid=93734 vsize=19063512 memory=9564684 CPUtime=0 cores=1,3
/proc/93737/task/93756/stat : 93756 (Timer-0) S 93734 93737 93711 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79159381 19521036288 2401444 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
Current children cumulated CPU time: 3535.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9605776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2972.4 s]
/proc/loadavg: 1.40 1.37 1.37 3/266 93918
/proc/meminfo: memFree=120364992/131249996 swapFree=33005016/33010684
[pid=93737] ppid=93734 vsize=19063512 memory=9714900 CPUtime=3600.13 cores=1,3
/proc/93737/stat : 93737 (java) S 93734 93737 93711 0 -1 4194304 274581 0 0 0 359220 793 0 0 20 0 20 0 79159324 19521036288 2428725 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
/proc/93737/statm: 4765878 2428725 5513 1 0 2450278 0
[pid=93737/tid=93739] ppid=93734 vsize=19063512 memory=0 CPUtime=2918.1 cores=1,3
/proc/93737/task/93739/stat : 93739 (java) R 93734 93737 93711 0 -1 4194368 124046 0 0 0 291578 232 0 0 20 0 20 0 79159326 19521036288 2428725 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93748] ppid=93734 vsize=19063512 memory=46464 CPUtime=0 cores=1,3
/proc/93737/task/93748/stat : 93748 (Finalizer) S 93734 93737 93711 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79159328 19521036288 2428725 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93755] ppid=93734 vsize=19063512 memory=12800 CPUtime=0 cores=1,3
/proc/93737/task/93755/stat : 93755 (Common-Cleaner) S 93734 93737 93711 0 -1 4194368 979 0 0 0 0 0 0 0 20 0 20 0 79159329 19521036288 2428725 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93756] ppid=93734 vsize=19063512 memory=9714900 CPUtime=0 cores=1,3
/proc/93737/task/93756/stat : 93756 (Timer-0) S 93734 93737 93711 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79159381 19521036288 2428725 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9714900 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.44 s, system=7.96606 s

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

[startup+2972.5 s]
/proc/loadavg: 1.40 1.37 1.37 3/266 93918
/proc/meminfo: memFree=120364992/131249996 swapFree=33005016/33010684
[pid=93737] ppid=93734 vsize=19263204 memory=9715796 CPUtime=3600.33 cores=1,3
/proc/93737/stat : 93737 (java) S 93734 93737 93711 0 -1 4194304 276003 0 0 0 359240 793 0 0 20 0 21 0 79159324 19725520896 2428949 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
/proc/93737/statm: 4815801 2428949 5545 1 0 2451181 0
[pid=93737/tid=93739] ppid=93734 vsize=19263204 memory=9714900 CPUtime=2918.2 cores=1,3
/proc/93737/task/93739/stat : 93739 (java) R 93734 93737 93711 0 -1 4194368 124046 0 0 0 291588 232 0 0 20 0 21 0 79159326 19725520896 2428949 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93748] ppid=93734 vsize=19263204 memory=9714900 CPUtime=0 cores=1,3
/proc/93737/task/93748/stat : 93748 (Finalizer) S 93734 93737 93711 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79159328 19725520896 2428949 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
[pid=93737/tid=93755] ppid=93734 vsize=19263204 memory=9714900 CPUtime=0 cores=1,3
/proc/93737/task/93755/stat : 93755 (Common-Cleaner) S 93734 93737 93711 0 -1 4194368 979 0 0 0 0 0 0 0 20 0 21 0 79159329 19725520896 2428949 18446744073709551615 94102130397184 94102130400880 140731677168640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94102130408696 94102130409488 94102142787584 140731677170046 140731677170150 140731677170150 140731677175752 0
Current children cumulated CPU time: 3600.33 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 9715796 KiB

Child status: 143

Real time (s): 2972.56
CPU time (s): 3600.41
CPU user time (s): 3592.44
CPU system time (s): 7.96606
CPU usage (%): 121.121
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 9715796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.44
system time used= 7.96606
maximum resident set size= 9715924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276188
page faults= 0
swaps= 0
block input operations= 424
block output operations= 17760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124909
involuntary context switches= 46144


# summary of solver processes directly reported to runsolver:
#   pid: 93737
#   total CPU time (s): 3600.41
#   total CPU user time (s): 3592.44
#   total CPU system time (s): 7.96606

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.12482 second user time and 14.1942 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-04 15:13:17
IDJOB=4524441
IDBENCH=181017
IDSOLVER=3361
FILE ID=nodeC030/4524441-1751634797
RUNJOBID= nodeC030-1751634797-93723
SLURM_JOB_ID= 9598979
Free space on /tmp= 432496 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-NLC/sakai/QPLIB-PB-PB25-20250422/instances/normalized-QPLIB_5881.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524441-1751634797/watcher-4524441-1751634797 -o /tmp/evaluation-result-4524441-1751634797/solver-4524441-1751634797 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751634797-93723 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4524441-1751634797.opb

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

MD5SUM BENCH= 72a008fff12a99d8557ede6656b5f966
RANDOM SEED=616072495

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130053308 kB
MemAvailable:   129740776 kB
Buffers:              16 kB
Cached:           477652 kB
SwapCached:          240 kB
Active:           133352 kB
Inactive:         403984 kB
Active(anon):      10484 kB
Inactive(anon):    62456 kB
Active(file):     122868 kB
Inactive(file):   341528 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               668 kB
Writeback:             0 kB
AnonPages:         62244 kB
Mapped:            98180 kB
Shmem:             13548 kB
KReclaimable:     124220 kB
Slab:             213596 kB
SReclaimable:     124220 kB
SUnreclaim:        89376 kB
KernelStack:        3936 kB
PageTables:         2492 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     325920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432496 MiB
End job on nodeC030 at 2025-07-04 16:02:50