Trace number 4489559

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 VeriPB 2025-06-06? (TO) 3600.28 3648.76

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
MD5SUMfd0e2798224bd891f728fecfed3c6d1b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark236
Best CPU time to get the best result obtained on this benchmark12722.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495618
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 495618
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.08/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.19	c See www.sat4j.org for details.
0.08/0.20	c version PB25.v20250606
0.08/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.23	c java.vm.version	22.0.1+8-16
0.26/0.23	c java.vm.vendor	Oracle Corporation
0.26/0.23	c sun.arch.data.model	64
0.26/0.23	c java.version		22.0.1
0.26/0.23	c os.name		Linux
0.26/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.23	c os.arch		amd64
0.26/0.24	c Free memory 		2104792832
0.26/0.24	c Max memory 		16282288128
0.26/0.24	c Total memory 		2113929216
0.26/0.25	c Number of processors 	2
0.60/0.44	c Pseudo Boolean Optimization by upper bound
0.60/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.60/0.44	c  - never skip resolution steps
0.60/0.44	c  - Auto-division on coefficients is disabled
0.60/0.44	c  - No postprocessing
0.60/0.44	c  - Conflict is considered as is when resolving
0.60/0.44	c  - Use constraints as they come during conflict analysis
0.60/0.44	c  - Weaken first using unassigned literals
0.60/0.44	c  - Bump strategy: ALWAYS_ONE
0.60/0.44	c  - Bumper: EFFECTIVE
0.60/0.44	c --- Begin Solver configuration ---
0.60/0.44	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.60/0.44	c Learn all clauses as in MiniSAT
0.60/0.44	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.60/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.60/0.44	c No reason simplification
0.60/0.44	c Dynamic restart strategy considering the size of the coefficients
0.60/0.44	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.60/0.44	c timeout=2147483s
0.60/0.44	c DB Simplification allowed=false
0.60/0.44	c Listener: none
0.60/0.44	c --- End Solver configuration ---
0.60/0.44	c solving HOME/instance-4489559-1751362023.opb
0.60/0.44	c reading problem ... 
0.60/0.44	c using VERIPB proof format
0.60/0.45	c  objective function found
16.72/13.98	c ... done. Wall clock time 13.535s.
16.72/13.98	c declared #vars     10000
16.72/13.98	c #constraints  656900
16.72/13.98	c constraints type 
16.72/13.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
16.72/13.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
16.72/13.98	c 656900 constraints processed.
16.72/13.99	c objective function length is 10000 literals
299.15/321.90	c cleaning 2493 clauses out of 5000 with flag 0/5000
653.07/674.84	c cleaning 4246 clauses out of 8507 with flag 0/11000
1140.92/1161.72	c cleaning 5626 clauses out of 11261 with flag 0/18000
1685.61/1713.64	c cleaning 6809 clauses out of 13636 with flag 0/26001
2328.66/2357.11	c cleaning 7905 clauses out of 15827 with flag 0/35001
3066.38/3100.57	c cleaning 8953 clauses out of 17923 with flag 0/45002
3600.01/3648.63	c starts		: 1
3600.01/3648.66	c conflicts		: 52185
3600.01/3648.66	c decisions		: 73603
3600.01/3648.66	c propagations		: 4673968
3600.01/3648.66	c inspects		: 198177733
3600.01/3648.67	c shortcuts		: 0
3600.01/3648.67	c learnt literals	: 0
3600.01/3648.67	c learnt binary clauses	: 0
3600.01/3648.67	c learnt ternary clauses	: 0
3600.01/3648.68	c learnt constraints	: 52184
3600.01/3648.68	c ignored constraints	: 0
3600.01/3648.68	c root simplifications	: 0
3600.01/3648.68	c removed literals (reason simplification)	: 0
3600.01/3648.68	c reason swapping (by a shorter reason)	: 0
3600.01/3648.68	c Calls to reduceDB	: 6
3600.01/3648.68	c Number of update (reduction) of LBD	: 80181
3600.01/3648.68	c Imported unit clauses	: 0
3600.01/3648.68	c No decision after first conflict	: false
3600.01/3648.68	c number of reductions to clauses (during analyze)	: 0
3600.01/3648.68	c number of learned constraints concerned by reduction	: 0
3600.01/3648.68	c number of learning phase by resolution	: 0
3600.01/3648.69	c number of learning phase by cutting planes	: 0
3600.01/3648.69	c number of rounding to 1 operations	: 0
3600.01/3648.69	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3648.69	c number of reductions of the coefficients by power 2 	: 0
3600.01/3648.69	c number of right shift for reduction by power 2 	: 0
3600.01/3648.69	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3648.69	c number of ending skipping 	: 0
3600.01/3648.69	c number of internal skipping 	: 0
3600.01/3648.69	c number of derivation steps 	: 1412966
3600.01/3648.69	c number of skipped derivation steps 	: 0
3600.01/3648.69	c number of remaining unassigned 	: 0
3600.01/3648.69	c number of remaining assigned 	: 0
3600.01/3648.69	c number of falsified literals weakened from reason	: 0
3600.01/3648.69	c number of falsified literals weakened from conflict	: 0
3600.01/3648.69	c time for arithmetic operations	: 0
3600.01/3648.70	c minimum degree of deleted constraints	: 1
3600.01/3648.70	c maximum degree of deleted constraints	: 1
3600.21/3648.70	c timeout
3600.21/3648.70	c number of deleted constraints	: 36032
3600.21/3648.70	c speed (assignments/second)	: 1285.9468488171217
3600.21/3648.70	c non guided choices	: 0
3600.21/3648.73	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 16153
3600.21/3648.73	s UNKNOWN
3600.21/3648.73	c Total wall clock time (in seconds): 3648.293

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489559-1751362023/watcher-4489559-1751362023 -o /tmp/evaluation-result-4489559-1751362023/solver-4489559-1751362023 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751362023-49771 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489559-1751362023 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489559-1751362023.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100181 s]*
/proc/loadavg: 2.74 3.79 3.98 12/318 49897
/proc/meminfo: memFree=129980684/131382112 swapFree=33010160/33010684
[pid=49821] ppid=49813 vsize=18930344 memory=45512 CPUtime=0.08 cores=0,2
/proc/49821/stat : 49821 (java) S 49813 49821 49761 0 -1 4194304 5384 0 69 0 4 4 0 0 20 0 18 0 51881282 19384672256 11378 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
/proc/49821/statm: 4732586 11378 4929 1 0 546673 0
[pid=49821/tid=49833] ppid=49813 vsize=18930344 memory=4026532124 CPUtime=0.05 cores=0,2
/proc/49821/task/49833/stat : 49833 (java) R 49813 49821 49761 0 -1 4194368 4528 0 69 0 3 2 0 0 20 0 18 0 51881286 19384672256 11378 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49866] ppid=49813 vsize=18930344 memory=1593 CPUtime=0 cores=0,2
/proc/49821/task/49866/stat : 49866 (Finalizer) S 49813 49821 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51881291 19384672256 11378 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49895] ppid=49813 vsize=18930344 memory=60693105869820 CPUtime=0 cores=0,2
/proc/49821/task/49895/stat : 49895 (Common-Cleaner) S 49813 49821 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 51881292 19384672256 11378 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45512 KiB

[startup+0.214896 s]*
/proc/loadavg: 2.74 3.79 3.98 8/320 49899
/proc/meminfo: memFree=129972244/131382112 swapFree=33010160/33010684
[pid=49821] ppid=49813 vsize=18930384 memory=51844 CPUtime=0.26 cores=0,2
/proc/49821/stat : 49821 (java) S 49813 49821 49761 0 -1 4194304 6112 0 69 0 22 4 0 0 20 0 18 0 51881282 19384713216 12961 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
/proc/49821/statm: 4732596 12961 5313 1 0 547253 0
[pid=49821/tid=49833] ppid=49813 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=0,2
/proc/49821/task/49833/stat : 49833 (java) R 49813 49821 49761 0 -1 4194368 4950 0 69 0 15 2 0 0 20 0 18 0 51881286 19384713216 12961 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49866] ppid=49813 vsize=18930384 memory=1593 CPUtime=0 cores=0,2
/proc/49821/task/49866/stat : 49866 (Finalizer) S 49813 49821 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51881291 19384713216 12961 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49895] ppid=49813 vsize=18930384 memory=60693105869820 CPUtime=0 cores=0,2
/proc/49821/task/49895/stat : 49895 (Common-Cleaner) S 49813 49821 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 51881292 19384713216 12961 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51844 KiB

[startup+0.317956 s]*
/proc/loadavg: 2.74 3.79 3.98 10/320 49899
/proc/meminfo: memFree=129958256/131382112 swapFree=33010160/33010684
[pid=49821] ppid=49813 vsize=18930384 memory=58088 CPUtime=0.43 cores=0,2
/proc/49821/stat : 49821 (java) S 49813 49821 49761 0 -1 4194304 6677 0 69 0 38 5 0 0 20 0 18 0 51881282 19384713216 14522 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
/proc/49821/statm: 4732596 14522 5313 1 0 547721 0
[pid=49821/tid=49833] ppid=49813 vsize=18930384 memory=-6000919485658325867 CPUtime=0.25 cores=0,2
/proc/49821/task/49833/stat : 49833 (java) R 49813 49821 49761 0 -1 4194368 5123 0 69 0 22 3 0 0 20 0 18 0 51881286 19384713216 14522 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49866] ppid=49813 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/49821/task/49866/stat : 49866 (Finalizer) S 49813 49821 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51881291 19384713216 14522 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49895] ppid=49813 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/49821/task/49895/stat : 49895 (Common-Cleaner) S 49813 49821 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 51881292 19384713216 14522 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58088 KiB

[startup+0.700367 s]
/proc/loadavg: 2.74 3.79 3.98 12/320 49899
/proc/meminfo: memFree=129937084/131382112 swapFree=33010160/33010684
[pid=49821] ppid=49813 vsize=18930384 memory=123980 CPUtime=1.11 cores=0,2
/proc/49821/stat : 49821 (java) S 49813 49821 49761 0 -1 4194304 8893 0 69 0 101 10 0 0 20 0 18 0 51881282 19384713216 30995 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
/proc/49821/statm: 4732596 30995 5409 1 0 549166 0
[pid=49821/tid=49833] ppid=49813 vsize=18930384 memory=17792 CPUtime=0.57 cores=0,2
/proc/49821/task/49833/stat : 49833 (java) R 49813 49821 49761 0 -1 4194368 5377 0 69 0 51 6 0 0 20 0 18 0 51881286 19384713216 30995 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49866] ppid=49813 vsize=18930384 memory=11264 CPUtime=0 cores=0,2
/proc/49821/task/49866/stat : 49866 (Finalizer) S 49813 49821 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51881291 19384713216 30995 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49895] ppid=49813 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/49821/task/49895/stat : 49895 (Common-Cleaner) S 49813 49821 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 51881292 19384713216 30995 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 123980 KiB

[startup+1.50028 s]
/proc/loadavg: 2.74 3.79 3.98 9/324 49903
/proc/meminfo: memFree=129038608/131382112 swapFree=33010160/33010684
[pid=49821] ppid=49813 vsize=18996948 memory=954596 CPUtime=2.65 cores=0,2
/proc/49821/stat : 49821 (java) S 49813 49821 49761 0 -1 4194304 18218 0 69 0 227 38 0 0 20 0 19 0 51881282 19452874752 238649 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
/proc/49821/statm: 4749237 238649 5473 1 0 553220 0
[pid=49821/tid=49833] ppid=49813 vsize=18996948 memory=3200 CPUtime=1.31 cores=0,2
/proc/49821/task/49833/stat : 49833 (java) R 49813 49821 49761 0 -1 4194368 5768 0 69 0 101 30 0 0 20 0 19 0 51881286 19452874752 238649 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49866] ppid=49813 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/49821/task/49866/stat : 49866 (Finalizer) S 49813 49821 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51881291 19452874752 238649 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49895] ppid=49813 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/49821/task/49895/stat : 49895 (Common-Cleaner) S 49813 49821 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 51881292 19452874752 238649 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 954596 KiB

[startup+3.1059 s]
/proc/loadavg: 3.16 3.86 4.01 6/324 49903
/proc/meminfo: memFree=117106244/131382112 swapFree=33010160/33010684
[pid=49821] ppid=49813 vsize=18996948 memory=3161920 CPUtime=5.48 cores=0,2
/proc/49821/stat : 49821 (java) S 49813 49821 49761 0 -1 4194304 22754 0 69 0 459 89 0 0 20 0 19 0 51881282 19452874752 790480 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
/proc/49821/statm: 4749237 790480 5473 1 0 1024903 0
[pid=49821/tid=49833] ppid=49813 vsize=18996948 memory=11264 CPUtime=2.85 cores=0,2
/proc/49821/task/49833/stat : 49833 (java) R 49813 49821 49761 0 -1 4194368 6860 0 69 0 206 79 0 0 20 0 19 0 51881286 19452874752 790480 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49866] ppid=49813 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/49821/task/49866/stat : 49866 (Finalizer) S 49813 49821 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51881291 19452874752 790480 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49895] ppid=49813 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/49821/task/49895/stat : 49895 (Common-Cleaner) S 49813 49821 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 51881292 19452874752 790480 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
Current children cumulated CPU time: 5.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3161920 KiB

[startup+6.3004 s]
/proc/loadavg: 3.16 3.86 4.01 6/324 49903
/proc/meminfo: memFree=111962272/131382112 swapFree=33010160/33010684
[pid=49821] ppid=49813 vsize=18996948 memory=4482140 CPUtime=8.76 cores=0,2
/proc/49821/stat : 49821 (java) S 49813 49821 49761 0 -1 4194304 24578 0 69 0 761 115 0 0 20 0 19 0 51881282 19452874752 1120535 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
/proc/49821/statm: 4749237 1120535 5473 1 0 1361209 0
[pid=49821/tid=49833] ppid=49813 vsize=18996948 memory=11264 CPUtime=5.86 cores=0,2
/proc/49821/task/49833/stat : 49833 (java) R 49813 49821 49761 0 -1 4194368 7889 0 69 0 481 105 0 0 20 0 19 0 51881286 19452874752 1120535 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49866] ppid=49813 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/49821/task/49866/stat : 49866 (Finalizer) S 49813 49821 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51881291 19452874752 1120535 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49895] ppid=49813 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/49821/task/49895/stat : 49895 (Common-Cleaner) S 49813 49821 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 51881292 19452874752 1120535 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
Current children cumulated CPU time: 8.76 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4482140 KiB

[startup+12.7003 s]
/proc/loadavg: 3.37 3.89 4.01 6/324 49903
/proc/meminfo: memFree=108888080/131382112 swapFree=33010160/33010684
[pid=49821] ppid=49813 vsize=18996948 memory=4928204 CPUtime=15.46 cores=0,2
/proc/49821/stat : 49821 (java) S 49813 49821 49761 0 -1 4194304 25961 0 69 0 1417 129 0 0 20 0 19 0 51881282 19452874752 1232051 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
/proc/49821/statm: 4749237 1232051 5473 1 0 1471936 0
[pid=49821/tid=49833] ppid=49813 vsize=18996948 memory=0 CPUtime=11.86 cores=0,2
/proc/49821/task/49833/stat : 49833 (java) R 49813 49821 49761 0 -1 4194368 8846 0 69 0 1068 118 0 0 20 0 19 0 51881286 19452874752 1232051 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49866] ppid=49813 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/49821/task/49866/stat : 49866 (Finalizer) S 49813 49821 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51881291 19452874752 1232051 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49895] ppid=49813 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/49821/task/49895/stat : 49895 (Common-Cleaner) S 49813 49821 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 51881292 19452874752 1232051 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
Current children cumulated CPU time: 15.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4928204 KiB

[startup+25.5005 s]
/proc/loadavg: 3.47 3.89 4.01 7/328 49908
/proc/meminfo: memFree=108844308/131382112 swapFree=33010160/33010684
[pid=49821] ppid=49813 vsize=19063512 memory=4939348 CPUtime=30.27 cores=0,2
/proc/49821/stat : 49821 (java) S 49813 49821 49761 0 -1 4194304 33359 0 69 0 2894 133 0 0 20 0 20 0 51881282 19521036288 1234837 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
/proc/49821/statm: 4765878 1234837 5505 1 0 1472543 0
[pid=49821/tid=49833] ppid=49813 vsize=19063512 memory=0 CPUtime=24.44 cores=0,2
/proc/49821/task/49833/stat : 49833 (java) R 49813 49821 49761 0 -1 4194368 10441 0 69 0 2325 119 0 0 20 0 20 0 51881286 19521036288 1234837 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49866] ppid=49813 vsize=19063512 memory=4937108 CPUtime=0 cores=0,2
/proc/49821/task/49866/stat : 49866 (Finalizer) S 49813 49821 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1234837 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49895] ppid=49813 vsize=19063512 memory=4937108 CPUtime=0 cores=0,2
/proc/49821/task/49895/stat : 49895 (Common-Cleaner) S 49813 49821 49761 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1234837 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49908] ppid=49813 vsize=19063512 memory=4488400 CPUtime=0 cores=0,2
/proc/49821/task/49908/stat : 49908 (Timer-0) S 49813 49821 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882687 19521036288 1234837 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
Current children cumulated CPU time: 30.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4939348 KiB

[startup+51.1133 s]
/proc/loadavg: 3.81 3.93 4.02 6/328 49908
/proc/meminfo: memFree=108838120/131382112 swapFree=33010160/33010684
[pid=49821] ppid=49813 vsize=19063512 memory=4939476 CPUtime=56.45 cores=0,2
/proc/49821/stat : 49821 (java) S 49813 49821 49761 0 -1 4194304 38185 0 69 0 5511 134 0 0 20 0 20 0 51881282 19521036288 1234869 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
/proc/49821/statm: 4765878 1234869 5505 1 0 1472559 0
[pid=49821/tid=49833] ppid=49813 vsize=19063512 memory=4939476 CPUtime=50 cores=0,2
/proc/49821/task/49833/stat : 49833 (java) R 49813 49821 49761 0 -1 4194368 11348 0 69 0 4881 119 0 0 20 0 20 0 51881286 19521036288 1234869 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49866] ppid=49813 vsize=19063512 memory=4939476 CPUtime=0 cores=0,2
/proc/49821/task/49866/stat : 49866 (Finalizer) S 49813 49821 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1234869 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49895] ppid=49813 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/49821/task/49895/stat : 49895 (Common-Cleaner) S 49813 49821 49761 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1234869 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49908] ppid=49813 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/49821/task/49908/stat : 49908 (Timer-0) S 49813 49821 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882687 19521036288 1234869 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
Current children cumulated CPU time: 56.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4939476 KiB

[startup+102.3 s]

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

[startup+3342.3 s]
/proc/loadavg: 4.17 4.17 4.18 6/328 50087
/proc/meminfo: memFree=103170336/131382112 swapFree=33010160/33010684
[pid=49821] ppid=49813 vsize=19063512 memory=5829220 CPUtime=3300.29 cores=0,2
/proc/49821/stat : 49821 (java) S 49813 49821 49761 0 -1 4194304 221712 0 69 0 329788 241 0 0 20 0 20 0 51881282 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
/proc/49821/statm: 4765878 1457305 5537 1 0 1472965 0
[pid=49821/tid=49833] ppid=49813 vsize=19063512 memory=5829220 CPUtime=3269.86 cores=0,2
/proc/49821/task/49833/stat : 49833 (java) R 49813 49821 49761 0 -1 4194368 122217 0 69 0 326849 137 0 0 20 0 20 0 51881286 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49866] ppid=49813 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/49821/task/49866/stat : 49866 (Finalizer) S 49813 49821 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49895] ppid=49813 vsize=19063512 memory=5829220 CPUtime=0 cores=0,2
/proc/49821/task/49895/stat : 49895 (Common-Cleaner) S 49813 49821 49761 0 -1 4194368 2784 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49908] ppid=49813 vsize=19063512 memory=-6000919494248260459 CPUtime=0 cores=0,2
/proc/49821/task/49908/stat : 49908 (Timer-0) S 49813 49821 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882687 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
Current children cumulated CPU time: 3300.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5829220 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.16 4.17 6/328 50089
/proc/meminfo: memFree=103156860/131382112 swapFree=33010160/33010684
[pid=49821] ppid=49813 vsize=19063512 memory=5829220 CPUtime=3360.32 cores=0,2
/proc/49821/stat : 49821 (java) S 49813 49821 49761 0 -1 4194304 224885 0 69 0 335789 243 0 0 20 0 20 0 51881282 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
/proc/49821/statm: 4765878 1457305 5537 1 0 1472965 0
[pid=49821/tid=49833] ppid=49813 vsize=19063512 memory=11264 CPUtime=3329.6 cores=0,2
/proc/49821/task/49833/stat : 49833 (java) R 49813 49821 49761 0 -1 4194368 123887 0 69 0 332823 137 0 0 20 0 20 0 51881286 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49866] ppid=49813 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/49821/task/49866/stat : 49866 (Finalizer) S 49813 49821 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49895] ppid=49813 vsize=19063512 memory=5829220 CPUtime=0 cores=0,2
/proc/49821/task/49895/stat : 49895 (Common-Cleaner) S 49813 49821 49761 0 -1 4194368 2784 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49908] ppid=49813 vsize=19063512 memory=5829220 CPUtime=0 cores=0,2
/proc/49821/task/49908/stat : 49908 (Timer-0) S 49813 49821 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882687 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
Current children cumulated CPU time: 3360.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5829220 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.16 4.17 6/328 50091
/proc/meminfo: memFree=103157652/131382112 swapFree=33010160/33010684
[pid=49821] ppid=49813 vsize=19063512 memory=5829220 CPUtime=3419.91 cores=0,2
/proc/49821/stat : 49821 (java) S 49813 49821 49761 0 -1 4194304 227781 0 69 0 341746 245 0 0 20 0 20 0 51881282 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
/proc/49821/statm: 4765878 1457305 5537 1 0 1472965 0
[pid=49821/tid=49833] ppid=49813 vsize=19063512 memory=11264 CPUtime=3388.34 cores=0,2
/proc/49821/task/49833/stat : 49833 (java) R 49813 49821 49761 0 -1 4194368 124944 0 69 0 338697 137 0 0 20 0 20 0 51881286 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49866] ppid=49813 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/49821/task/49866/stat : 49866 (Finalizer) S 49813 49821 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49895] ppid=49813 vsize=19063512 memory=5829220 CPUtime=0 cores=0,2
/proc/49821/task/49895/stat : 49895 (Common-Cleaner) S 49813 49821 49761 0 -1 4194368 2858 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49908] ppid=49813 vsize=19063512 memory=5829220 CPUtime=0 cores=0,2
/proc/49821/task/49908/stat : 49908 (Timer-0) S 49813 49821 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882687 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
Current children cumulated CPU time: 3419.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5829220 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.14 4.17 6/327 50093
/proc/meminfo: memFree=103156992/131382112 swapFree=33010160/33010684
[pid=49821] ppid=49813 vsize=19063512 memory=5829220 CPUtime=3479.8 cores=0,2
/proc/49821/stat : 49821 (java) S 49813 49821 49761 0 -1 4194304 230427 0 69 0 347734 246 0 0 20 0 20 0 51881282 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
/proc/49821/statm: 4765878 1457305 5537 1 0 1472965 0
[pid=49821/tid=49833] ppid=49813 vsize=19063512 memory=5829220 CPUtime=3448.2 cores=0,2
/proc/49821/task/49833/stat : 49833 (java) R 49813 49821 49761 0 -1 4194368 127542 0 69 0 344683 137 0 0 20 0 20 0 51881286 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49866] ppid=49813 vsize=19063512 memory=5829220 CPUtime=0 cores=0,2
/proc/49821/task/49866/stat : 49866 (Finalizer) S 49813 49821 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49895] ppid=49813 vsize=19063512 memory=5829220 CPUtime=0.01 cores=0,2
/proc/49821/task/49895/stat : 49895 (Common-Cleaner) S 49813 49821 49761 0 -1 4194368 2903 0 0 0 0 1 0 0 20 0 20 0 51881292 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49908] ppid=49813 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/49821/task/49908/stat : 49908 (Timer-0) S 49813 49821 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882687 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
Current children cumulated CPU time: 3479.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5829220 KiB

[startup+3582.3 s]
/proc/loadavg: 4.25 4.17 4.18 6/326 50095
/proc/meminfo: memFree=103155280/131382112 swapFree=33010160/33010684
[pid=49821] ppid=49813 vsize=19063512 memory=5829220 CPUtime=3540.01 cores=0,2
/proc/49821/stat : 49821 (java) S 49813 49821 49761 0 -1 4194304 233086 0 69 0 353753 248 0 0 20 0 20 0 51881282 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
/proc/49821/statm: 4765878 1457305 5537 1 0 1472965 0
[pid=49821/tid=49833] ppid=49813 vsize=19063512 memory=164 CPUtime=3507.76 cores=0,2
/proc/49821/task/49833/stat : 49833 (java) R 49813 49821 49761 0 -1 4194368 128811 0 69 0 350638 138 0 0 20 0 20 0 51881286 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49866] ppid=49813 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/49821/task/49866/stat : 49866 (Finalizer) S 49813 49821 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49895] ppid=49813 vsize=19063512 memory=5829220 CPUtime=0.01 cores=0,2
/proc/49821/task/49895/stat : 49895 (Common-Cleaner) S 49813 49821 49761 0 -1 4194368 2904 0 0 0 0 1 0 0 20 0 20 0 51881292 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49908] ppid=49813 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/49821/task/49908/stat : 49908 (Timer-0) S 49813 49821 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882687 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
Current children cumulated CPU time: 3540.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5829220 KiB

[startup+3642.3 s]
/proc/loadavg: 4.23 4.19 4.18 2/325 50097
/proc/meminfo: memFree=103154576/131382112 swapFree=33010160/33010684
[pid=49821] ppid=49813 vsize=19063512 memory=5829220 CPUtime=3593.72 cores=0,2
/proc/49821/stat : 49821 (java) S 49813 49821 49761 0 -1 4194304 234498 0 69 0 359123 249 0 0 20 0 20 0 51881282 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
/proc/49821/statm: 4765878 1457305 5537 1 0 1472965 0
[pid=49821/tid=49833] ppid=49813 vsize=19063512 memory=5829220 CPUtime=3561.05 cores=0,2
/proc/49821/task/49833/stat : 49833 (java) R 49813 49821 49761 0 -1 4194368 130070 0 69 0 355967 138 0 0 20 0 20 0 51881286 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49866] ppid=49813 vsize=19063512 memory=12288 CPUtime=0 cores=0,2
/proc/49821/task/49866/stat : 49866 (Finalizer) S 49813 49821 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49895] ppid=49813 vsize=19063512 memory=14720 CPUtime=0.01 cores=0,2
/proc/49821/task/49895/stat : 49895 (Common-Cleaner) S 49813 49821 49761 0 -1 4194368 2944 0 0 0 0 1 0 0 20 0 20 0 51881292 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49908] ppid=49813 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/49821/task/49908/stat : 49908 (Timer-0) S 49813 49821 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882687 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
Current children cumulated CPU time: 3593.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5829220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3648.6 s]
/proc/loadavg: 4.21 4.18 4.18 5/323 50162
/proc/meminfo: memFree=109198740/131382112 swapFree=33010160/33010684
[pid=49821] ppid=49813 vsize=19063512 memory=5829220 CPUtime=3600.01 cores=0,2
/proc/49821/stat : 49821 (java) S 49813 49821 49761 0 -1 4194304 234684 0 69 0 359752 249 0 0 20 0 20 0 51881282 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
/proc/49821/statm: 4765878 1457305 5537 1 0 1472965 0
[pid=49821/tid=49833] ppid=49813 vsize=19063512 memory=14720 CPUtime=3567.33 cores=0,2
/proc/49821/task/49833/stat : 49833 (java) R 49813 49821 49761 0 -1 4194368 130256 0 69 0 356595 138 0 0 20 0 20 0 51881286 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49866] ppid=49813 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/49821/task/49866/stat : 49866 (Finalizer) S 49813 49821 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49895] ppid=49813 vsize=19063512 memory=11264 CPUtime=0.01 cores=0,2
/proc/49821/task/49895/stat : 49895 (Common-Cleaner) S 49813 49821 49761 0 -1 4194368 2944 0 0 0 0 1 0 0 20 0 20 0 51881292 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49908] ppid=49813 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/49821/task/49908/stat : 49908 (Timer-0) S 49813 49821 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882687 19521036288 1457305 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5829220 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.76 s, system=2.52172 s

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

[startup+3648.7 s]
/proc/loadavg: 4.21 4.18 4.18 5/323 50162
/proc/meminfo: memFree=109198740/131382112 swapFree=33010160/33010684
[pid=49821] ppid=49813 vsize=19263204 memory=5830244 CPUtime=3600.21 cores=0,2
/proc/49821/stat : 49821 (java) S 49813 49821 49761 0 -1 4194304 237234 0 69 0 359771 250 0 0 20 0 21 0 51881282 19725520896 1457561 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
/proc/49821/statm: 4815801 1457561 5569 1 0 1473884 0
[pid=49821/tid=49833] ppid=49813 vsize=19263204 memory=5829220 CPUtime=3567.43 cores=0,2
/proc/49821/task/49833/stat : 49833 (java) S 49813 49821 49761 0 -1 4194368 130398 0 69 0 356605 138 0 0 20 0 21 0 51881286 19725520896 1457561 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49866] ppid=49813 vsize=19263204 memory=12288 CPUtime=0 cores=0,2
/proc/49821/task/49866/stat : 49866 (Finalizer) S 49813 49821 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 51881291 19725520896 1457561 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
[pid=49821/tid=49895] ppid=49813 vsize=19263204 memory=5829220 CPUtime=0.01 cores=0,2
/proc/49821/task/49895/stat : 49895 (Common-Cleaner) S 49813 49821 49761 0 -1 4194368 2944 0 0 0 0 1 0 0 20 0 21 0 51881292 19725520896 1457561 18446744073709551615 94579334971392 94579334975088 140724008428576 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94579334982904 94579334983696 94579355365376 140724008433965 140724008434150 140724008434150 140724008439752 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5830244 KiB

Child status: 143

Real time (s): 3648.76
CPU time (s): 3600.28
CPU user time (s): 3597.76
CPU system time (s): 2.52172
CPU usage (%): 98.6713
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5830244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.76
system time used= 2.52172
maximum resident set size= 5830372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237566
page faults= 69
swaps= 0
block input operations= 0
block output operations= 35544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115706
involuntary context switches= 10679


# summary of solver processes directly reported to runsolver:
#   pid: 49821
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3597.76
#   total CPU system time (s): 2.52172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6309 second user time and 36.5023 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-01 11:27:04
IDJOB=4489559
IDBENCH=147557
IDSOLVER=3362
FILE ID=nodeC001/4489559-1751362023
RUNJOBID= nodeC001-1751362023-49771
SLURM_JOB_ID= 9598175
Free space on /tmp= 432992 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489559-1751362023/watcher-4489559-1751362023 -o /tmp/evaluation-result-4489559-1751362023/solver-4489559-1751362023 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751362023-49771 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489559-1751362023 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489559-1751362023.opb

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

MD5SUM BENCH= fd0e2798224bd891f728fecfed3c6d1b
RANDOM SEED=259368923

nodeC001 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	: 0xb00001f
cpu MHz		: 1296.931
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.154
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.244
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1296.914
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1297.079
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1296.905
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.179
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.132
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130040200 kB
MemAvailable:   129893036 kB
Buffers:            2128 kB
Cached:           657068 kB
SwapCached:           28 kB
Active:           365992 kB
Inactive:         358224 kB
Active(anon):      72572 kB
Inactive(anon):    10380 kB
Active(file):     293420 kB
Inactive(file):   347844 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             68048 kB
Writeback:            12 kB
AnonPages:         68732 kB
Mapped:           102764 kB
Shmem:             17932 kB
KReclaimable:     102012 kB
Slab:             185728 kB
SReclaimable:     102012 kB
SUnreclaim:        83716 kB
KernelStack:        3856 kB
PageTables:         2776 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC001 at 2025-07-01 12:27:53