Trace number 4489650

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.21 3255.54

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
MD5SUM37dc22c6a12cddf588c55f8d6ee6d8c2
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 benchmark3586.04
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 492823
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 492823
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.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.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.11/0.10	c Free memory 		2104792832
0.11/0.10	c Max memory 		16282288128
0.11/0.10	c Total memory 		2113929216
0.11/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.17	c solving HOME/instance-4489650-1751343612.opb
0.11/0.17	c reading problem ... 
0.11/0.17	c  objective function found
2.51/1.68	c ... done. Wall clock time 1.517s.
2.51/1.68	c declared #vars     10000
2.51/1.68	c #constraints  656900
2.51/1.68	c constraints type 
2.51/1.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
2.51/1.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
2.51/1.69	c 656900 constraints processed.
2.51/1.69	c objective function length is 10000 literals
10.64/8.36	c cleaning 2497 clauses out of 5000
17.48/14.79	c cleaning 4245 clauses out of 8504
25.27/22.25	c cleaning 5625 clauses out of 11259
34.30/30.71	c cleaning 6810 clauses out of 13633
47.19/43.17	c cleaning 7909 clauses out of 15824
62.51/57.68	c cleaning 8952 clauses out of 17914
78.38/73.04	c cleaning 9981 clauses out of 19964
100.10/93.94	c cleaning 10977 clauses out of 21983
117.09/110.41	c cleaning 11998 clauses out of 24004
135.52/128.29	c cleaning 12988 clauses out of 26006
158.33/150.42	c cleaning 13989 clauses out of 28019
180.90/172.26	c cleaning 15004 clauses out of 30030
209.26/197.25	c cleaning 16004 clauses out of 32025
242.54/229.22	c cleaning 17010 clauses out of 34024
275.54/261.29	c cleaning 17999 clauses out of 36013
307.07/291.86	c cleaning 19004 clauses out of 38012
350.70/331.37	c cleaning 20001 clauses out of 40008
391.84/371.20	c cleaning 20995 clauses out of 42009
431.70/409.84	c cleaning 21988 clauses out of 44012
472.61/449.78	c cleaning 23008 clauses out of 46024
531.59/503.09	c cleaning 23977 clauses out of 48018
597.45/563.25	c cleaning 25014 clauses out of 50042
656.42/615.85	c cleaning 25996 clauses out of 52025
710.71/668.74	c cleaning 27013 clauses out of 54031
773.21/725.29	c cleaning 28001 clauses out of 56018
843.75/788.22	c cleaning 28994 clauses out of 58015
932.65/869.09	c cleaning 29988 clauses out of 60021
1043.37/970.63	c cleaning 30963 clauses out of 62035
1119.51/1042.26	c cleaning 32027 clauses out of 64070
1196.55/1112.52	c cleaning 33014 clauses out of 66045
1260.58/1168.52	c cleaning 34001 clauses out of 68029
1340.50/1240.04	c cleaning 35003 clauses out of 70030
1444.00/1333.63	c cleaning 35980 clauses out of 72025
1547.71/1427.05	c cleaning 37018 clauses out of 74046
1653.09/1521.97	c cleaning 38005 clauses out of 76027
1748.42/1606.94	c cleaning 39006 clauses out of 78023
1862.38/1709.62	c cleaning 39984 clauses out of 80016
1999.50/1834.34	c cleaning 41002 clauses out of 82032
2108.59/1931.32	c cleaning 41990 clauses out of 84030
2221.01/2032.34	c cleaning 43007 clauses out of 86040
2355.14/2155.18	c cleaning 44005 clauses out of 88034
2503.53/2291.82	c cleaning 45013 clauses out of 90030
2615.45/2392.43	c cleaning 45990 clauses out of 92015
2742.90/2507.90	c cleaning 46997 clauses out of 94026
2865.86/2615.85	c cleaning 48010 clauses out of 96029
3045.34/2770.91	c cleaning 49002 clauses out of 98018
3197.42/2908.77	c cleaning 50001 clauses out of 100017
3340.44/3025.67	c cleaning 51002 clauses out of 102016
3496.73/3166.45	c cleaning 52003 clauses out of 104014
3600.04/3255.41	c starts		: 206
3600.04/3255.41	c conflicts		: 1453225
3600.04/3255.41	c decisions		: 1869537
3600.04/3255.41	c propagations		: 258364277
3600.04/3255.41	c inspects		: 5614197622
3600.04/3255.41	c shortcuts		: 0
3600.04/3255.41	c learnt literals	: 0
3600.04/3255.41	c learnt binary clauses	: 0
3600.04/3255.41	c learnt ternary clauses	: 0
3600.04/3255.41	c learnt constraints	: 1453224
3600.04/3255.41	c ignored constraints	: 0
3600.04/3255.41	c root simplifications	: 0
3600.04/3255.41	c removed literals (reason simplification)	: 0
3600.04/3255.41	c reason swapping (by a shorter reason)	: 0
3600.04/3255.41	c Calls to reduceDB	: 49
3600.04/3255.41	c Number of update (reduction) of LBD	: 0
3600.04/3255.41	c Imported unit clauses	: 0
3600.04/3255.41	c No decision after first conflict	: false
3600.04/3255.41	c number of reductions to clauses (during analyze)	: 0
3600.04/3255.41	c number of learned constraints concerned by reduction	: 0
3600.04/3255.41	c number of learning phase by resolution	: 0
3600.04/3255.41	c number of learning phase by cutting planes	: 0
3600.04/3255.41	c number of rounding to 1 operations	: 0
3600.04/3255.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3255.41	c number of reductions of the coefficients by power 2 	: 0
3600.04/3255.41	c number of right shift for reduction by power 2 	: 0
3600.04/3255.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3255.41	c number of ending skipping 	: 0
3600.04/3255.41	c number of internal skipping 	: 0
3600.04/3255.42	c number of derivation steps 	: 23901552
3600.04/3255.42	c number of skipped derivation steps 	: 0
3600.04/3255.42	c number of remaining unassigned 	: 0
3600.04/3255.42	c number of remaining assigned 	: 0
3600.04/3255.42	c number of falsified literals weakened from reason	: 0
3600.04/3255.42	c number of falsified literals weakened from conflict	: 0
3600.04/3255.42	c time for arithmetic operations	: 0
3600.04/3255.42	c minimum degree of deleted constraints	: null
3600.04/3255.42	c maximum degree of deleted constraints	: null
3600.04/3255.42	c number of deleted constraints	: 0
3600.04/3255.42	c speed (assignments/second)	: 79406.32400231244
3600.04/3255.42	c non guided choices	: 0
3600.04/3255.42	c timeout
3600.04/3255.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 84234
3600.04/3255.47	s UNKNOWN
3600.04/3255.47	c Total wall clock time (in seconds): 3255.306

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489650-1751343612/watcher-4489650-1751343612 -o /tmp/evaluation-result-4489650-1751343612/solver-4489650-1751343612 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751336994-44739 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4489650-1751343612.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=46566, runsolver pid=46563

[startup+0.100058 s]*
/proc/loadavg: 5.24 5.27 5.14 6/339 46584
/proc/meminfo: memFree=103924900/131250000 swapFree=33010416/33010684
[pid=46566] ppid=46563 vsize=18930384 memory=53316 CPUtime=0.11 cores=1,3
/proc/46566/stat : 46566 (java) S 46563 46566 44727 0 -1 4194304 6472 0 0 0 10 1 0 0 20 0 18 0 50041111 19384713216 13329 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
/proc/46566/statm: 4732596 13329 5360 1 0 547569 0
[pid=46566/tid=46568] ppid=46563 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/46566/task/46568/stat : 46568 (java) R 46563 46566 44727 0 -1 4194368 4991 0 0 0 6 1 0 0 20 0 18 0 50041113 19384713216 13329 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46577] ppid=46563 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/46566/task/46577/stat : 46577 (Finalizer) S 46563 46566 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50041115 19384713216 13329 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46584] ppid=46563 vsize=18930384 memory=61784027586760 CPUtime=0 cores=1,3
/proc/46566/task/46584/stat : 46584 (Common-Cleaner) S 46563 46566 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 50041116 19384713216 13329 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53316 KiB

[startup+0.205775 s]*
/proc/loadavg: 5.24 5.27 5.14 7/339 46584
/proc/meminfo: memFree=103916036/131250000 swapFree=33010416/33010684
[pid=46566] ppid=46563 vsize=18930384 memory=65904 CPUtime=0.31 cores=1,3
/proc/46566/stat : 46566 (java) S 46563 46566 44727 0 -1 4194304 7004 0 0 0 29 2 0 0 20 0 18 0 50041111 19384713216 16476 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
/proc/46566/statm: 4732596 16476 5424 1 0 547914 0
[pid=46566/tid=46568] ppid=46563 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=1,3
/proc/46566/task/46568/stat : 46568 (java) R 46563 46566 44727 0 -1 4194368 5320 0 0 0 16 1 0 0 20 0 18 0 50041113 19384713216 16476 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46577] ppid=46563 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/46566/task/46577/stat : 46577 (Finalizer) S 46563 46566 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50041115 19384713216 16476 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46584] ppid=46563 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/46566/task/46584/stat : 46584 (Common-Cleaner) S 46563 46566 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 50041116 19384713216 16476 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65904 KiB

[startup+0.30573 s]*
/proc/loadavg: 5.24 5.27 5.14 6/339 46584
/proc/meminfo: memFree=103885916/131250000 swapFree=33010416/33010684
[pid=46566] ppid=46563 vsize=18930384 memory=94216 CPUtime=0.49 cores=1,3
/proc/46566/stat : 46566 (java) S 46563 46566 44727 0 -1 4194304 9140 0 0 0 47 2 0 0 20 0 18 0 50041111 19384713216 23554 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
/proc/46566/statm: 4732596 23554 5424 1 0 549305 0
[pid=46566/tid=46568] ppid=46563 vsize=18930384 memory=-6000919494164571755 CPUtime=0.26 cores=1,3
/proc/46566/task/46568/stat : 46568 (java) R 46563 46566 44727 0 -1 4194368 5366 0 0 0 25 1 0 0 20 0 18 0 50041113 19384713216 23554 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46577] ppid=46563 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/46566/task/46577/stat : 46577 (Finalizer) S 46563 46566 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50041115 19384713216 23554 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46584] ppid=46563 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/46566/task/46584/stat : 46584 (Common-Cleaner) S 46563 46566 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 50041116 19384713216 23554 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 94216 KiB

[startup+0.700234 s]
/proc/loadavg: 5.24 5.27 5.14 6/340 46585
/proc/meminfo: memFree=103815344/131250000 swapFree=33010416/33010684
[pid=46566] ppid=46563 vsize=18996948 memory=187812 CPUtime=1.24 cores=1,3
/proc/46566/stat : 46566 (java) S 46563 46566 44727 0 -1 4194304 15599 0 0 0 119 5 0 0 20 0 19 0 50041111 19452874752 46953 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
/proc/46566/statm: 4749237 46953 5456 1 0 553328 0
[pid=46566/tid=46568] ppid=46563 vsize=18996948 memory=17792 CPUtime=0.61 cores=1,3
/proc/46566/task/46568/stat : 46568 (java) R 46563 46566 44727 0 -1 4194368 5400 0 0 0 58 3 0 0 20 0 19 0 50041113 19452874752 46953 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46577] ppid=46563 vsize=18996948 memory=10880 CPUtime=0 cores=1,3
/proc/46566/task/46577/stat : 46577 (Finalizer) S 46563 46566 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50041115 19452874752 46953 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46584] ppid=46563 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/46566/task/46584/stat : 46584 (Common-Cleaner) S 46563 46566 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 50041116 19452874752 46953 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 187812 KiB

[startup+1.50024 s]
/proc/loadavg: 5.24 5.27 5.14 6/340 46585
/proc/meminfo: memFree=103738044/131250000 swapFree=33010416/33010684
[pid=46566] ppid=46563 vsize=18996948 memory=392340 CPUtime=2.41 cores=1,3
/proc/46566/stat : 46566 (java) S 46563 46566 44727 0 -1 4194304 16647 0 0 0 231 10 0 0 20 0 19 0 50041111 19452874752 98085 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
/proc/46566/statm: 4749237 98085 5456 1 0 877097 0
[pid=46566/tid=46568] ppid=46563 vsize=18996948 memory=3328 CPUtime=1.26 cores=1,3
/proc/46566/task/46568/stat : 46568 (java) S 46563 46566 44727 0 -1 4194368 5478 0 0 0 120 6 0 0 20 0 19 0 50041113 19452874752 98085 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46577] ppid=46563 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/46566/task/46577/stat : 46577 (Finalizer) S 46563 46566 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50041115 19452874752 98085 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46584] ppid=46563 vsize=18996948 memory=10880 CPUtime=0 cores=1,3
/proc/46566/task/46584/stat : 46584 (Common-Cleaner) S 46563 46566 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 50041116 19452874752 98085 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 392340 KiB

[startup+3.10594 s]
/proc/loadavg: 5.24 5.27 5.14 5/341 46586
/proc/meminfo: memFree=103509508/131250000 swapFree=33010416/33010684
[pid=46566] ppid=46563 vsize=19063512 memory=476320 CPUtime=4.79 cores=1,3
/proc/46566/stat : 46566 (java) S 46563 46566 44727 0 -1 4194304 17659 0 0 0 466 13 0 0 20 0 20 0 50041111 19521036288 119080 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
/proc/46566/statm: 4765878 119080 5520 1 0 1518815 0
[pid=46566/tid=46568] ppid=46563 vsize=19063512 memory=10880 CPUtime=2.77 cores=1,3
/proc/46566/task/46568/stat : 46568 (java) R 46563 46566 44727 0 -1 4194368 5642 0 0 0 270 7 0 0 20 0 20 0 50041113 19521036288 119080 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46577] ppid=46563 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/46566/task/46577/stat : 46577 (Finalizer) S 46563 46566 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50041115 19521036288 119080 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46584] ppid=46563 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/46566/task/46584/stat : 46584 (Common-Cleaner) S 46563 46566 44727 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 50041116 19521036288 119080 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46586] ppid=46563 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/46566/task/46586/stat : 46586 (Timer-0) S 46563 46566 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50041283 19521036288 119080 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
Current children cumulated CPU time: 4.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 476320 KiB

[startup+6.30022 s]
/proc/loadavg: 5.14 5.25 5.14 5/341 46586
/proc/meminfo: memFree=103030420/131250000 swapFree=33010416/33010684
[pid=46566] ppid=46563 vsize=19063512 memory=945884 CPUtime=8.53 cores=1,3
/proc/46566/stat : 46566 (java) S 46563 46566 44727 0 -1 4194304 18071 0 0 0 830 23 0 0 20 0 20 0 50041111 19521036288 236471 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
/proc/46566/statm: 4765878 236471 5520 1 0 1518831 0
[pid=46566/tid=46568] ppid=46563 vsize=19063512 memory=0 CPUtime=5.85 cores=1,3
/proc/46566/task/46568/stat : 46568 (java) R 46563 46566 44727 0 -1 4194368 5886 0 0 0 570 15 0 0 20 0 20 0 50041113 19521036288 236471 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46577] ppid=46563 vsize=19063512 memory=7245577201579234449 CPUtime=0 cores=1,3
/proc/46566/task/46577/stat : 46577 (Finalizer) S 46563 46566 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50041115 19521036288 236471 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46584] ppid=46563 vsize=19063512 memory=-6000919494164571755 CPUtime=0 cores=1,3
/proc/46566/task/46584/stat : 46584 (Common-Cleaner) S 46563 46566 44727 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 50041116 19521036288 236471 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46586] ppid=46563 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/46566/task/46586/stat : 46586 (Timer-0) S 46563 46566 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50041283 19521036288 236471 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
Current children cumulated CPU time: 8.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 945884 KiB

[startup+12.7002 s]
/proc/loadavg: 5.05 5.23 5.13 6/341 46586
/proc/meminfo: memFree=102387436/131250000 swapFree=33010416/33010684
[pid=46566] ppid=46563 vsize=19063512 memory=1669104 CPUtime=15.39 cores=1,3
/proc/46566/stat : 46566 (java) S 46563 46566 44727 0 -1 4194304 25330 0 0 0 1502 37 0 0 20 0 20 0 50041111 19521036288 417276 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
/proc/46566/statm: 4765878 417276 5520 1 0 1518882 0
[pid=46566/tid=46568] ppid=46563 vsize=19063512 memory=0 CPUtime=11.88 cores=1,3
/proc/46566/task/46568/stat : 46568 (java) R 46563 46566 44727 0 -1 4194368 7605 0 0 0 1167 21 0 0 20 0 20 0 50041113 19521036288 417276 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46577] ppid=46563 vsize=19063512 memory=1503216 CPUtime=0 cores=1,3
/proc/46566/task/46577/stat : 46577 (Finalizer) S 46563 46566 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50041115 19521036288 417276 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46584] ppid=46563 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/46566/task/46584/stat : 46584 (Common-Cleaner) S 46563 46566 44727 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 50041116 19521036288 417276 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46586] ppid=46563 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/46566/task/46586/stat : 46586 (Timer-0) S 46563 46566 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50041283 19521036288 417276 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
Current children cumulated CPU time: 15.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1669104 KiB

[startup+25.5003 s]
/proc/loadavg: 5.04 5.21 5.13 6/342 46658
/proc/meminfo: memFree=105907268/131250000 swapFree=33010416/33010684
[pid=46566] ppid=46563 vsize=19063512 memory=2735364 CPUtime=28.81 cores=1,3
/proc/46566/stat : 46566 (java) S 46563 46566 44727 0 -1 4194304 29930 0 0 0 2824 57 0 0 20 0 20 0 50041111 19521036288 683841 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
/proc/46566/statm: 4765878 683841 5520 1 0 1629640 0
[pid=46566/tid=46568] ppid=46563 vsize=19063512 memory=2688196 CPUtime=23.99 cores=1,3
/proc/46566/task/46568/stat : 46568 (java) R 46563 46566 44727 0 -1 4194368 9232 0 0 0 2365 34 0 0 20 0 20 0 50041113 19521036288 683841 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46577] ppid=46563 vsize=19063512 memory=-6000919494164571755 CPUtime=0 cores=1,3
/proc/46566/task/46577/stat : 46577 (Finalizer) S 46563 46566 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50041115 19521036288 683841 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46584] ppid=46563 vsize=19063512 memory=3101 CPUtime=0 cores=1,3
/proc/46566/task/46584/stat : 46584 (Common-Cleaner) S 46563 46566 44727 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 50041116 19521036288 683841 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46586] ppid=46563 vsize=19063512 memory=2202808 CPUtime=0 cores=1,3
/proc/46566/task/46586/stat : 46586 (Timer-0) S 46563 46566 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50041283 19521036288 683841 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
Current children cumulated CPU time: 28.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2735364 KiB

[startup+51.1057 s]
/proc/loadavg: 4.89 5.16 5.11 5/342 46659
/proc/meminfo: memFree=101295860/131250000 swapFree=33010416/33010684
[pid=46566] ppid=46563 vsize=19063512 memory=4160968 CPUtime=55.64 cores=1,3
/proc/46566/stat : 46566 (java) S 46563 46566 44727 0 -1 4194304 37771 0 0 0 5480 84 0 0 20 0 20 0 50041111 19521036288 1040242 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
/proc/46566/statm: 4765878 1040242 5552 1 0 1629646 0
[pid=46566/tid=46568] ppid=46563 vsize=19063512 memory=17792 CPUtime=48.38 cores=1,3
/proc/46566/task/46568/stat : 46568 (java) R 46563 46566 44727 0 -1 4194368 11829 0 0 0 4787 51 0 0 20 0 20 0 50041113 19521036288 1040242 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46577] ppid=46563 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/46566/task/46577/stat : 46577 (Finalizer) S 46563 46566 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50041115 19521036288 1040242 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46584] ppid=46563 vsize=19063512 memory=4160968 CPUtime=0 cores=1,3
/proc/46566/task/46584/stat : 46584 (Common-Cleaner) S 46563 46566 44727 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 50041116 19521036288 1040242 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46586] ppid=46563 vsize=19063512 memory=17792 CPUtime=0 cores=1,3
/proc/46566/task/46586/stat : 46586 (Timer-0) S 46563 46566 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50041283 19521036288 1040242 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
Current children cumulated CPU time: 55.64 s

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

/proc/46566/task/46577/stat : 46577 (Finalizer) S 46563 46566 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50041115 19521036288 3970638 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46584] ppid=46563 vsize=19063512 memory=15882296 CPUtime=0 cores=1,3
/proc/46566/task/46584/stat : 46584 (Common-Cleaner) S 46563 46566 44727 0 -1 4194368 2421 0 0 0 0 0 0 0 20 0 20 0 50041116 19521036288 3970638 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46586] ppid=46563 vsize=19063512 memory=15882296 CPUtime=0 cores=1,3
/proc/46566/task/46586/stat : 46586 (Timer-0) S 46563 46566 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50041283 19521036288 3970638 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
Current children cumulated CPU time: 3149.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15882552 KiB

[startup+2922.3 s]
/proc/loadavg: 4.53 4.68 4.66 6/339 46796
/proc/meminfo: memFree=65645136/131250000 swapFree=33010416/33010684
[pid=46566] ppid=46563 vsize=19063512 memory=15915396 CPUtime=3212.24 cores=1,3
/proc/46566/stat : 46566 (java) S 46563 46566 44727 0 -1 4194304 563381 0 0 0 320676 548 0 0 20 0 20 0 50041111 19521036288 3978849 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
/proc/46566/statm: 4765878 3978849 5552 1 0 3993469 0
[pid=46566/tid=46568] ppid=46563 vsize=19063512 memory=15882296 CPUtime=2835.25 cores=1,3
/proc/46566/task/46568/stat : 46568 (java) R 46563 46566 44727 0 -1 4194368 350250 0 0 0 283222 303 0 0 20 0 20 0 50041113 19521036288 3978849 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46577] ppid=46563 vsize=19063512 memory=15882296 CPUtime=0 cores=1,3
/proc/46566/task/46577/stat : 46577 (Finalizer) S 46563 46566 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50041115 19521036288 3978849 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46584] ppid=46563 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/46566/task/46584/stat : 46584 (Common-Cleaner) S 46563 46566 44727 0 -1 4194368 2537 0 0 0 0 0 0 0 20 0 20 0 50041116 19521036288 3978849 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46586] ppid=46563 vsize=19063512 memory=15882552 CPUtime=0 cores=1,3
/proc/46566/task/46586/stat : 46586 (Timer-0) S 46563 46566 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50041283 19521036288 3978849 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
Current children cumulated CPU time: 3212.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15915396 KiB

[startup+2982.3 s]
/proc/loadavg: 4.91 4.78 4.70 6/339 46864
/proc/meminfo: memFree=77372980/131250000 swapFree=33010416/33010684
[pid=46566] ppid=46563 vsize=19063512 memory=15915908 CPUtime=3283.44 cores=1,3
/proc/46566/stat : 46566 (java) S 46563 46566 44727 0 -1 4194304 571310 0 0 0 327789 555 0 0 20 0 20 0 50041111 19521036288 3978977 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
/proc/46566/statm: 4765878 3978977 5552 1 0 3993473 0
[pid=46566/tid=46568] ppid=46563 vsize=19063512 memory=15915908 CPUtime=2893.64 cores=1,3
/proc/46566/task/46568/stat : 46568 (java) R 46563 46566 44727 0 -1 4194368 356372 0 0 0 289059 305 0 0 20 0 20 0 50041113 19521036288 3978977 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46577] ppid=46563 vsize=19063512 memory=17792 CPUtime=0 cores=1,3
/proc/46566/task/46577/stat : 46577 (Finalizer) S 46563 46566 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50041115 19521036288 3978977 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46584] ppid=46563 vsize=19063512 memory=15882552 CPUtime=0 cores=1,3
/proc/46566/task/46584/stat : 46584 (Common-Cleaner) S 46563 46566 44727 0 -1 4194368 2552 0 0 0 0 0 0 0 20 0 20 0 50041116 19521036288 3978977 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46586] ppid=46563 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/46566/task/46586/stat : 46586 (Timer-0) S 46563 46566 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50041283 19521036288 3978977 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
Current children cumulated CPU time: 3283.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15915908 KiB

[startup+3042.3 s]
/proc/loadavg: 4.75 4.75 4.69 6/339 46866
/proc/meminfo: memFree=77264316/131250000 swapFree=33010416/33010684
[pid=46566] ppid=46563 vsize=19063512 memory=15982740 CPUtime=3357.62 cores=1,3
/proc/46566/stat : 46566 (java) S 46563 46566 44727 0 -1 4194304 585351 0 0 0 335198 564 0 0 20 0 20 0 50041111 19521036288 3995685 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
/proc/46566/statm: 4765878 3995685 5552 1 0 4010183 0
[pid=46566/tid=46568] ppid=46563 vsize=19063512 memory=15882552 CPUtime=2952.02 cores=1,3
/proc/46566/task/46568/stat : 46568 (java) R 46563 46566 44727 0 -1 4194368 366970 0 0 0 294895 307 0 0 20 0 20 0 50041113 19521036288 3995685 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46577] ppid=46563 vsize=19063512 memory=15981588 CPUtime=0 cores=1,3
/proc/46566/task/46577/stat : 46577 (Finalizer) S 46563 46566 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50041115 19521036288 3995685 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46584] ppid=46563 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/46566/task/46584/stat : 46584 (Common-Cleaner) S 46563 46566 44727 0 -1 4194368 2627 0 0 0 0 0 0 0 20 0 20 0 50041116 19521036288 3995685 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46586] ppid=46563 vsize=19063512 memory=15982740 CPUtime=0 cores=1,3
/proc/46566/task/46586/stat : 46586 (Timer-0) S 46563 46566 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50041283 19521036288 3995685 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
Current children cumulated CPU time: 3357.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15982740 KiB

[startup+3102.3 s]
/proc/loadavg: 4.46 4.68 4.68 5/339 46937
/proc/meminfo: memFree=89685692/131250000 swapFree=33010416/33010684
[pid=46566] ppid=46563 vsize=19063512 memory=16015572 CPUtime=3418.79 cores=1,3
/proc/46566/stat : 46566 (java) S 46563 46566 44727 0 -1 4194304 595335 0 0 0 341311 568 0 0 20 0 20 0 50041111 19521036288 4003893 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
/proc/46566/statm: 4765878 4003893 5552 1 0 4018535 0
[pid=46566/tid=46568] ppid=46563 vsize=19063512 memory=14720 CPUtime=3010.54 cores=1,3
/proc/46566/task/46568/stat : 46568 (java) R 46563 46566 44727 0 -1 4194368 373473 0 0 0 300745 309 0 0 20 0 20 0 50041113 19521036288 4003893 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46577] ppid=46563 vsize=19063512 memory=15982740 CPUtime=0 cores=1,3
/proc/46566/task/46577/stat : 46577 (Finalizer) S 46563 46566 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50041115 19521036288 4003893 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46584] ppid=46563 vsize=19063512 memory=15982740 CPUtime=0 cores=1,3
/proc/46566/task/46584/stat : 46584 (Common-Cleaner) S 46563 46566 44727 0 -1 4194368 2701 0 0 0 0 0 0 0 20 0 20 0 50041116 19521036288 4003893 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46586] ppid=46563 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/46566/task/46586/stat : 46586 (Timer-0) S 46563 46566 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50041283 19521036288 4003893 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
Current children cumulated CPU time: 3418.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16015572 KiB

[startup+3162.3 s]
/proc/loadavg: 4.63 4.69 4.68 5/340 46944
/proc/meminfo: memFree=89545608/131250000 swapFree=33010416/33010684
[pid=46566] ppid=46563 vsize=19063512 memory=16018276 CPUtime=3492.64 cores=1,3
/proc/46566/stat : 46566 (java) S 46563 46566 44727 0 -1 4194304 607537 0 0 0 348688 576 0 0 20 0 20 0 50041111 19521036288 4004569 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
/proc/46566/statm: 4765878 4004569 5552 1 0 4018577 0
[pid=46566/tid=46568] ppid=46563 vsize=19063512 memory=14720 CPUtime=3069.01 cores=1,3
/proc/46566/task/46568/stat : 46568 (java) R 46563 46566 44727 0 -1 4194368 381345 0 0 0 306589 312 0 0 20 0 20 0 50041113 19521036288 4004569 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46577] ppid=46563 vsize=19063512 memory=15982740 CPUtime=0 cores=1,3
/proc/46566/task/46577/stat : 46577 (Finalizer) S 46563 46566 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50041115 19521036288 4004569 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46584] ppid=46563 vsize=19063512 memory=16018276 CPUtime=0 cores=1,3
/proc/46566/task/46584/stat : 46584 (Common-Cleaner) S 46563 46566 44727 0 -1 4194368 2791 0 0 0 0 0 0 0 20 0 20 0 50041116 19521036288 4004569 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46586] ppid=46563 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/46566/task/46586/stat : 46586 (Timer-0) S 46563 46566 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50041283 19521036288 4004569 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
Current children cumulated CPU time: 3492.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16018276 KiB

[startup+3222.3 s]
/proc/loadavg: 4.61 4.69 4.68 5/340 46946
/proc/meminfo: memFree=89299348/131250000 swapFree=33010416/33010684
[pid=46566] ppid=46563 vsize=19063512 memory=16051172 CPUtime=3565.85 cores=1,3
/proc/46566/stat : 46566 (java) S 46563 46566 44727 0 -1 4194304 621292 0 0 0 356001 584 0 0 20 0 20 0 50041111 19521036288 4012793 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
/proc/46566/statm: 4765878 4012793 5552 1 0 4026938 0
[pid=46566/tid=46568] ppid=46563 vsize=19063512 memory=14720 CPUtime=3127.35 cores=1,3
/proc/46566/task/46568/stat : 46568 (java) R 46563 46566 44727 0 -1 4194368 390506 0 0 0 312421 314 0 0 20 0 20 0 50041113 19521036288 4012793 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46577] ppid=46563 vsize=19063512 memory=15982740 CPUtime=0 cores=1,3
/proc/46566/task/46577/stat : 46577 (Finalizer) S 46563 46566 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50041115 19521036288 4012793 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46584] ppid=46563 vsize=19063512 memory=16018276 CPUtime=0 cores=1,3
/proc/46566/task/46584/stat : 46584 (Common-Cleaner) S 46563 46566 44727 0 -1 4194368 2791 0 0 0 0 0 0 0 20 0 20 0 50041116 19521036288 4012793 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46586] ppid=46563 vsize=19063512 memory=16018276 CPUtime=0 cores=1,3
/proc/46566/task/46586/stat : 46586 (Timer-0) S 46563 46566 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50041283 19521036288 4012793 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
Current children cumulated CPU time: 3565.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16051172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3255.4 s]
/proc/loadavg: 4.40 4.63 4.66 5/340 46948
/proc/meminfo: memFree=89274660/131250000 swapFree=33010416/33010684
[pid=46566] ppid=46563 vsize=19063512 memory=16051172 CPUtime=3600.04 cores=1,3
/proc/46566/stat : 46566 (java) S 46563 46566 44727 0 -1 4194304 624539 0 0 0 359419 585 0 0 20 0 20 0 50041111 19521036288 4012793 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
/proc/46566/statm: 4765878 4012793 5552 1 0 4026938 0
[pid=46566/tid=46568] ppid=46563 vsize=19063512 memory=4252 CPUtime=3159.2 cores=1,3
/proc/46566/task/46568/stat : 46568 (java) R 46563 46566 44727 0 -1 4194368 392881 0 0 0 315606 314 0 0 20 0 20 0 50041113 19521036288 4012793 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46577] ppid=46563 vsize=19063512 memory=-6000919494164571755 CPUtime=0 cores=1,3
/proc/46566/task/46577/stat : 46577 (Finalizer) S 46563 46566 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50041115 19521036288 4012793 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46584] ppid=46563 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/46566/task/46584/stat : 46584 (Common-Cleaner) S 46563 46566 44727 0 -1 4194368 2840 0 0 0 0 0 0 0 20 0 20 0 50041116 19521036288 4012793 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
[pid=46566/tid=46586] ppid=46563 vsize=19063512 memory=2892 CPUtime=0 cores=1,3
/proc/46566/task/46586/stat : 46586 (Timer-0) S 46563 46566 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50041283 19521036288 4012793 18446744073709551615 94243229798400 94243229802096 140728472167104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94243229809912 94243229810704 94243234463744 140728472168830 140728472168934 140728472168934 140728472174536 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16051172 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.3 s, system=5.90399 s

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

[startup+3255.51 s]*
/proc/loadavg: 4.40 4.63 4.66 6/322 46951
/proc/meminfo: memFree=101836204/131250000 swapFree=33010416/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): 3255.54
CPU time (s): 3600.21
CPU user time (s): 3594.3
CPU system time (s): 5.90399
CPU usage (%): 110.587
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 16051172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.3
system time used= 5.90399
maximum resident set size= 16052068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 626150
page faults= 0
swaps= 0
block input operations= 0
block output operations= 23064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118378
involuntary context switches= 21669


# summary of solver processes directly reported to runsolver:
#   pid: 46566
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3594.3
#   total CPU system time (s): 5.90399

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.85439 second user time and 15.7629 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-01 06:20:12
IDJOB=4489650
IDBENCH=147559
IDSOLVER=3361
FILE ID=nodeC027/4489650-1751343612
RUNJOBID= nodeC027-1751336994-44739
SLURM_JOB_ID= 9594388
Free space on /tmp= 433012 MiB

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

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

MD5SUM BENCH= 37dc22c6a12cddf588c55f8d6ee6d8c2
RANDOM SEED=1471598616

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        103949904 kB
MemAvailable:   103637296 kB
Buffers:            2488 kB
Cached:           490016 kB
SwapCached:           12 kB
Active:         26445948 kB
Inactive:         190212 kB
Active(anon):   26158920 kB
Inactive(anon):     2792 kB
Active(file):     287028 kB
Inactive(file):   187420 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17524 kB
Writeback:             0 kB
AnonPages:      26147036 kB
Mapped:           123160 kB
Shmem:             18056 kB
KReclaimable:     103964 kB
Slab:             191936 kB
SReclaimable:     103964 kB
SUnreclaim:        87972 kB
KernelStack:        5200 kB
PageTables:        54788 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   26792436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  25739264 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432932 MiB
End job on nodeC027 at 2025-07-01 07:14:28