Trace number 4519383

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.23 3622.62

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height46_pigeons45_holes44.opb
MD5SUM57fb5f2576749c6f64e06149678741e6
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 benchmark1128
Best CPU time to get the best result obtained on this benchmark629.539
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2235696
Total number of constraints106878
Number of constraints which are clauses54003
Number of constraints which are cardinality constraints (but not clauses)48504
Number of constraints which are nor clauses,nor cardinality constraints4371
Minimum length of a constraint44
Maximum length of a constraint49
Number of terms in the objective function 2256
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 2256
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2256
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4519383-1751562516.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c using VERIPB proof format
0.13/0.17	c  objective function found
655.87/653.08	c ... done. Wall clock time 652.924s.
655.87/653.08	c declared #vars     2235696
655.87/653.08	c #constraints  106878
655.87/653.08	c constraints type 
655.87/653.08	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 52875
655.87/653.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 54003
655.87/653.08	c 106878 constraints processed.
655.87/653.09	c objective function length is 2256 literals
709.30/705.56	c cleaning 1308 clauses out of 5001 with flag 0/5001
757.76/752.88	c cleaning 4121 clauses out of 9692 with flag 0/11000
1364.15/1358.21	c cleaning 5962 clauses out of 12571 with flag 0/18000
1616.13/1609.64	c cleaning 3553 clauses out of 14609 with flag 0/26000
2359.89/2363.29	c cleaning 6371 clauses out of 20056 with flag 0/35000
3600.07/3622.51	c starts		: 29
3600.07/3622.54	c conflicts		: 41623
3600.07/3622.54	c decisions		: 6085059
3600.07/3622.54	c propagations		: 13760922
3600.07/3622.54	c inspects		: 42118774
3600.07/3622.54	c shortcuts		: 0
3600.07/3622.54	c learnt literals	: 0
3600.07/3622.54	c learnt binary clauses	: 2
3600.07/3622.54	c learnt ternary clauses	: 0
3600.07/3622.54	c learnt constraints	: 41622
3600.07/3622.54	c ignored constraints	: 0
3600.07/3622.54	c root simplifications	: 0
3600.07/3622.54	c removed literals (reason simplification)	: 0
3600.07/3622.54	c reason swapping (by a shorter reason)	: 0
3600.07/3622.54	c Calls to reduceDB	: 5
3600.07/3622.54	c Number of update (reduction) of LBD	: 35566
3600.07/3622.54	c Imported unit clauses	: 0
3600.07/3622.54	c No decision after first conflict	: false
3600.07/3622.54	c number of reductions to clauses (during analyze)	: 0
3600.07/3622.54	c number of learned constraints concerned by reduction	: 0
3600.07/3622.55	c number of learning phase by resolution	: 0
3600.07/3622.55	c number of learning phase by cutting planes	: 0
3600.07/3622.55	c number of rounding to 1 operations	: 0
3600.07/3622.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3622.55	c timeout
3600.07/3622.55	c number of reductions of the coefficients by power 2 	: 0
3600.07/3622.55	c number of right shift for reduction by power 2 	: 0
3600.07/3622.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3622.55	c number of ending skipping 	: 0
3600.07/3622.55	c number of internal skipping 	: 0
3600.07/3622.55	c number of derivation steps 	: 415470
3600.07/3622.55	c number of skipped derivation steps 	: 0
3600.07/3622.55	c number of remaining unassigned 	: 35150
3600.07/3622.55	c number of remaining assigned 	: 336157507
3600.07/3622.55	c number of falsified literals weakened from reason	: 0
3600.07/3622.55	c number of falsified literals weakened from conflict	: 0
3600.07/3622.55	c time for arithmetic operations	: 1600128348
3600.07/3622.55	c minimum degree of deleted constraints	: 1
3600.07/3622.55	c maximum degree of deleted constraints	: 214533249840
3600.07/3622.55	c number of deleted constraints	: 21315
3600.07/3622.55	c speed (assignments/second)	: 4634.283859156846
3600.07/3622.55	c non guided choices	: 5553056
3600.07/3622.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3
3600.07/3622.57	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 13604
3600.07/3622.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
3600.07/3622.57	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 6698
3600.07/3622.57	s UNKNOWN
3600.07/3622.57	c Total wall clock time (in seconds): 3622.418

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: 63665 MiB (58459 MiB free)
  memory of node 1: 64507 MiB (55591 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100061 s]*
/proc/loadavg: 4.42 4.26 4.20 5/342 80032
/proc/meminfo: memFree=116766344/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=18930384 memory=57792 CPUtime=0.13 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 6590 0 0 0 11 2 0 0 20 0 18 0 71931253 19384713216 14448 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
/proc/80014/statm: 4732596 14448 5338 1 0 547640 0
[pid=80014/tid=80016] ppid=80011 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/80014/task/80016/stat : 80016 (java) R 80011 80014 78894 0 -1 4194368 5098 0 0 0 6 1 0 0 20 0 18 0 71931254 19384713216 14448 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80025] ppid=80011 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/80014/task/80025/stat : 80025 (Finalizer) S 80011 80014 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71931256 19384713216 14448 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80032] ppid=80011 vsize=18930384 memory=59585004335790 CPUtime=0 cores=4,6
/proc/80014/task/80032/stat : 80032 (Common-Cleaner) S 80011 80014 78894 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 71931256 19384713216 14448 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57792 KiB

[startup+0.206139 s]*
/proc/loadavg: 4.42 4.26 4.20 7/342 80032
/proc/meminfo: memFree=116675488/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=18930384 memory=152328 CPUtime=0.31 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 7125 0 0 0 26 5 0 0 20 0 18 0 71931253 19384713216 38082 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
/proc/80014/statm: 4732596 38082 5434 1 0 547970 0
[pid=80014/tid=80016] ppid=80011 vsize=18930384 memory=4026728732 CPUtime=0.18 cores=4,6
/proc/80014/task/80016/stat : 80016 (java) R 80011 80014 78894 0 -1 4194368 5410 0 0 0 14 4 0 0 20 0 18 0 71931254 19384713216 38082 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80025] ppid=80011 vsize=18930384 memory=16912 CPUtime=0 cores=4,6
/proc/80014/task/80025/stat : 80025 (Finalizer) S 80011 80014 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71931256 19384713216 38082 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80032] ppid=80011 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/80014/task/80032/stat : 80032 (Common-Cleaner) S 80011 80014 78894 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 71931256 19384713216 38082 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 152328 KiB

[startup+0.3058 s]*
/proc/loadavg: 4.42 4.26 4.20 5/342 80032
/proc/meminfo: memFree=116450344/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=18930384 memory=386056 CPUtime=0.46 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 7311 0 0 0 37 9 0 0 20 0 18 0 71931253 19384713216 96514 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
/proc/80014/statm: 4732596 96514 5434 1 0 547996 0
[pid=80014/tid=80016] ppid=80011 vsize=18930384 memory=-6000919502838721639 CPUtime=0.28 cores=4,6
/proc/80014/task/80016/stat : 80016 (java) R 80011 80014 78894 0 -1 4194368 5556 0 0 0 20 8 0 0 20 0 18 0 71931254 19384713216 96514 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80025] ppid=80011 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/80014/task/80025/stat : 80025 (Finalizer) S 80011 80014 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71931256 19384713216 97026 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80032] ppid=80011 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/80014/task/80032/stat : 80032 (Common-Cleaner) S 80011 80014 78894 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 71931256 19384713216 97026 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 386056 KiB

[startup+0.700251 s]
/proc/loadavg: 4.42 4.26 4.20 5/343 80033
/proc/meminfo: memFree=116055932/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=18996948 memory=765508 CPUtime=0.92 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 9236 0 0 0 75 17 0 0 20 0 19 0 71931253 19452874752 191377 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
/proc/80014/statm: 4749237 191377 5466 1 0 549380 0
[pid=80014/tid=80016] ppid=80011 vsize=18996948 memory=18048 CPUtime=0.65 cores=4,6
/proc/80014/task/80016/stat : 80016 (java) R 80011 80014 78894 0 -1 4194368 5733 0 0 0 49 16 0 0 20 0 19 0 71931254 19452874752 191377 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80025] ppid=80011 vsize=18996948 memory=11008 CPUtime=0 cores=4,6
/proc/80014/task/80025/stat : 80025 (Finalizer) S 80011 80014 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71931256 19452874752 191377 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80032] ppid=80011 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/80014/task/80032/stat : 80032 (Common-Cleaner) S 80011 80014 78894 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71931256 19452874752 191377 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 765508 KiB

[startup+1.50024 s]
/proc/loadavg: 4.42 4.26 4.20 5/343 80033
/proc/meminfo: memFree=116054168/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=18996948 memory=930684 CPUtime=1.9 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 10548 0 0 0 170 20 0 0 20 0 19 0 71931253 19452874752 232671 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
/proc/80014/statm: 4749237 232671 5466 1 0 656317 0
[pid=80014/tid=80016] ppid=80011 vsize=18996948 memory=3200 CPUtime=1.42 cores=4,6
/proc/80014/task/80016/stat : 80016 (java) R 80011 80014 78894 0 -1 4194368 5867 0 0 0 124 18 0 0 20 0 19 0 71931254 19452874752 232671 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80025] ppid=80011 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/80014/task/80025/stat : 80025 (Finalizer) S 80011 80014 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71931256 19452874752 232671 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80032] ppid=80011 vsize=18996948 memory=11008 CPUtime=0 cores=4,6
/proc/80014/task/80032/stat : 80032 (Common-Cleaner) S 80011 80014 78894 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71931256 19452874752 232671 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 930684 KiB

[startup+3.10574 s]
/proc/loadavg: 4.47 4.27 4.21 5/343 80033
/proc/meminfo: memFree=115686964/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=18996948 memory=1130980 CPUtime=3.57 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 11149 0 0 0 332 25 0 0 20 0 19 0 71931253 19452874752 282745 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
/proc/80014/statm: 4749237 282745 5466 1 0 783761 0
[pid=80014/tid=80016] ppid=80011 vsize=18996948 memory=11008 CPUtime=2.98 cores=4,6
/proc/80014/task/80016/stat : 80016 (java) R 80011 80014 78894 0 -1 4194368 6038 0 0 0 276 22 0 0 20 0 19 0 71931254 19452874752 282745 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80025] ppid=80011 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/80014/task/80025/stat : 80025 (Finalizer) S 80011 80014 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71931256 19452874752 282745 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80032] ppid=80011 vsize=18996948 memory=5760 CPUtime=0 cores=4,6
/proc/80014/task/80032/stat : 80032 (Common-Cleaner) S 80011 80014 78894 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71931256 19452874752 282745 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
Current children cumulated CPU time: 3.57 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1130980 KiB

[startup+6.30023 s]
/proc/loadavg: 4.47 4.27 4.21 5/342 80033
/proc/meminfo: memFree=115672128/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=18996948 memory=1133720 CPUtime=6.9 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 12023 0 0 0 664 26 0 0 20 0 19 0 71931253 19452874752 283430 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
/proc/80014/statm: 4749237 283430 5466 1 0 783886 0
[pid=80014/tid=80016] ppid=80011 vsize=18996948 memory=5760 CPUtime=6.1 cores=4,6
/proc/80014/task/80016/stat : 80016 (java) R 80011 80014 78894 0 -1 4194368 6329 0 0 0 588 22 0 0 20 0 19 0 71931254 19452874752 283430 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80025] ppid=80011 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/80014/task/80025/stat : 80025 (Finalizer) S 80011 80014 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71931256 19452874752 283430 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80032] ppid=80011 vsize=18996948 memory=-6000919502838721639 CPUtime=0 cores=4,6
/proc/80014/task/80032/stat : 80032 (Common-Cleaner) S 80011 80014 78894 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71931256 19452874752 283430 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
Current children cumulated CPU time: 6.9 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1133720 KiB

[startup+12.7002 s]
/proc/loadavg: 4.77 4.34 4.23 5/342 80033
/proc/meminfo: memFree=115643876/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=18996948 memory=1139088 CPUtime=13.38 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 14572 0 0 0 1312 26 0 0 20 0 19 0 71931253 19452874752 284772 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
/proc/80014/statm: 4749237 284772 5498 1 0 783886 0
[pid=80014/tid=80016] ppid=80011 vsize=18996948 memory=1133720 CPUtime=12.35 cores=4,6
/proc/80014/task/80016/stat : 80016 (java) R 80011 80014 78894 0 -1 4194368 6964 0 0 0 1213 22 0 0 20 0 19 0 71931254 19452874752 284772 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80025] ppid=80011 vsize=18996948 memory=18048 CPUtime=0 cores=4,6
/proc/80014/task/80025/stat : 80025 (Finalizer) S 80011 80014 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71931256 19452874752 284772 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80032] ppid=80011 vsize=18996948 memory=14464 CPUtime=0 cores=4,6
/proc/80014/task/80032/stat : 80032 (Common-Cleaner) S 80011 80014 78894 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71931256 19452874752 284772 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
Current children cumulated CPU time: 13.38 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1139088 KiB

[startup+25.5003 s]
/proc/loadavg: 4.73 4.35 4.24 5/342 80033
/proc/meminfo: memFree=115552804/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=18996948 memory=1158116 CPUtime=27.05 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 34052 0 0 0 2674 31 0 0 20 0 19 0 71931253 19452874752 289529 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
/proc/80014/statm: 4749237 289529 5498 1 0 790636 0
[pid=80014/tid=80016] ppid=80011 vsize=18996948 memory=1133720 CPUtime=24.86 cores=4,6
/proc/80014/task/80016/stat : 80016 (java) R 80011 80014 78894 0 -1 4194368 8025 0 0 0 2464 22 0 0 20 0 19 0 71931254 19452874752 289529 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80025] ppid=80011 vsize=18996948 memory=-6000919502838721639 CPUtime=0 cores=4,6
/proc/80014/task/80025/stat : 80025 (Finalizer) S 80011 80014 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71931256 19452874752 289529 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80032] ppid=80011 vsize=18996948 memory=1158116 CPUtime=0 cores=4,6
/proc/80014/task/80032/stat : 80032 (Common-Cleaner) S 80011 80014 78894 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71931256 19452874752 289529 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
Current children cumulated CPU time: 27.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1158116 KiB

[startup+51.1057 s]
/proc/loadavg: 4.63 4.35 4.24 5/341 80033
/proc/meminfo: memFree=115444068/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=18996948 memory=1164504 CPUtime=52.8 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 39300 0 0 0 5245 35 0 0 20 0 19 0 71931253 19452874752 291126 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
/proc/80014/statm: 4749237 291126 5498 1 0 790636 0
[pid=80014/tid=80016] ppid=80011 vsize=18996948 memory=-6000919502838721639 CPUtime=49.88 cores=4,6
/proc/80014/task/80016/stat : 80016 (java) R 80011 80014 78894 0 -1 4194368 9400 0 0 0 4965 23 0 0 20 0 19 0 71931254 19452874752 291126 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80025] ppid=80011 vsize=18996948 memory=1138960 CPUtime=0 cores=4,6
/proc/80014/task/80025/stat : 80025 (Finalizer) S 80011 80014 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71931256 19452874752 291126 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80032] ppid=80011 vsize=18996948 memory=14464 CPUtime=0 cores=4,6
/proc/80014/task/80032/stat : 80032 (Common-Cleaner) S 80011 80014 78894 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71931256 19452874752 291126 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
Current children cumulated CPU time: 52.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1164504 KiB

[startup+102.3 s]
/proc/loadavg: 4.42 4.35 4.25 6/338 80101
/proc/meminfo: memFree=117666740/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=18996948 memory=1170648 CPUtime=104 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 41248 0 0 0 10357 43 0 0 20 0 19 0 71931253 19452874752 292662 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0

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

/proc/meminfo: memFree=87074092/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=19130076 memory=9335116 CPUtime=3260.01 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 185123 0 0 0 325532 469 0 0 20 0 21 0 71931253 19589197824 2333779 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
/proc/80014/statm: 4782519 2333779 5562 1 0 2808259 0
[pid=80014/tid=80016] ppid=80011 vsize=19130076 memory=4352 CPUtime=3199.03 cores=4,6
/proc/80014/task/80016/stat : 80016 (java) D 80011 80014 78894 0 -1 4194368 88345 0 0 0 319603 300 0 0 20 0 21 0 71931254 19589197824 2333779 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80025] ppid=80011 vsize=19130076 memory=9328968 CPUtime=0 cores=4,6
/proc/80014/task/80025/stat : 80025 (Finalizer) S 80011 80014 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71931256 19589197824 2333779 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80032] ppid=80011 vsize=19130076 memory=9335116 CPUtime=0 cores=4,6
/proc/80014/task/80032/stat : 80032 (Common-Cleaner) S 80011 80014 78894 0 -1 4194368 2834 0 0 0 0 0 0 0 20 0 21 0 71931256 19589197824 2333779 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80201] ppid=80011 vsize=19130076 memory=9335116 CPUtime=0 cores=4,6
/proc/80014/task/80201/stat : 80201 (Timer-0) S 80011 80014 78894 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 71996571 19589197824 2333779 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
Current children cumulated CPU time: 3260.01 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9335116 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.31 4.25 5/346 80355
/proc/meminfo: memFree=86913440/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=19130076 memory=9335116 CPUtime=3319.2 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 186088 0 0 0 331447 473 0 0 20 0 21 0 71931253 19589197824 2333779 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
/proc/80014/statm: 4782519 2333779 5562 1 0 2808261 0
[pid=80014/tid=80016] ppid=80011 vsize=19130076 memory=11008 CPUtime=3257.69 cores=4,6
/proc/80014/task/80016/stat : 80016 (java) R 80011 80014 78894 0 -1 4194368 89073 0 0 0 325466 303 0 0 20 0 21 0 71931254 19589197824 2333779 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80025] ppid=80011 vsize=19130076 memory=9335116 CPUtime=0 cores=4,6
/proc/80014/task/80025/stat : 80025 (Finalizer) S 80011 80014 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71931256 19589197824 2333779 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80032] ppid=80011 vsize=19130076 memory=14464 CPUtime=0 cores=4,6
/proc/80014/task/80032/stat : 80032 (Common-Cleaner) S 80011 80014 78894 0 -1 4194368 2835 0 0 0 0 0 0 0 20 0 21 0 71931256 19589197824 2333779 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80201] ppid=80011 vsize=19130076 memory=1792 CPUtime=0 cores=4,6
/proc/80014/task/80201/stat : 80201 (Timer-0) S 80011 80014 78894 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 71996571 19589197824 2333779 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
Current children cumulated CPU time: 3319.2 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9335116 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.28 4.25 5/345 80357
/proc/meminfo: memFree=86704296/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=19130076 memory=9341268 CPUtime=3379.33 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 191273 0 0 0 337456 477 0 0 20 0 21 0 71931253 19589197824 2335317 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
/proc/80014/statm: 4782519 2335317 5562 1 0 2808261 0
[pid=80014/tid=80016] ppid=80011 vsize=19130076 memory=11008 CPUtime=3317.29 cores=4,6
/proc/80014/task/80016/stat : 80016 (java) R 80011 80014 78894 0 -1 4194368 91849 0 0 0 331423 306 0 0 20 0 21 0 71931254 19589197824 2335317 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80025] ppid=80011 vsize=19130076 memory=9341268 CPUtime=0 cores=4,6
/proc/80014/task/80025/stat : 80025 (Finalizer) S 80011 80014 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71931256 19589197824 2335317 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80032] ppid=80011 vsize=19130076 memory=9341268 CPUtime=0 cores=4,6
/proc/80014/task/80032/stat : 80032 (Common-Cleaner) S 80011 80014 78894 0 -1 4194368 2924 0 0 0 0 0 0 0 20 0 21 0 71931256 19589197824 2335317 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80201] ppid=80011 vsize=19130076 memory=14464 CPUtime=0 cores=4,6
/proc/80014/task/80201/stat : 80201 (Timer-0) S 80011 80014 78894 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 71996571 19589197824 2335317 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
Current children cumulated CPU time: 3379.33 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9341268 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.28 4.25 5/346 80360
/proc/meminfo: memFree=86567744/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=19130076 memory=9353556 CPUtime=3439.45 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 191584 0 0 0 343464 481 0 0 20 0 21 0 71931253 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
/proc/80014/statm: 4782519 2338389 5562 1 0 2808262 0
[pid=80014/tid=80016] ppid=80011 vsize=19130076 memory=11008 CPUtime=3376.83 cores=4,6
/proc/80014/task/80016/stat : 80016 (java) R 80011 80014 78894 0 -1 4194368 91955 0 0 0 337375 308 0 0 20 0 21 0 71931254 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80025] ppid=80011 vsize=19130076 memory=14464 CPUtime=0 cores=4,6
/proc/80014/task/80025/stat : 80025 (Finalizer) S 80011 80014 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71931256 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80032] ppid=80011 vsize=19130076 memory=9353556 CPUtime=0 cores=4,6
/proc/80014/task/80032/stat : 80032 (Common-Cleaner) S 80011 80014 78894 0 -1 4194368 2932 0 0 0 0 0 0 0 20 0 21 0 71931256 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80201] ppid=80011 vsize=19130076 memory=18048 CPUtime=0 cores=4,6
/proc/80014/task/80201/stat : 80201 (Timer-0) S 80011 80014 78894 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 71996571 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
Current children cumulated CPU time: 3439.45 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9353556 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.26 4.24 5/347 80365
/proc/meminfo: memFree=86441460/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=19130076 memory=9353556 CPUtime=3499.56 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 193799 0 0 0 349470 486 0 0 20 0 21 0 71931253 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
/proc/80014/statm: 4782519 2338389 5562 1 0 2808263 0
[pid=80014/tid=80016] ppid=80011 vsize=19130076 memory=9353556 CPUtime=3436.35 cores=4,6
/proc/80014/task/80016/stat : 80016 (java) R 80011 80014 78894 0 -1 4194368 93665 0 0 0 343324 311 0 0 20 0 21 0 71931254 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80025] ppid=80011 vsize=19130076 memory=9353556 CPUtime=0 cores=4,6
/proc/80014/task/80025/stat : 80025 (Finalizer) S 80011 80014 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71931256 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80032] ppid=80011 vsize=19130076 memory=2372 CPUtime=0 cores=4,6
/proc/80014/task/80032/stat : 80032 (Common-Cleaner) S 80011 80014 78894 0 -1 4194368 3082 0 0 0 0 0 0 0 20 0 21 0 71931256 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80201] ppid=80011 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/80014/task/80201/stat : 80201 (Timer-0) S 80011 80014 78894 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 71996571 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
Current children cumulated CPU time: 3499.56 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9353556 KiB

[startup+3582.3 s]
/proc/loadavg: 3.89 4.17 4.22 4/321 80401
/proc/meminfo: memFree=96281560/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=19130076 memory=9353556 CPUtime=3559.72 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 197539 0 0 0 355481 491 0 0 20 0 21 0 71931253 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
/proc/80014/statm: 4782519 2338389 5562 1 0 2808264 0
[pid=80014/tid=80016] ppid=80011 vsize=19130076 memory=9353556 CPUtime=3495.74 cores=4,6
/proc/80014/task/80016/stat : 80016 (java) R 80011 80014 78894 0 -1 4194368 95443 0 0 0 349258 316 0 0 20 0 21 0 71931254 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80025] ppid=80011 vsize=19130076 memory=14464 CPUtime=0 cores=4,6
/proc/80014/task/80025/stat : 80025 (Finalizer) S 80011 80014 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71931256 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80032] ppid=80011 vsize=19130076 memory=14464 CPUtime=0 cores=4,6
/proc/80014/task/80032/stat : 80032 (Common-Cleaner) S 80011 80014 78894 0 -1 4194368 3141 0 0 0 0 0 0 0 20 0 21 0 71931256 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80201] ppid=80011 vsize=19130076 memory=9353556 CPUtime=0 cores=4,6
/proc/80014/task/80201/stat : 80201 (Timer-0) S 80011 80014 78894 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 71996571 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
Current children cumulated CPU time: 3559.72 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9353556 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3622.5 s]
/proc/loadavg: 3.38 4.01 4.16 3/295 80436
/proc/meminfo: memFree=114924252/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=19130076 memory=9353556 CPUtime=3600.07 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 198143 0 0 0 359512 495 0 0 20 0 21 0 71931253 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
/proc/80014/statm: 4782519 2338389 5562 1 0 2808264 0
[pid=80014/tid=80016] ppid=80011 vsize=19130076 memory=2372 CPUtime=3535.59 cores=4,6
/proc/80014/task/80016/stat : 80016 (java) R 80011 80014 78894 0 -1 4194368 95875 0 0 0 353240 319 0 0 20 0 21 0 71931254 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80025] ppid=80011 vsize=19130076 memory=9335116 CPUtime=0 cores=4,6
/proc/80014/task/80025/stat : 80025 (Finalizer) S 80011 80014 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71931256 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80032] ppid=80011 vsize=19130076 memory=9353556 CPUtime=0 cores=4,6
/proc/80014/task/80032/stat : 80032 (Common-Cleaner) S 80011 80014 78894 0 -1 4194368 3141 0 0 0 0 0 0 0 20 0 21 0 71931256 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80201] ppid=80011 vsize=19130076 memory=18048 CPUtime=0 cores=4,6
/proc/80014/task/80201/stat : 80201 (Timer-0) S 80011 80014 78894 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 71996571 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9353556 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.25 s, system=4.98193 s

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

[startup+3622.5 s]
/proc/loadavg: 3.38 4.01 4.16 3/295 80436
/proc/meminfo: memFree=114924252/131249996 swapFree=33010416/33010684
[pid=80014] ppid=80011 vsize=19130076 memory=9353556 CPUtime=3600.07 cores=4,6
/proc/80014/stat : 80014 (java) S 80011 80014 78894 0 -1 4194304 198143 0 0 0 359512 495 0 0 20 0 21 0 71931253 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
/proc/80014/statm: 4782519 2338389 5562 1 0 2808264 0
[pid=80014/tid=80016] ppid=80011 vsize=19130076 memory=2372 CPUtime=3535.59 cores=4,6
/proc/80014/task/80016/stat : 80016 (java) R 80011 80014 78894 0 -1 4194368 95875 0 0 0 353240 319 0 0 20 0 21 0 71931254 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80025] ppid=80011 vsize=19130076 memory=9335116 CPUtime=0 cores=4,6
/proc/80014/task/80025/stat : 80025 (Finalizer) S 80011 80014 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71931256 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80032] ppid=80011 vsize=19130076 memory=9353556 CPUtime=0 cores=4,6
/proc/80014/task/80032/stat : 80032 (Common-Cleaner) S 80011 80014 78894 0 -1 4194368 3141 0 0 0 0 0 0 0 20 0 21 0 71931256 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
[pid=80014/tid=80201] ppid=80011 vsize=19130076 memory=18048 CPUtime=0 cores=4,6
/proc/80014/task/80201/stat : 80201 (Timer-0) S 80011 80014 78894 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 71996571 19589197824 2338389 18446744073709551615 94050414313472 94050414317168 140731433783632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94050414324984 94050414325776 94050415120384 140731433785645 140731433785830 140731433785830 140731433791432 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9353556 KiB

Child status: 143

Real time (s): 3622.62
CPU time (s): 3600.23
CPU user time (s): 3595.25
CPU system time (s): 4.98193
CPU usage (%): 99.382
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 9353556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.25
system time used= 4.98193
maximum resident set size= 9354452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201305
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3853392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 279732
involuntary context switches= 18011


# summary of solver processes directly reported to runsolver:
#   pid: 80014
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3595.25
#   total CPU system time (s): 4.98193

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.72862 second user time and 17.4139 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-03 19:08:37
IDJOB=4519383
IDBENCH=177240
IDSOLVER=3362
FILE ID=nodeC030/4519383-1751562516
RUNJOBID= nodeC030-1751555170-78905
SLURM_JOB_ID= 9598746
Free space on /tmp= 432436 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/normalized-composed_pebbling_php_opt_pyramid_height46_pigeons45_holes44.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519383-1751562516/watcher-4519383-1751562516 -o /tmp/evaluation-result-4519383-1751562516/solver-4519383-1751562516 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751555170-78905 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4519383-1751562516 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4519383-1751562516.opb

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

MD5SUM BENCH= 57fb5f2576749c6f64e06149678741e6
RANDOM SEED=1275450520

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        116788328 kB
MemAvailable:   118912340 kB
Buffers:            2564 kB
Cached:          2915284 kB
SwapCached:           16 kB
Active:         11360716 kB
Inactive:        2471412 kB
Active(anon):   10928120 kB
Inactive(anon):     4548 kB
Active(file):     432596 kB
Inactive(file):  2466864 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            112964 kB
Writeback:             0 kB
AnonPages:      10917676 kB
Mapped:           123632 kB
Shmem:             18048 kB
KReclaimable:     127184 kB
Slab:             218612 kB
SReclaimable:     127184 kB
SUnreclaim:        91428 kB
KernelStack:        5248 kB
PageTables:        24964 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   12292520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151560 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10670080 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432440 MiB
End job on nodeC030 at 2025-07-03 20:08:59