Trace number 4489788

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.25 3314.24

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_2.opb.PB06.opb
MD5SUM890f6157e6331f3256b55d88c2fb39bb
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark240
Best CPU time to get the best result obtained on this benchmark72000.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494314
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494314
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: ANY
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Armin Biere (Picosat) restarts strategy
0.11/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4489788-1751345403.opb
0.11/0.16	c reading problem ... 
0.11/0.16	c  objective function found
2.58/1.71	c ... done. Wall clock time 1.542s.
2.58/1.71	c declared #vars     10000
2.58/1.71	c #constraints  656900
2.58/1.71	c constraints type 
2.58/1.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
2.58/1.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
2.58/1.71	c 656900 constraints processed.
2.58/1.71	c objective function length is 10000 literals
9.32/7.15	c cleaning 2499 clauses out of 5000
16.28/13.60	c cleaning 4242 clauses out of 8502
23.85/20.94	c cleaning 5630 clauses out of 11260
34.97/31.51	c cleaning 6807 clauses out of 13629
47.46/43.51	c cleaning 7908 clauses out of 15824
61.59/56.82	c cleaning 8952 clauses out of 17914
73.55/68.37	c cleaning 9980 clauses out of 19962
90.20/84.57	c cleaning 10988 clauses out of 21983
109.01/102.79	c cleaning 11996 clauses out of 23995
128.70/121.95	c cleaning 12988 clauses out of 25998
156.88/149.34	c cleaning 13993 clauses out of 28010
177.63/169.64	c cleaning 15001 clauses out of 30018
206.31/197.39	c cleaning 15997 clauses out of 32017
239.16/228.56	c cleaning 16994 clauses out of 34020
279.50/265.14	c cleaning 18004 clauses out of 36025
314.16/299.17	c cleaning 19006 clauses out of 38023
349.36/333.38	c cleaning 19998 clauses out of 40015
385.52/368.83	c cleaning 20996 clauses out of 42018
421.69/403.82	c cleaning 21996 clauses out of 44021
470.68/448.27	c cleaning 23001 clauses out of 46026
519.07/495.70	c cleaning 24004 clauses out of 48025
576.21/551.39	c cleaning 24991 clauses out of 50020
630.74/604.70	c cleaning 26004 clauses out of 52029
685.04/657.81	c cleaning 27009 clauses out of 54026
748.60/714.58	c cleaning 27996 clauses out of 56016
810.96/775.90	c cleaning 28996 clauses out of 58022
869.54/827.56	c cleaning 29973 clauses out of 60024
943.63/899.83	c cleaning 31024 clauses out of 62056
1034.57/983.70	c cleaning 31996 clauses out of 64027
1128.58/1075.96	c cleaning 33013 clauses out of 66036
1198.51/1137.99	c cleaning 33979 clauses out of 68019
1284.60/1214.60	c cleaning 34999 clauses out of 70041
1386.91/1314.95	c cleaning 35996 clauses out of 72040
1494.29/1413.48	c cleaning 37016 clauses out of 74046
1609.61/1519.16	c cleaning 38014 clauses out of 76030
1729.84/1629.32	c cleaning 38991 clauses out of 78016
1865.19/1754.31	c cleaning 39998 clauses out of 80024
1977.37/1856.33	c cleaning 41000 clauses out of 82025
2068.40/1936.20	c cleaning 42005 clauses out of 84026
2189.04/2046.01	c cleaning 43005 clauses out of 86020
2330.56/2176.22	c cleaning 44001 clauses out of 88017
2467.68/2291.39	c cleaning 44994 clauses out of 90014
2588.12/2399.90	c cleaning 45983 clauses out of 92020
2715.64/2515.45	c cleaning 47015 clauses out of 94039
2843.76/2631.13	c cleaning 48001 clauses out of 96022
3001.06/2775.71	c cleaning 48980 clauses out of 98022
3161.83/2923.52	c cleaning 49999 clauses out of 100044
3289.17/3039.37	c cleaning 51017 clauses out of 102044
3421.55/3159.94	c cleaning 52003 clauses out of 104026
3598.38/3312.40	c cleaning 53002 clauses out of 106022
3600.08/3314.11	c starts		: 207
3600.08/3314.12	c conflicts		: 1476034
3600.08/3314.12	c decisions		: 1899798
3600.08/3314.12	c propagations		: 277633065
3600.08/3314.12	c inspects		: 5702268838
3600.08/3314.12	c shortcuts		: 0
3600.08/3314.12	c learnt literals	: 0
3600.08/3314.12	c learnt binary clauses	: 0
3600.08/3314.12	c learnt ternary clauses	: 0
3600.08/3314.12	c learnt constraints	: 1476033
3600.08/3314.12	c ignored constraints	: 0
3600.08/3314.12	c root simplifications	: 0
3600.08/3314.12	c removed literals (reason simplification)	: 0
3600.08/3314.12	c reason swapping (by a shorter reason)	: 0
3600.08/3314.12	c Calls to reduceDB	: 50
3600.08/3314.12	c Number of update (reduction) of LBD	: 0
3600.08/3314.12	c Imported unit clauses	: 0
3600.08/3314.12	c No decision after first conflict	: false
3600.08/3314.12	c number of reductions to clauses (during analyze)	: 0
3600.08/3314.12	c number of learned constraints concerned by reduction	: 0
3600.08/3314.12	c number of learning phase by resolution	: 0
3600.08/3314.12	c number of learning phase by cutting planes	: 0
3600.08/3314.12	c number of rounding to 1 operations	: 0
3600.08/3314.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3314.12	c number of reductions of the coefficients by power 2 	: 0
3600.08/3314.12	c number of right shift for reduction by power 2 	: 0
3600.08/3314.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3314.12	c number of ending skipping 	: 0
3600.08/3314.12	c number of internal skipping 	: 0
3600.08/3314.12	c number of derivation steps 	: 23748545
3600.08/3314.12	c number of skipped derivation steps 	: 0
3600.08/3314.12	c number of remaining unassigned 	: 0
3600.08/3314.12	c number of remaining assigned 	: 0
3600.08/3314.13	c timeout
3600.08/3314.13	c number of falsified literals weakened from reason	: 0
3600.08/3314.13	c number of falsified literals weakened from conflict	: 0
3600.08/3314.13	c time for arithmetic operations	: 0
3600.08/3314.13	c minimum degree of deleted constraints	: null
3600.08/3314.13	c maximum degree of deleted constraints	: null
3600.08/3314.13	c number of deleted constraints	: 0
3600.08/3314.13	c speed (assignments/second)	: 83816.20986335298
3600.08/3314.13	c non guided choices	: 0
3600.08/3314.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 54053
3600.08/3314.17	s UNKNOWN
3600.08/3314.17	c Total wall clock time (in seconds): 3314.006

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: 63708 MiB (53506 MiB free)
  memory of node 1: 64465 MiB (54094 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489788-1751345403/watcher-4489788-1751345403 -o /tmp/evaluation-result-4489788-1751345403/solver-4489788-1751345403 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751339095-46192 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4489788-1751345403.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10006 s]*
/proc/loadavg: 4.96 4.98 4.98 7/337 47043
/proc/meminfo: memFree=110150264/131250000 swapFree=33010684/33010684
[pid=47025] ppid=47022 vsize=18930384 memory=57324 CPUtime=0.11 cores=0,2
/proc/47025/stat : 47025 (java) S 47022 47025 46182 0 -1 4194304 6452 0 0 0 10 1 0 0 20 0 18 0 50162809 19384713216 14331 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
/proc/47025/statm: 4732596 14331 5348 1 0 547588 0
[pid=47025/tid=47027] ppid=47022 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/47025/task/47027/stat : 47027 (java) R 47022 47025 46182 0 -1 4194368 5039 0 0 0 6 1 0 0 20 0 18 0 50162811 19384713216 14331 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47036] ppid=47022 vsize=18930384 memory=237112656212 CPUtime=0 cores=0,2
/proc/47025/task/47036/stat : 47036 (Finalizer) S 47022 47025 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50162813 19384713216 14331 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47043] ppid=47022 vsize=18930384 memory=60684515937227 CPUtime=0 cores=0,2
/proc/47025/task/47043/stat : 47043 (Common-Cleaner) S 47022 47025 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 50162814 19384713216 14331 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57324 KiB

[startup+0.205557 s]*
/proc/loadavg: 4.96 4.98 4.98 8/337 47043
/proc/meminfo: memFree=110137976/131250000 swapFree=33010684/33010684
[pid=47025] ppid=47022 vsize=18930384 memory=69436 CPUtime=0.3 cores=0,2
/proc/47025/stat : 47025 (java) S 47022 47025 46182 0 -1 4194304 6882 0 0 0 28 2 0 0 20 0 18 0 50162809 19384713216 17359 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
/proc/47025/statm: 4732596 17359 5412 1 0 547949 0
[pid=47025/tid=47027] ppid=47022 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=0,2
/proc/47025/task/47027/stat : 47027 (java) R 47022 47025 46182 0 -1 4194368 5340 0 0 0 15 1 0 0 20 0 18 0 50162811 19384713216 17359 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47036] ppid=47022 vsize=18930384 memory=16124 CPUtime=0 cores=0,2
/proc/47025/task/47036/stat : 47036 (Finalizer) S 47022 47025 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50162813 19384713216 17359 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47043] ppid=47022 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/47025/task/47043/stat : 47043 (Common-Cleaner) S 47022 47025 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 50162814 19384713216 17359 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 69436 KiB

[startup+0.305574 s]*
/proc/loadavg: 4.96 4.98 4.98 7/337 47043
/proc/meminfo: memFree=110119828/131250000 swapFree=33010684/33010684
[pid=47025] ppid=47022 vsize=18930384 memory=95320 CPUtime=0.5 cores=0,2
/proc/47025/stat : 47025 (java) S 47022 47025 46182 0 -1 4194304 8891 0 0 0 47 3 0 0 20 0 18 0 50162809 19384713216 23830 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
/proc/47025/statm: 4732596 23830 5412 1 0 549308 0
[pid=47025/tid=47027] ppid=47022 vsize=18930384 memory=-6000919498526975339 CPUtime=0.26 cores=0,2
/proc/47025/task/47027/stat : 47027 (java) R 47022 47025 46182 0 -1 4194368 5381 0 0 0 24 2 0 0 20 0 18 0 50162811 19384713216 23830 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47036] ppid=47022 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/47025/task/47036/stat : 47036 (Finalizer) S 47022 47025 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50162813 19384713216 23830 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47043] ppid=47022 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/47025/task/47043/stat : 47043 (Common-Cleaner) S 47022 47025 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 50162814 19384713216 23830 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 95320 KiB

[startup+0.700238 s]
/proc/loadavg: 4.96 4.98 4.98 7/338 47044
/proc/meminfo: memFree=110038288/131250000 swapFree=33010684/33010684
[pid=47025] ppid=47022 vsize=18996948 memory=180460 CPUtime=1.26 cores=0,2
/proc/47025/stat : 47025 (java) S 47022 47025 46182 0 -1 4194304 15286 0 0 0 121 5 0 0 20 0 19 0 50162809 19452874752 45115 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
/proc/47025/statm: 4749237 45115 5476 1 0 553314 0
[pid=47025/tid=47027] ppid=47022 vsize=18996948 memory=17792 CPUtime=0.61 cores=0,2
/proc/47025/task/47027/stat : 47027 (java) R 47022 47025 46182 0 -1 4194368 5413 0 0 0 58 3 0 0 20 0 19 0 50162811 19452874752 45115 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47036] ppid=47022 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/47025/task/47036/stat : 47036 (Finalizer) S 47022 47025 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50162813 19452874752 45115 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47043] ppid=47022 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/47025/task/47043/stat : 47043 (Common-Cleaner) S 47022 47025 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 50162814 19452874752 45115 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 180460 KiB

[startup+1.50024 s]
/proc/loadavg: 4.96 4.98 4.98 6/338 47044
/proc/meminfo: memFree=110021528/131250000 swapFree=33010684/33010684
[pid=47025] ppid=47022 vsize=18996948 memory=409804 CPUtime=2.33 cores=0,2
/proc/47025/stat : 47025 (java) S 47022 47025 46182 0 -1 4194304 16396 0 0 0 223 10 0 0 20 0 19 0 50162809 19452874752 102451 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
/proc/47025/statm: 4749237 102451 5476 1 0 1108949 0
[pid=47025/tid=47027] ppid=47022 vsize=18996948 memory=3328 CPUtime=1.31 cores=0,2
/proc/47025/task/47027/stat : 47027 (java) R 47022 47025 46182 0 -1 4194368 5516 0 0 0 124 7 0 0 20 0 19 0 50162811 19452874752 102451 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47036] ppid=47022 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/47025/task/47036/stat : 47036 (Finalizer) S 47022 47025 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50162813 19452874752 102451 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47043] ppid=47022 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/47025/task/47043/stat : 47043 (Common-Cleaner) S 47022 47025 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 50162814 19452874752 102451 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 409804 KiB

[startup+3.10539 s]
/proc/loadavg: 5.28 5.05 5.00 6/339 47045
/proc/meminfo: memFree=109754880/131250000 swapFree=33010684/33010684
[pid=47025] ppid=47022 vsize=19063512 memory=448252 CPUtime=4.76 cores=0,2
/proc/47025/stat : 47025 (java) S 47022 47025 46182 0 -1 4194304 16772 0 0 0 464 12 0 0 20 0 20 0 50162809 19521036288 112063 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
/proc/47025/statm: 4765878 112063 5540 1 0 1109387 0
[pid=47025/tid=47027] ppid=47022 vsize=19063512 memory=10752 CPUtime=2.79 cores=0,2
/proc/47025/task/47027/stat : 47027 (java) R 47022 47025 46182 0 -1 4194368 5654 0 0 0 272 7 0 0 20 0 20 0 50162811 19521036288 112063 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47036] ppid=47022 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/47025/task/47036/stat : 47036 (Finalizer) S 47022 47025 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50162813 19521036288 112063 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47043] ppid=47022 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/47025/task/47043/stat : 47043 (Common-Cleaner) S 47022 47025 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 50162814 19521036288 112063 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47045] ppid=47022 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/47025/task/47045/stat : 47045 (Timer-0) S 47022 47025 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50162982 19521036288 112063 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
Current children cumulated CPU time: 4.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 448252 KiB

[startup+6.30023 s]
/proc/loadavg: 5.28 5.05 5.00 6/339 47045
/proc/meminfo: memFree=109140300/131250000 swapFree=33010684/33010684
[pid=47025] ppid=47022 vsize=19063512 memory=1047492 CPUtime=8.47 cores=0,2
/proc/47025/stat : 47025 (java) S 47022 47025 46182 0 -1 4194304 18059 0 0 0 823 24 0 0 20 0 20 0 50162809 19521036288 261873 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
/proc/47025/statm: 4765878 261873 5540 1 0 1623265 0
[pid=47025/tid=47027] ppid=47022 vsize=19063512 memory=0 CPUtime=5.81 cores=0,2
/proc/47025/task/47027/stat : 47027 (java) R 47022 47025 46182 0 -1 4194368 6066 0 0 0 566 15 0 0 20 0 20 0 50162811 19521036288 261873 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47036] ppid=47022 vsize=19063512 memory=-8412654364016274332 CPUtime=0 cores=0,2
/proc/47025/task/47036/stat : 47036 (Finalizer) S 47022 47025 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50162813 19521036288 261873 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47043] ppid=47022 vsize=19063512 memory=-6000919498526975339 CPUtime=0 cores=0,2
/proc/47025/task/47043/stat : 47043 (Common-Cleaner) S 47022 47025 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 50162814 19521036288 261873 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47045] ppid=47022 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/47025/task/47045/stat : 47045 (Timer-0) S 47022 47025 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50162982 19521036288 261873 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
Current children cumulated CPU time: 8.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1047492 KiB

[startup+12.7003 s]
/proc/loadavg: 5.18 5.03 4.99 5/339 47045
/proc/meminfo: memFree=108331624/131250000 swapFree=33010684/33010684
[pid=47025] ppid=47022 vsize=19063512 memory=1926516 CPUtime=15.38 cores=0,2
/proc/47025/stat : 47025 (java) S 47022 47025 46182 0 -1 4194304 25187 0 0 0 1494 44 0 0 20 0 20 0 50162809 19521036288 481629 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
/proc/47025/statm: 4765878 481629 5540 1 0 1623319 0
[pid=47025/tid=47027] ppid=47022 vsize=19063512 memory=0 CPUtime=11.81 cores=0,2
/proc/47025/task/47027/stat : 47027 (java) R 47022 47025 46182 0 -1 4194368 8034 0 0 0 1155 26 0 0 20 0 20 0 50162811 19521036288 481629 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47036] ppid=47022 vsize=19063512 memory=1850584 CPUtime=0 cores=0,2
/proc/47025/task/47036/stat : 47036 (Finalizer) S 47022 47025 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50162813 19521036288 481629 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47043] ppid=47022 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/47025/task/47043/stat : 47043 (Common-Cleaner) S 47022 47025 46182 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 50162814 19521036288 481629 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47045] ppid=47022 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/47025/task/47045/stat : 47045 (Timer-0) S 47022 47025 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50162982 19521036288 481629 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
Current children cumulated CPU time: 15.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1926516 KiB

[startup+25.5003 s]
/proc/loadavg: 5.00 5.00 4.98 6/339 47046
/proc/meminfo: memFree=107028364/131250000 swapFree=33010684/33010684
[pid=47025] ppid=47022 vsize=19063512 memory=3154264 CPUtime=28.7 cores=0,2
/proc/47025/stat : 47025 (java) S 47022 47025 46182 0 -1 4194304 27843 0 0 0 2801 69 0 0 20 0 20 0 50162809 19521036288 788566 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
/proc/47025/statm: 4765878 788566 5540 1 0 1723591 0
[pid=47025/tid=47027] ppid=47022 vsize=19063512 memory=-6000919498526975339 CPUtime=23.99 cores=0,2
/proc/47025/task/47027/stat : 47027 (java) R 47022 47025 46182 0 -1 4194368 9768 0 0 0 2357 42 0 0 20 0 20 0 50162811 19521036288 788566 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47036] ppid=47022 vsize=19063512 memory=3027 CPUtime=0 cores=0,2
/proc/47025/task/47036/stat : 47036 (Finalizer) S 47022 47025 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50162813 19521036288 788566 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47043] ppid=47022 vsize=19063512 memory=2986272 CPUtime=0 cores=0,2
/proc/47025/task/47043/stat : 47043 (Common-Cleaner) S 47022 47025 46182 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 50162814 19521036288 788566 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47045] ppid=47022 vsize=19063512 memory=2237824 CPUtime=0 cores=0,2
/proc/47025/task/47045/stat : 47045 (Timer-0) S 47022 47025 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50162982 19521036288 788566 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
Current children cumulated CPU time: 28.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3154264 KiB

[startup+51.1055 s]
/proc/loadavg: 4.81 4.95 4.97 5/339 47114
/proc/meminfo: memFree=108309324/131250000 swapFree=33010684/33010684
[pid=47025] ppid=47022 vsize=19063512 memory=3955208 CPUtime=55.5 cores=0,2
/proc/47025/stat : 47025 (java) S 47022 47025 46182 0 -1 4194304 39464 0 0 0 5465 85 0 0 20 0 20 0 50162809 19521036288 988802 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
/proc/47025/statm: 4765878 988802 5572 1 0 1723595 0
[pid=47025/tid=47027] ppid=47022 vsize=19063512 memory=3955208 CPUtime=48.35 cores=0,2
/proc/47025/task/47027/stat : 47027 (java) R 47022 47025 46182 0 -1 4194368 12777 0 0 0 4789 46 0 0 20 0 20 0 50162811 19521036288 988802 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47036] ppid=47022 vsize=19063512 memory=3828208 CPUtime=0 cores=0,2
/proc/47025/task/47036/stat : 47036 (Finalizer) S 47022 47025 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50162813 19521036288 988802 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47043] ppid=47022 vsize=19063512 memory=3734000 CPUtime=0 cores=0,2
/proc/47025/task/47043/stat : 47043 (Common-Cleaner) S 47022 47025 46182 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 50162814 19521036288 988802 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47045] ppid=47022 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/47025/task/47045/stat : 47045 (Timer-0) S 47022 47025 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50162982 19521036288 988802 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
Current children cumulated CPU time: 55.5 s

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

/proc/47025/task/47036/stat : 47036 (Finalizer) S 47022 47025 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50162813 19521036288 4050110 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47043] ppid=47022 vsize=19063512 memory=16183928 CPUtime=0 cores=0,2
/proc/47025/task/47043/stat : 47043 (Common-Cleaner) S 47022 47025 46182 0 -1 4194368 2267 0 0 0 0 0 0 0 20 0 20 0 50162814 19521036288 4050110 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47045] ppid=47022 vsize=19063512 memory=16200440 CPUtime=0 cores=0,2
/proc/47025/task/47045/stat : 47045 (Timer-0) S 47022 47025 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50162982 19521036288 4050110 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
Current children cumulated CPU time: 3160.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16200440 KiB

[startup+2982.3 s]
/proc/loadavg: 4.79 4.64 4.63 6/340 47334
/proc/meminfo: memFree=65197260/131250000 swapFree=33010684/33010684
[pid=47025] ppid=47022 vsize=19063512 memory=16209348 CPUtime=3230.9 cores=0,2
/proc/47025/stat : 47025 (java) S 47022 47025 46182 0 -1 4194304 592209 0 0 0 322520 570 0 0 20 0 20 0 50162809 19521036288 4052337 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
/proc/47025/statm: 4765878 4052337 5572 1 0 4067358 0
[pid=47025/tid=47027] ppid=47022 vsize=19063512 memory=17792 CPUtime=2897.77 cores=0,2
/proc/47025/task/47027/stat : 47027 (java) R 47022 47025 46182 0 -1 4194368 378221 0 0 0 289452 325 0 0 20 0 20 0 50162811 19521036288 4052337 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47036] ppid=47022 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/47025/task/47036/stat : 47036 (Finalizer) S 47022 47025 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50162813 19521036288 4052337 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47043] ppid=47022 vsize=19063512 memory=16209348 CPUtime=0 cores=0,2
/proc/47025/task/47043/stat : 47043 (Common-Cleaner) S 47022 47025 46182 0 -1 4194368 2316 0 0 0 0 0 0 0 20 0 20 0 50162814 19521036288 4052337 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47045] ppid=47022 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/47025/task/47045/stat : 47045 (Timer-0) S 47022 47025 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50162982 19521036288 4052337 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
Current children cumulated CPU time: 3230.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16209348 KiB

[startup+3042.3 s]
/proc/loadavg: 4.39 4.55 4.60 5/340 47402
/proc/meminfo: memFree=77024064/131250000 swapFree=33010684/33010684
[pid=47025] ppid=47022 vsize=19063512 memory=16209348 CPUtime=3292.16 cores=0,2
/proc/47025/stat : 47025 (java) S 47022 47025 46182 0 -1 4194304 602802 0 0 0 328643 573 0 0 20 0 20 0 50162809 19521036288 4052337 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
/proc/47025/statm: 4765878 4052337 5572 1 0 4067358 0
[pid=47025/tid=47027] ppid=47022 vsize=19063512 memory=16209348 CPUtime=2956.15 cores=0,2
/proc/47025/task/47027/stat : 47027 (java) R 47022 47025 46182 0 -1 4194368 385508 0 0 0 295289 326 0 0 20 0 20 0 50162811 19521036288 4052337 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47036] ppid=47022 vsize=19063512 memory=16209348 CPUtime=0 cores=0,2
/proc/47025/task/47036/stat : 47036 (Finalizer) S 47022 47025 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50162813 19521036288 4052337 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47043] ppid=47022 vsize=19063512 memory=16209348 CPUtime=0 cores=0,2
/proc/47025/task/47043/stat : 47043 (Common-Cleaner) S 47022 47025 46182 0 -1 4194368 2362 0 0 0 0 0 0 0 20 0 20 0 50162814 19521036288 4052337 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47045] ppid=47022 vsize=19063512 memory=21872 CPUtime=0 cores=0,2
/proc/47025/task/47045/stat : 47045 (Timer-0) S 47022 47025 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50162982 19521036288 4052337 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
Current children cumulated CPU time: 3292.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16209348 KiB

[startup+3102.3 s]
/proc/loadavg: 4.60 4.59 4.61 5/340 47404
/proc/meminfo: memFree=76881108/131250000 swapFree=33010684/33010684
[pid=47025] ppid=47022 vsize=19063512 memory=16217852 CPUtime=3363.16 cores=0,2
/proc/47025/stat : 47025 (java) S 47022 47025 46182 0 -1 4194304 616111 0 0 0 335736 580 0 0 20 0 20 0 50162809 19521036288 4054463 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
/proc/47025/statm: 4765878 4054463 5572 1 0 4069448 0
[pid=47025/tid=47027] ppid=47022 vsize=19063512 memory=17792 CPUtime=3014.41 cores=0,2
/proc/47025/task/47027/stat : 47027 (java) R 47022 47025 46182 0 -1 4194368 393554 0 0 0 301113 328 0 0 20 0 20 0 50162811 19521036288 4054463 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47036] ppid=47022 vsize=19063512 memory=21872 CPUtime=0 cores=0,2
/proc/47025/task/47036/stat : 47036 (Finalizer) S 47022 47025 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50162813 19521036288 4054463 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47043] ppid=47022 vsize=19063512 memory=16217852 CPUtime=0 cores=0,2
/proc/47025/task/47043/stat : 47043 (Common-Cleaner) S 47022 47025 46182 0 -1 4194368 2362 0 0 0 0 0 0 0 20 0 20 0 50162814 19521036288 4054463 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47045] ppid=47022 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/47025/task/47045/stat : 47045 (Timer-0) S 47022 47025 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50162982 19521036288 4054463 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
Current children cumulated CPU time: 3363.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16217852 KiB

[startup+3162.3 s]
/proc/loadavg: 4.50 4.56 4.60 6/340 47406
/proc/meminfo: memFree=76726092/131250000 swapFree=33010684/33010684
[pid=47025] ppid=47022 vsize=19063512 memory=16226048 CPUtime=3423.94 cores=0,2
/proc/47025/stat : 47025 (java) S 47022 47025 46182 0 -1 4194304 624941 0 0 0 341809 585 0 0 20 0 20 0 50162809 19521036288 4056512 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
/proc/47025/statm: 4765878 4056512 5572 1 0 4071536 0
[pid=47025/tid=47027] ppid=47022 vsize=19063512 memory=17792 CPUtime=3073.3 cores=0,2
/proc/47025/task/47027/stat : 47027 (java) R 47022 47025 46182 0 -1 4194368 401630 0 0 0 306999 331 0 0 20 0 20 0 50162811 19521036288 4056512 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47036] ppid=47022 vsize=19063512 memory=21872 CPUtime=0 cores=0,2
/proc/47025/task/47036/stat : 47036 (Finalizer) S 47022 47025 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50162813 19521036288 4056512 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47043] ppid=47022 vsize=19063512 memory=16226048 CPUtime=0 cores=0,2
/proc/47025/task/47043/stat : 47043 (Common-Cleaner) S 47022 47025 46182 0 -1 4194368 2427 0 0 0 0 0 0 0 20 0 20 0 50162814 19521036288 4056512 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47045] ppid=47022 vsize=19063512 memory=-6000919498526975339 CPUtime=0 cores=0,2
/proc/47025/task/47045/stat : 47045 (Timer-0) S 47022 47025 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50162982 19521036288 4056512 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
Current children cumulated CPU time: 3423.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16226048 KiB

[startup+3222.3 s]
/proc/loadavg: 4.57 4.58 4.60 5/340 47408
/proc/meminfo: memFree=76562616/131250000 swapFree=33010684/33010684
[pid=47025] ppid=47022 vsize=19063512 memory=16226176 CPUtime=3494.95 cores=0,2
/proc/47025/stat : 47025 (java) S 47022 47025 46182 0 -1 4194304 635827 0 0 0 348903 592 0 0 20 0 20 0 50162809 19521036288 4056544 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
/proc/47025/statm: 4765878 4056544 5572 1 0 4071542 0
[pid=47025/tid=47027] ppid=47022 vsize=19063512 memory=17792 CPUtime=3131.74 cores=0,2
/proc/47025/task/47027/stat : 47027 (java) R 47022 47025 46182 0 -1 4194368 409749 0 0 0 312842 332 0 0 20 0 20 0 50162811 19521036288 4056544 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47036] ppid=47022 vsize=19063512 memory=21872 CPUtime=0 cores=0,2
/proc/47025/task/47036/stat : 47036 (Finalizer) S 47022 47025 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50162813 19521036288 4056544 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47043] ppid=47022 vsize=19063512 memory=16226048 CPUtime=0 cores=0,2
/proc/47025/task/47043/stat : 47043 (Common-Cleaner) S 47022 47025 46182 0 -1 4194368 2441 0 0 0 0 0 0 0 20 0 20 0 50162814 19521036288 4056544 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47045] ppid=47022 vsize=19063512 memory=16226176 CPUtime=0 cores=0,2
/proc/47025/task/47045/stat : 47045 (Timer-0) S 47022 47025 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50162982 19521036288 4056544 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
Current children cumulated CPU time: 3494.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16226176 KiB

[startup+3282.3 s]
/proc/loadavg: 4.42 4.53 4.59 6/340 47410
/proc/meminfo: memFree=76546092/131250000 swapFree=33010684/33010684
[pid=47025] ppid=47022 vsize=19063512 memory=16226176 CPUtime=3555.78 cores=0,2
/proc/47025/stat : 47025 (java) S 47022 47025 46182 0 -1 4194304 645655 0 0 0 354983 595 0 0 20 0 20 0 50162809 19521036288 4056544 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
/proc/47025/statm: 4765878 4056544 5572 1 0 4071542 0
[pid=47025/tid=47027] ppid=47022 vsize=19063512 memory=16226176 CPUtime=3190.58 cores=0,2
/proc/47025/task/47027/stat : 47027 (java) R 47022 47025 46182 0 -1 4194368 418003 0 0 0 318725 333 0 0 20 0 20 0 50162811 19521036288 4056544 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47036] ppid=47022 vsize=19063512 memory=16226176 CPUtime=0 cores=0,2
/proc/47025/task/47036/stat : 47036 (Finalizer) S 47022 47025 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50162813 19521036288 4056544 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47043] ppid=47022 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/47025/task/47043/stat : 47043 (Common-Cleaner) S 47022 47025 46182 0 -1 4194368 2508 0 0 0 0 0 0 0 20 0 20 0 50162814 19521036288 4056544 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47045] ppid=47022 vsize=19063512 memory=16226176 CPUtime=0 cores=0,2
/proc/47025/task/47045/stat : 47045 (Timer-0) S 47022 47025 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50162982 19521036288 4056544 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
Current children cumulated CPU time: 3555.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16226176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3314.11 s]
/proc/loadavg: 4.61 4.57 4.60 5/340 47410
/proc/meminfo: memFree=76394592/131250000 swapFree=33010684/33010684
[pid=47025] ppid=47022 vsize=19063512 memory=16226176 CPUtime=3600.08 cores=0,2
/proc/47025/stat : 47025 (java) S 47022 47025 46182 0 -1 4194304 654808 0 0 0 359407 601 0 0 20 0 20 0 50162809 19521036288 4056544 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
/proc/47025/statm: 4765878 4056544 5572 1 0 4071566 0
[pid=47025/tid=47027] ppid=47022 vsize=19063512 memory=16226176 CPUtime=3221.91 cores=0,2
/proc/47025/task/47027/stat : 47027 (java) R 47022 47025 46182 0 -1 4194368 423507 0 0 0 321857 334 0 0 20 0 20 0 50162811 19521036288 4056544 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47036] ppid=47022 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/47025/task/47036/stat : 47036 (Finalizer) S 47022 47025 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50162813 19521036288 4056544 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47043] ppid=47022 vsize=19063512 memory=16226176 CPUtime=0 cores=0,2
/proc/47025/task/47043/stat : 47043 (Common-Cleaner) S 47022 47025 46182 0 -1 4194368 2550 0 0 0 0 0 0 0 20 0 20 0 50162814 19521036288 4056544 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
[pid=47025/tid=47045] ppid=47022 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/47025/task/47045/stat : 47045 (Timer-0) S 47022 47025 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50162982 19521036288 4056544 18446744073709551615 94737504796672 94737504800368 140723263112640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94737504808184 94737504808976 94737534492672 140723263121790 140723263121894 140723263121894 140723263127496 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16226176 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.19 s, system=6.063 s

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

[startup+3314.21 s]*
/proc/loadavg: 4.61 4.57 4.60 5/322 47413
/proc/meminfo: memFree=91046300/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3314.24
CPU time (s): 3600.25
CPU user time (s): 3594.19
CPU system time (s): 6.063
CPU usage (%): 108.63
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 16226176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.19
system time used= 6.063
maximum resident set size= 16227200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 656358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118192
involuntary context switches= 20776


# summary of solver processes directly reported to runsolver:
#   pid: 47025
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3594.19
#   total CPU system time (s): 6.063

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.67396 second user time and 16.0027 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-01 06:50:03
IDJOB=4489788
IDBENCH=147563
IDSOLVER=3361
FILE ID=nodeC028/4489788-1751345403
RUNJOBID= nodeC028-1751339095-46192
SLURM_JOB_ID= 9594403
Free space on /tmp= 433028 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_2.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489788-1751345403/watcher-4489788-1751345403 -o /tmp/evaluation-result-4489788-1751345403/solver-4489788-1751345403 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751339095-46192 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4489788-1751345403.opb

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

MD5SUM BENCH= 890f6157e6331f3256b55d88c2fb39bb
RANDOM SEED=1598753696

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.084
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.16
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.080
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.16
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		: 3608.771
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.16
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.078
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        110183904 kB
MemAvailable:   110049156 kB
Buffers:            3280 kB
Cached:           672904 kB
SwapCached:            0 kB
Active:         20053632 kB
Inactive:         416228 kB
Active(anon):   19811744 kB
Inactive(anon):        0 kB
Active(file):     241888 kB
Inactive(file):   416228 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17520 kB
Writeback:             0 kB
AnonPages:      19796672 kB
Mapped:           123208 kB
Shmem:             18068 kB
KReclaimable:      92752 kB
Slab:             179272 kB
SReclaimable:      92752 kB
SUnreclaim:        86520 kB
KernelStack:        5168 kB
PageTables:        42420 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   20425332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3712 kB
HardwareCorrupted:     0 kB
AnonHugePages:  19396608 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432944 MiB
End job on nodeC028 at 2025-07-01 07:45:17