Trace number 4489834

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.24 3307.14

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_5.opb.PB06.opb
MD5SUM446effd89caaa2fd386cf7c17951a1a5
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 benchmark239
Best CPU time to get the best result obtained on this benchmark3587.14
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 494177
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 494177
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.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ANY
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/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.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4489834-1751345432.opb
0.12/0.16	c reading problem ... 
0.12/0.17	c  objective function found
2.36/1.59	c ... done. Wall clock time 1.427s.
2.36/1.59	c declared #vars     10000
2.36/1.59	c #constraints  656900
2.36/1.59	c constraints type 
2.36/1.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
2.36/1.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
2.36/1.59	c 656900 constraints processed.
2.50/1.60	c objective function length is 10000 literals
10.35/8.28	c cleaning 2498 clauses out of 5002
16.97/14.46	c cleaning 4247 clauses out of 8502
26.14/23.16	c cleaning 5618 clauses out of 11256
36.73/33.34	c cleaning 6812 clauses out of 13638
48.31/44.43	c cleaning 7913 clauses out of 15827
63.69/59.21	c cleaning 8950 clauses out of 17913
77.43/72.55	c cleaning 9951 clauses out of 19963
98.95/93.44	c cleaning 10999 clauses out of 22016
117.19/111.00	c cleaning 12006 clauses out of 24012
141.35/134.30	c cleaning 13002 clauses out of 26009
168.23/160.55	c cleaning 13990 clauses out of 28004
191.84/183.30	c cleaning 14992 clauses out of 30015
217.06/207.99	c cleaning 15982 clauses out of 32022
252.29/239.23	c cleaning 16995 clauses out of 34041
287.23/273.23	c cleaning 18020 clauses out of 36045
322.74/307.76	c cleaning 19004 clauses out of 38025
358.83/343.10	c cleaning 19985 clauses out of 40021
402.73/386.04	c cleaning 21009 clauses out of 42039
448.33/430.80	c cleaning 22009 clauses out of 44028
484.37/466.07	c cleaning 23006 clauses out of 46018
540.61/516.92	c cleaning 24004 clauses out of 48013
597.61/572.99	c cleaning 24975 clauses out of 50010
660.32/634.23	c cleaning 26002 clauses out of 52033
725.62/698.25	c cleaning 27010 clauses out of 54033
773.66/740.40	c cleaning 28000 clauses out of 56021
824.88/789.95	c cleaning 29004 clauses out of 58023
884.39/842.70	c cleaning 30008 clauses out of 60021
941.99/899.17	c cleaning 30984 clauses out of 62009
1028.49/979.06	c cleaning 32008 clauses out of 64025
1124.93/1073.36	c cleaning 32996 clauses out of 66017
1198.87/1139.41	c cleaning 33997 clauses out of 68022
1286.04/1224.45	c cleaning 35006 clauses out of 70025
1368.23/1298.54	c cleaning 36002 clauses out of 72019
1460.85/1382.56	c cleaning 37002 clauses out of 74018
1579.00/1490.94	c cleaning 37994 clauses out of 76014
1672.59/1574.58	c cleaning 38996 clauses out of 78021
1817.52/1707.87	c cleaning 39994 clauses out of 80024
1943.42/1822.47	c cleaning 41003 clauses out of 82031
2047.93/1916.71	c cleaning 41996 clauses out of 84028
2181.88/2040.26	c cleaning 43007 clauses out of 86035
2336.52/2172.93	c cleaning 44007 clauses out of 88025
2463.80/2287.57	c cleaning 45003 clauses out of 90022
2621.12/2431.51	c cleaning 45989 clauses out of 92017
2753.40/2550.72	c cleaning 46991 clauses out of 94026
2912.96/2688.90	c cleaning 48003 clauses out of 96035
3080.73/2840.68	c cleaning 49015 clauses out of 98033
3257.74/3003.88	c cleaning 50006 clauses out of 100020
3399.92/3132.80	c cleaning 50989 clauses out of 102010
3522.06/3241.36	c cleaning 51978 clauses out of 104021
3600.08/3307.02	c timeout
3600.08/3307.02	c starts		: 206
3600.08/3307.02	c conflicts		: 1450107
3600.08/3307.02	c decisions		: 1873386
3600.08/3307.02	c propagations		: 253310175
3600.08/3307.03	c inspects		: 5859582737
3600.08/3307.03	c shortcuts		: 0
3600.08/3307.03	c learnt literals	: 0
3600.08/3307.03	c learnt binary clauses	: 0
3600.08/3307.03	c learnt ternary clauses	: 0
3600.08/3307.03	c learnt constraints	: 1450106
3600.08/3307.03	c ignored constraints	: 0
3600.08/3307.03	c root simplifications	: 0
3600.08/3307.03	c removed literals (reason simplification)	: 0
3600.08/3307.03	c reason swapping (by a shorter reason)	: 0
3600.08/3307.03	c Calls to reduceDB	: 49
3600.08/3307.03	c Number of update (reduction) of LBD	: 0
3600.08/3307.03	c Imported unit clauses	: 0
3600.08/3307.03	c No decision after first conflict	: false
3600.08/3307.03	c number of reductions to clauses (during analyze)	: 0
3600.08/3307.03	c number of learned constraints concerned by reduction	: 0
3600.08/3307.03	c number of learning phase by resolution	: 0
3600.08/3307.03	c number of learning phase by cutting planes	: 0
3600.08/3307.03	c number of rounding to 1 operations	: 0
3600.08/3307.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3307.03	c number of reductions of the coefficients by power 2 	: 0
3600.08/3307.03	c number of right shift for reduction by power 2 	: 0
3600.08/3307.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3307.04	c number of ending skipping 	: 0
3600.08/3307.04	c number of internal skipping 	: 0
3600.08/3307.04	c number of derivation steps 	: 23521039
3600.08/3307.04	c number of skipped derivation steps 	: 0
3600.08/3307.04	c number of remaining unassigned 	: 0
3600.08/3307.04	c number of remaining assigned 	: 0
3600.08/3307.04	c number of falsified literals weakened from reason	: 0
3600.08/3307.04	c number of falsified literals weakened from conflict	: 0
3600.08/3307.04	c time for arithmetic operations	: 0
3600.08/3307.04	c minimum degree of deleted constraints	: null
3600.08/3307.04	c maximum degree of deleted constraints	: null
3600.08/3307.04	c number of deleted constraints	: 0
3600.08/3307.05	c speed (assignments/second)	: 76634.62995854998
3600.08/3307.05	c non guided choices	: 0
3600.08/3307.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 81149
3600.08/3307.09	s UNKNOWN
3600.08/3307.09	c Total wall clock time (in seconds): 3306.931

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489834-1751345432/watcher-4489834-1751345432 -o /tmp/evaluation-result-4489834-1751345432/solver-4489834-1751345432 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751339095-46194 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4489834-1751345432.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=47093, runsolver pid=47090

[startup+0.10006 s]*
/proc/loadavg: 4.92 4.98 4.98 7/337 47111
/proc/meminfo: memFree=111827148/131250000 swapFree=33010684/33010684
[pid=47093] ppid=47090 vsize=18930384 memory=55400 CPUtime=0.12 cores=1,3
/proc/47093/stat : 47093 (java) S 47090 47093 46182 0 -1 4194304 6490 0 0 0 10 2 0 0 20 0 18 0 50165787 19384713216 13850 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
/proc/47093/statm: 4732596 13850 5335 1 0 547558 0
[pid=47093/tid=47095] ppid=47090 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/47093/task/47095/stat : 47095 (java) R 47090 47093 46182 0 -1 4194368 5004 0 0 0 6 1 0 0 20 0 18 0 50165789 19384713216 13850 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47104] ppid=47090 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/47093/task/47104/stat : 47104 (Finalizer) S 47090 47093 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50165791 19384713216 13850 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47111] ppid=47090 vsize=18930384 memory=60684515937227 CPUtime=0 cores=1,3
/proc/47093/task/47111/stat : 47111 (Common-Cleaner) S 47090 47093 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 50165791 19384713216 13850 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55400 KiB

[startup+0.205735 s]*
/proc/loadavg: 4.92 4.98 4.98 7/337 47111
/proc/meminfo: memFree=111811836/131250000 swapFree=33010684/33010684
[pid=47093] ppid=47090 vsize=18930384 memory=68232 CPUtime=0.31 cores=1,3
/proc/47093/stat : 47093 (java) S 47090 47093 46182 0 -1 4194304 7057 0 0 0 29 2 0 0 20 0 18 0 50165787 19384713216 17058 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
/proc/47093/statm: 4732596 17058 5431 1 0 547951 0
[pid=47093/tid=47095] ppid=47090 vsize=18930384 memory=4026663196 CPUtime=0.18 cores=1,3
/proc/47093/task/47095/stat : 47095 (java) R 47090 47093 46182 0 -1 4194368 5326 0 0 0 16 2 0 0 20 0 18 0 50165789 19384713216 17058 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47104] ppid=47090 vsize=18930384 memory=16124 CPUtime=0 cores=1,3
/proc/47093/task/47104/stat : 47104 (Finalizer) S 47090 47093 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50165791 19384713216 17058 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47111] ppid=47090 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/47093/task/47111/stat : 47111 (Common-Cleaner) S 47090 47093 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 50165791 19384713216 17058 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68232 KiB

[startup+0.30572 s]*
/proc/loadavg: 4.92 4.98 4.98 6/337 47111
/proc/meminfo: memFree=111783228/131250000 swapFree=33010684/33010684
[pid=47093] ppid=47090 vsize=18930384 memory=99288 CPUtime=0.5 cores=1,3
/proc/47093/stat : 47093 (java) S 47090 47093 46182 0 -1 4194304 8751 0 0 0 47 3 0 0 20 0 18 0 50165787 19384713216 24822 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
/proc/47093/statm: 4732596 24822 5431 1 0 549057 0
[pid=47093/tid=47095] ppid=47090 vsize=18930384 memory=-6000919506999469419 CPUtime=0.27 cores=1,3
/proc/47093/task/47095/stat : 47095 (java) R 47090 47093 46182 0 -1 4194368 5370 0 0 0 25 2 0 0 20 0 18 0 50165789 19384713216 24822 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47104] ppid=47090 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/47093/task/47104/stat : 47104 (Finalizer) S 47090 47093 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50165791 19384713216 24822 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47111] ppid=47090 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/47093/task/47111/stat : 47111 (Common-Cleaner) S 47090 47093 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 50165791 19384713216 24822 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 99288 KiB

[startup+0.700208 s]
/proc/loadavg: 4.92 4.98 4.98 6/338 47112
/proc/meminfo: memFree=111721788/131250000 swapFree=33010684/33010684
[pid=47093] ppid=47090 vsize=18996948 memory=178340 CPUtime=1.27 cores=1,3
/proc/47093/stat : 47093 (java) S 47090 47093 46182 0 -1 4194304 11095 0 0 0 121 6 0 0 20 0 19 0 50165787 19452874752 44585 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
/proc/47093/statm: 4749237 44585 5463 1 0 550885 0
[pid=47093/tid=47095] ppid=47090 vsize=18996948 memory=17792 CPUtime=0.63 cores=1,3
/proc/47093/task/47095/stat : 47095 (java) R 47090 47093 46182 0 -1 4194368 5401 0 0 0 60 3 0 0 20 0 19 0 50165789 19452874752 44585 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47104] ppid=47090 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/47093/task/47104/stat : 47104 (Finalizer) S 47090 47093 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50165791 19452874752 44585 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47111] ppid=47090 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/47093/task/47111/stat : 47111 (Common-Cleaner) S 47090 47093 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 50165791 19452874752 44585 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 178340 KiB

[startup+1.50022 s]
/proc/loadavg: 4.92 4.98 4.98 5/338 47112
/proc/meminfo: memFree=111683856/131250000 swapFree=33010684/33010684
[pid=47093] ppid=47090 vsize=18996948 memory=418292 CPUtime=2.36 cores=1,3
/proc/47093/stat : 47093 (java) S 47090 47093 46182 0 -1 4194304 13411 0 0 0 225 11 0 0 20 0 19 0 50165787 19452874752 104573 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
/proc/47093/statm: 4749237 104573 5463 1 0 1078039 0
[pid=47093/tid=47095] ppid=47090 vsize=18996948 memory=3328 CPUtime=1.33 cores=1,3
/proc/47093/task/47095/stat : 47095 (java) R 47090 47093 46182 0 -1 4194368 5501 0 0 0 126 7 0 0 20 0 19 0 50165789 19452874752 104573 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47104] ppid=47090 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/47093/task/47104/stat : 47104 (Finalizer) S 47090 47093 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50165791 19452874752 104573 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47111] ppid=47090 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/47093/task/47111/stat : 47111 (Common-Cleaner) S 47090 47093 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 50165791 19452874752 104573 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 418292 KiB

[startup+3.1056 s]
/proc/loadavg: 4.85 4.97 4.97 6/339 47113
/proc/meminfo: memFree=111445592/131250000 swapFree=33010684/33010684
[pid=47093] ppid=47090 vsize=19063512 memory=438812 CPUtime=4.73 cores=1,3
/proc/47093/stat : 47093 (java) S 47090 47093 46182 0 -1 4194304 13903 0 0 0 460 13 0 0 20 0 20 0 50165787 19521036288 109703 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
/proc/47093/statm: 4765878 109703 5527 1 0 1078472 0
[pid=47093/tid=47095] ppid=47090 vsize=19063512 memory=10752 CPUtime=2.87 cores=1,3
/proc/47093/task/47095/stat : 47095 (java) R 47090 47093 46182 0 -1 4194368 5639 0 0 0 279 8 0 0 20 0 20 0 50165789 19521036288 109703 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47104] ppid=47090 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/47093/task/47104/stat : 47104 (Finalizer) S 47090 47093 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 109703 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47111] ppid=47090 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/47093/task/47111/stat : 47111 (Common-Cleaner) S 47090 47093 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 109703 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47113] ppid=47090 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/47093/task/47113/stat : 47113 (Timer-0) S 47090 47093 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50165949 19521036288 109703 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
Current children cumulated CPU time: 4.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 438812 KiB

[startup+6.30021 s]
/proc/loadavg: 4.85 4.97 4.97 5/339 47113
/proc/meminfo: memFree=110590008/131250000 swapFree=33010684/33010684
[pid=47093] ppid=47090 vsize=19063512 memory=1130228 CPUtime=8.34 cores=1,3
/proc/47093/stat : 47093 (java) S 47090 47093 46182 0 -1 4194304 19430 0 0 0 808 26 0 0 20 0 20 0 50165787 19521036288 282557 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
/proc/47093/statm: 4765878 282557 5527 1 0 1627851 0
[pid=47093/tid=47095] ppid=47090 vsize=19063512 memory=0 CPUtime=5.91 cores=1,3
/proc/47093/task/47095/stat : 47095 (java) R 47090 47093 46182 0 -1 4194368 6472 0 0 0 573 18 0 0 20 0 20 0 50165789 19521036288 282557 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47104] ppid=47090 vsize=19063512 memory=-8412654364016274332 CPUtime=0 cores=1,3
/proc/47093/task/47104/stat : 47104 (Finalizer) S 47090 47093 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 282557 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47111] ppid=47090 vsize=19063512 memory=-6000919506999469419 CPUtime=0 cores=1,3
/proc/47093/task/47111/stat : 47111 (Common-Cleaner) S 47090 47093 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 282557 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47113] ppid=47090 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/47093/task/47113/stat : 47113 (Timer-0) S 47090 47093 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50165949 19521036288 282557 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
Current children cumulated CPU time: 8.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1130228 KiB

[startup+12.7002 s]
/proc/loadavg: 4.86 4.97 4.97 5/339 47114
/proc/meminfo: memFree=109606968/131250000 swapFree=33010684/33010684
[pid=47093] ppid=47090 vsize=19063512 memory=1778932 CPUtime=15.19 cores=1,3
/proc/47093/stat : 47093 (java) S 47090 47093 46182 0 -1 4194304 22603 0 0 0 1482 37 0 0 20 0 20 0 50165787 19521036288 444733 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
/proc/47093/statm: 4765878 444733 5527 1 0 1627912 0
[pid=47093/tid=47095] ppid=47090 vsize=19063512 memory=0 CPUtime=11.96 cores=1,3
/proc/47093/task/47095/stat : 47095 (java) R 47090 47093 46182 0 -1 4194368 7624 0 0 0 1173 23 0 0 20 0 20 0 50165789 19521036288 444733 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47104] ppid=47090 vsize=19063512 memory=1764592 CPUtime=0 cores=1,3
/proc/47093/task/47104/stat : 47104 (Finalizer) S 47090 47093 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 444733 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47111] ppid=47090 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/47093/task/47111/stat : 47111 (Common-Cleaner) S 47090 47093 46182 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 444733 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47113] ppid=47090 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/47093/task/47113/stat : 47113 (Timer-0) S 47090 47093 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50165949 19521036288 444733 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
Current children cumulated CPU time: 15.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1778932 KiB

[startup+25.5003 s]
/proc/loadavg: 4.74 4.93 4.96 6/339 47114
/proc/meminfo: memFree=107574756/131250000 swapFree=33010684/33010684
[pid=47093] ppid=47090 vsize=19063512 memory=3047508 CPUtime=28.65 cores=1,3
/proc/47093/stat : 47093 (java) S 47090 47093 46182 0 -1 4194304 27305 0 0 0 2801 64 0 0 20 0 20 0 50165787 19521036288 761877 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
/proc/47093/statm: 4765878 761877 5527 1 0 1627999 0
[pid=47093/tid=47095] ppid=47090 vsize=19063512 memory=-6000919506999469419 CPUtime=24.04 cores=1,3
/proc/47093/task/47095/stat : 47095 (java) R 47090 47093 46182 0 -1 4194368 9524 0 0 0 2367 37 0 0 20 0 20 0 50165789 19521036288 761877 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47104] ppid=47090 vsize=19063512 memory=3027 CPUtime=0 cores=1,3
/proc/47093/task/47104/stat : 47104 (Finalizer) S 47090 47093 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 761877 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47111] ppid=47090 vsize=19063512 memory=2555700 CPUtime=0 cores=1,3
/proc/47093/task/47111/stat : 47111 (Common-Cleaner) S 47090 47093 46182 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 761877 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47113] ppid=47090 vsize=19063512 memory=2203440 CPUtime=0 cores=1,3
/proc/47093/task/47113/stat : 47113 (Timer-0) S 47090 47093 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50165949 19521036288 761877 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
Current children cumulated CPU time: 28.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3047508 KiB

[startup+51.1057 s]
/proc/loadavg: 4.64 4.89 4.95 5/339 47115
/proc/meminfo: memFree=104319224/131250000 swapFree=33010684/33010684
[pid=47093] ppid=47090 vsize=19063512 memory=4069664 CPUtime=55.45 cores=1,3
/proc/47093/stat : 47093 (java) S 47090 47093 46182 0 -1 4194304 37712 0 0 0 5461 84 0 0 20 0 20 0 50165787 19521036288 1017416 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
/proc/47093/statm: 4765878 1017416 5559 1 0 1628004 0
[pid=47093/tid=47095] ppid=47090 vsize=19063512 memory=3848448 CPUtime=48.43 cores=1,3
/proc/47093/task/47095/stat : 47095 (java) R 47090 47093 46182 0 -1 4194368 12072 0 0 0 4800 43 0 0 20 0 20 0 50165789 19521036288 1017416 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47104] ppid=47090 vsize=19063512 memory=-6000919506999469419 CPUtime=0 cores=1,3
/proc/47093/task/47104/stat : 47104 (Finalizer) S 47090 47093 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 1017416 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47111] ppid=47090 vsize=19063512 memory=3252472 CPUtime=0 cores=1,3
/proc/47093/task/47111/stat : 47111 (Common-Cleaner) S 47090 47093 46182 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 1017416 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47113] ppid=47090 vsize=19063512 memory=2901840 CPUtime=0 cores=1,3
/proc/47093/task/47113/stat : 47113 (Timer-0) S 47090 47093 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50165949 19521036288 1017416 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
Current children cumulated CPU time: 55.45 s

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

/proc/47093/task/47104/stat : 47104 (Finalizer) S 47090 47093 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 4033455 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47111] ppid=47090 vsize=19063512 memory=16133820 CPUtime=0 cores=1,3
/proc/47093/task/47111/stat : 47111 (Common-Cleaner) S 47090 47093 46182 0 -1 4194368 2832 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 4033455 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47113] ppid=47090 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/47093/task/47113/stat : 47113 (Timer-0) S 47090 47093 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50165949 19521036288 4033455 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
Current children cumulated CPU time: 3163.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16133820 KiB

[startup+2982.3 s]
/proc/loadavg: 4.53 4.59 4.61 5/340 47334
/proc/meminfo: memFree=65197260/131250000 swapFree=33010684/33010684
[pid=47093] ppid=47090 vsize=19063512 memory=16134076 CPUtime=3236.12 cores=1,3
/proc/47093/stat : 47093 (java) S 47090 47093 46182 0 -1 4194304 583856 0 0 0 323116 496 0 0 20 0 20 0 50165787 19521036288 4033519 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
/proc/47093/statm: 4765878 4033519 5559 1 0 4047271 0
[pid=47093/tid=47095] ppid=47090 vsize=19063512 memory=16134076 CPUtime=2897.77 cores=1,3
/proc/47093/task/47095/stat : 47095 (java) R 47090 47093 46182 0 -1 4194368 368485 0 0 0 289489 288 0 0 20 0 20 0 50165789 19521036288 4033519 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47104] ppid=47090 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/47093/task/47104/stat : 47104 (Finalizer) S 47090 47093 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 4033519 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47111] ppid=47090 vsize=19063512 memory=16134076 CPUtime=0 cores=1,3
/proc/47093/task/47111/stat : 47111 (Common-Cleaner) S 47090 47093 46182 0 -1 4194368 2875 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 4033519 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47113] ppid=47090 vsize=19063512 memory=16134076 CPUtime=0 cores=1,3
/proc/47093/task/47113/stat : 47113 (Timer-0) S 47090 47093 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50165949 19521036288 4033519 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
Current children cumulated CPU time: 3236.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16134076 KiB

[startup+3042.3 s]
/proc/loadavg: 4.57 4.58 4.61 6/340 47402
/proc/meminfo: memFree=76881232/131250000 swapFree=33010684/33010684
[pid=47093] ppid=47090 vsize=19063512 memory=16142300 CPUtime=3297.32 cores=1,3
/proc/47093/stat : 47093 (java) S 47090 47093 46182 0 -1 4194304 594618 0 0 0 329233 499 0 0 20 0 20 0 50165787 19521036288 4035575 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
/proc/47093/statm: 4765878 4035575 5559 1 0 4049359 0
[pid=47093/tid=47095] ppid=47090 vsize=19063512 memory=16134076 CPUtime=2956.23 cores=1,3
/proc/47093/task/47095/stat : 47095 (java) R 47090 47093 46182 0 -1 4194368 375912 0 0 0 295334 289 0 0 20 0 20 0 50165789 19521036288 4035575 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47104] ppid=47090 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/47093/task/47104/stat : 47104 (Finalizer) S 47090 47093 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 4035575 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47111] ppid=47090 vsize=19063512 memory=16142300 CPUtime=0 cores=1,3
/proc/47093/task/47111/stat : 47111 (Common-Cleaner) S 47090 47093 46182 0 -1 4194368 2885 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 4035575 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47113] ppid=47090 vsize=19063512 memory=16142300 CPUtime=0 cores=1,3
/proc/47093/task/47113/stat : 47113 (Timer-0) S 47090 47093 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50165949 19521036288 4035575 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
Current children cumulated CPU time: 3297.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16142300 KiB

[startup+3102.3 s]
/proc/loadavg: 4.48 4.56 4.60 5/340 47404
/proc/meminfo: memFree=76725720/131250000 swapFree=33010684/33010684
[pid=47093] ppid=47090 vsize=19063512 memory=16142556 CPUtime=3369.18 cores=1,3
/proc/47093/stat : 47093 (java) S 47090 47093 46182 0 -1 4194304 605221 0 0 0 336412 506 0 0 20 0 20 0 50165787 19521036288 4035639 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
/proc/47093/statm: 4765878 4035639 5559 1 0 4049407 0
[pid=47093/tid=47095] ppid=47090 vsize=19063512 memory=16142300 CPUtime=3014.94 cores=1,3
/proc/47093/task/47095/stat : 47095 (java) R 47090 47093 46182 0 -1 4194368 382351 0 0 0 301204 290 0 0 20 0 20 0 50165789 19521036288 4035639 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47104] ppid=47090 vsize=19063512 memory=16142300 CPUtime=0 cores=1,3
/proc/47093/task/47104/stat : 47104 (Finalizer) S 47090 47093 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 4035639 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47111] ppid=47090 vsize=19063512 memory=17792 CPUtime=0 cores=1,3
/proc/47093/task/47111/stat : 47111 (Common-Cleaner) S 47090 47093 46182 0 -1 4194368 2887 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 4035639 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47113] ppid=47090 vsize=19063512 memory=16142556 CPUtime=0 cores=1,3
/proc/47093/task/47113/stat : 47113 (Timer-0) S 47090 47093 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50165949 19521036288 4035639 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
Current children cumulated CPU time: 3369.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16142556 KiB

[startup+3162.3 s]
/proc/loadavg: 4.53 4.57 4.60 5/340 47406
/proc/meminfo: memFree=76562756/131250000 swapFree=33010684/33010684
[pid=47093] ppid=47090 vsize=19063512 memory=16142556 CPUtime=3430.4 cores=1,3
/proc/47093/stat : 47093 (java) S 47090 47093 46182 0 -1 4194304 609505 0 0 0 342532 508 0 0 20 0 20 0 50165787 19521036288 4035639 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
/proc/47093/statm: 4765878 4035639 5559 1 0 4049407 0
[pid=47093/tid=47095] ppid=47090 vsize=19063512 memory=16142300 CPUtime=3073.42 cores=1,3
/proc/47093/task/47095/stat : 47095 (java) R 47090 47093 46182 0 -1 4194368 385842 0 0 0 307052 290 0 0 20 0 20 0 50165789 19521036288 4035639 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47104] ppid=47090 vsize=19063512 memory=16142556 CPUtime=0 cores=1,3
/proc/47093/task/47104/stat : 47104 (Finalizer) S 47090 47093 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 4035639 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47111] ppid=47090 vsize=19063512 memory=16142556 CPUtime=0 cores=1,3
/proc/47093/task/47111/stat : 47111 (Common-Cleaner) S 47090 47093 46182 0 -1 4194368 2963 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 4035639 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47113] ppid=47090 vsize=19063512 memory=-6000919472673088875 CPUtime=0 cores=1,3
/proc/47093/task/47113/stat : 47113 (Timer-0) S 47090 47093 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50165949 19521036288 4035639 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
Current children cumulated CPU time: 3430.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16142556 KiB

[startup+3222.3 s]
/proc/loadavg: 4.57 4.57 4.60 5/340 47408
/proc/meminfo: memFree=76546248/131250000 swapFree=33010684/33010684
[pid=47093] ppid=47090 vsize=19063512 memory=16158972 CPUtime=3502.67 cores=1,3
/proc/47093/stat : 47093 (java) S 47090 47093 46182 0 -1 4194304 626295 0 0 0 349752 515 0 0 20 0 20 0 50165787 19521036288 4039743 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
/proc/47093/statm: 4765878 4039743 5559 1 0 4053583 0
[pid=47093/tid=47095] ppid=47090 vsize=19063512 memory=16142556 CPUtime=3131.69 cores=1,3
/proc/47093/task/47095/stat : 47095 (java) S 47090 47093 46182 0 -1 4194368 396877 0 0 0 312877 292 0 0 20 0 20 0 50165789 19521036288 4039743 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47104] ppid=47090 vsize=19063512 memory=17792 CPUtime=0 cores=1,3
/proc/47093/task/47104/stat : 47104 (Finalizer) S 47090 47093 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 4039743 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47111] ppid=47090 vsize=19063512 memory=16158972 CPUtime=0 cores=1,3
/proc/47093/task/47111/stat : 47111 (Common-Cleaner) S 47090 47093 46182 0 -1 4194368 3115 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 4039743 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47113] ppid=47090 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/47093/task/47113/stat : 47113 (Timer-0) S 47090 47093 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50165949 19521036288 4039743 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
Current children cumulated CPU time: 3502.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16158972 KiB

[startup+3282.3 s]
/proc/loadavg: 4.66 4.58 4.60 5/340 47410
/proc/meminfo: memFree=76394540/131250000 swapFree=33010684/33010684
[pid=47093] ppid=47090 vsize=19063512 memory=16184316 CPUtime=3575.06 cores=1,3
/proc/47093/stat : 47093 (java) S 47090 47093 46182 0 -1 4194304 641217 0 0 0 356986 520 0 0 20 0 20 0 50165787 19521036288 4046079 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
/proc/47093/statm: 4765878 4046079 5559 1 0 4059848 0
[pid=47093/tid=47095] ppid=47090 vsize=19063512 memory=16183676 CPUtime=3189.79 cores=1,3
/proc/47093/task/47095/stat : 47095 (java) R 47090 47093 46182 0 -1 4194368 405872 0 0 0 318685 294 0 0 20 0 20 0 50165789 19521036288 4046079 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47104] ppid=47090 vsize=19063512 memory=16183676 CPUtime=0 cores=1,3
/proc/47093/task/47104/stat : 47104 (Finalizer) S 47090 47093 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 4046079 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47111] ppid=47090 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/47093/task/47111/stat : 47111 (Common-Cleaner) S 47090 47093 46182 0 -1 4194368 3115 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 4046079 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47113] ppid=47090 vsize=19063512 memory=16184316 CPUtime=0 cores=1,3
/proc/47093/task/47113/stat : 47113 (Timer-0) S 47090 47093 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50165949 19521036288 4046079 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
Current children cumulated CPU time: 3575.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16184316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3307 s]*
/proc/loadavg: 4.56 4.56 4.59 6/340 47479
/proc/meminfo: memFree=90936908/131250000 swapFree=33010684/33010684
[pid=47093] ppid=47090 vsize=19063512 memory=16184316 CPUtime=3600.08 cores=1,3
/proc/47093/stat : 47093 (java) S 47090 47093 46182 0 -1 4194304 643702 0 0 0 359486 522 0 0 20 0 20 0 50165787 19521036288 4046079 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
/proc/47093/statm: 4765878 4046079 5559 1 0 4059848 0
[pid=47093/tid=47095] ppid=47090 vsize=19063512 memory=-6000919489886446955 CPUtime=3214.06 cores=1,3
/proc/47093/task/47095/stat : 47095 (java) R 47090 47093 46182 0 -1 4194368 407946 0 0 0 321112 294 0 0 20 0 20 0 50165789 19521036288 4046079 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47104] ppid=47090 vsize=19063512 memory=-4050210904893341586 CPUtime=0 cores=1,3
/proc/47093/task/47104/stat : 47104 (Finalizer) S 47090 47093 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 4046079 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47111] ppid=47090 vsize=19063512 memory=5088 CPUtime=0 cores=1,3
/proc/47093/task/47111/stat : 47111 (Common-Cleaner) S 47090 47093 46182 0 -1 4194368 3115 0 0 0 0 0 0 0 20 0 20 0 50165791 19521036288 4046079 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
[pid=47093/tid=47113] ppid=47090 vsize=19063512 memory=5056 CPUtime=0 cores=1,3
/proc/47093/task/47113/stat : 47113 (Timer-0) S 47090 47093 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50165949 19521036288 4046079 18446744073709551615 94401696661504 94401696665200 140728878674832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94401696673016 94401696673808 94401709809664 140728878680446 140728878680550 140728878680550 140728878686152 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16184316 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.97 s, system=5.26514 s

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

[startup+3307.11 s]*
/proc/loadavg: 4.56 4.56 4.59 6/322 47482
/proc/meminfo: memFree=95147104/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): 3307.14
CPU time (s): 3600.24
CPU user time (s): 3594.97
CPU system time (s): 5.26514
CPU usage (%): 108.862
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 16184316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.97
system time used= 5.26514
maximum resident set size= 16185212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 646120
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118249
involuntary context switches= 21646


# summary of solver processes directly reported to runsolver:
#   pid: 47093
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3594.97
#   total CPU system time (s): 5.26514

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7222 second user time and 10.7349 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-01 06:50:33
IDJOB=4489834
IDBENCH=147564
IDSOLVER=3361
FILE ID=nodeC028/4489834-1751345432
RUNJOBID= nodeC028-1751339095-46194
SLURM_JOB_ID= 9594403
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_5.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489834-1751345432/watcher-4489834-1751345432 -o /tmp/evaluation-result-4489834-1751345432/solver-4489834-1751345432 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751339095-46194 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4489834-1751345432.opb

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

MD5SUM BENCH= 446effd89caaa2fd386cf7c17951a1a5
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.085
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		: 3602.032
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		: 3623.735
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.092
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.080
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.082
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		: 3600.966
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:        111848032 kB
MemAvailable:   111730748 kB
Buffers:            3280 kB
Cached:           690376 kB
SwapCached:            0 kB
Active:         18357540 kB
Inactive:         433700 kB
Active(anon):   18115652 kB
Inactive(anon):        0 kB
Active(file):     241888 kB
Inactive(file):   433700 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17596 kB
Writeback:             0 kB
AnonPages:      18100288 kB
Mapped:           123128 kB
Shmem:             18068 kB
KReclaimable:      92736 kB
Slab:             178872 kB
SReclaimable:      92736 kB
SUnreclaim:        86136 kB
KernelStack:        5180 kB
PageTables:        38920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   22252840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151400 kB
VmallocChunk:          0 kB
Percpu:             3712 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17766400 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:40