Trace number 4485833

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.16 3595.09

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-grow7.opb
MD5SUMf6174806ed62bf92db0e2ac6f71348b5
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1210.43
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7994
Total number of constraints420
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints420
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 623
Biggest coefficient in the objective function 3758096384
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 68719476658
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 878188741787648
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4550739094651140
Number of bits of the biggest sum of numbers53
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4485833-1751319059.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  objective function found
0.50/0.39	c ... done. Wall clock time 0.229s.
0.50/0.39	c declared #vars     7994
0.50/0.39	c #constraints  560
0.50/0.39	c constraints type 
0.50/0.39	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 560
0.50/0.39	c 560 constraints processed.
0.50/0.40	c objective function length is 623 literals
136.71/142.31	c cleaning 2491 clauses out of 5000 with flag 0/5000
256.50/261.64	c cleaning 4249 clauses out of 8510 with flag 0/11001
283.83/288.57	c cleaning 5621 clauses out of 11260 with flag 0/18000
317.13/321.38	c cleaning 6806 clauses out of 13640 with flag 0/26001
356.37/359.98	c cleaning 7899 clauses out of 15833 with flag 0/35000
401.84/404.71	c cleaning 8946 clauses out of 17934 with flag 0/45000
453.89/456.08	c cleaning 9970 clauses out of 19988 with flag 0/56000
512.77/513.72	c cleaning 10977 clauses out of 22018 with flag 0/68000
575.32/575.44	c cleaning 11992 clauses out of 24041 with flag 0/81000
644.67/643.18	c cleaning 13000 clauses out of 26049 with flag 0/95000
720.77/718.23	c cleaning 13997 clauses out of 28049 with flag 0/110000
806.37/802.64	c cleaning 14997 clauses out of 30052 with flag 0/126000
908.17/907.65	c cleaning 15996 clauses out of 32055 with flag 0/143000
1011.46/1009.29	c cleaning 17006 clauses out of 34060 with flag 0/161001
2005.93/2006.77	c cleaning 18015 clauses out of 36053 with flag 0/180000
3600.01/3595.02	c starts		: 6
3600.01/3595.03	c conflicts		: 194511
3600.01/3595.03	c decisions		: 206471
3600.01/3595.03	c propagations		: 2297879
3600.01/3595.03	c inspects		: 357107935
3600.01/3595.03	c shortcuts		: 0
3600.01/3595.03	c learnt literals	: 0
3600.01/3595.03	c learnt binary clauses	: 0
3600.01/3595.03	c learnt ternary clauses	: 0
3600.01/3595.03	c learnt constraints	: 194510
3600.01/3595.03	c ignored constraints	: 0
3600.01/3595.03	c root simplifications	: 0
3600.01/3595.03	c removed literals (reason simplification)	: 0
3600.01/3595.03	c reason swapping (by a shorter reason)	: 0
3600.01/3595.03	c Calls to reduceDB	: 15
3600.01/3595.03	c Number of update (reduction) of LBD	: 122773
3600.01/3595.03	c Imported unit clauses	: 0
3600.01/3595.03	c No decision after first conflict	: false
3600.01/3595.03	c number of reductions to clauses (during analyze)	: 0
3600.01/3595.03	c number of learned constraints concerned by reduction	: 0
3600.01/3595.03	c number of learning phase by resolution	: 0
3600.01/3595.03	c number of learning phase by cutting planes	: 0
3600.01/3595.03	c number of rounding to 1 operations	: 0
3600.01/3595.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3595.03	c number of reductions of the coefficients by power 2 	: 0
3600.01/3595.03	c number of right shift for reduction by power 2 	: 0
3600.01/3595.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3595.03	c number of ending skipping 	: 0
3600.01/3595.03	c number of internal skipping 	: 0
3600.01/3595.03	c number of derivation steps 	: 1386408
3600.01/3595.03	c number of skipped derivation steps 	: 0
3600.01/3595.03	c number of remaining unassigned 	: 19270
3600.01/3595.03	c number of remaining assigned 	: 178797428
3600.01/3595.03	c number of falsified literals weakened from reason	: 0
3600.01/3595.03	c number of falsified literals weakened from conflict	: 0
3600.01/3595.03	c time for arithmetic operations	: 59420789127
3600.01/3595.03	c minimum degree of deleted constraints	: 19108668127810
3600.01/3595.03	c maximum degree of deleted constraints	: 36406579876401995713731644191838292260191478944656034050894530376529847738446952658569055532744532735840576259975385846042283523175530689628957452706733272428904694963590977469751607428174268656739314687014876517943754876240375063728948820965401217122206965682198025450936769903629636607505423182863218298771690296211263297605594139430638529815728480523077075705591920706788051395896156260903932173484273697629078524706778806955360752086558121575645275079449741670102686463092763796321492058749091819311810
3600.01/3595.03	c number of deleted constraints	: 161962
3600.01/3595.03	c speed (assignments/second)	: 639.255409058765
3600.01/3595.03	c non guided choices	: 0
3600.01/3595.07	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 32548
3600.01/3595.07	s UNKNOWN
3600.01/3595.07	c Total wall clock time (in seconds): 3594.912

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61099 MiB free)
  memory of node 1: 64465 MiB (59449 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=44146, runsolver pid=44141

[startup+0.100061 s]*
/proc/loadavg: 4.30 4.24 4.12 5/318 44164
/proc/meminfo: memFree=123430160/131250000 swapFree=33010684/33010684
[pid=44146] ppid=44141 vsize=18930384 memory=57852 CPUtime=0.13 cores=4,6
/proc/44146/stat : 44146 (java) S 44141 44146 43528 0 -1 4194304 6580 0 0 0 11 2 0 0 20 0 18 0 47582501 19384713216 14463 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
/proc/44146/statm: 4732596 14463 5361 1 0 547620 0
[pid=44146/tid=44148] ppid=44141 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/44146/task/44148/stat : 44148 (java) R 44141 44146 43528 0 -1 4194368 5077 0 0 0 7 1 0 0 20 0 18 0 47582502 19384713216 14463 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44157] ppid=44141 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/44146/task/44157/stat : 44157 (Finalizer) S 44141 44146 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47582504 19384713216 14463 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44164] ppid=44141 vsize=18930384 memory=59585004336271 CPUtime=0 cores=4,6
/proc/44146/task/44164/stat : 44164 (Common-Cleaner) S 44141 44146 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47582505 19384713216 14463 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57852 KiB

[startup+0.205877 s]*
/proc/loadavg: 4.30 4.24 4.12 7/316 44171
/proc/meminfo: memFree=123425588/131250000 swapFree=33010684/33010684
[pid=44146] ppid=44141 vsize=18930384 memory=66564 CPUtime=0.32 cores=4,6
/proc/44146/stat : 44146 (java) S 44141 44146 43528 0 -1 4194304 7136 0 0 0 29 3 0 0 20 0 18 0 47582501 19384713216 16641 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
/proc/44146/statm: 4732596 16641 5457 1 0 547991 0
[pid=44146/tid=44148] ppid=44141 vsize=18930384 memory=4026663031 CPUtime=0.17 cores=4,6
/proc/44146/task/44148/stat : 44148 (java) R 44141 44146 43528 0 -1 4194368 5403 0 0 0 15 2 0 0 20 0 18 0 47582502 19384713216 16641 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44157] ppid=44141 vsize=18930384 memory=215637836056 CPUtime=0 cores=4,6
/proc/44146/task/44157/stat : 44157 (Finalizer) S 44141 44146 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47582504 19384713216 16641 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44164] ppid=44141 vsize=18930384 memory=30785 CPUtime=0 cores=4,6
/proc/44146/task/44164/stat : 44164 (Common-Cleaner) S 44141 44146 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47582505 19384713216 16641 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66564 KiB

[startup+0.306349 s]*
/proc/loadavg: 4.43 4.27 4.13 5/316 44177
/proc/meminfo: memFree=123384552/131250000 swapFree=33010684/33010684
[pid=44146] ppid=44141 vsize=18930384 memory=119580 CPUtime=0.5 cores=4,6
/proc/44146/stat : 44146 (java) S 44141 44146 43528 0 -1 4194304 8694 0 0 0 46 4 0 0 20 0 18 0 47582501 19384713216 29895 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
/proc/44146/statm: 4732596 29895 5457 1 0 548931 0
[pid=44146/tid=44148] ppid=44141 vsize=18930384 memory=-7824251494390978918 CPUtime=0.25 cores=4,6
/proc/44146/task/44148/stat : 44148 (java) R 44141 44146 43528 0 -1 4194368 5437 0 0 0 22 3 0 0 20 0 18 0 47582502 19384713216 29895 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44157] ppid=44141 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/44146/task/44157/stat : 44157 (Finalizer) S 44141 44146 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47582504 19384713216 29895 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44164] ppid=44141 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/44146/task/44164/stat : 44164 (Common-Cleaner) S 44141 44146 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47582505 19384713216 29895 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 119580 KiB

[startup+0.700249 s]
/proc/loadavg: 4.43 4.27 4.13 5/318 44193
/proc/meminfo: memFree=123329752/131250000 swapFree=33010684/33010684
[pid=44146] ppid=44141 vsize=19063512 memory=174828 CPUtime=1.25 cores=4,6
/proc/44146/stat : 44146 (java) S 44141 44146 43528 0 -1 4194304 12294 0 0 0 118 7 0 0 20 0 20 0 47582501 19521036288 43707 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
/proc/44146/statm: 4765878 43707 5521 1 0 552118 0
[pid=44146/tid=44148] ppid=44141 vsize=19063512 memory=18176 CPUtime=0.59 cores=4,6
/proc/44146/task/44148/stat : 44148 (java) R 44141 44146 43528 0 -1 4194368 5570 0 0 0 54 5 0 0 20 0 20 0 47582502 19521036288 43707 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44157] ppid=44141 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/44146/task/44157/stat : 44157 (Finalizer) S 44141 44146 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582504 19521036288 43707 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44164] ppid=44141 vsize=19063512 memory=21608 CPUtime=0 cores=4,6
/proc/44146/task/44164/stat : 44164 (Common-Cleaner) S 44141 44146 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 47582505 19521036288 43707 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44186] ppid=44141 vsize=19063512 memory=4480 CPUtime=0 cores=4,6
/proc/44146/task/44186/stat : 44186 (Timer-0) S 44141 44146 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582543 19521036288 43707 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174828 KiB

[startup+1.50025 s]
/proc/loadavg: 4.43 4.27 4.13 7/340 44215
/proc/meminfo: memFree=123242996/131250000 swapFree=33010684/33010684
[pid=44146] ppid=44141 vsize=19063512 memory=199144 CPUtime=2.82 cores=4,6
/proc/44146/stat : 44146 (java) S 44141 44146 43528 0 -1 4194304 18843 0 0 0 272 10 0 0 20 0 20 0 47582501 19521036288 49786 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
/proc/44146/statm: 4765878 49786 5521 1 0 555443 0
[pid=44146/tid=44148] ppid=44141 vsize=19063512 memory=10752 CPUtime=1.33 cores=4,6
/proc/44146/task/44148/stat : 44148 (java) R 44141 44146 43528 0 -1 4194368 5575 0 0 0 128 5 0 0 20 0 20 0 47582502 19521036288 49786 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44157] ppid=44141 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/44146/task/44157/stat : 44157 (Finalizer) S 44141 44146 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582504 19521036288 49786 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44164] ppid=44141 vsize=19063512 memory=21608 CPUtime=0 cores=4,6
/proc/44146/task/44164/stat : 44164 (Common-Cleaner) S 44141 44146 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 47582505 19521036288 49786 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44186] ppid=44141 vsize=19063512 memory=4480 CPUtime=0 cores=4,6
/proc/44146/task/44186/stat : 44186 (Timer-0) S 44141 44146 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582543 19521036288 49786 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199144 KiB

[startup+3.10568 s]
/proc/loadavg: 4.43 4.27 4.13 6/341 44216
/proc/meminfo: memFree=122791404/131250000 swapFree=33010684/33010684
[pid=44146] ppid=44141 vsize=19063512 memory=310196 CPUtime=5.83 cores=4,6
/proc/44146/stat : 44146 (java) S 44141 44146 43528 0 -1 4194304 28138 0 0 0 569 14 0 0 20 0 20 0 47582501 19521036288 77549 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
/proc/44146/statm: 4765878 77549 5521 1 0 556395 0
[pid=44146/tid=44148] ppid=44141 vsize=19063512 memory=10752 CPUtime=2.87 cores=4,6
/proc/44146/task/44148/stat : 44148 (java) R 44141 44146 43528 0 -1 4194368 6048 0 0 0 279 8 0 0 20 0 20 0 47582502 19521036288 77549 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44157] ppid=44141 vsize=19063512 memory=-6000919502788323435 CPUtime=0 cores=4,6
/proc/44146/task/44157/stat : 44157 (Finalizer) S 44141 44146 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582504 19521036288 77549 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44164] ppid=44141 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/44146/task/44164/stat : 44164 (Common-Cleaner) S 44141 44146 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 47582505 19521036288 77549 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44186] ppid=44141 vsize=19063512 memory=21608 CPUtime=0 cores=4,6
/proc/44146/task/44186/stat : 44186 (Timer-0) S 44141 44146 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582543 19521036288 77549 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 310196 KiB

[startup+6.30023 s]
/proc/loadavg: 4.40 4.27 4.13 5/341 44216
/proc/meminfo: memFree=122270364/131250000 swapFree=33010684/33010684
[pid=44146] ppid=44141 vsize=19063512 memory=401064 CPUtime=9.75 cores=4,6
/proc/44146/stat : 44146 (java) S 44141 44146 43528 0 -1 4194304 30298 0 0 0 959 16 0 0 20 0 20 0 47582501 19521036288 100266 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
/proc/44146/statm: 4765878 100266 5521 1 0 556398 0
[pid=44146/tid=44148] ppid=44141 vsize=19063512 memory=0 CPUtime=6.03 cores=4,6
/proc/44146/task/44148/stat : 44148 (java) R 44141 44146 43528 0 -1 4194368 6719 0 0 0 593 10 0 0 20 0 20 0 47582502 19521036288 100266 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44157] ppid=44141 vsize=19063512 memory=21608 CPUtime=0 cores=4,6
/proc/44146/task/44157/stat : 44157 (Finalizer) S 44141 44146 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582504 19521036288 100266 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44164] ppid=44141 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/44146/task/44164/stat : 44164 (Common-Cleaner) S 44141 44146 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 47582505 19521036288 100266 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44186] ppid=44141 vsize=19063512 memory=199144 CPUtime=0 cores=4,6
/proc/44146/task/44186/stat : 44186 (Timer-0) S 44141 44146 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582543 19521036288 100266 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
Current children cumulated CPU time: 9.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 401064 KiB

[startup+12.7002 s]
/proc/loadavg: 4.37 4.26 4.13 5/341 44216
/proc/meminfo: memFree=121422564/131250000 swapFree=33010684/33010684
[pid=44146] ppid=44141 vsize=19063512 memory=786176 CPUtime=16.27 cores=4,6
/proc/44146/stat : 44146 (java) S 44141 44146 43528 0 -1 4194304 35183 0 0 0 1601 26 0 0 20 0 20 0 47582501 19521036288 196544 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
/proc/44146/statm: 4765878 196544 5521 1 0 556398 0
[pid=44146/tid=44148] ppid=44141 vsize=19063512 memory=199144 CPUtime=12.38 cores=4,6
/proc/44146/task/44148/stat : 44148 (java) R 44141 44146 43528 0 -1 4194368 8051 0 0 0 1220 18 0 0 20 0 20 0 47582502 19521036288 196544 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44157] ppid=44141 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/44146/task/44157/stat : 44157 (Finalizer) S 44141 44146 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582504 19521036288 196544 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44164] ppid=44141 vsize=19063512 memory=-6000919502788323435 CPUtime=0 cores=4,6
/proc/44146/task/44164/stat : 44164 (Common-Cleaner) S 44141 44146 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 47582505 19521036288 196544 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44186] ppid=44141 vsize=19063512 memory=6943526294502006880 CPUtime=0 cores=4,6
/proc/44146/task/44186/stat : 44186 (Timer-0) S 44141 44146 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582543 19521036288 196544 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
Current children cumulated CPU time: 16.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 786176 KiB

[startup+25.5002 s]
/proc/loadavg: 4.31 4.25 4.12 5/341 44216
/proc/meminfo: memFree=120419320/131250000 swapFree=33010684/33010684
[pid=44146] ppid=44141 vsize=19063512 memory=1333080 CPUtime=29.14 cores=4,6
/proc/44146/stat : 44146 (java) S 44141 44146 43528 0 -1 4194304 40543 0 0 0 2874 40 0 0 20 0 20 0 47582501 19521036288 333270 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
/proc/44146/statm: 4765878 333270 5521 1 0 556398 0
[pid=44146/tid=44148] ppid=44141 vsize=19063512 memory=-6000919502788323435 CPUtime=25.09 cores=4,6
/proc/44146/task/44148/stat : 44148 (java) R 44141 44146 43528 0 -1 4194368 9846 0 0 0 2479 30 0 0 20 0 20 0 47582502 19521036288 333270 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44157] ppid=44141 vsize=19063512 memory=1333080 CPUtime=0 cores=4,6
/proc/44146/task/44157/stat : 44157 (Finalizer) S 44141 44146 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582504 19521036288 333270 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44164] ppid=44141 vsize=19063512 memory=1263360 CPUtime=0 cores=4,6
/proc/44146/task/44164/stat : 44164 (Common-Cleaner) S 44141 44146 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 47582505 19521036288 333270 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44186] ppid=44141 vsize=19063512 memory=199144 CPUtime=0 cores=4,6
/proc/44146/task/44186/stat : 44186 (Timer-0) S 44141 44146 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582543 19521036288 333270 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
Current children cumulated CPU time: 29.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333080 KiB

[startup+51.1058 s]
/proc/loadavg: 4.24 4.24 4.12 5/343 44219
/proc/meminfo: memFree=120361456/131250000 swapFree=33010684/33010684
[pid=44146] ppid=44141 vsize=19063512 memory=1357796 CPUtime=45.12 cores=4,6
/proc/44146/stat : 44146 (java) S 44141 44146 43528 0 -1 4194304 43327 0 0 0 4467 45 0 0 20 0 20 0 47582501 19521036288 339449 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
/proc/44146/statm: 4765878 339449 5521 1 0 556414 0
[pid=44146/tid=44148] ppid=44141 vsize=19063512 memory=199144 CPUtime=40.97 cores=4,6
/proc/44146/task/44148/stat : 44148 (java) R 44141 44146 43528 0 -1 4194368 11552 0 0 0 4064 33 0 0 20 0 20 0 47582502 19521036288 339449 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44157] ppid=44141 vsize=19063512 memory=1357796 CPUtime=0 cores=4,6
/proc/44146/task/44157/stat : 44157 (Finalizer) S 44141 44146 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582504 19521036288 339449 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0

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

/proc/meminfo: memFree=111232548/131250000 swapFree=33010684/33010684
[pid=44146] ppid=44141 vsize=19063512 memory=3652372 CPUtime=3222.37 cores=4,6
/proc/44146/stat : 44146 (java) S 44141 44146 43528 0 -1 4194304 157634 0 0 0 321738 499 0 0 20 0 20 0 47582501 19521036288 913093 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
/proc/44146/statm: 4765878 913093 5585 1 0 924718 0
[pid=44146/tid=44148] ppid=44141 vsize=19063512 memory=3652372 CPUtime=3160.77 cores=4,6
/proc/44146/task/44148/stat : 44148 (java) R 44141 44146 43528 0 -1 4194368 63322 0 0 0 315707 370 0 0 20 0 20 0 47582502 19521036288 913093 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44157] ppid=44141 vsize=19063512 memory=18176 CPUtime=0 cores=4,6
/proc/44146/task/44157/stat : 44157 (Finalizer) S 44141 44146 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582504 19521036288 913093 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44164] ppid=44141 vsize=19063512 memory=3652372 CPUtime=0 cores=4,6
/proc/44146/task/44164/stat : 44164 (Common-Cleaner) S 44141 44146 43528 0 -1 4194368 1599 0 0 0 0 0 0 0 20 0 20 0 47582505 19521036288 913093 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44186] ppid=44141 vsize=19063512 memory=3652372 CPUtime=0 cores=4,6
/proc/44146/task/44186/stat : 44186 (Timer-0) S 44141 44146 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582543 19521036288 913093 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
Current children cumulated CPU time: 3222.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3652372 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/340 44422
/proc/meminfo: memFree=111217500/131250000 swapFree=33010684/33010684
[pid=44146] ppid=44141 vsize=19063512 memory=3652500 CPUtime=3282.31 cores=4,6
/proc/44146/stat : 44146 (java) S 44141 44146 43528 0 -1 4194304 159442 0 0 0 327729 502 0 0 20 0 20 0 47582501 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
/proc/44146/statm: 4765878 913125 5585 1 0 924718 0
[pid=44146/tid=44148] ppid=44141 vsize=19063512 memory=18176 CPUtime=3220.47 cores=4,6
/proc/44146/task/44148/stat : 44148 (java) R 44141 44146 43528 0 -1 4194368 64086 0 0 0 321676 371 0 0 20 0 20 0 47582502 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44157] ppid=44141 vsize=19063512 memory=3652500 CPUtime=0 cores=4,6
/proc/44146/task/44157/stat : 44157 (Finalizer) S 44141 44146 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582504 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44164] ppid=44141 vsize=19063512 memory=14248 CPUtime=0 cores=4,6
/proc/44146/task/44164/stat : 44164 (Common-Cleaner) S 44141 44146 43528 0 -1 4194368 1599 0 0 0 0 0 0 0 20 0 20 0 47582505 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44186] ppid=44141 vsize=19063512 memory=3652500 CPUtime=0 cores=4,6
/proc/44146/task/44186/stat : 44186 (Timer-0) S 44141 44146 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582543 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
Current children cumulated CPU time: 3282.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3652500 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/340 44424
/proc/meminfo: memFree=111210356/131250000 swapFree=33010684/33010684
[pid=44146] ppid=44141 vsize=19063512 memory=3652500 CPUtime=3343.55 cores=4,6
/proc/44146/stat : 44146 (java) S 44141 44146 43528 0 -1 4194304 163154 0 0 0 333850 505 0 0 20 0 20 0 47582501 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
/proc/44146/statm: 4765878 913125 5585 1 0 924718 0
[pid=44146/tid=44148] ppid=44141 vsize=19063512 memory=18176 CPUtime=3280.13 cores=4,6
/proc/44146/task/44148/stat : 44148 (java) R 44141 44146 43528 0 -1 4194368 65906 0 0 0 327640 373 0 0 20 0 20 0 47582502 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44157] ppid=44141 vsize=19063512 memory=14248 CPUtime=0 cores=4,6
/proc/44146/task/44157/stat : 44157 (Finalizer) S 44141 44146 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582504 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44164] ppid=44141 vsize=19063512 memory=4480 CPUtime=0 cores=4,6
/proc/44146/task/44164/stat : 44164 (Common-Cleaner) S 44141 44146 43528 0 -1 4194368 1735 0 0 0 0 0 0 0 20 0 20 0 47582505 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44186] ppid=44141 vsize=19063512 memory=6852 CPUtime=0 cores=4,6
/proc/44146/task/44186/stat : 44186 (Timer-0) S 44141 44146 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582543 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
Current children cumulated CPU time: 3343.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3652500 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/340 44426
/proc/meminfo: memFree=111191444/131250000 swapFree=33010684/33010684
[pid=44146] ppid=44141 vsize=19063512 memory=3652500 CPUtime=3404.79 cores=4,6
/proc/44146/stat : 44146 (java) S 44141 44146 43528 0 -1 4194304 166189 0 0 0 339970 509 0 0 20 0 20 0 47582501 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
/proc/44146/statm: 4765878 913125 5585 1 0 924718 0
[pid=44146/tid=44148] ppid=44141 vsize=19063512 memory=3652500 CPUtime=3339.9 cores=4,6
/proc/44146/task/44148/stat : 44148 (java) R 44141 44146 43528 0 -1 4194368 67307 0 0 0 333615 375 0 0 20 0 20 0 47582502 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44157] ppid=44141 vsize=19063512 memory=14248 CPUtime=0 cores=4,6
/proc/44146/task/44157/stat : 44157 (Finalizer) S 44141 44146 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582504 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44164] ppid=44141 vsize=19063512 memory=18176 CPUtime=0 cores=4,6
/proc/44146/task/44164/stat : 44164 (Common-Cleaner) S 44141 44146 43528 0 -1 4194368 1736 0 0 0 0 0 0 0 20 0 20 0 47582505 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44186] ppid=44141 vsize=19063512 memory=3652500 CPUtime=0 cores=4,6
/proc/44146/task/44186/stat : 44186 (Timer-0) S 44141 44146 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582543 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
Current children cumulated CPU time: 3404.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3652500 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/340 44428
/proc/meminfo: memFree=111187080/131250000 swapFree=33010684/33010684
[pid=44146] ppid=44141 vsize=19063512 memory=3652500 CPUtime=3466.06 cores=4,6
/proc/44146/stat : 44146 (java) S 44141 44146 43528 0 -1 4194304 168969 0 0 0 346092 514 0 0 20 0 20 0 47582501 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
/proc/44146/statm: 4765878 913125 5585 1 0 924718 0
[pid=44146/tid=44148] ppid=44141 vsize=19063512 memory=5148 CPUtime=3399.62 cores=4,6
/proc/44146/task/44148/stat : 44148 (java) R 44141 44146 43528 0 -1 4194368 68168 0 0 0 339585 377 0 0 20 0 20 0 47582502 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44157] ppid=44141 vsize=19063512 memory=56 CPUtime=0 cores=4,6
/proc/44146/task/44157/stat : 44157 (Finalizer) S 44141 44146 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582504 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44164] ppid=44141 vsize=19063512 memory=3652500 CPUtime=0 cores=4,6
/proc/44146/task/44164/stat : 44164 (Common-Cleaner) S 44141 44146 43528 0 -1 4194368 1816 0 0 0 0 0 0 0 20 0 20 0 47582505 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44186] ppid=44141 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/44146/task/44186/stat : 44186 (Timer-0) S 44141 44146 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582543 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
Current children cumulated CPU time: 3466.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3652500 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/339 44430
/proc/meminfo: memFree=111177028/131250000 swapFree=33010684/33010684
[pid=44146] ppid=44141 vsize=19063512 memory=3652500 CPUtime=3526.03 cores=4,6
/proc/44146/stat : 44146 (java) S 44141 44146 43528 0 -1 4194304 169327 0 0 0 352088 515 0 0 20 0 20 0 47582501 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
/proc/44146/statm: 4765878 913125 5585 1 0 924718 0
[pid=44146/tid=44148] ppid=44141 vsize=19063512 memory=3652500 CPUtime=3459.36 cores=4,6
/proc/44146/task/44148/stat : 44148 (java) R 44141 44146 43528 0 -1 4194368 68453 0 0 0 345559 377 0 0 20 0 20 0 47582502 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44157] ppid=44141 vsize=19063512 memory=3652500 CPUtime=0 cores=4,6
/proc/44146/task/44157/stat : 44157 (Finalizer) S 44141 44146 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582504 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44164] ppid=44141 vsize=19063512 memory=3652500 CPUtime=0 cores=4,6
/proc/44146/task/44164/stat : 44164 (Common-Cleaner) S 44141 44146 43528 0 -1 4194368 1817 0 0 0 0 0 0 0 20 0 20 0 47582505 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44186] ppid=44141 vsize=19063512 memory=3652500 CPUtime=0 cores=4,6
/proc/44146/task/44186/stat : 44186 (Timer-0) S 44141 44146 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582543 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
Current children cumulated CPU time: 3526.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3652500 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.15 4.10 5/340 44700
/proc/meminfo: memFree=117012696/131250000 swapFree=33010684/33010684
[pid=44146] ppid=44141 vsize=19063512 memory=3652500 CPUtime=3587.27 cores=4,6
/proc/44146/stat : 44146 (java) S 44141 44146 43528 0 -1 4194304 172520 0 0 0 358206 521 0 0 20 0 20 0 47582501 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
/proc/44146/statm: 4765878 913125 5585 1 0 924718 0
[pid=44146/tid=44148] ppid=44141 vsize=19063512 memory=3652500 CPUtime=3519.1 cores=4,6
/proc/44146/task/44148/stat : 44148 (java) R 44141 44146 43528 0 -1 4194368 70464 0 0 0 351529 381 0 0 20 0 20 0 47582502 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44157] ppid=44141 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/44146/task/44157/stat : 44157 (Finalizer) S 44141 44146 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582504 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44164] ppid=44141 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/44146/task/44164/stat : 44164 (Common-Cleaner) S 44141 44146 43528 0 -1 4194368 1899 0 0 0 0 0 0 0 20 0 20 0 47582505 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44186] ppid=44141 vsize=19063512 memory=4247152 CPUtime=0 cores=4,6
/proc/44146/task/44186/stat : 44186 (Timer-0) S 44141 44146 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582543 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
Current children cumulated CPU time: 3587.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3652500 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595 s]*
/proc/loadavg: 4.18 4.14 4.10 5/340 44700
/proc/meminfo: memFree=116894960/131250000 swapFree=33010684/33010684
[pid=44146] ppid=44141 vsize=19063512 memory=3652500 CPUtime=3600.01 cores=4,6
/proc/44146/stat : 44146 (java) S 44141 44146 43528 0 -1 4194304 172718 0 0 0 359479 522 0 0 20 0 20 0 47582501 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
/proc/44146/statm: 4765878 913125 5585 1 0 924718 0
[pid=44146/tid=44148] ppid=44141 vsize=19063512 memory=-6000919481262827627 CPUtime=3531.72 cores=4,6
/proc/44146/task/44148/stat : 44148 (java) R 44141 44146 43528 0 -1 4194368 70527 0 0 0 352791 381 0 0 20 0 20 0 47582502 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44157] ppid=44141 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/44146/task/44157/stat : 44157 (Finalizer) S 44141 44146 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582504 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44164] ppid=44141 vsize=19063512 memory=2816 CPUtime=0 cores=4,6
/proc/44146/task/44164/stat : 44164 (Common-Cleaner) S 44141 44146 43528 0 -1 4194368 1899 0 0 0 0 0 0 0 20 0 20 0 47582505 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
[pid=44146/tid=44186] ppid=44141 vsize=19063512 memory=6784 CPUtime=0 cores=4,6
/proc/44146/task/44186/stat : 44186 (Timer-0) S 44141 44146 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582543 19521036288 913125 18446744073709551615 94876152016896 94876152020592 140730861048704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94876152028408 94876152029200 94876166348800 140730861050157 140730861050342 140730861050342 140730861055944 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3652500 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.92 s, system=5.24108 s

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

Child status: 143

Real time (s): 3595.09
CPU time (s): 3600.16
CPU user time (s): 3594.92
CPU system time (s): 5.24108
CPU usage (%): 100.141
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3652500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.92
system time used= 5.24108
maximum resident set size= 3653268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174967
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3194472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123366
involuntary context switches= 11823


# summary of solver processes directly reported to runsolver:
#   pid: 44146
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3594.92
#   total CPU system time (s): 5.24108

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.45266 second user time and 17.5052 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-30 23:30:59
IDJOB=4485833
IDBENCH=146890
IDSOLVER=3362
FILE ID=nodeC014/4485833-1751319059
RUNJOBID= nodeC014-1751315455-43539
SLURM_JOB_ID= 9594331
Free space on /tmp= 432972 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-grow7.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485833-1751319059/watcher-4485833-1751319059 -o /tmp/evaluation-result-4485833-1751319059/solver-4485833-1751319059 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751315455-43539 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4485833-1751319059 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4485833-1751319059.opb

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

MD5SUM BENCH= f6174806ed62bf92db0e2ac6f71348b5
RANDOM SEED=2006545981

nodeC014 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.118
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.23
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.124
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.23
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.031
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        123443132 kB
MemAvailable:   124065052 kB
Buffers:            3280 kB
Cached:          1426560 kB
SwapCached:            0 kB
Active:          6035480 kB
Inactive:        1170460 kB
Active(anon):    5794168 kB
Inactive(anon):        0 kB
Active(file):     241312 kB
Inactive(file):  1170460 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             24960 kB
Writeback:             0 kB
AnonPages:       5779272 kB
Mapped:           123700 kB
Shmem:             18068 kB
KReclaimable:      98772 kB
Slab:             187532 kB
SReclaimable:      98772 kB
SUnreclaim:        88760 kB
KernelStack:        4864 kB
PageTables:        14724 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   19001564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151128 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5613568 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC014 at 2025-07-01 00:30:54