Trace number 4545434

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 NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.25 3419.8

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-MisteryShopper-mini-5-10-2-6-0_c24.opb
MD5SUM533dc96f2f67a4db8413c4c2a7be8312
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark19.0046
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables53041
Total number of constraints39169
Number of constraints which are clauses12241
Number of constraints which are cardinality constraints (but not clauses)1968
Number of constraints which are nor clauses,nor cardinality constraints24960
Minimum length of a constraint1
Maximum length of a constraint53
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 47
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1191
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: EFFECTIVE
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Dynamic restart strategy considering the size of the coefficients
0.11/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4545434-1753238437.opb
0.11/0.16	c reading problem ... 
0.11/0.16	c using VERIPB proof format
0.11/0.16	c  no objective function found
5.84/4.45	c ... done. Wall clock time 4.283s.
5.84/4.45	c declared #vars     53041
5.84/4.45	c #constraints  41089
5.84/4.45	c constraints type 
5.84/4.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11520
5.84/4.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1968
5.84/4.45	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 25920
5.84/4.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
5.84/4.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1680
5.84/4.45	c 41089 constraints processed.
17.95/13.16	c cleaning 2452 clauses out of 5000 with flag 0/5000
32.11/26.56	c cleaning 4249 clauses out of 8548 with flag 0/11000
56.41/49.76	c cleaning 5628 clauses out of 11300 with flag 0/18001
215.90/207.66	c cleaning 6782 clauses out of 13671 with flag 0/26000
316.71/307.96	c cleaning 7072 clauses out of 15889 with flag 0/35000
551.79/541.55	c cleaning 7869 clauses out of 18817 with flag 0/45000
642.22/631.18	c cleaning 9071 clauses out of 21948 with flag 0/56000
1024.17/1011.16	c cleaning 10084 clauses out of 24877 with flag 0/68000
1431.76/1416.63	c cleaning 10996 clauses out of 27793 with flag 0/81000
1570.17/1553.28	c cleaning 11207 clauses out of 30797 with flag 0/95000
1688.52/1669.50	c cleaning 12208 clauses out of 34590 with flag 0/110000
1877.97/1856.06	c cleaning 13275 clauses out of 38382 with flag 0/126000
2101.02/2076.43	c cleaning 13441 clauses out of 42107 with flag 0/143000
2258.65/2231.22	c cleaning 15173 clauses out of 46667 with flag 0/161001
2386.84/2356.56	c cleaning 17981 clauses out of 50493 with flag 0/180000
3600.08/3419.71	c starts		: 150
3600.08/3419.71	c conflicts		: 196724
3600.08/3419.71	c decisions		: 6632208
3600.08/3419.71	c propagations		: 348006766
3600.08/3419.71	c inspects		: 1261661497
3600.08/3419.71	c shortcuts		: 0
3600.08/3419.71	c learnt literals	: 0
3600.08/3419.71	c learnt binary clauses	: 189
3600.08/3419.71	c learnt ternary clauses	: 0
3600.08/3419.71	c learnt constraints	: 196723
3600.08/3419.71	c ignored constraints	: 0
3600.08/3419.71	c root simplifications	: 0
3600.08/3419.71	c removed literals (reason simplification)	: 0
3600.08/3419.72	c reason swapping (by a shorter reason)	: 0
3600.08/3419.72	c Calls to reduceDB	: 15
3600.08/3419.72	c Number of update (reduction) of LBD	: 525032
3600.08/3419.72	c Imported unit clauses	: 0
3600.08/3419.72	c No decision after first conflict	: false
3600.08/3419.72	c number of reductions to clauses (during analyze)	: 0
3600.08/3419.72	c number of learned constraints concerned by reduction	: 0
3600.08/3419.72	c number of learning phase by resolution	: 0
3600.08/3419.72	c number of learning phase by cutting planes	: 0
3600.08/3419.72	c number of rounding to 1 operations	: 0
3600.08/3419.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3419.72	c number of reductions of the coefficients by power 2 	: 0
3600.08/3419.72	c number of right shift for reduction by power 2 	: 0
3600.08/3419.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3419.72	c number of ending skipping 	: 0
3600.08/3419.72	c number of internal skipping 	: 0
3600.08/3419.72	c number of derivation steps 	: 2834259
3600.08/3419.72	c number of skipped derivation steps 	: 0
3600.08/3419.72	c number of remaining unassigned 	: 195631
3600.08/3419.72	c number of remaining assigned 	: 102317948
3600.08/3419.72	c number of falsified literals weakened from reason	: 0
3600.08/3419.72	c number of falsified literals weakened from conflict	: 0
3600.08/3419.72	c time for arithmetic operations	: 547701938197
3600.08/3419.73	c minimum degree of deleted constraints	: 1
3600.08/3419.73	c maximum degree of deleted constraints	: 696172070104700774815520236766060396153835792707279845927076903758582722411668233499823660250163415164587050759616973733890058717316759160516127365428193190762079883885976135768646139589410902683188892939763640534412078421760574246941963173936692858870874894299555652578764981308395426241055607517041844225371369283215529589525714406435372094643396880316743043896529026718676088264375523221645618551012641920829824878400
3600.08/3419.73	c number of deleted constraints	: 147488
3600.08/3419.73	c speed (assignments/second)	: 101897.35212580682
3600.08/3419.73	c non guided choices	: 20117
3600.08/3419.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2
3600.08/3419.77	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 24595
3600.08/3419.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 189
3600.08/3419.77	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 24449
3600.08/3419.77	s UNKNOWN
3600.08/3419.77	c Total wall clock time (in seconds): 3419.61

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Current StackSize limit: 8192 KiB

solver pid=177591, runsolver pid=177580

[startup+0.100062 s]*
/proc/loadavg: 1.05 1.08 1.32 7/334 177667
/proc/meminfo: memFree=117452612/131249996 swapFree=33010160/33010684
[pid=177591] ppid=177580 vsize=18930384 memory=57156 CPUtime=0.11 cores=1,3
/proc/177591/stat : 177591 (java) S 177580 177591 177529 0 -1 4194304 6433 0 0 0 9 2 0 0 20 0 18 0 239522329 19384713216 14289 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
/proc/177591/statm: 4732596 14289 5340 1 0 547588 0
[pid=177591/tid=177608] ppid=177580 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=1,3
/proc/177591/task/177608/stat : 177608 (java) R 177580 177591 177529 0 -1 4194368 5027 0 0 0 6 1 0 0 20 0 18 0 239522331 19384713216 14289 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177621] ppid=177580 vsize=18930384 memory=13937 CPUtime=0 cores=1,3
/proc/177591/task/177621/stat : 177621 (Finalizer) S 177580 177591 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239522333 19384713216 14321 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177630] ppid=177580 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/177591/task/177630/stat : 177630 (Common-Cleaner) S 177580 177591 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239522333 19384713216 14321 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57156 KiB

[startup+0.205813 s]*
/proc/loadavg: 1.05 1.08 1.32 10/335 177668
/proc/meminfo: memFree=117290508/131249996 swapFree=33010160/33010684
[pid=177591] ppid=177580 vsize=18930384 memory=119020 CPUtime=0.31 cores=1,3
/proc/177591/stat : 177591 (java) S 177580 177591 177529 0 -1 4194304 6940 0 0 0 26 5 0 0 20 0 18 0 239522329 19384713216 29755 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
/proc/177591/statm: 4732596 29755 5468 1 0 547998 0
[pid=177591/tid=177608] ppid=177580 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=1,3
/proc/177591/task/177608/stat : 177608 (java) R 177580 177591 177529 0 -1 4194368 5429 0 0 0 15 3 0 0 20 0 18 0 239522331 19384713216 29755 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177621] ppid=177580 vsize=18930384 memory=13937 CPUtime=0 cores=1,3
/proc/177591/task/177621/stat : 177621 (Finalizer) S 177580 177591 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239522333 19384713216 29755 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177630] ppid=177580 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/177591/task/177630/stat : 177630 (Common-Cleaner) S 177580 177591 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239522333 19384713216 30267 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 119020 KiB

[startup+0.305951 s]*
/proc/loadavg: 1.05 1.08 1.32 10/338 177671
/proc/meminfo: memFree=117033868/131249996 swapFree=33010160/33010684
[pid=177591] ppid=177580 vsize=18996948 memory=154548 CPUtime=0.5 cores=1,3
/proc/177591/stat : 177591 (java) S 177580 177591 177529 0 -1 4194304 7165 0 0 0 44 6 0 0 20 0 19 0 239522329 19452874752 38637 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
/proc/177591/statm: 4749237 38637 5468 1 0 548368 0
[pid=177591/tid=177608] ppid=177580 vsize=18996948 memory=-8672635894120620732 CPUtime=0.25 cores=1,3
/proc/177591/task/177608/stat : 177608 (java) R 177580 177591 177529 0 -1 4194368 5464 0 0 0 22 3 0 0 20 0 19 0 239522331 19452874752 38637 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177621] ppid=177580 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/177591/task/177621/stat : 177621 (Finalizer) S 177580 177591 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522333 19452874752 38637 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177630] ppid=177580 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/177591/task/177630/stat : 177630 (Common-Cleaner) S 177580 177591 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239522333 19452874752 38637 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154548 KiB

[startup+0.700247 s]
/proc/loadavg: 1.05 1.08 1.32 7/338 177671
/proc/meminfo: memFree=115504676/131249996 swapFree=33010160/33010684
[pid=177591] ppid=177580 vsize=18996948 memory=1097696 CPUtime=1.24 cores=1,3
/proc/177591/stat : 177591 (java) S 177580 177591 177529 0 -1 4194304 9329 0 0 0 99 25 0 0 20 0 19 0 239522329 19452874752 274424 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
/proc/177591/statm: 4749237 274424 5468 1 0 549597 0
[pid=177591/tid=177608] ppid=177580 vsize=18996948 memory=27008 CPUtime=0.62 cores=1,3
/proc/177591/task/177608/stat : 177608 (java) R 177580 177591 177529 0 -1 4194368 5941 0 0 0 41 21 0 0 20 0 19 0 239522331 19452874752 274424 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177621] ppid=177580 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/177591/task/177621/stat : 177621 (Finalizer) S 177580 177591 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522333 19452874752 274424 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177630] ppid=177580 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/177591/task/177630/stat : 177630 (Common-Cleaner) S 177580 177591 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239522333 19452874752 274424 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1097696 KiB

[startup+1.50025 s]
/proc/loadavg: 1.44 1.16 1.35 9/338 177671
/proc/meminfo: memFree=112260088/131249996 swapFree=33010160/33010684
[pid=177591] ppid=177580 vsize=18996948 memory=2280812 CPUtime=2.72 cores=1,3
/proc/177591/stat : 177591 (java) S 177580 177591 177529 0 -1 4194304 16471 0 0 0 223 49 0 0 20 0 19 0 239522329 19452874752 570203 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
/proc/177591/statm: 4749237 570203 5500 1 0 813911 0
[pid=177591/tid=177608] ppid=177580 vsize=18996948 memory=3200 CPUtime=1.36 cores=1,3
/proc/177591/task/177608/stat : 177608 (java) R 177580 177591 177529 0 -1 4194368 6518 0 0 0 93 43 0 0 20 0 19 0 239522331 19452874752 570203 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177621] ppid=177580 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/177591/task/177621/stat : 177621 (Finalizer) S 177580 177591 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522333 19452874752 570203 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177630] ppid=177580 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/177591/task/177630/stat : 177630 (Common-Cleaner) S 177580 177591 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239522333 19452874752 570203 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2280812 KiB

[startup+3.10594 s]
/proc/loadavg: 1.44 1.16 1.35 7/339 177672
/proc/meminfo: memFree=107854200/131249996 swapFree=33010160/33010684
[pid=177591] ppid=177580 vsize=18996948 memory=2282732 CPUtime=4.54 cores=1,3
/proc/177591/stat : 177591 (java) S 177580 177591 177529 0 -1 4194304 17020 0 0 0 405 49 0 0 20 0 19 0 239522329 19452874752 570683 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
/proc/177591/statm: 4749237 570683 5500 1 0 814373 0
[pid=177591/tid=177608] ppid=177580 vsize=18996948 memory=11136 CPUtime=2.88 cores=1,3
/proc/177591/task/177608/stat : 177608 (java) S 177580 177591 177529 0 -1 4194368 6556 0 0 0 245 43 0 0 20 0 19 0 239522331 19452874752 570683 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177621] ppid=177580 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/177591/task/177621/stat : 177621 (Finalizer) S 177580 177591 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522333 19452874752 570683 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177630] ppid=177580 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/177591/task/177630/stat : 177630 (Common-Cleaner) S 177580 177591 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239522333 19452874752 570683 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
Current children cumulated CPU time: 4.54 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2282732 KiB

[startup+6.30025 s]
/proc/loadavg: 1.73 1.22 1.37 6/340 177673
/proc/meminfo: memFree=105903984/131249996 swapFree=33010160/33010684
[pid=177591] ppid=177580 vsize=19063512 memory=3101304 CPUtime=9.55 cores=1,3
/proc/177591/stat : 177591 (java) S 177580 177591 177529 0 -1 4194304 19992 0 0 0 888 67 0 0 20 0 20 0 239522329 19521036288 775326 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
/proc/177591/statm: 4765878 775326 5500 1 0 1022557 0
[pid=177591/tid=177608] ppid=177580 vsize=19063512 memory=5632 CPUtime=5.79 cores=1,3
/proc/177591/task/177608/stat : 177608 (java) R 177580 177591 177529 0 -1 4194368 7256 0 0 0 519 60 0 0 20 0 20 0 239522331 19521036288 775326 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177621] ppid=177580 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/177591/task/177621/stat : 177621 (Finalizer) S 177580 177591 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 775326 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177630] ppid=177580 vsize=19063512 memory=-9175351302037480124 CPUtime=0 cores=1,3
/proc/177591/task/177630/stat : 177630 (Common-Cleaner) S 177580 177591 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 775326 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177673] ppid=177580 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/177591/task/177673/stat : 177673 (Timer-0) S 177580 177591 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522775 19521036288 775326 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
Current children cumulated CPU time: 9.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3101304 KiB

[startup+12.7003 s]
/proc/loadavg: 1.99 1.29 1.39 5/340 177673
/proc/meminfo: memFree=104419280/131249996 swapFree=33010160/33010684
[pid=177591] ppid=177580 vsize=19063512 memory=3102204 CPUtime=17.36 cores=1,3
/proc/177591/stat : 177591 (java) S 177580 177591 177529 0 -1 4194304 25576 0 0 0 1667 69 0 0 20 0 20 0 239522329 19521036288 775551 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
/proc/177591/statm: 4765878 775551 5532 1 0 1022606 0
[pid=177591/tid=177608] ppid=177580 vsize=19063512 memory=3101944 CPUtime=12.11 cores=1,3
/proc/177591/task/177608/stat : 177608 (java) R 177580 177591 177529 0 -1 4194368 8262 0 0 0 1151 60 0 0 20 0 20 0 239522331 19521036288 775551 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177621] ppid=177580 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/177591/task/177621/stat : 177621 (Finalizer) S 177580 177591 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 775551 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177630] ppid=177580 vsize=19063512 memory=3101560 CPUtime=0 cores=1,3
/proc/177591/task/177630/stat : 177630 (Common-Cleaner) S 177580 177591 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 775551 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177673] ppid=177580 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/177591/task/177673/stat : 177673 (Timer-0) S 177580 177591 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522775 19521036288 775551 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
Current children cumulated CPU time: 17.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3102204 KiB

[startup+25.5002 s]
/proc/loadavg: 2.30 1.38 1.42 6/341 177674
/proc/meminfo: memFree=102619268/131249996 swapFree=33010160/33010684
[pid=177591] ppid=177580 vsize=19063512 memory=3109136 CPUtime=31.1 cores=1,3
/proc/177591/stat : 177591 (java) S 177580 177591 177529 0 -1 4194304 34195 0 0 0 3038 72 0 0 20 0 20 0 239522329 19521036288 777284 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
/proc/177591/statm: 4765878 777284 5532 1 0 1023712 0
[pid=177591/tid=177608] ppid=177580 vsize=19063512 memory=0 CPUtime=24.75 cores=1,3
/proc/177591/task/177608/stat : 177608 (java) R 177580 177591 177529 0 -1 4194368 10655 0 0 0 2413 62 0 0 20 0 20 0 239522331 19521036288 777284 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177621] ppid=177580 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/177591/task/177621/stat : 177621 (Finalizer) S 177580 177591 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 777284 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177630] ppid=177580 vsize=19063512 memory=16496 CPUtime=0 cores=1,3
/proc/177591/task/177630/stat : 177630 (Common-Cleaner) S 177580 177591 177529 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 777284 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177673] ppid=177580 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/177591/task/177673/stat : 177673 (Timer-0) S 177580 177591 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522775 19521036288 777284 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
Current children cumulated CPU time: 31.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3109136 KiB

[startup+51.1058 s]
/proc/loadavg: 3.10 1.66 1.51 5/343 177677
/proc/meminfo: memFree=102080308/131249996 swapFree=33010160/33010684
[pid=177591] ppid=177580 vsize=19063512 memory=3120028 CPUtime=57.94 cores=1,3
/proc/177591/stat : 177591 (java) S 177580 177591 177529 0 -1 4194304 48786 0 0 0 5717 77 0 0 20 0 20 0 239522329 19521036288 780007 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
/proc/177591/statm: 4765878 780007 5532 1 0 1024082 0
[pid=177591/tid=177608] ppid=177580 vsize=19063512 memory=3113412 CPUtime=50.1 cores=1,3
/proc/177591/task/177608/stat : 177608 (java) R 177580 177591 177529 0 -1 4194368 15237 0 0 0 4945 65 0 0 20 0 20 0 239522331 19521036288 780007 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177621] ppid=177580 vsize=19063512 memory=-9175351302037480124 CPUtime=0 cores=1,3
/proc/177591/task/177621/stat : 177621 (Finalizer) S 177580 177591 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 780007 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177630] ppid=177580 vsize=19063512 memory=3116100 CPUtime=0 cores=1,3
/proc/177591/task/177630/stat : 177630 (Common-Cleaner) S 177580 177591 177529 0 -1 4194368 73 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 780007 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177673] ppid=177580 vsize=19063512 memory=3116100 CPUtime=0 cores=1,3
/proc/177591/task/177673/stat : 177673 (Timer-0) S 177580 177591 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522775 19521036288 780007 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
Current children cumulated CPU time: 57.94 s

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

/proc/meminfo: memFree=87431192/131249996 swapFree=33010160/33010684
[pid=177591] ppid=177580 vsize=19063512 memory=5038596 CPUtime=3225.65 cores=1,3
/proc/177591/stat : 177591 (java) S 177580 177591 177529 0 -1 4194304 241847 0 0 0 322151 414 0 0 20 0 20 0 239522329 19521036288 1259649 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
/proc/177591/statm: 4765878 1259649 5532 1 0 1274252 0
[pid=177591/tid=177608] ppid=177580 vsize=19063512 memory=5038596 CPUtime=3063.45 cores=1,3
/proc/177591/task/177608/stat : 177608 (java) R 177580 177591 177529 0 -1 4194368 88645 0 0 0 306131 214 0 0 20 0 20 0 239522331 19521036288 1259649 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177621] ppid=177580 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/177591/task/177621/stat : 177621 (Finalizer) S 177580 177591 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 1259649 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177630] ppid=177580 vsize=19063512 memory=5038596 CPUtime=0 cores=1,3
/proc/177591/task/177630/stat : 177630 (Common-Cleaner) S 177580 177591 177529 0 -1 4194368 1945 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 1259649 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177673] ppid=177580 vsize=19063512 memory=5038596 CPUtime=0 cores=1,3
/proc/177591/task/177673/stat : 177673 (Timer-0) S 177580 177591 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522775 19521036288 1259649 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
Current children cumulated CPU time: 3225.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5038596 KiB

[startup+3162.3 s]
/proc/loadavg: 4.68 4.66 4.44 5/342 177844
/proc/meminfo: memFree=86542504/131249996 swapFree=33010160/33010684
[pid=177591] ppid=177580 vsize=19063512 memory=5063700 CPUtime=3295.88 cores=1,3
/proc/177591/stat : 177591 (java) S 177580 177591 177529 0 -1 4194304 243687 0 0 0 329160 428 0 0 20 0 20 0 239522329 19521036288 1265925 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
/proc/177591/statm: 4765878 1265925 5532 1 0 1280519 0
[pid=177591/tid=177608] ppid=177580 vsize=19063512 memory=5038596 CPUtime=3122.64 cores=1,3
/proc/177591/task/177608/stat : 177608 (java) R 177580 177591 177529 0 -1 4194368 88985 0 0 0 312049 215 0 0 20 0 20 0 239522331 19521036288 1265925 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177621] ppid=177580 vsize=19063512 memory=5038596 CPUtime=0 cores=1,3
/proc/177591/task/177621/stat : 177621 (Finalizer) S 177580 177591 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 1265925 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177630] ppid=177580 vsize=19063512 memory=5038596 CPUtime=0 cores=1,3
/proc/177591/task/177630/stat : 177630 (Common-Cleaner) S 177580 177591 177529 0 -1 4194368 1949 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 1265925 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177673] ppid=177580 vsize=19063512 memory=5038596 CPUtime=0 cores=1,3
/proc/177591/task/177673/stat : 177673 (Timer-0) S 177580 177591 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522775 19521036288 1265925 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
Current children cumulated CPU time: 3295.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5063700 KiB

[startup+3222.3 s]
/proc/loadavg: 4.54 4.63 4.44 6/342 177846
/proc/meminfo: memFree=85241816/131249996 swapFree=33010160/33010684
[pid=177591] ppid=177580 vsize=19063512 memory=5313944 CPUtime=3363.88 cores=1,3
/proc/177591/stat : 177591 (java) S 177580 177591 177529 0 -1 4194304 247967 0 0 0 335945 443 0 0 20 0 20 0 239522329 19521036288 1328486 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
/proc/177591/statm: 4765878 1328486 5532 1 0 1343187 0
[pid=177591/tid=177608] ppid=177580 vsize=19063512 memory=5038596 CPUtime=3181.84 cores=1,3
/proc/177591/task/177608/stat : 177608 (java) R 177580 177591 177529 0 -1 4194368 90711 0 0 0 317965 219 0 0 20 0 20 0 239522331 19521036288 1328486 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177621] ppid=177580 vsize=19063512 memory=5038596 CPUtime=0 cores=1,3
/proc/177591/task/177621/stat : 177621 (Finalizer) S 177580 177591 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 1328486 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177630] ppid=177580 vsize=19063512 memory=16496 CPUtime=0 cores=1,3
/proc/177591/task/177630/stat : 177630 (Common-Cleaner) S 177580 177591 177529 0 -1 4194368 1949 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 1328486 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177673] ppid=177580 vsize=19063512 memory=5188868 CPUtime=0 cores=1,3
/proc/177591/task/177673/stat : 177673 (Timer-0) S 177580 177591 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522775 19521036288 1328486 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
Current children cumulated CPU time: 3363.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5313944 KiB

[startup+3282.3 s]
/proc/loadavg: 4.52 4.61 4.45 5/342 177848
/proc/meminfo: memFree=84612628/131249996 swapFree=33010160/33010684
[pid=177591] ppid=177580 vsize=19063512 memory=5555780 CPUtime=3435.91 cores=1,3
/proc/177591/stat : 177591 (java) S 177580 177591 177529 0 -1 4194304 251530 0 0 0 343128 463 0 0 20 0 20 0 239522329 19521036288 1388945 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
/proc/177591/statm: 4765878 1388945 5532 1 0 1403763 0
[pid=177591/tid=177608] ppid=177580 vsize=19063512 memory=5514068 CPUtime=3240.87 cores=1,3
/proc/177591/task/177608/stat : 177608 (java) R 177580 177591 177529 0 -1 4194368 91492 0 0 0 323861 226 0 0 20 0 20 0 239522331 19521036288 1388945 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177621] ppid=177580 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/177591/task/177621/stat : 177621 (Finalizer) S 177580 177591 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 1388945 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177630] ppid=177580 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/177591/task/177630/stat : 177630 (Common-Cleaner) S 177580 177591 177529 0 -1 4194368 1976 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 1388945 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177673] ppid=177580 vsize=19063512 memory=-9175351302037480124 CPUtime=0 cores=1,3
/proc/177591/task/177673/stat : 177673 (Timer-0) S 177580 177591 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522775 19521036288 1388945 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
Current children cumulated CPU time: 3435.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5555780 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.49 4.42 4/317 177884
/proc/meminfo: memFree=91601156/131249996 swapFree=33010160/33010684
[pid=177591] ppid=177580 vsize=19063512 memory=6041616 CPUtime=3503.51 cores=1,3
/proc/177591/stat : 177591 (java) S 177580 177591 177529 0 -1 4194304 256652 0 0 0 349865 486 0 0 20 0 20 0 239522329 19521036288 1510404 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
/proc/177591/statm: 4765878 1510404 5532 1 0 1524919 0
[pid=177591/tid=177608] ppid=177580 vsize=19063512 memory=5632 CPUtime=3299.65 cores=1,3
/proc/177591/task/177608/stat : 177608 (java) R 177580 177591 177529 0 -1 4194368 93323 0 0 0 329723 242 0 0 20 0 20 0 239522331 19521036288 1510404 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177621] ppid=177580 vsize=19063512 memory=5664304 CPUtime=0 cores=1,3
/proc/177591/task/177621/stat : 177621 (Finalizer) S 177580 177591 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 1510404 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177630] ppid=177580 vsize=19063512 memory=5806000 CPUtime=0 cores=1,3
/proc/177591/task/177630/stat : 177630 (Common-Cleaner) S 177580 177591 177529 0 -1 4194368 1996 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 1510404 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177673] ppid=177580 vsize=19063512 memory=27008 CPUtime=0 cores=1,3
/proc/177591/task/177673/stat : 177673 (Timer-0) S 177580 177591 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522775 19521036288 1510404 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
Current children cumulated CPU time: 3503.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6041616 KiB

[startup+3402.3 s]
/proc/loadavg: 3.34 4.21 4.33 5/292 177921
/proc/meminfo: memFree=104607696/131249996 swapFree=33010160/33010684
[pid=177591] ppid=177580 vsize=19063512 memory=6316448 CPUtime=3579.02 cores=1,3
/proc/177591/stat : 177591 (java) S 177580 177591 177529 0 -1 4194304 262735 0 0 0 357393 509 0 0 20 0 20 0 239522329 19521036288 1579112 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
/proc/177591/statm: 4765878 1579112 5532 1 0 1593850 0
[pid=177591/tid=177608] ppid=177580 vsize=19063512 memory=5806000 CPUtime=3358.28 cores=1,3
/proc/177591/task/177608/stat : 177608 (java) R 177580 177591 177529 0 -1 4194368 95478 0 0 0 335579 249 0 0 20 0 20 0 239522331 19521036288 1579112 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177621] ppid=177580 vsize=19063512 memory=16496 CPUtime=0 cores=1,3
/proc/177591/task/177621/stat : 177621 (Finalizer) S 177580 177591 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 1579112 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177630] ppid=177580 vsize=19063512 memory=6291816 CPUtime=0 cores=1,3
/proc/177591/task/177630/stat : 177630 (Common-Cleaner) S 177580 177591 177529 0 -1 4194368 1996 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 1579112 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177673] ppid=177580 vsize=19063512 memory=6291816 CPUtime=0 cores=1,3
/proc/177591/task/177673/stat : 177673 (Timer-0) S 177580 177591 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522775 19521036288 1579112 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
Current children cumulated CPU time: 3579.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6316448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3419.7 s]
/proc/loadavg: 3.20 4.14 4.30 3/292 177921
/proc/meminfo: memFree=104435792/131249996 swapFree=33010160/33010684
[pid=177591] ppid=177580 vsize=19063512 memory=6458580 CPUtime=3600.08 cores=1,3
/proc/177591/stat : 177591 (java) S 177580 177591 177529 0 -1 4194304 264153 0 0 0 359492 516 0 0 20 0 20 0 239522329 19521036288 1614645 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
/proc/177591/statm: 4765878 1614645 5532 1 0 1629358 0
[pid=177591/tid=177608] ppid=177580 vsize=19063512 memory=5806000 CPUtime=3375.39 cores=1,3
/proc/177591/task/177608/stat : 177608 (java) R 177580 177591 177529 0 -1 4194368 95745 0 0 0 337287 252 0 0 20 0 20 0 239522331 19521036288 1614645 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177621] ppid=177580 vsize=19063512 memory=16496 CPUtime=0 cores=1,3
/proc/177591/task/177621/stat : 177621 (Finalizer) S 177580 177591 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 1614645 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177630] ppid=177580 vsize=19063512 memory=6291816 CPUtime=0 cores=1,3
/proc/177591/task/177630/stat : 177630 (Common-Cleaner) S 177580 177591 177529 0 -1 4194368 2030 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 1614645 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177673] ppid=177580 vsize=19063512 memory=6316832 CPUtime=0 cores=1,3
/proc/177591/task/177673/stat : 177673 (Timer-0) S 177580 177591 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522775 19521036288 1614645 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6458580 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.06 s, system=5.19025 s

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

[startup+3419.7 s]
/proc/loadavg: 3.20 4.14 4.30 3/292 177921
/proc/meminfo: memFree=104435792/131249996 swapFree=33010160/33010684
[pid=177591] ppid=177580 vsize=19063512 memory=6458580 CPUtime=3600.08 cores=1,3
/proc/177591/stat : 177591 (java) S 177580 177591 177529 0 -1 4194304 264153 0 0 0 359492 516 0 0 20 0 20 0 239522329 19521036288 1614645 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
/proc/177591/statm: 4765878 1614645 5532 1 0 1629358 0
[pid=177591/tid=177608] ppid=177580 vsize=19063512 memory=5806000 CPUtime=3375.39 cores=1,3
/proc/177591/task/177608/stat : 177608 (java) R 177580 177591 177529 0 -1 4194368 95745 0 0 0 337287 252 0 0 20 0 20 0 239522331 19521036288 1614645 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177621] ppid=177580 vsize=19063512 memory=16496 CPUtime=0 cores=1,3
/proc/177591/task/177621/stat : 177621 (Finalizer) S 177580 177591 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 1614645 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177630] ppid=177580 vsize=19063512 memory=6291816 CPUtime=0 cores=1,3
/proc/177591/task/177630/stat : 177630 (Common-Cleaner) S 177580 177591 177529 0 -1 4194368 2030 0 0 0 0 0 0 0 20 0 20 0 239522333 19521036288 1614645 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
[pid=177591/tid=177673] ppid=177580 vsize=19063512 memory=6316832 CPUtime=0 cores=1,3
/proc/177591/task/177673/stat : 177673 (Timer-0) S 177580 177591 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522775 19521036288 1614645 18446744073709551615 94171886297088 94171886300784 140723829043024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94171886308600 94171886309392 94171886854144 140723829045585 140723829045732 140723829045732 140723829051336 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6458580 KiB

Child status: 143

Real time (s): 3419.8
CPU time (s): 3600.25
CPU user time (s): 3595.06
CPU system time (s): 5.19025
CPU usage (%): 105.277
Max. virtual memory (cumulated for all children) (KiB): 19066472
Max. memory (cumulated for all children) (KiB): 6458580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.06
system time used= 5.19025
maximum resident set size= 6459476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265726
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1573840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139850
involuntary context switches= 19479


# summary of solver processes directly reported to runsolver:
#   pid: 177591
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3595.06
#   total CPU system time (s): 5.19025

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.25633 second user time and 17.9773 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-23 04:40:37
IDJOB=4545434
IDBENCH=180858
IDSOLVER=3362
FILE ID=nodeC032/4545434-1753238437
RUNJOBID= nodeC032-1753238437-177541
SLURM_JOB_ID= 9687873
Free space on /tmp= 432568 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-MisteryShopper-mini-5-10-2-6-0_c24.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545434-1753238437/watcher-4545434-1753238437 -o /tmp/evaluation-result-4545434-1753238437/solver-4545434-1753238437 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1753238437-177541 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545434-1753238437 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4545434-1753238437.opb

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

MD5SUM BENCH= 533dc96f2f67a4db8413c4c2a7be8312
RANDOM SEED=715204721

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        117535276 kB
MemAvailable:   129589708 kB
Buffers:            2728 kB
Cached:         12733940 kB
SwapCached:           20 kB
Active:          1208440 kB
Inactive:       11602960 kB
Active(anon):      98172 kB
Inactive(anon):     3124 kB
Active(file):    1110268 kB
Inactive(file): 11599836 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20680 kB
Writeback:             0 kB
AnonPages:         78200 kB
Mapped:           108320 kB
Shmem:             26240 kB
KReclaimable:     367136 kB
Slab:             466276 kB
SReclaimable:     367136 kB
SUnreclaim:        99140 kB
KernelStack:        4144 kB
PageTables:         2980 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     358924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431676 MiB
End job on nodeC032 at 2025-07-23 05:37:37