Trace number 4502333

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 Resolution VeriPB 2025-06-06? (TO) 3425.13 3700.1

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-neos-544324.opb
MD5SUM8c6c1213a1160c9558cfabfe880ab91b
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 benchmark15
Best CPU time to get the best result obtained on this benchmark17.6804
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10080
Total number of constraints732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)732
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint168
Maximum length of a constraint3680
Number of terms in the objective function 10080
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10080
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 10080
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4502333-1751425757.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  objective function found
2.17/1.31	c ... done. Wall clock time 1.187s.
2.17/1.31	c declared #vars     10080
2.17/1.31	c #constraints  732
2.17/1.31	c constraints type 
2.17/1.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 732
2.17/1.31	c 732 constraints processed.
2.17/1.32	c objective function length is 10080 literals
11.58/8.35	c cleaning 2508 clauses out of 5018 with flag 10593/5018
19.54/15.75	c cleaning 4260 clauses out of 8523 with flag 22641/11031
26.95/22.62	c cleaning 5622 clauses out of 11247 with flag 36612/18015
35.42/32.29	c cleaning 6813 clauses out of 13629 with flag 52623/26019
45.45/41.68	c cleaning 7903 clauses out of 15809 with flag 70613/35012
61.00/56.79	c cleaning 8939 clauses out of 17899 with flag 91937/45005
86.44/81.49	c cleaning 9987 clauses out of 19978 with flag 114810/56023
107.14/101.31	c cleaning 11023 clauses out of 22048 with flag 144939/68080
214.40/208.14	c cleaning 11973 clauses out of 23946 with flag 205337/81001
325.06/321.10	c cleaning 12989 clauses out of 25978 with flag 303850/95006
439.74/445.84	c cleaning 14047 clauses out of 28096 with flag 341717/110113
581.43/594.74	c cleaning 14974 clauses out of 29948 with flag 373515/126012
773.05/799.74	c cleaning 16032 clauses out of 32063 with flag 407693/143101
1011.57/1043.83	c cleaning 17020 clauses out of 34039 with flag 443709/161109
1317.37/1362.03	c cleaning 17961 clauses out of 35921 with flag 481522/180011
1677.57/1730.13	c cleaning 19264 clauses out of 38527 with flag 522696/200578
1944.19/2001.74	c cleaning 20038 clauses out of 40076 with flag 564331/221391
2241.14/2314.66	c cleaning 21067 clauses out of 42133 with flag 608529/243486
2564.57/2641.96	c cleaning 21876 clauses out of 43751 with flag 653920/266171
2936.84/3015.58	c cleaning 22971 clauses out of 45941 with flag 702083/290237
3335.36/3587.95	c cleaning 24171 clauses out of 48342 with flag 752830/315609
3425.00/3700.02	c starts		: 52
3425.00/3700.03	c conflicts		: 322285
3425.00/3700.03	c decisions		: 1397670
3425.00/3700.03	c propagations		: 131522528
3425.00/3700.03	c inspects		: 2089016561
3425.00/3700.03	c timeout
3425.00/3700.03	c shortcuts		: 0
3425.00/3700.03	c learnt literals	: 0
3425.00/3700.03	c learnt binary clauses	: 0
3425.00/3700.03	c learnt ternary clauses	: 0
3425.00/3700.03	c learnt constraints	: 322285
3425.00/3700.03	c ignored constraints	: 0
3425.00/3700.03	c root simplifications	: 0
3425.00/3700.03	c removed literals (reason simplification)	: 183479449
3425.00/3700.03	c reason swapping (by a shorter reason)	: 0
3425.00/3700.03	c Calls to reduceDB	: 21
3425.00/3700.03	c Number of update (reduction) of LBD	: 23404
3425.00/3700.03	c Imported unit clauses	: 0
3425.00/3700.03	c No decision after first conflict	: false
3425.00/3700.03	c number of reductions to clauses (during analyze)	: 0
3425.00/3700.03	c number of learned constraints concerned by reduction	: 0
3425.00/3700.03	c number of learning phase by resolution	: 0
3425.00/3700.03	c number of learning phase by cutting planes	: 0
3425.00/3700.03	c number of rounding to 1 operations	: 0
3425.00/3700.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3425.00/3700.03	c number of reductions of the coefficients by power 2 	: 0
3425.00/3700.03	c number of right shift for reduction by power 2 	: 0
3425.00/3700.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3425.00/3700.03	c number of ending skipping 	: 0
3425.00/3700.03	c number of internal skipping 	: 0
3425.00/3700.03	c number of derivation steps 	: 0
3425.00/3700.03	c number of skipped derivation steps 	: 0
3425.00/3700.03	c number of remaining unassigned 	: 0
3425.00/3700.03	c number of remaining assigned 	: 0
3425.00/3700.03	c number of falsified literals weakened from reason	: 0
3425.00/3700.03	c number of falsified literals weakened from conflict	: 0
3425.00/3700.03	c time for arithmetic operations	: 0
3425.00/3700.03	c minimum degree of deleted constraints	: null
3425.00/3700.03	c maximum degree of deleted constraints	: null
3425.00/3700.03	c number of deleted constraints	: 0
3425.00/3700.03	c speed (assignments/second)	: 35559.31521515784
3425.00/3700.03	c non guided choices	: 3186
3425.00/3700.06	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 30847
3425.00/3700.06	s UNKNOWN
3425.00/3700.06	c Total wall clock time (in seconds): 3699.932

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502333-1751425757/watcher-4502333-1751425757 -o /tmp/evaluation-result-4502333-1751425757/solver-4502333-1751425757 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751422121-58942 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4502333-1751425757 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4502333-1751425757.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Starting watchdog thread
solver pid=59617, runsolver pid=59614
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 3.13 3.10 3.05 4/315 59635
/proc/meminfo: memFree=128578424/131249996 swapFree=33010160/33010684
[pid=59617] ppid=59614 vsize=18930384 memory=61492 CPUtime=0.13 cores=5,7
/proc/59617/stat : 59617 (java) S 59614 59617 58903 0 -1 4194304 6495 0 0 0 11 2 0 0 20 0 18 0 58254140 19384713216 15373 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
/proc/59617/statm: 4732596 15373 5337 1 0 547622 0
[pid=59617/tid=59619] ppid=59614 vsize=18930384 memory=4026531959 CPUtime=0.08 cores=5,7
/proc/59617/task/59619/stat : 59619 (java) R 59614 59617 58903 0 -1 4194368 5077 0 0 0 7 1 0 0 20 0 18 0 58254142 19384713216 15373 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59628] ppid=59614 vsize=18930384 memory=215637821742 CPUtime=0 cores=5,7
/proc/59617/task/59628/stat : 59628 (Finalizer) S 59614 59617 58903 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 58254144 19384713216 15373 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59635] ppid=59614 vsize=18930384 memory=33750 CPUtime=0 cores=5,7
/proc/59617/task/59635/stat : 59635 (Common-Cleaner) S 59614 59617 58903 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 58254144 19384713216 15373 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61492 KiB

[startup+0.205625 s]*
/proc/loadavg: 3.28 3.13 3.06 6/315 59635
/proc/meminfo: memFree=128556432/131249996 swapFree=33010160/33010684
[pid=59617] ppid=59614 vsize=18930384 memory=76892 CPUtime=0.33 cores=5,7
/proc/59617/stat : 59617 (java) S 59614 59617 58903 0 -1 4194304 7329 0 0 0 30 3 0 0 20 0 18 0 58254140 19384713216 19223 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
/proc/59617/statm: 4732596 19223 5433 1 0 548295 0
[pid=59617/tid=59619] ppid=59614 vsize=18930384 memory=4026731035 CPUtime=0.18 cores=5,7
/proc/59617/task/59619/stat : 59619 (java) R 59614 59617 58903 0 -1 4194368 5261 0 0 0 16 2 0 0 20 0 18 0 58254142 19384713216 19223 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59628] ppid=59614 vsize=18930384 memory=211342852430 CPUtime=0 cores=5,7
/proc/59617/task/59628/stat : 59628 (Finalizer) S 59614 59617 58903 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 58254144 19384713216 19735 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59635] ppid=59614 vsize=18930384 memory=54087446200353 CPUtime=0 cores=5,7
/proc/59617/task/59635/stat : 59635 (Common-Cleaner) S 59614 59617 58903 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 58254144 19384713216 19735 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 76892 KiB

[startup+0.305544 s]*
/proc/loadavg: 3.28 3.13 3.06 7/315 59635
/proc/meminfo: memFree=128519380/131249996 swapFree=33010160/33010684
[pid=59617] ppid=59614 vsize=18930384 memory=114060 CPUtime=0.52 cores=5,7
/proc/59617/stat : 59617 (java) S 59614 59617 58903 0 -1 4194304 9043 0 0 0 48 4 0 0 20 0 18 0 58254140 19384713216 28515 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
/proc/59617/statm: 4732596 28515 5433 1 0 549340 0
[pid=59617/tid=59619] ppid=59614 vsize=18930384 memory=-6000919489953424234 CPUtime=0.28 cores=5,7
/proc/59617/task/59619/stat : 59619 (java) R 59614 59617 58903 0 -1 4194368 5279 0 0 0 25 3 0 0 20 0 18 0 58254142 19384713216 28515 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59628] ppid=59614 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/59617/task/59628/stat : 59628 (Finalizer) S 59614 59617 58903 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 58254144 19384713216 28515 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59635] ppid=59614 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/59617/task/59635/stat : 59635 (Common-Cleaner) S 59614 59617 58903 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 58254144 19384713216 28515 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 114060 KiB

[startup+0.7002 s]
/proc/loadavg: 3.28 3.13 3.06 7/316 59636
/proc/meminfo: memFree=128444852/131249996 swapFree=33010160/33010684
[pid=59617] ppid=59614 vsize=18996948 memory=166244 CPUtime=1.28 cores=5,7
/proc/59617/stat : 59617 (java) S 59614 59617 58903 0 -1 4194304 9240 0 0 0 123 5 0 0 20 0 19 0 58254140 19452874752 41561 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
/proc/59617/statm: 4749237 41561 5497 1 0 549667 0
[pid=59617/tid=59619] ppid=59614 vsize=18996948 memory=17792 CPUtime=0.65 cores=5,7
/proc/59617/task/59619/stat : 59619 (java) R 59614 59617 58903 0 -1 4194368 5304 0 0 0 62 3 0 0 20 0 19 0 58254142 19452874752 41561 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59628] ppid=59614 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/59617/task/59628/stat : 59628 (Finalizer) S 59614 59617 58903 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 58254144 19452874752 41561 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59635] ppid=59614 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/59617/task/59635/stat : 59635 (Common-Cleaner) S 59614 59617 58903 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 58254144 19452874752 41561 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 166244 KiB

[startup+1.50021 s]
/proc/loadavg: 3.28 3.13 3.06 7/316 59636
/proc/meminfo: memFree=128297144/131249996 swapFree=33010160/33010684
[pid=59617] ppid=59614 vsize=19063512 memory=449592 CPUtime=2.45 cores=5,7
/proc/59617/stat : 59617 (java) S 59614 59617 58903 0 -1 4194304 10027 0 0 0 232 13 0 0 20 0 20 0 58254140 19521036288 112398 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
/proc/59617/statm: 4765878 112398 5529 1 0 550147 0
[pid=59617/tid=59619] ppid=59614 vsize=19063512 memory=0 CPUtime=1.43 cores=5,7
/proc/59617/task/59619/stat : 59619 (java) R 59614 59617 58903 0 -1 4194368 5554 0 0 0 134 9 0 0 20 0 20 0 58254142 19521036288 112398 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59628] ppid=59614 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/59617/task/59628/stat : 59628 (Finalizer) S 59614 59617 58903 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 112398 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59635] ppid=59614 vsize=19063512 memory=14976 CPUtime=0 cores=5,7
/proc/59617/task/59635/stat : 59635 (Common-Cleaner) S 59614 59617 58903 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 112398 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 449592 KiB

[startup+3.10544 s]
/proc/loadavg: 3.28 3.13 3.06 4/317 59637
/proc/meminfo: memFree=127414124/131249996 swapFree=33010160/33010684
[pid=59617] ppid=59614 vsize=19063512 memory=1104528 CPUtime=5.38 cores=5,7
/proc/59617/stat : 59617 (java) S 59614 59617 58903 0 -1 4194304 18778 0 0 0 506 32 0 0 20 0 20 0 58254140 19521036288 276132 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
/proc/59617/statm: 4765878 276132 5529 1 0 668988 0
[pid=59617/tid=59619] ppid=59614 vsize=19063512 memory=10752 CPUtime=2.95 cores=5,7
/proc/59617/task/59619/stat : 59619 (java) S 59614 59617 58903 0 -1 4194368 6602 0 0 0 271 24 0 0 20 0 20 0 58254142 19521036288 276132 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59628] ppid=59614 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59617/task/59628/stat : 59628 (Finalizer) S 59614 59617 58903 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 276132 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59635] ppid=59614 vsize=19063512 memory=164 CPUtime=0 cores=5,7
/proc/59617/task/59635/stat : 59635 (Common-Cleaner) S 59614 59617 58903 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 276132 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59637] ppid=59614 vsize=19063512 memory=8315167063544529069 CPUtime=0 cores=5,7
/proc/59617/task/59637/stat : 59637 (Timer-0) S 59614 59617 58903 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58254276 19521036288 276132 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
Current children cumulated CPU time: 5.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1104528 KiB

[startup+6.3002 s]
/proc/loadavg: 3.42 3.16 3.07 4/317 59637
/proc/meminfo: memFree=126138012/131249996 swapFree=33010160/33010684
[pid=59617] ppid=59614 vsize=19063512 memory=2069520 CPUtime=9.24 cores=5,7
/proc/59617/stat : 59617 (java) S 59614 59617 58903 0 -1 4194304 20942 0 0 0 872 52 0 0 20 0 20 0 58254140 19521036288 517380 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
/proc/59617/statm: 4765878 517380 5529 1 0 1312374 0
[pid=59617/tid=59619] ppid=59614 vsize=19063512 memory=0 CPUtime=5.85 cores=5,7
/proc/59617/task/59619/stat : 59619 (java) R 59614 59617 58903 0 -1 4194368 7064 0 0 0 546 39 0 0 20 0 20 0 58254142 19521036288 517380 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59628] ppid=59614 vsize=19063512 memory=-6163001859702092992 CPUtime=0 cores=5,7
/proc/59617/task/59628/stat : 59628 (Finalizer) S 59614 59617 58903 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 517380 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59635] ppid=59614 vsize=19063512 memory=-6000919489953424234 CPUtime=0 cores=5,7
/proc/59617/task/59635/stat : 59635 (Common-Cleaner) S 59614 59617 58903 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 517380 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59637] ppid=59614 vsize=19063512 memory=758972 CPUtime=0 cores=5,7
/proc/59617/task/59637/stat : 59637 (Timer-0) S 59614 59617 58903 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58254276 19521036288 517380 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
Current children cumulated CPU time: 9.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2069520 KiB

[startup+12.7002 s]
/proc/loadavg: 3.39 3.16 3.07 4/317 59637
/proc/meminfo: memFree=125592824/131249996 swapFree=33010160/33010684
[pid=59617] ppid=59614 vsize=19063512 memory=2727480 CPUtime=16.42 cores=5,7
/proc/59617/stat : 59617 (java) S 59614 59617 58903 0 -1 4194304 24618 0 0 0 1569 73 0 0 20 0 20 0 58254140 19521036288 681870 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
/proc/59617/statm: 4765878 681870 5529 1 0 1866825 0
[pid=59617/tid=59619] ppid=59614 vsize=19063512 memory=2447820 CPUtime=11.84 cores=5,7
/proc/59617/task/59619/stat : 59619 (java) R 59614 59617 58903 0 -1 4194368 7857 0 0 0 1133 51 0 0 20 0 20 0 58254142 19521036288 681870 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59628] ppid=59614 vsize=19063512 memory=14976 CPUtime=0 cores=5,7
/proc/59617/task/59628/stat : 59628 (Finalizer) S 59614 59617 58903 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 681870 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59635] ppid=59614 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59617/task/59635/stat : 59635 (Common-Cleaner) S 59614 59617 58903 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 681870 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59637] ppid=59614 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59617/task/59637/stat : 59637 (Timer-0) S 59614 59617 58903 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58254276 19521036288 681870 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
Current children cumulated CPU time: 16.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2727480 KiB

[startup+25.5002 s]
/proc/loadavg: 3.33 3.15 3.07 5/317 59637
/proc/meminfo: memFree=122721748/131249996 swapFree=33010160/33010684
[pid=59617] ppid=59614 vsize=19063512 memory=4701928 CPUtime=29.53 cores=5,7
/proc/59617/stat : 59617 (java) S 59614 59617 58903 0 -1 4194304 25719 0 0 0 2827 126 0 0 20 0 20 0 58254140 19521036288 1175482 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
/proc/59617/statm: 4765878 1175482 5529 1 0 1866843 0
[pid=59617/tid=59619] ppid=59614 vsize=19063512 memory=2447820 CPUtime=23.4 cores=5,7
/proc/59617/task/59619/stat : 59619 (java) D 59614 59617 58903 0 -1 4194368 8521 0 0 0 2250 90 0 0 20 0 20 0 58254142 19521036288 1175482 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59628] ppid=59614 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59617/task/59628/stat : 59628 (Finalizer) S 59614 59617 58903 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1175482 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59635] ppid=59614 vsize=19063512 memory=4701928 CPUtime=0 cores=5,7
/proc/59617/task/59635/stat : 59635 (Common-Cleaner) S 59614 59617 58903 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1175482 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59637] ppid=59614 vsize=19063512 memory=-6000919489953424234 CPUtime=0 cores=5,7
/proc/59617/task/59637/stat : 59637 (Timer-0) S 59614 59617 58903 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58254276 19521036288 1175482 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
Current children cumulated CPU time: 29.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4701928 KiB

[startup+51.1055 s]
/proc/loadavg: 3.26 3.15 3.08 4/318 59639
/proc/meminfo: memFree=119683464/131249996 swapFree=33010160/33010684
[pid=59617] ppid=59614 vsize=19063512 memory=6986452 CPUtime=55.41 cores=5,7
/proc/59617/stat : 59617 (java) S 59614 59617 58903 0 -1 4194304 31781 0 0 0 5351 190 0 0 20 0 20 0 58254140 19521036288 1746613 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
/proc/59617/statm: 4765878 1746613 5561 1 0 2163474 0
[pid=59617/tid=59619] ppid=59614 vsize=19063512 memory=10752 CPUtime=46.33 cores=5,7
/proc/59617/task/59619/stat : 59619 (java) R 59614 59617 58903 0 -1 4194368 11219 0 0 0 4497 136 0 0 20 0 20 0 58254142 19521036288 1746613 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59628] ppid=59614 vsize=19063512 memory=17792 CPUtime=0 cores=5,7
/proc/59617/task/59628/stat : 59628 (Finalizer) S 59614 59617 58903 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1746613 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59635] ppid=59614 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59617/task/59635/stat : 59635 (Common-Cleaner) S 59614 59617 58903 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1746613 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59637] ppid=59614 vsize=19063512 memory=6468296 CPUtime=0 cores=5,7
/proc/59617/task/59637/stat : 59637 (Timer-0) S 59614 59617 58903 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58254276 19521036288 1746613 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0

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

/proc/meminfo: memFree=67011540/131249996 swapFree=33010160/33010684
[pid=59617] ppid=59614 vsize=19063512 memory=7623756 CPUtime=3132.25 cores=5,7
/proc/59617/stat : 59617 (java) S 59614 59617 58903 0 -1 4194304 239390 0 0 0 312604 621 0 0 20 0 20 0 58254140 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
/proc/59617/statm: 4765878 1905939 5561 1 0 1921677 0
[pid=59617/tid=59619] ppid=59614 vsize=19063512 memory=7623756 CPUtime=3093.91 cores=5,7
/proc/59617/task/59619/stat : 59619 (java) R 59614 59617 58903 0 -1 4194368 124995 0 0 0 308924 467 0 0 20 0 20 0 58254142 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59628] ppid=59614 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/59617/task/59628/stat : 59628 (Finalizer) S 59614 59617 58903 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59635] ppid=59614 vsize=19063512 memory=14976 CPUtime=0 cores=5,7
/proc/59617/task/59635/stat : 59635 (Common-Cleaner) S 59614 59617 58903 0 -1 4194368 2588 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59637] ppid=59614 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/59617/task/59637/stat : 59637 (Timer-0) S 59614 59617 58903 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58254276 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
Current children cumulated CPU time: 3132.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7623756 KiB

[startup+3342.3 s]
/proc/loadavg: 3.48 3.43 3.30 3/323 59966
/proc/meminfo: memFree=65452280/131249996 swapFree=33010160/33010684
[pid=59617] ppid=59614 vsize=19063512 memory=7623756 CPUtime=3175.78 cores=5,7
/proc/59617/stat : 59617 (java) S 59614 59617 58903 0 -1 4194304 240717 0 0 0 316954 624 0 0 20 0 20 0 58254140 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
/proc/59617/statm: 4765878 1905939 5561 1 0 1921677 0
[pid=59617/tid=59619] ppid=59614 vsize=19063512 memory=7623756 CPUtime=3137.42 cores=5,7
/proc/59617/task/59619/stat : 59619 (java) D 59614 59617 58903 0 -1 4194368 126242 0 0 0 313274 468 0 0 20 0 20 0 58254142 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59628] ppid=59614 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/59617/task/59628/stat : 59628 (Finalizer) S 59614 59617 58903 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59635] ppid=59614 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/59617/task/59635/stat : 59635 (Common-Cleaner) S 59614 59617 58903 0 -1 4194368 2589 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59637] ppid=59614 vsize=19063512 memory=14976 CPUtime=0 cores=5,7
/proc/59617/task/59637/stat : 59637 (Timer-0) S 59614 59617 58903 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58254276 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
Current children cumulated CPU time: 3175.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7623756 KiB

[startup+3402.3 s]
/proc/loadavg: 3.44 3.43 3.31 5/323 59968
/proc/meminfo: memFree=63879668/131249996 swapFree=33010160/33010684
[pid=59617] ppid=59614 vsize=19063512 memory=7623756 CPUtime=3215.42 cores=5,7
/proc/59617/stat : 59617 (java) S 59614 59617 58903 0 -1 4194304 242356 0 0 0 320913 629 0 0 20 0 20 0 58254140 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
/proc/59617/statm: 4765878 1905939 5561 1 0 1921677 0
[pid=59617/tid=59619] ppid=59614 vsize=19063512 memory=5632 CPUtime=3177.04 cores=5,7
/proc/59617/task/59619/stat : 59619 (java) R 59614 59617 58903 0 -1 4194368 127707 0 0 0 317232 472 0 0 20 0 20 0 58254142 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59628] ppid=59614 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/59617/task/59628/stat : 59628 (Finalizer) S 59614 59617 58903 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59635] ppid=59614 vsize=19063512 memory=7623756 CPUtime=0 cores=5,7
/proc/59617/task/59635/stat : 59635 (Common-Cleaner) S 59614 59617 58903 0 -1 4194368 2708 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59637] ppid=59614 vsize=19063512 memory=7623756 CPUtime=0 cores=5,7
/proc/59617/task/59637/stat : 59637 (Timer-0) S 59614 59617 58903 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58254276 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
Current children cumulated CPU time: 3215.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7623756 KiB

[startup+3462.3 s]
/proc/loadavg: 3.43 3.44 3.32 4/323 59971
/proc/meminfo: memFree=62293652/131249996 swapFree=33010160/33010684
[pid=59617] ppid=59614 vsize=19063512 memory=7623756 CPUtime=3275.14 cores=5,7
/proc/59617/stat : 59617 (java) S 59614 59617 58903 0 -1 4194304 244404 0 0 0 326880 634 0 0 20 0 20 0 58254140 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
/proc/59617/statm: 4765878 1905939 5561 1 0 1921677 0
[pid=59617/tid=59619] ppid=59614 vsize=19063512 memory=5632 CPUtime=3236.74 cores=5,7
/proc/59617/task/59619/stat : 59619 (java) R 59614 59617 58903 0 -1 4194368 129651 0 0 0 323198 476 0 0 20 0 20 0 58254142 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59628] ppid=59614 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/59617/task/59628/stat : 59628 (Finalizer) S 59614 59617 58903 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59635] ppid=59614 vsize=19063512 memory=7623756 CPUtime=0 cores=5,7
/proc/59617/task/59635/stat : 59635 (Common-Cleaner) S 59614 59617 58903 0 -1 4194368 2789 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59637] ppid=59614 vsize=19063512 memory=7623756 CPUtime=0 cores=5,7
/proc/59617/task/59637/stat : 59637 (Timer-0) S 59614 59617 58903 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58254276 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
Current children cumulated CPU time: 3275.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7623756 KiB

[startup+3522.3 s]
/proc/loadavg: 3.49 3.46 3.34 4/322 59976
/proc/meminfo: memFree=60824388/131249996 swapFree=33010160/33010684
[pid=59617] ppid=59614 vsize=19063512 memory=7623756 CPUtime=3303.58 cores=5,7
/proc/59617/stat : 59617 (java) S 59614 59617 58903 0 -1 4194304 246841 0 0 0 329721 637 0 0 20 0 20 0 58254140 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
/proc/59617/statm: 4765878 1905939 5561 1 0 1921677 0
[pid=59617/tid=59619] ppid=59614 vsize=19063512 memory=7623756 CPUtime=3264.4 cores=5,7
/proc/59617/task/59619/stat : 59619 (java) D 59614 59617 58903 0 -1 4194368 130369 0 0 0 325963 477 0 0 20 0 20 0 58254142 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59628] ppid=59614 vsize=19063512 memory=7623756 CPUtime=0 cores=5,7
/proc/59617/task/59628/stat : 59628 (Finalizer) S 59614 59617 58903 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59635] ppid=59614 vsize=19063512 memory=14976 CPUtime=0 cores=5,7
/proc/59617/task/59635/stat : 59635 (Common-Cleaner) S 59614 59617 58903 0 -1 4194368 2789 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59637] ppid=59614 vsize=19063512 memory=7623756 CPUtime=0 cores=5,7
/proc/59617/task/59637/stat : 59637 (Timer-0) S 59614 59617 58903 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58254276 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
Current children cumulated CPU time: 3303.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7623756 KiB

[startup+3582.3 s]
/proc/loadavg: 3.60 3.51 3.37 5/322 59978
/proc/meminfo: memFree=59353540/131249996 swapFree=33010160/33010684
[pid=59617] ppid=59614 vsize=19063512 memory=7623756 CPUtime=3329.78 cores=5,7
/proc/59617/stat : 59617 (java) S 59614 59617 58903 0 -1 4194304 247777 0 0 0 332338 640 0 0 20 0 20 0 58254140 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
/proc/59617/statm: 4765878 1905939 5561 1 0 1921677 0
[pid=59617/tid=59619] ppid=59614 vsize=19063512 memory=7623756 CPUtime=3290.58 cores=5,7
/proc/59617/task/59619/stat : 59619 (java) R 59614 59617 58903 0 -1 4194368 131189 0 0 0 328580 478 0 0 20 0 20 0 58254142 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59628] ppid=59614 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/59617/task/59628/stat : 59628 (Finalizer) S 59614 59617 58903 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59635] ppid=59614 vsize=19063512 memory=7623756 CPUtime=0 cores=5,7
/proc/59617/task/59635/stat : 59635 (Common-Cleaner) S 59614 59617 58903 0 -1 4194368 2877 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59637] ppid=59614 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/59617/task/59637/stat : 59637 (Timer-0) S 59614 59617 58903 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58254276 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
Current children cumulated CPU time: 3329.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7623756 KiB

[startup+3642.3 s]
/proc/loadavg: 3.45 3.49 3.37 4/322 59985
/proc/meminfo: memFree=57790036/131249996 swapFree=33010160/33010684
[pid=59617] ppid=59614 vsize=19063512 memory=7623756 CPUtime=3380.8 cores=5,7
/proc/59617/stat : 59617 (java) S 59614 59617 58903 0 -1 4194304 249139 0 0 0 337434 646 0 0 20 0 20 0 58254140 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
/proc/59617/statm: 4765878 1905939 5561 1 0 1921677 0
[pid=59617/tid=59619] ppid=59614 vsize=19063512 memory=7623756 CPUtime=3341.58 cores=5,7
/proc/59617/task/59619/stat : 59619 (java) R 59614 59617 58903 0 -1 4194368 132362 0 0 0 333675 483 0 0 20 0 20 0 58254142 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59628] ppid=59614 vsize=19063512 memory=7623756 CPUtime=0 cores=5,7
/proc/59617/task/59628/stat : 59628 (Finalizer) S 59614 59617 58903 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59635] ppid=59614 vsize=19063512 memory=7623756 CPUtime=0 cores=5,7
/proc/59617/task/59635/stat : 59635 (Common-Cleaner) S 59614 59617 58903 0 -1 4194368 3000 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59637] ppid=59614 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/59617/task/59637/stat : 59637 (Timer-0) S 59614 59617 58903 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58254276 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
Current children cumulated CPU time: 3380.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7623756 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 3.50 3.50 3.37 4/323 59988
/proc/meminfo: memFree=56297112/131249996 swapFree=33010160/33010684
[pid=59617] ppid=59614 vsize=19063512 memory=7623756 CPUtime=3425 cores=5,7
/proc/59617/stat : 59617 (java) S 59614 59617 58903 0 -1 4194304 252505 0 0 0 341849 651 0 0 20 0 20 0 58254140 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
/proc/59617/statm: 4765878 1905939 5561 1 0 1921677 0
[pid=59617/tid=59619] ppid=59614 vsize=19063512 memory=-6000919468495168362 CPUtime=3385.43 cores=5,7
/proc/59617/task/59619/stat : 59619 (java) R 59614 59617 58903 0 -1 4194368 134053 0 0 0 338056 487 0 0 20 0 20 0 58254142 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59628] ppid=59614 vsize=19063512 memory=-4421386496163734114 CPUtime=0 cores=5,7
/proc/59617/task/59628/stat : 59628 (Finalizer) S 59614 59617 58903 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59635] ppid=59614 vsize=19063512 memory=5376 CPUtime=0 cores=5,7
/proc/59617/task/59635/stat : 59635 (Common-Cleaner) S 59614 59617 58903 0 -1 4194368 3002 0 0 0 0 0 0 0 20 0 20 0 58254144 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
[pid=59617/tid=59637] ppid=59614 vsize=19063512 memory=6900 CPUtime=0 cores=5,7
/proc/59617/task/59637/stat : 59637 (Timer-0) S 59614 59617 58903 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58254276 19521036288 1905939 18446744073709551615 94167071596544 94167071600240 140727566889616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94167071608056 94167071608848 94167093219328 140727566891312 140727566891494 140727566891494 140727566897096 0
Current children cumulated CPU time: 3425 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7623756 KiB

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

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

# cumulated CPU time of all completed processes:  user=3418.58 s, system=6.54675 s

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

Child status: 143

Real time (s): 3700.1
CPU time (s): 3425.13
CPU user time (s): 3418.58
CPU system time (s): 6.54675
CPU usage (%): 92.5687
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 8997636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3418.58
system time used= 6.54675
maximum resident set size= 8997636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254934
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7228560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111896
involuntary context switches= 7949


# summary of solver processes directly reported to runsolver:
#   pid: 59617
#   total CPU time (s): 3425.13
#   total CPU user time (s): 3418.58
#   total CPU system time (s): 6.54675

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.61699 second user time and 16.8565 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-02 05:09:17
IDJOB=4502333
IDBENCH=155319
IDSOLVER=3364
FILE ID=nodeC029/4502333-1751425757
RUNJOBID= nodeC029-1751422121-58942
SLURM_JOB_ID= 9598351
Free space on /tmp= 432552 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-neos-544324.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502333-1751425757/watcher-4502333-1751425757 -o /tmp/evaluation-result-4502333-1751425757/solver-4502333-1751425757 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751422121-58942 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4502333-1751425757 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4502333-1751425757.opb

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

MD5SUM BENCH= 8c6c1213a1160c9558cfabfe880ab91b
RANDOM SEED=1139260677

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128608104 kB
MemAvailable:   129308912 kB
Buffers:            2128 kB
Cached:          1506872 kB
SwapCached:           40 kB
Active:           928688 kB
Inactive:        1086528 kB
Active(anon):     519540 kB
Inactive(anon):     4768 kB
Active(file):     409148 kB
Inactive(file):  1081760 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             24688 kB
Writeback:            76 kB
AnonPages:        509412 kB
Mapped:           123168 kB
Shmem:             18020 kB
KReclaimable:      98276 kB
Slab:             186276 kB
SReclaimable:      98276 kB
SUnreclaim:        88000 kB
KernelStack:        4832 kB
PageTables:         4288 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7112936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151080 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    342016 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432556 MiB
End job on nodeC029 at 2025-07-02 06:10:57