Trace number 4489697

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.31 3651.86

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
MD5SUMac2beb72083c40d036c40a53754bf1b9
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 benchmark255
Best CPU time to get the best result obtained on this benchmark30252.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494728
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494728
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.19	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.27/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.24	c java.vm.version	22.0.1+8-16
0.27/0.24	c java.vm.vendor	Oracle Corporation
0.27/0.24	c sun.arch.data.model	64
0.27/0.24	c java.version		22.0.1
0.27/0.24	c os.name		Linux
0.27/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.24	c os.arch		amd64
0.27/0.25	c Free memory 		2104792832
0.27/0.25	c Max memory 		16282288128
0.27/0.25	c Total memory 		2113929216
0.27/0.26	c Number of processors 	2
0.57/0.45	c Pseudo Boolean Optimization by upper bound
0.57/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.57/0.45	c  - never skip resolution steps
0.57/0.45	c  - Auto-division on coefficients is disabled
0.57/0.45	c  - No postprocessing
0.57/0.45	c  - Conflict is considered as is when resolving
0.57/0.45	c  - Use constraints as they come during conflict analysis
0.57/0.45	c  - Weaken first using unassigned literals
0.57/0.45	c  - Bump strategy: ALWAYS_ONE
0.57/0.45	c  - Bumper: EFFECTIVE
0.57/0.45	c --- Begin Solver configuration ---
0.57/0.45	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.57/0.45	c Learn all clauses as in MiniSAT
0.57/0.45	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.57/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.57/0.45	c No reason simplification
0.57/0.45	c Dynamic restart strategy considering the size of the coefficients
0.57/0.45	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.57/0.45	c timeout=2147483s
0.57/0.45	c DB Simplification allowed=false
0.57/0.45	c Listener: none
0.57/0.45	c --- End Solver configuration ---
0.57/0.45	c solving HOME/instance-4489697-1751362023.opb
0.57/0.45	c reading problem ... 
0.57/0.45	c using VERIPB proof format
0.57/0.46	c  objective function found
15.38/13.06	c ... done. Wall clock time 12.6s.
15.38/13.06	c declared #vars     10000
15.38/13.06	c #constraints  656900
15.38/13.06	c constraints type 
15.38/13.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
15.38/13.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
15.38/13.06	c 656900 constraints processed.
15.38/13.08	c objective function length is 10000 literals
243.15/260.51	c cleaning 2494 clauses out of 5002 with flag 0/5002
602.06/623.36	c cleaning 4242 clauses out of 8508 with flag 0/11002
1024.14/1044.74	c cleaning 5621 clauses out of 11265 with flag 0/18001
1529.12/1556.07	c cleaning 6814 clauses out of 13643 with flag 0/26000
2131.18/2160.14	c cleaning 7904 clauses out of 15830 with flag 0/35001
2801.65/2832.51	c cleaning 8950 clauses out of 17926 with flag 0/45001
3600.06/3651.73	c starts		: 1
3600.06/3651.75	c conflicts		: 55475
3600.06/3651.75	c decisions		: 77261
3600.06/3651.75	c propagations		: 5315877
3600.06/3651.75	c inspects		: 222530374
3600.06/3651.75	c shortcuts		: 0
3600.06/3651.75	c learnt literals	: 0
3600.06/3651.75	c learnt binary clauses	: 0
3600.06/3651.76	c learnt ternary clauses	: 0
3600.06/3651.76	c learnt constraints	: 55474
3600.06/3651.76	c ignored constraints	: 0
3600.06/3651.76	c root simplifications	: 0
3600.06/3651.76	c removed literals (reason simplification)	: 0
3600.06/3651.76	c reason swapping (by a shorter reason)	: 0
3600.06/3651.76	c Calls to reduceDB	: 6
3600.06/3651.76	c Number of update (reduction) of LBD	: 84308
3600.06/3651.76	c Imported unit clauses	: 0
3600.06/3651.76	c No decision after first conflict	: false
3600.06/3651.76	c number of reductions to clauses (during analyze)	: 0
3600.06/3651.77	c number of learned constraints concerned by reduction	: 0
3600.06/3651.77	c timeout
3600.06/3651.77	c number of learning phase by resolution	: 0
3600.06/3651.77	c number of learning phase by cutting planes	: 0
3600.06/3651.77	c number of rounding to 1 operations	: 0
3600.06/3651.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3651.77	c number of reductions of the coefficients by power 2 	: 0
3600.06/3651.77	c number of right shift for reduction by power 2 	: 0
3600.06/3651.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3651.77	c number of ending skipping 	: 0
3600.06/3651.77	c number of internal skipping 	: 0
3600.06/3651.77	c number of derivation steps 	: 1542839
3600.06/3651.77	c number of skipped derivation steps 	: 0
3600.06/3651.77	c number of remaining unassigned 	: 0
3600.06/3651.77	c number of remaining assigned 	: 0
3600.06/3651.77	c number of falsified literals weakened from reason	: 0
3600.06/3651.77	c number of falsified literals weakened from conflict	: 0
3600.06/3651.77	c time for arithmetic operations	: 0
3600.06/3651.77	c minimum degree of deleted constraints	: 1
3600.06/3651.77	c maximum degree of deleted constraints	: 1
3600.06/3651.77	c number of deleted constraints	: 36025
3600.06/3651.78	c speed (assignments/second)	: 1460.9496117373362
3600.06/3651.78	c non guided choices	: 0
3600.26/3651.81	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 19450
3600.26/3651.81	s UNKNOWN
3600.26/3651.81	c Total wall clock time (in seconds): 3651.362

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (63074 MiB free)
  memory of node 1: 64507 MiB (63925 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489697-1751362023/watcher-4489697-1751362023 -o /tmp/evaluation-result-4489697-1751362023/solver-4489697-1751362023 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751362023-49773 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489697-1751362023 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489697-1751362023.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
Starting watchdog thread
solver pid=49826, runsolver pid=49814
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 2.74 3.79 3.98 7/320 49899
/proc/meminfo: memFree=129980684/131382112 swapFree=33010160/33010684
[pid=49826] ppid=49814 vsize=18930384 memory=46388 CPUtime=0.09 cores=1,3
/proc/49826/stat : 49826 (java) S 49814 49826 49761 0 -1 4194304 5636 0 0 0 6 3 0 0 20 0 18 0 51881283 19384713216 11597 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
/proc/49826/statm: 4732596 11597 4945 1 0 546865 0
[pid=49826/tid=49834] ppid=49814 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=1,3
/proc/49826/task/49834/stat : 49834 (java) R 49814 49826 49761 0 -1 4194368 4575 0 0 0 4 2 0 0 20 0 18 0 51881286 19384713216 11597 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49876] ppid=49814 vsize=18930384 memory=1593 CPUtime=0 cores=1,3
/proc/49826/task/49876/stat : 49876 (Finalizer) S 49814 49826 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51881291 19384713216 11597 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49897] ppid=49814 vsize=18930384 memory=60693105869820 CPUtime=0 cores=1,3
/proc/49826/task/49897/stat : 49897 (Common-Cleaner) S 49814 49826 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 51881292 19384713216 11597 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 46388 KiB

[startup+0.221103 s]*
/proc/loadavg: 2.74 3.79 3.98 12/320 49899
/proc/meminfo: memFree=129968148/131382112 swapFree=33010160/33010684
[pid=49826] ppid=49814 vsize=18930384 memory=51884 CPUtime=0.27 cores=1,3
/proc/49826/stat : 49826 (java) S 49814 49826 49761 0 -1 4194304 6125 0 0 0 23 4 0 0 20 0 18 0 51881283 19384713216 12971 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
/proc/49826/statm: 4732596 12971 5361 1 0 547238 0
[pid=49826/tid=49834] ppid=49814 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=1,3
/proc/49826/task/49834/stat : 49834 (java) R 49814 49826 49761 0 -1 4194368 4963 0 0 0 14 2 0 0 20 0 18 0 51881286 19384713216 12971 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49876] ppid=49814 vsize=18930384 memory=1593 CPUtime=0 cores=1,3
/proc/49826/task/49876/stat : 49876 (Finalizer) S 49814 49826 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51881291 19384713216 12971 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49897] ppid=49814 vsize=18930384 memory=60693105869820 CPUtime=0 cores=1,3
/proc/49826/task/49897/stat : 49897 (Common-Cleaner) S 49814 49826 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 51881292 19384713216 12971 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51884 KiB

[startup+0.312063 s]*
/proc/loadavg: 2.74 3.79 3.98 11/320 49899
/proc/meminfo: memFree=129958256/131382112 swapFree=33010160/33010684
[pid=49826] ppid=49814 vsize=18930384 memory=58128 CPUtime=0.41 cores=1,3
/proc/49826/stat : 49826 (java) S 49814 49826 49761 0 -1 4194304 6653 0 0 0 36 5 0 0 20 0 18 0 51881283 19384713216 14532 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
/proc/49826/statm: 4732596 14532 5361 1 0 547705 0
[pid=49826/tid=49834] ppid=49814 vsize=18930384 memory=-6000919485658325867 CPUtime=0.24 cores=1,3
/proc/49826/task/49834/stat : 49834 (java) R 49814 49826 49761 0 -1 4194368 5108 0 0 0 22 2 0 0 20 0 18 0 51881286 19384713216 14532 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49876] ppid=49814 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/49826/task/49876/stat : 49876 (Finalizer) S 49814 49826 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51881291 19384713216 14532 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49897] ppid=49814 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/49826/task/49897/stat : 49897 (Common-Cleaner) S 49814 49826 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 51881292 19384713216 14532 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58128 KiB

[startup+0.700358 s]
/proc/loadavg: 2.74 3.79 3.98 14/320 49899
/proc/meminfo: memFree=129932988/131382112 swapFree=33010160/33010684
[pid=49826] ppid=49814 vsize=18930384 memory=108504 CPUtime=1.1 cores=1,3
/proc/49826/stat : 49826 (java) S 49814 49826 49761 0 -1 4194304 9139 0 0 0 102 8 0 0 20 0 18 0 51881283 19384713216 27126 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
/proc/49826/statm: 4732596 27126 5425 1 0 549356 0
[pid=49826/tid=49834] ppid=49814 vsize=18930384 memory=17792 CPUtime=0.55 cores=1,3
/proc/49826/task/49834/stat : 49834 (java) R 49814 49826 49761 0 -1 4194368 5402 0 0 0 51 4 0 0 20 0 18 0 51881286 19384713216 27126 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49876] ppid=49814 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/49826/task/49876/stat : 49876 (Finalizer) S 49814 49826 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51881291 19384713216 27126 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49897] ppid=49814 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/49826/task/49897/stat : 49897 (Common-Cleaner) S 49814 49826 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 51881292 19384713216 27126 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 108504 KiB

[startup+1.50029 s]
/proc/loadavg: 3.16 3.86 4.01 11/324 49903
/proc/meminfo: memFree=128991032/131382112 swapFree=33010160/33010684
[pid=49826] ppid=49814 vsize=18996948 memory=962124 CPUtime=2.66 cores=1,3
/proc/49826/stat : 49826 (java) S 49814 49826 49761 0 -1 4194304 18151 0 0 0 233 33 0 0 20 0 19 0 51881283 19452874752 240531 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
/proc/49826/statm: 4749237 240531 5457 1 0 552810 0
[pid=49826/tid=49834] ppid=49814 vsize=18996948 memory=3200 CPUtime=1.28 cores=1,3
/proc/49826/task/49834/stat : 49834 (java) R 49814 49826 49761 0 -1 4194368 5806 0 0 0 102 26 0 0 20 0 19 0 51881286 19452874752 240531 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49876] ppid=49814 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/49826/task/49876/stat : 49876 (Finalizer) S 49814 49826 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51881291 19452874752 240531 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49897] ppid=49814 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/49826/task/49897/stat : 49897 (Common-Cleaner) S 49814 49826 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 51881292 19452874752 240531 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 962124 KiB

[startup+3.11222 s]
/proc/loadavg: 3.16 3.86 4.01 5/324 49903
/proc/meminfo: memFree=117106244/131382112 swapFree=33010160/33010684
[pid=49826] ppid=49814 vsize=18996948 memory=3383596 CPUtime=5.2 cores=1,3
/proc/49826/stat : 49826 (java) S 49814 49826 49761 0 -1 4194304 23357 0 0 0 430 90 0 0 20 0 19 0 51881283 19452874752 845899 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
/proc/49826/statm: 4749237 845899 5457 1 0 1081308 0
[pid=49826/tid=49834] ppid=49814 vsize=18996948 memory=11264 CPUtime=2.8 cores=1,3
/proc/49826/task/49834/stat : 49834 (java) R 49814 49826 49761 0 -1 4194368 7071 0 0 0 199 81 0 0 20 0 19 0 51881286 19452874752 845899 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49876] ppid=49814 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/49826/task/49876/stat : 49876 (Finalizer) S 49814 49826 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51881291 19452874752 845899 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49897] ppid=49814 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/49826/task/49897/stat : 49897 (Common-Cleaner) S 49814 49826 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 51881292 19452874752 845899 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
Current children cumulated CPU time: 5.2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3383596 KiB

[startup+6.30046 s]
/proc/loadavg: 3.23 3.87 4.01 7/324 49903
/proc/meminfo: memFree=111937736/131382112 swapFree=33010160/33010684
[pid=49826] ppid=49814 vsize=18996948 memory=4343132 CPUtime=8.42 cores=1,3
/proc/49826/stat : 49826 (java) S 49814 49826 49761 0 -1 4194304 24807 0 0 0 732 110 0 0 20 0 19 0 51881283 19452874752 1085783 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
/proc/49826/statm: 4749237 1085783 5457 1 0 1327801 0
[pid=49826/tid=49834] ppid=49814 vsize=18996948 memory=11264 CPUtime=5.73 cores=1,3
/proc/49826/task/49834/stat : 49834 (java) R 49814 49826 49761 0 -1 4194368 7855 0 0 0 473 100 0 0 20 0 19 0 51881286 19452874752 1085783 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49876] ppid=49814 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/49826/task/49876/stat : 49876 (Finalizer) S 49814 49826 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51881291 19452874752 1085783 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49897] ppid=49814 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/49826/task/49897/stat : 49897 (Common-Cleaner) S 49814 49826 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 51881292 19452874752 1085783 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
Current children cumulated CPU time: 8.42 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4343132 KiB

[startup+12.7004 s]
/proc/loadavg: 3.37 3.89 4.01 7/324 49903
/proc/meminfo: memFree=108888080/131382112 swapFree=33010160/33010684
[pid=49826] ppid=49814 vsize=18996948 memory=5955160 CPUtime=15.07 cores=1,3
/proc/49826/stat : 49826 (java) S 49814 49826 49761 0 -1 4194304 26928 0 0 0 1365 142 0 0 20 0 19 0 51881283 19452874752 1488790 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
/proc/49826/statm: 4749237 1488790 5457 1 0 1735143 0
[pid=49826/tid=49834] ppid=49814 vsize=18996948 memory=0 CPUtime=11.68 cores=1,3
/proc/49826/task/49834/stat : 49834 (java) R 49814 49826 49761 0 -1 4194368 9403 0 0 0 1037 131 0 0 20 0 19 0 51881286 19452874752 1488790 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49876] ppid=49814 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/49826/task/49876/stat : 49876 (Finalizer) S 49814 49826 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51881291 19452874752 1488790 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49897] ppid=49814 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/49826/task/49897/stat : 49897 (Common-Cleaner) S 49814 49826 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 51881292 19452874752 1488790 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
Current children cumulated CPU time: 15.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 5955160 KiB

[startup+25.5004 s]
/proc/loadavg: 3.47 3.89 4.01 8/328 49908
/proc/meminfo: memFree=108844308/131382112 swapFree=33010160/33010684
[pid=49826] ppid=49814 vsize=19063512 memory=5966068 CPUtime=29.48 cores=1,3
/proc/49826/stat : 49826 (java) S 49814 49826 49761 0 -1 4194304 31383 0 0 0 2803 145 0 0 20 0 20 0 51881283 19521036288 1491517 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
/proc/49826/statm: 4765878 1491517 5489 1 0 1735690 0
[pid=49826/tid=49834] ppid=49814 vsize=19063512 memory=5950888 CPUtime=24.34 cores=1,3
/proc/49826/task/49834/stat : 49834 (java) R 49814 49826 49761 0 -1 4194368 10929 0 0 0 2302 132 0 0 20 0 20 0 51881286 19521036288 1491517 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49876] ppid=49814 vsize=19063512 memory=5965300 CPUtime=0 cores=1,3
/proc/49826/task/49876/stat : 49876 (Finalizer) S 49814 49826 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1491517 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49897] ppid=49814 vsize=19063512 memory=5965940 CPUtime=0 cores=1,3
/proc/49826/task/49897/stat : 49897 (Common-Cleaner) S 49814 49826 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1491517 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49906] ppid=49814 vsize=19063512 memory=5965940 CPUtime=0 cores=1,3
/proc/49826/task/49906/stat : 49906 (Timer-0) S 49814 49826 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882596 19521036288 1491517 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
Current children cumulated CPU time: 29.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5966068 KiB

[startup+51.1133 s]
/proc/loadavg: 3.81 3.93 4.02 7/328 49908
/proc/meminfo: memFree=108838120/131382112 swapFree=33010160/33010684
[pid=49826] ppid=49814 vsize=19063512 memory=5966324 CPUtime=55.84 cores=1,3
/proc/49826/stat : 49826 (java) S 49814 49826 49761 0 -1 4194304 35963 0 0 0 5436 148 0 0 20 0 20 0 51881283 19521036288 1491581 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
/proc/49826/statm: 4765878 1491581 5489 1 0 1735722 0
[pid=49826/tid=49834] ppid=49814 vsize=19063512 memory=14720 CPUtime=49.9 cores=1,3
/proc/49826/task/49834/stat : 49834 (java) R 49814 49826 49761 0 -1 4194368 12986 0 0 0 4858 132 0 0 20 0 20 0 51881286 19521036288 1491581 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49876] ppid=49814 vsize=19063512 memory=5966324 CPUtime=0 cores=1,3
/proc/49826/task/49876/stat : 49876 (Finalizer) S 49814 49826 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1491581 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49897] ppid=49814 vsize=19063512 memory=5966324 CPUtime=0 cores=1,3
/proc/49826/task/49897/stat : 49897 (Common-Cleaner) S 49814 49826 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1491581 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49906] ppid=49814 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/49826/task/49906/stat : 49906 (Timer-0) S 49814 49826 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882596 19521036288 1491581 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
Current children cumulated CPU time: 55.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5966324 KiB

[startup+102.3 s]
/proc/loadavg: 5.67 4.41 4.18 7/328 49910

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

[startup+3342.3 s]
/proc/loadavg: 4.17 4.17 4.18 7/328 50087
/proc/meminfo: memFree=103170336/131382112 swapFree=33010160/33010684
[pid=49826] ppid=49814 vsize=19063512 memory=6878680 CPUtime=3298.75 cores=1,3
/proc/49826/stat : 49826 (java) S 49814 49826 49761 0 -1 4194304 254584 0 0 0 329540 335 0 0 20 0 20 0 51881283 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
/proc/49826/statm: 4765878 1719670 5553 1 0 1736149 0
[pid=49826/tid=49834] ppid=49814 vsize=19063512 memory=2764 CPUtime=3268.2 cores=1,3
/proc/49826/task/49834/stat : 49834 (java) R 49814 49826 49761 0 -1 4194368 146002 0 0 0 326660 160 0 0 20 0 20 0 51881286 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49876] ppid=49814 vsize=19063512 memory=6878680 CPUtime=0 cores=1,3
/proc/49826/task/49876/stat : 49876 (Finalizer) S 49814 49826 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49897] ppid=49814 vsize=19063512 memory=-6000919489953293163 CPUtime=0 cores=1,3
/proc/49826/task/49897/stat : 49897 (Common-Cleaner) S 49814 49826 49761 0 -1 4194368 3153 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49906] ppid=49814 vsize=19063512 memory=4713743367824633503 CPUtime=0 cores=1,3
/proc/49826/task/49906/stat : 49906 (Timer-0) S 49814 49826 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882596 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
Current children cumulated CPU time: 3298.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6878680 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.16 4.17 7/328 50089
/proc/meminfo: memFree=103156860/131382112 swapFree=33010160/33010684
[pid=49826] ppid=49814 vsize=19063512 memory=6878680 CPUtime=3358.65 cores=1,3
/proc/49826/stat : 49826 (java) S 49814 49826 49761 0 -1 4194304 256886 0 0 0 335528 337 0 0 20 0 20 0 51881283 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
/proc/49826/statm: 4765878 1719670 5553 1 0 1736149 0
[pid=49826/tid=49834] ppid=49814 vsize=19063512 memory=164 CPUtime=3328.07 cores=1,3
/proc/49826/task/49834/stat : 49834 (java) R 49814 49826 49761 0 -1 4194368 148028 0 0 0 332646 161 0 0 20 0 20 0 51881286 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49876] ppid=49814 vsize=19063512 memory=6878680 CPUtime=0 cores=1,3
/proc/49826/task/49876/stat : 49876 (Finalizer) S 49814 49826 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49897] ppid=49814 vsize=19063512 memory=6878680 CPUtime=0 cores=1,3
/proc/49826/task/49897/stat : 49897 (Common-Cleaner) S 49814 49826 49761 0 -1 4194368 3275 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49906] ppid=49814 vsize=19063512 memory=6878680 CPUtime=0 cores=1,3
/proc/49826/task/49906/stat : 49906 (Timer-0) S 49814 49826 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882596 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
Current children cumulated CPU time: 3358.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6878680 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.16 4.17 7/328 50091
/proc/meminfo: memFree=103157652/131382112 swapFree=33010160/33010684
[pid=49826] ppid=49814 vsize=19063512 memory=6878680 CPUtime=3418.29 cores=1,3
/proc/49826/stat : 49826 (java) S 49814 49826 49761 0 -1 4194304 262252 0 0 0 341488 341 0 0 20 0 20 0 51881283 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
/proc/49826/statm: 4765878 1719670 5553 1 0 1736149 0
[pid=49826/tid=49834] ppid=49814 vsize=19063512 memory=164 CPUtime=3387.02 cores=1,3
/proc/49826/task/49834/stat : 49834 (java) R 49814 49826 49761 0 -1 4194368 151001 0 0 0 338541 161 0 0 20 0 20 0 51881286 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49876] ppid=49814 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/49826/task/49876/stat : 49876 (Finalizer) S 49814 49826 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49897] ppid=49814 vsize=19063512 memory=17792 CPUtime=0 cores=1,3
/proc/49826/task/49897/stat : 49897 (Common-Cleaner) S 49814 49826 49761 0 -1 4194368 3276 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49906] ppid=49814 vsize=19063512 memory=6878680 CPUtime=0 cores=1,3
/proc/49826/task/49906/stat : 49906 (Timer-0) S 49814 49826 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882596 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
Current children cumulated CPU time: 3418.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6878680 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.14 4.17 7/327 50093
/proc/meminfo: memFree=103156992/131382112 swapFree=33010160/33010684
[pid=49826] ppid=49814 vsize=19063512 memory=6878680 CPUtime=3478.2 cores=1,3
/proc/49826/stat : 49826 (java) S 49814 49826 49761 0 -1 4194304 264602 0 0 0 347477 343 0 0 20 0 20 0 51881283 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
/proc/49826/statm: 4765878 1719670 5553 1 0 1736149 0
[pid=49826/tid=49834] ppid=49814 vsize=19063512 memory=6878680 CPUtime=3446.91 cores=1,3
/proc/49826/task/49834/stat : 49834 (java) R 49814 49826 49761 0 -1 4194368 153246 0 0 0 344529 162 0 0 20 0 20 0 51881286 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49876] ppid=49814 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/49826/task/49876/stat : 49876 (Finalizer) S 49814 49826 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49897] ppid=49814 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/49826/task/49897/stat : 49897 (Common-Cleaner) S 49814 49826 49761 0 -1 4194368 3353 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49906] ppid=49814 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/49826/task/49906/stat : 49906 (Timer-0) S 49814 49826 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882596 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
Current children cumulated CPU time: 3478.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6878680 KiB

[startup+3582.3 s]
/proc/loadavg: 4.25 4.17 4.18 7/326 50095
/proc/meminfo: memFree=103155280/131382112 swapFree=33010160/33010684
[pid=49826] ppid=49814 vsize=19063512 memory=6878680 CPUtime=3538.45 cores=1,3
/proc/49826/stat : 49826 (java) S 49814 49826 49761 0 -1 4194304 267715 0 0 0 353499 346 0 0 20 0 20 0 51881283 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
/proc/49826/statm: 4765878 1719670 5553 1 0 1736149 0
[pid=49826/tid=49834] ppid=49814 vsize=19063512 memory=0 CPUtime=3506.44 cores=1,3
/proc/49826/task/49834/stat : 49834 (java) R 49814 49826 49761 0 -1 4194368 155515 0 0 0 350482 162 0 0 20 0 20 0 51881286 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49876] ppid=49814 vsize=19063512 memory=6878680 CPUtime=0 cores=1,3
/proc/49826/task/49876/stat : 49876 (Finalizer) S 49814 49826 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49897] ppid=49814 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/49826/task/49897/stat : 49897 (Common-Cleaner) S 49814 49826 49761 0 -1 4194368 3411 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49906] ppid=49814 vsize=19063512 memory=6878680 CPUtime=0 cores=1,3
/proc/49826/task/49906/stat : 49906 (Timer-0) S 49814 49826 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882596 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
Current children cumulated CPU time: 3538.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6878680 KiB

[startup+3642.3 s]
/proc/loadavg: 4.23 4.19 4.18 3/325 50097
/proc/meminfo: memFree=103154576/131382112 swapFree=33010160/33010684
[pid=49826] ppid=49814 vsize=19063512 memory=6878680 CPUtime=3590.82 cores=1,3
/proc/49826/stat : 49826 (java) S 49814 49826 49761 0 -1 4194304 270075 0 0 0 358734 348 0 0 20 0 20 0 51881283 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
/proc/49826/statm: 4765878 1719670 5553 1 0 1736149 0
[pid=49826/tid=49834] ppid=49814 vsize=19063512 memory=6878680 CPUtime=3558.79 cores=1,3
/proc/49826/task/49834/stat : 49834 (java) D 49814 49826 49761 0 -1 4194368 157867 0 0 0 355716 163 0 0 20 0 20 0 51881286 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49876] ppid=49814 vsize=19063512 memory=6878680 CPUtime=0 cores=1,3
/proc/49826/task/49876/stat : 49876 (Finalizer) S 49814 49826 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49897] ppid=49814 vsize=19063512 memory=17792 CPUtime=0 cores=1,3
/proc/49826/task/49897/stat : 49897 (Common-Cleaner) S 49814 49826 49761 0 -1 4194368 3413 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49906] ppid=49814 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/49826/task/49906/stat : 49906 (Timer-0) S 49814 49826 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882596 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
Current children cumulated CPU time: 3590.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6878680 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3651.7 s]
/proc/loadavg: 4.21 4.18 4.18 5/300 50262
/proc/meminfo: memFree=119039520/131382112 swapFree=33010160/33010684
[pid=49826] ppid=49814 vsize=19063512 memory=6878680 CPUtime=3600.06 cores=1,3
/proc/49826/stat : 49826 (java) S 49814 49826 49761 0 -1 4194304 270738 0 0 0 359654 352 0 0 20 0 20 0 51881283 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
/proc/49826/statm: 4765878 1719670 5553 1 0 1736149 0
[pid=49826/tid=49834] ppid=49814 vsize=19063512 memory=6878680 CPUtime=3568.02 cores=1,3
/proc/49826/task/49834/stat : 49834 (java) R 49814 49826 49761 0 -1 4194368 158482 0 0 0 356636 166 0 0 20 0 20 0 51881286 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49876] ppid=49814 vsize=19063512 memory=6878680 CPUtime=0 cores=1,3
/proc/49826/task/49876/stat : 49876 (Finalizer) S 49814 49826 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49897] ppid=49814 vsize=19063512 memory=6878680 CPUtime=0 cores=1,3
/proc/49826/task/49897/stat : 49897 (Common-Cleaner) S 49814 49826 49761 0 -1 4194368 3413 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49906] ppid=49814 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/49826/task/49906/stat : 49906 (Timer-0) S 49814 49826 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882596 19521036288 1719670 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6878680 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.74 s, system=3.56914 s

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

[startup+3651.8 s]
/proc/loadavg: 4.21 4.18 4.18 5/300 50262
/proc/meminfo: memFree=119039520/131382112 swapFree=33010160/33010684
[pid=49826] ppid=49814 vsize=19263204 memory=6879448 CPUtime=3600.26 cores=1,3
/proc/49826/stat : 49826 (java) S 49814 49826 49761 0 -1 4194304 273668 0 0 0 359673 353 0 0 20 0 21 0 51881283 19725520896 1719862 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
/proc/49826/statm: 4815801 1719862 5553 1 0 1737084 0
[pid=49826/tid=49834] ppid=49814 vsize=19263204 memory=65324 CPUtime=3568.09 cores=1,3
/proc/49826/task/49834/stat : 49834 (java) S 49814 49826 49761 0 -1 4194368 158837 0 0 0 356643 166 0 0 20 0 21 0 51881286 19725520896 1719862 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49876] ppid=49814 vsize=19263204 memory=-6000919477085564010 CPUtime=0 cores=1,3
/proc/49826/task/49876/stat : 49876 (Finalizer) S 49814 49826 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 51881291 19725520896 1719862 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
[pid=49826/tid=49897] ppid=49814 vsize=19263204 memory=4713743367824633503 CPUtime=0 cores=1,3
/proc/49826/task/49897/stat : 49897 (Common-Cleaner) S 49814 49826 49761 0 -1 4194368 3413 0 0 0 0 0 0 0 20 0 21 0 51881292 19725520896 1719862 18446744073709551615 94351605121024 94351605124720 140734399826208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94351605132536 94351605133328 94351611895808 140734399834413 140734399834598 140734399834598 140734399840200 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6879448 KiB

Child status: 143

Real time (s): 3651.86
CPU time (s): 3600.31
CPU user time (s): 3596.74
CPU system time (s): 3.56914
CPU usage (%): 98.5884
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6879448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.74
system time used= 3.56914
maximum resident set size= 6879576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273800
page faults= 0
swaps= 0
block input operations= 0
block output operations= 38184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115685
involuntary context switches= 7966


# summary of solver processes directly reported to runsolver:
#   pid: 49826
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3596.74
#   total CPU system time (s): 3.56914

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7992 second user time and 37.5885 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= ac2beb72083c40d036c40a53754bf1b9
RANDOM SEED=259368923

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130040056 kB
MemAvailable:   129894536 kB
Buffers:            2128 kB
Cached:           658712 kB
SwapCached:           28 kB
Active:           366456 kB
Inactive:         359868 kB
Active(anon):      73036 kB
Inactive(anon):    10380 kB
Active(file):     293420 kB
Inactive(file):   349488 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             70016 kB
Writeback:            12 kB
AnonPages:         69204 kB
Mapped:           102764 kB
Shmem:             17932 kB
KReclaimable:     102012 kB
Slab:             185892 kB
SReclaimable:     102012 kB
SUnreclaim:        83880 kB
KernelStack:        3904 kB
PageTables:         2812 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     331844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

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