Trace number 4509615

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.35 3526.83

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw32/normalized-hw32-vm99p-opt.opb.negationfix.opb
MD5SUM3f10ffbf957f8216a1934b9362956d36
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 benchmark32
Best CPU time to get the best result obtained on this benchmark0.861547
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11744
Total number of constraints798
Number of constraints which are clauses366
Number of constraints which are cardinality constraints (but not clauses)366
Number of constraints which are nor clauses,nor cardinality constraints66
Minimum length of a constraint32
Maximum length of a constraint367
Number of terms in the objective function 32
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 32
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 133314
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 283127
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.14/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.17	c See www.sat4j.org for details.
0.14/0.19	c version PB25.v20250606
0.14/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.21	c java.vm.version	22.0.1+8-16
0.14/0.21	c java.vm.vendor	Oracle Corporation
0.14/0.21	c sun.arch.data.model	64
0.14/0.21	c java.version		22.0.1
0.14/0.21	c os.name		Linux
0.14/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.14/0.21	c os.arch		amd64
0.14/0.24	c Free memory 		2104792832
0.31/0.24	c Max memory 		16282288128
0.31/0.24	c Total memory 		2113929216
0.31/0.25	c Number of processors 	2
0.62/0.44	c Pseudo Boolean Optimization by upper bound
0.62/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.62/0.44	c  - never skip resolution steps
0.62/0.44	c  - Auto-division on coefficients is disabled
0.62/0.44	c  - No postprocessing
0.62/0.44	c  - Conflict is considered as is when resolving
0.62/0.44	c  - Use constraints as they come during conflict analysis
0.62/0.44	c  - Weaken first using unassigned literals
0.62/0.44	c  - Bump strategy: ALWAYS_ONE
0.62/0.44	c  - Bumper: EFFECTIVE
0.62/0.44	c --- Begin Solver configuration ---
0.62/0.44	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.62/0.44	c Learn all clauses as in MiniSAT
0.62/0.44	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.62/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.62/0.44	c No reason simplification
0.62/0.44	c Dynamic restart strategy considering the size of the coefficients
0.62/0.44	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.62/0.44	c timeout=2147483s
0.62/0.44	c DB Simplification allowed=false
0.62/0.44	c Listener: none
0.62/0.44	c --- End Solver configuration ---
0.62/0.44	c solving HOME/instance-4509615-1751531625.opb
0.62/0.44	c reading problem ... 
0.62/0.44	c using VERIPB proof format
0.62/0.45	c  objective function found
1.51/0.93	c ... done. Wall clock time 0.478s.
1.51/0.93	c declared #vars     11744
1.51/0.93	c #constraints  798
1.51/0.93	c constraints type 
1.51/0.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 366
1.51/0.93	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 66
1.51/0.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 366
1.51/0.93	c 798 constraints processed.
1.51/0.96	c objective function length is 32 literals
700.97/691.44	c cleaning 2495 clauses out of 5002 with flag 0/5002
2640.26/2597.48	c cleaning 4249 clauses out of 8505 with flag 0/11000
3600.04/3526.63	c starts		: 8
3600.04/3526.65	c conflicts		: 14279
3600.04/3526.67	c decisions		: 884723
3600.04/3526.67	c propagations		: 1860965
3600.04/3526.67	c inspects		: 30307204
3600.04/3526.67	c shortcuts		: 0
3600.04/3526.67	c learnt literals	: 0
3600.04/3526.68	c learnt binary clauses	: 0
3600.04/3526.68	c learnt ternary clauses	: 0
3600.04/3526.68	c learnt constraints	: 14279
3600.04/3526.68	c ignored constraints	: 0
3600.04/3526.68	c root simplifications	: 0
3600.04/3526.68	c removed literals (reason simplification)	: 0
3600.04/3526.68	c reason swapping (by a shorter reason)	: 0
3600.04/3526.68	c Calls to reduceDB	: 2
3600.04/3526.68	c Number of update (reduction) of LBD	: 17001
3600.04/3526.68	c Imported unit clauses	: 0
3600.04/3526.68	c No decision after first conflict	: false
3600.04/3526.68	c number of reductions to clauses (during analyze)	: 0
3600.04/3526.68	c number of learned constraints concerned by reduction	: 0
3600.04/3526.69	c number of learning phase by resolution	: 0
3600.04/3526.69	c number of learning phase by cutting planes	: 0
3600.04/3526.69	c number of rounding to 1 operations	: 0
3600.04/3526.69	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3526.69	c number of reductions of the coefficients by power 2 	: 0
3600.04/3526.69	c number of right shift for reduction by power 2 	: 0
3600.04/3526.69	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3526.69	c number of ending skipping 	: 0
3600.04/3526.69	c number of internal skipping 	: 0
3600.04/3526.69	c number of derivation steps 	: 67673
3600.04/3526.69	c number of skipped derivation steps 	: 0
3600.04/3526.69	c number of remaining unassigned 	: 435026
3600.04/3526.69	c number of remaining assigned 	: 28222381
3600.04/3526.69	c number of falsified literals weakened from reason	: 0
3600.04/3526.69	c number of falsified literals weakened from conflict	: 0
3600.04/3526.69	c time for arithmetic operations	: 6019780203
3600.04/3526.70	c minimum degree of deleted constraints	: 121851
3600.04/3526.70	c maximum degree of deleted constraints	: 768590646156371908097011074083399693527643162657856045504466037474090680654453877090223905048105722594226230364213002468159703832183614185994342539485328221936707410847861302153518685296407926478445392882936835616701000021176142144519750302901802428164632193683242825430194494422763462851340022874143600
3600.04/3526.70	c number of deleted constraints	: 6744
3600.04/3526.70	c speed (assignments/second)	: 527.8250730417562
3600.04/3526.70	c non guided choices	: 17396
3600.23/3526.73	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 7535
3600.23/3526.73	s UNKNOWN
3600.23/3526.73	c Total wall clock time (in seconds): 3526.295

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=77062, runsolver pid=77059

[startup+0.10008 s]*
/proc/loadavg: 4.19 4.20 4.17 8/325 77080
/proc/meminfo: memFree=128471048/131382116 swapFree=33009904/33010684
[pid=77062] ppid=77059 vsize=18930384 memory=48296 CPUtime=0.14 cores=0,2
/proc/77062/stat : 77062 (java) S 77059 77062 76472 0 -1 4194304 5801 0 0 0 11 3 0 0 20 0 18 0 68841679 19384713216 12074 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
/proc/77062/statm: 4732596 12074 5295 1 0 546995 0
[pid=77062/tid=77064] ppid=77059 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/77062/task/77064/stat : 77064 (java) R 77059 77062 76472 0 -1 4194368 4688 0 0 0 6 2 0 0 20 0 18 0 68841681 19384713216 12074 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77073] ppid=77059 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/77062/task/77073/stat : 77073 (Finalizer) S 77059 77062 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68841686 19384713216 12074 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77080] ppid=77059 vsize=18930384 memory=60693105881846 CPUtime=0 cores=0,2
/proc/77062/task/77080/stat : 77080 (Common-Cleaner) S 77059 77062 76472 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 68841687 19384713216 12074 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48296 KiB

[startup+0.226459 s]*
/proc/loadavg: 4.19 4.20 4.17 8/325 77080
/proc/meminfo: memFree=128454288/131382116 swapFree=33009904/33010684
[pid=77062] ppid=77059 vsize=18930384 memory=53224 CPUtime=0.31 cores=0,2
/proc/77062/stat : 77062 (java) S 77059 77062 76472 0 -1 4194304 6472 0 0 0 27 4 0 0 20 0 18 0 68841679 19384713216 13306 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
/proc/77062/statm: 4732596 13306 5327 1 0 547535 0
[pid=77062/tid=77064] ppid=77059 vsize=18930384 memory=4026728732 CPUtime=0.18 cores=0,2
/proc/77062/task/77064/stat : 77064 (java) R 77059 77062 76472 0 -1 4194368 4990 0 0 0 16 2 0 0 20 0 18 0 68841681 19384713216 13306 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77073] ppid=77059 vsize=18930384 memory=14857 CPUtime=0 cores=0,2
/proc/77062/task/77073/stat : 77073 (Finalizer) S 77059 77062 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68841686 19384713216 13306 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77080] ppid=77059 vsize=18930384 memory=59593594242043 CPUtime=0 cores=0,2
/proc/77062/task/77080/stat : 77080 (Common-Cleaner) S 77059 77062 76472 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 68841687 19384713216 13306 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53224 KiB

[startup+0.315213 s]*
/proc/loadavg: 4.19 4.20 4.17 9/325 77080
/proc/meminfo: memFree=128431856/131382116 swapFree=33009904/33010684
[pid=77062] ppid=77059 vsize=18930384 memory=58132 CPUtime=0.45 cores=0,2
/proc/77062/stat : 77062 (java) S 77059 77062 76472 0 -1 4194304 6699 0 0 0 40 5 0 0 20 0 18 0 68841679 19384713216 14533 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
/proc/77062/statm: 4732596 14533 5327 1 0 547711 0
[pid=77062/tid=77064] ppid=77059 vsize=18930384 memory=-6000919468411872616 CPUtime=0.26 cores=0,2
/proc/77062/task/77064/stat : 77064 (java) R 77059 77062 76472 0 -1 4194368 5137 0 0 0 23 3 0 0 20 0 18 0 68841681 19384713216 14533 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77073] ppid=77059 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/77062/task/77073/stat : 77073 (Finalizer) S 77059 77062 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68841686 19384713216 14533 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77080] ppid=77059 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/77062/task/77080/stat : 77080 (Common-Cleaner) S 77059 77062 76472 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 68841687 19384713216 14533 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58132 KiB

[startup+0.700351 s]
/proc/loadavg: 4.19 4.20 4.17 9/326 77081
/proc/meminfo: memFree=128377916/131382116 swapFree=33009904/33010684
[pid=77062] ppid=77059 vsize=18930384 memory=85060 CPUtime=1.13 cores=0,2
/proc/77062/stat : 77062 (java) S 77059 77062 76472 0 -1 4194304 7197 0 0 0 107 6 0 0 20 0 18 0 68841679 19384713216 21265 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
/proc/77062/statm: 4732596 21265 5423 1 0 548030 0
[pid=77062/tid=77064] ppid=77059 vsize=18930384 memory=18432 CPUtime=0.59 cores=0,2
/proc/77062/task/77064/stat : 77064 (java) R 77059 77062 76472 0 -1 4194368 5395 0 0 0 55 4 0 0 20 0 18 0 68841681 19384713216 21265 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77073] ppid=77059 vsize=18930384 memory=11264 CPUtime=0 cores=0,2
/proc/77062/task/77073/stat : 77073 (Finalizer) S 77059 77062 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68841686 19384713216 21265 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77080] ppid=77059 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/77062/task/77080/stat : 77080 (Common-Cleaner) S 77059 77062 76472 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 68841687 19384713216 21265 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 85060 KiB

[startup+1.50028 s]
/proc/loadavg: 4.50 4.26 4.19 10/329 77084
/proc/meminfo: memFree=128245524/131382116 swapFree=33009904/33010684
[pid=77062] ppid=77059 vsize=19063512 memory=178592 CPUtime=2.69 cores=0,2
/proc/77062/stat : 77062 (java) S 77059 77062 76472 0 -1 4194304 19999 0 0 0 258 11 0 0 20 0 20 0 68841679 19521036288 44648 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
/proc/77062/statm: 4765878 44648 5487 1 0 554124 0
[pid=77062/tid=77064] ppid=77059 vsize=19063512 memory=3200 CPUtime=1.28 cores=0,2
/proc/77062/task/77064/stat : 77064 (java) R 77059 77062 76472 0 -1 4194368 6178 0 0 0 122 6 0 0 20 0 20 0 68841681 19521036288 44648 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77073] ppid=77059 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/77062/task/77073/stat : 77073 (Finalizer) S 77059 77062 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68841686 19521036288 44648 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77080] ppid=77059 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/77062/task/77080/stat : 77080 (Common-Cleaner) S 77059 77062 76472 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 68841687 19521036288 44648 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77084] ppid=77059 vsize=19063512 memory=14080 CPUtime=0 cores=0,2
/proc/77062/task/77084/stat : 77084 (Timer-0) S 77059 77062 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68841776 19521036288 44648 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178592 KiB

[startup+3.10582 s]
/proc/loadavg: 4.50 4.26 4.19 6/329 77084
/proc/meminfo: memFree=128144104/131382116 swapFree=33009904/33010684
[pid=77062] ppid=77059 vsize=19063512 memory=186548 CPUtime=5.88 cores=0,2
/proc/77062/stat : 77062 (java) S 77059 77062 76472 0 -1 4194304 23161 0 0 0 575 13 0 0 20 0 20 0 68841679 19521036288 46637 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
/proc/77062/statm: 4765878 46637 5487 1 0 554316 0
[pid=77062/tid=77064] ppid=77059 vsize=19063512 memory=14080 CPUtime=2.82 cores=0,2
/proc/77062/task/77064/stat : 77064 (java) R 77059 77062 76472 0 -1 4194368 6767 0 0 0 276 6 0 0 20 0 20 0 68841681 19521036288 46637 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77073] ppid=77059 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/77062/task/77073/stat : 77073 (Finalizer) S 77059 77062 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68841686 19521036288 46637 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77080] ppid=77059 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/77062/task/77080/stat : 77080 (Common-Cleaner) S 77059 77062 76472 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 68841687 19521036288 46637 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77084] ppid=77059 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/77062/task/77084/stat : 77084 (Timer-0) S 77059 77062 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68841776 19521036288 46637 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186548 KiB

[startup+6.30035 s]
/proc/loadavg: 4.62 4.29 4.20 6/329 77084
/proc/meminfo: memFree=127710596/131382116 swapFree=33009904/33010684
[pid=77062] ppid=77059 vsize=19063512 memory=215056 CPUtime=10.94 cores=0,2
/proc/77062/stat : 77062 (java) S 77059 77062 76472 0 -1 4194304 26780 0 0 0 1079 15 0 0 20 0 20 0 68841679 19521036288 53764 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
/proc/77062/statm: 4765878 53764 5487 1 0 556564 0
[pid=77062/tid=77064] ppid=77059 vsize=19063512 memory=0 CPUtime=5.94 cores=0,2
/proc/77062/task/77064/stat : 77064 (java) R 77059 77062 76472 0 -1 4194368 6802 0 0 0 588 6 0 0 20 0 20 0 68841681 19521036288 53764 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77073] ppid=77059 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/77062/task/77073/stat : 77073 (Finalizer) S 77059 77062 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68841686 19521036288 53764 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77080] ppid=77059 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/77062/task/77080/stat : 77080 (Common-Cleaner) S 77059 77062 76472 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 68841687 19521036288 53764 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77084] ppid=77059 vsize=19063512 memory=178848 CPUtime=0 cores=0,2
/proc/77062/task/77084/stat : 77084 (Timer-0) S 77059 77062 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68841776 19521036288 53764 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
Current children cumulated CPU time: 10.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 215056 KiB

[startup+12.7005 s]
/proc/loadavg: 4.57 4.28 4.20 5/329 77084
/proc/meminfo: memFree=127113408/131382116 swapFree=33009904/33010684
[pid=77062] ppid=77059 vsize=19063512 memory=405868 CPUtime=18.88 cores=0,2
/proc/77062/stat : 77062 (java) S 77059 77062 76472 0 -1 4194304 33007 0 0 0 1867 21 0 0 20 0 20 0 68841679 19521036288 101467 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
/proc/77062/statm: 4765878 101467 5487 1 0 556572 0
[pid=77062/tid=77064] ppid=77059 vsize=19063512 memory=178848 CPUtime=12.24 cores=0,2
/proc/77062/task/77064/stat : 77064 (java) R 77059 77062 76472 0 -1 4194368 8106 0 0 0 1214 10 0 0 20 0 20 0 68841681 19521036288 101467 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77073] ppid=77059 vsize=19063512 memory=381152 CPUtime=0 cores=0,2
/proc/77062/task/77073/stat : 77073 (Finalizer) S 77059 77062 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68841686 19521036288 101467 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77080] ppid=77059 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/77062/task/77080/stat : 77080 (Common-Cleaner) S 77059 77062 76472 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 68841687 19521036288 101467 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77084] ppid=77059 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/77062/task/77084/stat : 77084 (Timer-0) S 77059 77062 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68841776 19521036288 101467 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
Current children cumulated CPU time: 18.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 405868 KiB

[startup+25.5004 s]
/proc/loadavg: 4.48 4.27 4.19 5/329 77084
/proc/meminfo: memFree=125779756/131382116 swapFree=33009904/33010684
[pid=77062] ppid=77059 vsize=19063512 memory=876196 CPUtime=32.27 cores=0,2
/proc/77062/stat : 77062 (java) S 77059 77062 76472 0 -1 4194304 39102 0 0 0 3194 33 0 0 20 0 20 0 68841679 19521036288 219049 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
/proc/77062/statm: 4765878 219049 5487 1 0 663126 0
[pid=77062/tid=77064] ppid=77059 vsize=19063512 memory=0 CPUtime=24.8 cores=0,2
/proc/77062/task/77064/stat : 77064 (java) R 77059 77062 76472 0 -1 4194368 9660 0 0 0 2462 18 0 0 20 0 20 0 68841681 19521036288 219049 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77073] ppid=77059 vsize=19063512 memory=14080 CPUtime=0 cores=0,2
/proc/77062/task/77073/stat : 77073 (Finalizer) S 77059 77062 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68841686 19521036288 219049 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77080] ppid=77059 vsize=19063512 memory=876196 CPUtime=0 cores=0,2
/proc/77062/task/77080/stat : 77080 (Common-Cleaner) S 77059 77062 76472 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 68841687 19521036288 219049 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77084] ppid=77059 vsize=19063512 memory=837204 CPUtime=0 cores=0,2
/proc/77062/task/77084/stat : 77084 (Timer-0) S 77059 77062 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68841776 19521036288 219049 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
Current children cumulated CPU time: 32.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 876196 KiB

[startup+51.1134 s]
/proc/loadavg: 4.35 4.26 4.19 5/329 77085
/proc/meminfo: memFree=124498544/131382116 swapFree=33009904/33010684
[pid=77062] ppid=77059 vsize=19063512 memory=1101580 CPUtime=55.74 cores=0,2
/proc/77062/stat : 77062 (java) S 77059 77062 76472 0 -1 4194304 44033 0 0 0 5532 42 0 0 20 0 20 0 68841679 19521036288 275395 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
/proc/77062/statm: 4765878 275395 5487 1 0 663144 0
[pid=77062/tid=77064] ppid=77059 vsize=19063512 memory=876196 CPUtime=47.46 cores=0,2
/proc/77062/task/77064/stat : 77064 (java) R 77059 77062 76472 0 -1 4194368 11021 0 0 0 4722 24 0 0 20 0 20 0 68841681 19521036288 275395 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77073] ppid=77059 vsize=19063512 memory=12544 CPUtime=0 cores=0,2
/proc/77062/task/77073/stat : 77073 (Finalizer) S 77059 77062 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68841686 19521036288 275395 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77080] ppid=77059 vsize=19063512 memory=2308 CPUtime=0 cores=0,2
/proc/77062/task/77080/stat : 77080 (Common-Cleaner) S 77059 77062 76472 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 68841687 19521036288 275395 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0

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

[startup+3222.3 s]
/proc/loadavg: 4.29 4.23 4.24 5/331 77271
/proc/meminfo: memFree=107465788/131382116 swapFree=33009904/33010684
[pid=77062] ppid=77059 vsize=19130076 memory=5967132 CPUtime=3287.64 cores=0,2
/proc/77062/stat : 77062 (java) S 77059 77062 76472 0 -1 4194304 219133 0 0 0 328386 378 0 0 20 0 21 0 68841679 19589197824 1491783 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
/proc/77062/statm: 4782519 1491783 5519 1 0 1504539 0
[pid=77062/tid=77064] ppid=77059 vsize=19130076 memory=5606288 CPUtime=3186.13 cores=0,2
/proc/77062/task/77064/stat : 77064 (java) R 77059 77062 76472 0 -1 4194368 89220 0 0 0 318437 176 0 0 20 0 21 0 68841681 19589197824 1491783 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77073] ppid=77059 vsize=19130076 memory=9088 CPUtime=0 cores=0,2
/proc/77062/task/77073/stat : 77073 (Finalizer) S 77059 77062 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 68841686 19589197824 1491783 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77080] ppid=77059 vsize=19130076 memory=5967132 CPUtime=0 cores=0,2
/proc/77062/task/77080/stat : 77080 (Common-Cleaner) S 77059 77062 76472 0 -1 4194368 2654 0 0 0 0 0 0 0 20 0 21 0 68841687 19589197824 1491783 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77084] ppid=77059 vsize=19130076 memory=5276 CPUtime=0 cores=0,2
/proc/77062/task/77084/stat : 77084 (Timer-0) S 77059 77062 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 68841776 19589197824 1491783 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
Current children cumulated CPU time: 3287.64 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5967132 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.22 4.23 5/332 77278
/proc/meminfo: memFree=107450100/131382116 swapFree=33009904/33010684
[pid=77062] ppid=77059 vsize=19130076 memory=5967132 CPUtime=3347.62 cores=0,2
/proc/77062/stat : 77062 (java) S 77059 77062 76472 0 -1 4194304 223671 0 0 0 334378 384 0 0 20 0 21 0 68841679 19589197824 1491783 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
/proc/77062/statm: 4782519 1491783 5519 1 0 1504539 0
[pid=77062/tid=77064] ppid=77059 vsize=19130076 memory=5967132 CPUtime=3245.77 cores=0,2
/proc/77062/task/77064/stat : 77064 (java) R 77059 77062 76472 0 -1 4194368 92348 0 0 0 324398 179 0 0 20 0 21 0 68841681 19589197824 1491783 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77073] ppid=77059 vsize=19130076 memory=5967132 CPUtime=0 cores=0,2
/proc/77062/task/77073/stat : 77073 (Finalizer) S 77059 77062 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 68841686 19589197824 1491783 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77080] ppid=77059 vsize=19130076 memory=5967132 CPUtime=0.01 cores=0,2
/proc/77062/task/77080/stat : 77080 (Common-Cleaner) S 77059 77062 76472 0 -1 4194368 2770 0 0 0 0 1 0 0 20 0 21 0 68841687 19589197824 1491783 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77084] ppid=77059 vsize=19130076 memory=2884 CPUtime=0 cores=0,2
/proc/77062/task/77084/stat : 77084 (Timer-0) S 77059 77062 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 68841776 19589197824 1491783 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
Current children cumulated CPU time: 3347.62 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5967132 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.20 4.23 5/332 77280
/proc/meminfo: memFree=107309928/131382116 swapFree=33009904/33010684
[pid=77062] ppid=77059 vsize=19130076 memory=6092224 CPUtime=3412.27 cores=0,2
/proc/77062/stat : 77062 (java) S 77059 77062 76472 0 -1 4194304 230315 0 0 0 340833 394 0 0 20 0 21 0 68841679 19589197824 1523056 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
/proc/77062/statm: 4782519 1523056 5519 1 0 1535871 0
[pid=77062/tid=77064] ppid=77059 vsize=19130076 memory=18432 CPUtime=3305.29 cores=0,2
/proc/77062/task/77064/stat : 77064 (java) R 77059 77062 76472 0 -1 4194368 94934 0 0 0 330345 184 0 0 20 0 21 0 68841681 19589197824 1523056 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77073] ppid=77059 vsize=19130076 memory=6092224 CPUtime=0 cores=0,2
/proc/77062/task/77073/stat : 77073 (Finalizer) S 77059 77062 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 68841686 19589197824 1523056 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77080] ppid=77059 vsize=19130076 memory=4764 CPUtime=0.01 cores=0,2
/proc/77062/task/77080/stat : 77080 (Common-Cleaner) S 77059 77062 76472 0 -1 4194368 2780 0 0 0 0 1 0 0 20 0 21 0 68841687 19589197824 1523056 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77084] ppid=77059 vsize=19130076 memory=6092224 CPUtime=0 cores=0,2
/proc/77062/task/77084/stat : 77084 (Timer-0) S 77059 77062 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 68841776 19589197824 1523056 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
Current children cumulated CPU time: 3412.27 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6092224 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.20 4.22 5/332 77282
/proc/meminfo: memFree=107305264/131382116 swapFree=33009904/33010684
[pid=77062] ppid=77059 vsize=19130076 memory=6092224 CPUtime=3472.34 cores=0,2
/proc/77062/stat : 77062 (java) S 77059 77062 76472 0 -1 4194304 231288 0 0 0 346836 398 0 0 20 0 21 0 68841679 19589197824 1523056 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
/proc/77062/statm: 4782519 1523056 5519 1 0 1535871 0
[pid=77062/tid=77064] ppid=77059 vsize=19130076 memory=6092224 CPUtime=3364.81 cores=0,2
/proc/77062/task/77064/stat : 77064 (java) R 77059 77062 76472 0 -1 4194368 95511 0 0 0 336296 185 0 0 20 0 21 0 68841681 19589197824 1523056 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77073] ppid=77059 vsize=19130076 memory=6092224 CPUtime=0 cores=0,2
/proc/77062/task/77073/stat : 77073 (Finalizer) S 77059 77062 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 68841686 19589197824 1523056 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77080] ppid=77059 vsize=19130076 memory=6092224 CPUtime=0.01 cores=0,2
/proc/77062/task/77080/stat : 77080 (Common-Cleaner) S 77059 77062 76472 0 -1 4194368 2780 0 0 0 0 1 0 0 20 0 21 0 68841687 19589197824 1523056 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77084] ppid=77059 vsize=19130076 memory=6092224 CPUtime=0 cores=0,2
/proc/77062/task/77084/stat : 77084 (Timer-0) S 77059 77062 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 68841776 19589197824 1523056 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
Current children cumulated CPU time: 3472.34 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6092224 KiB

[startup+3462.3 s]
/proc/loadavg: 4.32 4.23 4.23 5/331 77285
/proc/meminfo: memFree=107108944/131382116 swapFree=33009904/33010684
[pid=77062] ppid=77059 vsize=19130076 memory=6192320 CPUtime=3536.19 cores=0,2
/proc/77062/stat : 77062 (java) S 77059 77062 76472 0 -1 4194304 237320 0 0 0 353214 405 0 0 20 0 21 0 68841679 19589197824 1548080 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
/proc/77062/statm: 4782519 1548080 5519 1 0 1560938 0
[pid=77062/tid=77064] ppid=77059 vsize=19130076 memory=6092224 CPUtime=3424.44 cores=0,2
/proc/77062/task/77064/stat : 77064 (java) R 77059 77062 76472 0 -1 4194368 98754 0 0 0 342255 189 0 0 20 0 21 0 68841681 19589197824 1548080 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77073] ppid=77059 vsize=19130076 memory=-6000919468411872616 CPUtime=0 cores=0,2
/proc/77062/task/77073/stat : 77073 (Finalizer) S 77059 77062 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 68841686 19589197824 1548080 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77080] ppid=77059 vsize=19130076 memory=14080 CPUtime=0.01 cores=0,2
/proc/77062/task/77080/stat : 77080 (Common-Cleaner) S 77059 77062 76472 0 -1 4194368 2908 0 0 0 0 1 0 0 20 0 21 0 68841687 19589197824 1548080 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77084] ppid=77059 vsize=19130076 memory=14080 CPUtime=0 cores=0,2
/proc/77062/task/77084/stat : 77084 (Timer-0) S 77059 77062 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 68841776 19589197824 1548080 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
Current children cumulated CPU time: 3536.19 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6192320 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.20 4.22 5/330 77288
/proc/meminfo: memFree=107025648/131382116 swapFree=33009904/33010684
[pid=77062] ppid=77059 vsize=19130076 memory=6192320 CPUtime=3595.74 cores=0,2
/proc/77062/stat : 77062 (java) S 77059 77062 76472 0 -1 4194304 242938 0 0 0 359164 410 0 0 20 0 21 0 68841679 19589197824 1548080 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
/proc/77062/statm: 4782519 1548080 5519 1 0 1560938 0
[pid=77062/tid=77064] ppid=77059 vsize=19130076 memory=6092224 CPUtime=3483.68 cores=0,2
/proc/77062/task/77064/stat : 77064 (java) R 77059 77062 76472 0 -1 4194368 102030 0 0 0 348176 192 0 0 20 0 21 0 68841681 19589197824 1548080 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77073] ppid=77059 vsize=19130076 memory=5967132 CPUtime=0 cores=0,2
/proc/77062/task/77073/stat : 77073 (Finalizer) S 77059 77062 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 68841686 19589197824 1548080 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77080] ppid=77059 vsize=19130076 memory=14080 CPUtime=0.01 cores=0,2
/proc/77062/task/77080/stat : 77080 (Common-Cleaner) S 77059 77062 76472 0 -1 4194368 2987 0 0 0 0 1 0 0 20 0 21 0 68841687 19589197824 1548080 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77084] ppid=77059 vsize=19130076 memory=6192320 CPUtime=0 cores=0,2
/proc/77062/task/77084/stat : 77084 (Timer-0) S 77059 77062 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 68841776 19589197824 1548080 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
Current children cumulated CPU time: 3595.74 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6192320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3526.6 s]
/proc/loadavg: 4.17 4.20 4.22 5/330 77288
/proc/meminfo: memFree=107025396/131382116 swapFree=33009904/33010684
[pid=77062] ppid=77059 vsize=19130076 memory=6192320 CPUtime=3600.04 cores=0,2
/proc/77062/stat : 77062 (java) S 77059 77062 76472 0 -1 4194304 242986 0 0 0 359593 411 0 0 20 0 21 0 68841679 19589197824 1548080 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
/proc/77062/statm: 4782519 1548080 5519 1 0 1560938 0
[pid=77062/tid=77064] ppid=77059 vsize=19130076 memory=6724 CPUtime=3487.96 cores=0,2
/proc/77062/task/77064/stat : 77064 (java) R 77059 77062 76472 0 -1 4194368 102077 0 0 0 348604 192 0 0 20 0 21 0 68841681 19589197824 1548080 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77073] ppid=77059 vsize=19130076 memory=4764 CPUtime=0 cores=0,2
/proc/77062/task/77073/stat : 77073 (Finalizer) S 77059 77062 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 68841686 19589197824 1548080 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77080] ppid=77059 vsize=19130076 memory=6192320 CPUtime=0.01 cores=0,2
/proc/77062/task/77080/stat : 77080 (Common-Cleaner) S 77059 77062 76472 0 -1 4194368 2987 0 0 0 0 1 0 0 20 0 21 0 68841687 19589197824 1548080 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77084] ppid=77059 vsize=19130076 memory=6192320 CPUtime=0 cores=0,2
/proc/77062/task/77084/stat : 77084 (Timer-0) S 77059 77062 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 68841776 19589197824 1548080 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6192320 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.19 s, system=4.16123 s

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

[startup+3526.71 s]
/proc/loadavg: 4.17 4.20 4.22 5/330 77288
/proc/meminfo: memFree=107025396/131382116 swapFree=33009904/33010684
[pid=77062] ppid=77059 vsize=19329768 memory=6193088 CPUtime=3600.23 cores=0,2
/proc/77062/stat : 77062 (java) S 77059 77062 76472 0 -1 4194304 245423 0 0 0 359612 411 0 0 20 0 22 0 68841679 19793682432 1548272 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
/proc/77062/statm: 4832442 1548272 5551 1 0 1561825 0
[pid=77062/tid=77064] ppid=77059 vsize=19329768 memory=6092224 CPUtime=3488.07 cores=0,2
/proc/77062/task/77064/stat : 77064 (java) R 77059 77062 76472 0 -1 4194368 102552 0 0 0 348615 192 0 0 20 0 22 0 68841681 19793682432 1548272 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77073] ppid=77059 vsize=19329768 memory=5967132 CPUtime=0 cores=0,2
/proc/77062/task/77073/stat : 77073 (Finalizer) S 77059 77062 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 68841686 19793682432 1548272 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
[pid=77062/tid=77080] ppid=77059 vsize=19329768 memory=6192320 CPUtime=0.01 cores=0,2
/proc/77062/task/77080/stat : 77080 (Common-Cleaner) S 77059 77062 76472 0 -1 4194368 2987 0 0 0 0 1 0 0 20 0 22 0 68841687 19793682432 1548272 18446744073709551615 94743097339904 94743097343600 140736444784304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94743097351416 94743097352208 94743121371136 140736444786989 140736444787174 140736444787174 140736444792776 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 6193088 KiB

Child status: 143

Real time (s): 3526.83
CPU time (s): 3600.35
CPU user time (s): 3596.19
CPU system time (s): 4.16123
CPU usage (%): 102.085
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 6193088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.19
system time used= 4.16123
maximum resident set size= 6193216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245527
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1018040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109371
involuntary context switches= 14556


# summary of solver processes directly reported to runsolver:
#   pid: 77062
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3596.19
#   total CPU system time (s): 4.16123

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.3459 second user time and 31.4183 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-03 10:33:45
IDJOB=4509615
IDBENCH=158625
IDSOLVER=3362
FILE ID=nodeC004/4509615-1751531625
RUNJOBID= nodeC004-1751527922-76482
SLURM_JOB_ID= 9598664
Free space on /tmp= 431676 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw32/normalized-hw32-vm99p-opt.opb.negationfix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509615-1751531625/watcher-4509615-1751531625 -o /tmp/evaluation-result-4509615-1751531625/solver-4509615-1751531625 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751527922-76482 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4509615-1751531625 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4509615-1751531625.opb

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

MD5SUM BENCH= 3f10ffbf957f8216a1934b9362956d36
RANDOM SEED=840176100

nodeC004 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		: 1197.317
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.74
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		: 3591.664
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.74
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.211
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.74
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		: 1197.240
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.74
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		: 1895.586
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.74
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		: 1995.357
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.74
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		: 1895.588
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.74
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		: 2294.662
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128504792 kB
MemAvailable:   129212352 kB
Buffers:            2128 kB
Cached:          1457764 kB
SwapCached:           40 kB
Active:          1338148 kB
Inactive:         865128 kB
Active(anon):     750560 kB
Inactive(anon):    10748 kB
Active(file):     587588 kB
Inactive(file):   854380 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5620 kB
Writeback:             0 kB
AnonPages:        746516 kB
Mapped:           123472 kB
Shmem:             17924 kB
KReclaimable:     210440 kB
Slab:             296916 kB
SReclaimable:     210440 kB
SUnreclaim:        86476 kB
KernelStack:        4972 kB
PageTables:         5336 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7044996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150280 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    567296 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431676 MiB
End job on nodeC004 at 2025-07-03 11:32:32