Trace number 4545278

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.19 3577.9

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-AverageAvoiding-20_c24.opb
MD5SUMfea607129b7127550b39e04c37b78aae
Bench CategoryDEC-LIN (decision problem, linear constraints, no 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 benchmark243.081
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33526
Total number of constraints12724
Number of constraints which are clauses2302
Number of constraints which are cardinality constraints (but not clauses)1180
Number of constraints which are nor clauses,nor cardinality constraints9242
Minimum length of a constraint1
Maximum length of a constraint44
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 381
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1204
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4545278-1753231284.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
2.98/1.65	c ... done. Wall clock time 1.489s.
2.98/1.65	c declared #vars     33526
2.98/1.65	c #constraints  16165
2.98/1.65	c constraints type 
2.98/1.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1180
2.98/1.65	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 11523
2.98/1.65	c org.sat4j.pb.constraints.pb.UnitClausePB => 1141
2.98/1.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2321
2.98/1.65	c 16165 constraints processed.
30.48/26.45	c cleaning 2490 clauses out of 4999 with flag 0/5000
82.09/77.46	c cleaning 4241 clauses out of 8510 with flag 0/11001
181.48/176.40	c cleaning 5630 clauses out of 11268 with flag 0/18000
328.84/322.99	c cleaning 6809 clauses out of 13638 with flag 0/26000
504.87/497.80	c cleaning 7903 clauses out of 15829 with flag 0/35000
652.79/644.86	c cleaning 8961 clauses out of 17927 with flag 0/45001
870.16/861.01	c cleaning 9942 clauses out of 19965 with flag 0/56000
1136.09/1125.75	c cleaning 11012 clauses out of 22023 with flag 0/68000
1447.71/1436.07	c cleaning 11958 clauses out of 24012 with flag 0/81001
1861.68/1848.64	c cleaning 12992 clauses out of 26057 with flag 0/95004
2294.09/2278.99	c cleaning 14000 clauses out of 28061 with flag 0/110000
2674.97/2657.80	c cleaning 14978 clauses out of 30065 with flag 0/126004
3228.34/3207.97	c cleaning 15985 clauses out of 32083 with flag 0/143000
3600.03/3577.82	c starts		: 18
3600.03/3577.84	c timeout
3600.03/3577.84	c conflicts		: 155519
3600.03/3577.84	c decisions		: 393569
3600.03/3577.84	c propagations		: 354181794
3600.03/3577.84	c inspects		: 1896341584
3600.03/3577.84	c shortcuts		: 0
3600.03/3577.84	c learnt literals	: 1
3600.03/3577.84	c learnt binary clauses	: 0
3600.03/3577.84	c learnt ternary clauses	: 0
3600.03/3577.84	c learnt constraints	: 155518
3600.03/3577.84	c ignored constraints	: 0
3600.03/3577.84	c root simplifications	: 0
3600.03/3577.84	c removed literals (reason simplification)	: 0
3600.03/3577.84	c reason swapping (by a shorter reason)	: 0
3600.03/3577.84	c Calls to reduceDB	: 13
3600.03/3577.84	c Number of update (reduction) of LBD	: 289106
3600.03/3577.84	c Imported unit clauses	: 0
3600.03/3577.84	c No decision after first conflict	: false
3600.03/3577.84	c number of reductions to clauses (during analyze)	: 0
3600.03/3577.84	c number of learned constraints concerned by reduction	: 0
3600.03/3577.84	c number of learning phase by resolution	: 0
3600.03/3577.84	c number of learning phase by cutting planes	: 0
3600.03/3577.84	c number of rounding to 1 operations	: 0
3600.03/3577.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3577.84	c number of reductions of the coefficients by power 2 	: 0
3600.03/3577.84	c number of right shift for reduction by power 2 	: 0
3600.03/3577.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3577.84	c number of ending skipping 	: 0
3600.03/3577.84	c number of internal skipping 	: 0
3600.03/3577.84	c number of derivation steps 	: 3311234
3600.03/3577.84	c number of skipped derivation steps 	: 0
3600.03/3577.84	c number of remaining unassigned 	: 214166
3600.03/3577.84	c number of remaining assigned 	: 112257695
3600.03/3577.84	c number of falsified literals weakened from reason	: 0
3600.03/3577.84	c number of falsified literals weakened from conflict	: 0
3600.03/3577.84	c time for arithmetic operations	: 13128404912
3600.03/3577.85	c minimum degree of deleted constraints	: 1
3600.03/3577.85	c maximum degree of deleted constraints	: 12648143952422875515849678546316364804528844163893721769692798047678484594243870196961071542764333953270762507679025091020408734126164090795120425774216816269146334372310172246232944065892059489210729425168726819128679823503577560678332317789547382596062013555296611729453105496279579964750947838157783384288189187403467587053822526695922652616258303853401027711280175508466509173925924967387301250304872884389328688744314796854629383163016588425210602976403714992340967844825625651677228300145772036458596048434190656868309307673510630828532529879851401456037895621554081095733458691749226634652106973818451122784869435559889445583759695329326937074471928105216852519615078477158143253505213290132201442590418778131539929271512300529711008880820433328932446538136970874299192689357569909051122460231468536003312715805399473800061439622899935619972013720843360332761965276645819739241786987462621412706495880440412485352610380419843818478618189705007975788899807151428092499544048500415961285380753220743851754836806868141999787936247299122733578130255463405251406760901828167057347806577833851305265280000
3600.03/3577.85	c number of deleted constraints	: 126901
3600.03/3577.85	c speed (assignments/second)	: 99039.25142386729
3600.03/3577.85	c non guided choices	: 12068
3600.03/3577.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 16
3600.03/3577.87	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 291
3600.03/3577.87	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 28310
3600.03/3577.87	s UNKNOWN
3600.03/3577.87	c Total wall clock time (in seconds): 3577.709

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=167885, runsolver pid=167882

[startup+0.10006 s]*
/proc/loadavg: 4.17 4.18 4.17 6/340 167903
/proc/meminfo: memFree=114406020/131249996 swapFree=33006296/33010684
[pid=167885] ppid=167882 vsize=18930384 memory=55540 CPUtime=0.12 cores=0,2
/proc/167885/stat : 167885 (java) S 167882 167885 166156 0 -1 4194304 6538 0 0 0 10 2 0 0 20 0 18 0 238805937 19384713216 13885 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
/proc/167885/statm: 4732596 13885 5339 1 0 547602 0
[pid=167885/tid=167887] ppid=167882 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/167885/task/167887/stat : 167887 (java) R 167882 167885 166156 0 -1 4194368 5052 0 0 0 6 1 0 0 20 0 18 0 238805939 19384713216 13885 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167896] ppid=167882 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/167885/task/167896/stat : 167896 (Finalizer) S 167882 167885 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238805941 19384713216 14417 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167903] ppid=167882 vsize=18930384 memory=58485492697507 CPUtime=0 cores=0,2
/proc/167885/task/167903/stat : 167903 (Common-Cleaner) S 167882 167885 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238805941 19384713216 14417 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55540 KiB

[startup+0.206162 s]*
/proc/loadavg: 4.17 4.18 4.17 7/340 167903
/proc/meminfo: memFree=114373316/131249996 swapFree=33006296/33010684
[pid=167885] ppid=167882 vsize=18930384 memory=87264 CPUtime=0.3 cores=0,2
/proc/167885/stat : 167885 (java) S 167882 167885 166156 0 -1 4194304 7207 0 0 0 27 3 0 0 20 0 18 0 238805937 19384713216 21816 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
/proc/167885/statm: 4732596 21816 5435 1 0 548081 0
[pid=167885/tid=167887] ppid=167882 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=0,2
/proc/167885/task/167887/stat : 167887 (java) R 167882 167885 166156 0 -1 4194368 5432 0 0 0 14 2 0 0 20 0 18 0 238805939 19384713216 21816 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167896] ppid=167882 vsize=18930384 memory=2630 CPUtime=0 cores=0,2
/proc/167885/task/167896/stat : 167896 (Finalizer) S 167882 167885 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238805941 19384713216 21816 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167903] ppid=167882 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/167885/task/167903/stat : 167903 (Common-Cleaner) S 167882 167885 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238805941 19384713216 21816 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 87264 KiB

[startup+0.306051 s]*
/proc/loadavg: 4.17 4.18 4.17 6/341 167904
/proc/meminfo: memFree=114299428/131249996 swapFree=33006296/33010684
[pid=167885] ppid=167882 vsize=18996948 memory=155268 CPUtime=0.49 cores=0,2
/proc/167885/stat : 167885 (java) S 167882 167885 166156 0 -1 4194304 8024 0 0 0 44 5 0 0 20 0 19 0 238805937 19452874752 38817 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
/proc/167885/statm: 4749237 38817 5467 1 0 548851 0
[pid=167885/tid=167887] ppid=167882 vsize=18996948 memory=-9031232815443518140 CPUtime=0.25 cores=0,2
/proc/167885/task/167887/stat : 167887 (java) R 167882 167885 166156 0 -1 4194368 5466 0 0 0 21 4 0 0 20 0 19 0 238805939 19452874752 38849 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167896] ppid=167882 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/167885/task/167896/stat : 167896 (Finalizer) S 167882 167885 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238805941 19452874752 38849 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167903] ppid=167882 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/167885/task/167903/stat : 167903 (Common-Cleaner) S 167882 167885 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238805941 19452874752 38849 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 155268 KiB

[startup+0.700241 s]
/proc/loadavg: 4.17 4.18 4.17 6/341 167904
/proc/meminfo: memFree=114081744/131249996 swapFree=33006296/33010684
[pid=167885] ppid=167882 vsize=18996948 memory=627624 CPUtime=1.25 cores=0,2
/proc/167885/stat : 167885 (java) S 167882 167885 166156 0 -1 4194304 11739 0 0 0 109 16 0 0 20 0 19 0 238805937 19452874752 156906 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
/proc/167885/statm: 4749237 156906 5467 1 0 550020 0
[pid=167885/tid=167887] ppid=167882 vsize=18996948 memory=24704 CPUtime=0.59 cores=0,2
/proc/167885/task/167887/stat : 167887 (java) R 167882 167885 166156 0 -1 4194368 5685 0 0 0 46 13 0 0 20 0 19 0 238805939 19452874752 156906 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167896] ppid=167882 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/167885/task/167896/stat : 167896 (Finalizer) S 167882 167885 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238805941 19452874752 156906 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167903] ppid=167882 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/167885/task/167903/stat : 167903 (Common-Cleaner) S 167882 167885 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238805941 19452874752 156906 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 627624 KiB

[startup+1.50025 s]
/proc/loadavg: 4.17 4.18 4.17 6/341 167904
/proc/meminfo: memFree=112875068/131249996 swapFree=33006296/33010684
[pid=167885] ppid=167882 vsize=18996948 memory=2138712 CPUtime=2.8 cores=0,2
/proc/167885/stat : 167885 (java) S 167882 167885 166156 0 -1 4194304 23826 0 0 0 233 47 0 0 20 0 19 0 238805937 19452874752 534678 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
/proc/167885/statm: 4749237 534678 5467 1 0 1054539 0
[pid=167885/tid=167887] ppid=167882 vsize=18996948 memory=3200 CPUtime=1.31 cores=0,2
/proc/167885/task/167887/stat : 167887 (java) R 167882 167885 166156 0 -1 4194368 6379 0 0 0 91 40 0 0 20 0 19 0 238805939 19452874752 534678 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167896] ppid=167882 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/167885/task/167896/stat : 167896 (Finalizer) S 167882 167885 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238805941 19452874752 534678 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167903] ppid=167882 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/167885/task/167903/stat : 167903 (Common-Cleaner) S 167882 167885 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238805941 19452874752 534678 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2138712 KiB

[startup+3.10595 s]
/proc/loadavg: 4.17 4.18 4.17 6/342 167905
/proc/meminfo: memFree=112269516/131249996 swapFree=33006296/33010684
[pid=167885] ppid=167882 vsize=19063512 memory=2169736 CPUtime=5.81 cores=0,2
/proc/167885/stat : 167885 (java) S 167882 167885 166156 0 -1 4194304 24420 0 0 0 532 49 0 0 20 0 20 0 238805937 19521036288 542434 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
/proc/167885/statm: 4765878 542434 5467 1 0 1054954 0
[pid=167885/tid=167887] ppid=167882 vsize=19063512 memory=10752 CPUtime=2.82 cores=0,2
/proc/167885/task/167887/stat : 167887 (java) R 167882 167885 166156 0 -1 4194368 6435 0 0 0 242 40 0 0 20 0 20 0 238805939 19521036288 542434 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167896] ppid=167882 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/167885/task/167896/stat : 167896 (Finalizer) S 167882 167885 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 542434 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167903] ppid=167882 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/167885/task/167903/stat : 167903 (Common-Cleaner) S 167882 167885 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 542434 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167905] ppid=167882 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/167885/task/167905/stat : 167905 (Timer-0) S 167882 167885 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238806104 19521036288 542434 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169736 KiB

[startup+6.30026 s]
/proc/loadavg: 4.31 4.21 4.18 6/342 167905
/proc/meminfo: memFree=111320820/131249996 swapFree=33006296/33010684
[pid=167885] ppid=167882 vsize=19063512 memory=3120672 CPUtime=9.46 cores=0,2
/proc/167885/stat : 167885 (java) S 167882 167885 166156 0 -1 4194304 25565 0 0 0 879 67 0 0 20 0 20 0 238805937 19521036288 780168 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
/proc/167885/statm: 4765878 780168 5467 1 0 1295216 0
[pid=167885/tid=167887] ppid=167882 vsize=19063512 memory=0 CPUtime=5.93 cores=0,2
/proc/167885/task/167887/stat : 167887 (java) R 167882 167885 166156 0 -1 4194368 6896 0 0 0 535 58 0 0 20 0 20 0 238805939 19521036288 780168 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167896] ppid=167882 vsize=19063512 memory=7245577201579234449 CPUtime=0 cores=0,2
/proc/167885/task/167896/stat : 167896 (Finalizer) S 167882 167885 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 780168 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167903] ppid=167882 vsize=19063512 memory=-9031232815443518140 CPUtime=0 cores=0,2
/proc/167885/task/167903/stat : 167903 (Common-Cleaner) S 167882 167885 166156 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 780168 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167905] ppid=167882 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/167885/task/167905/stat : 167905 (Timer-0) S 167882 167885 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238806104 19521036288 780168 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
Current children cumulated CPU time: 9.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3120672 KiB

[startup+12.7002 s]
/proc/loadavg: 4.37 4.22 4.19 5/342 167905
/proc/meminfo: memFree=111104868/131249996 swapFree=33006296/33010684
[pid=167885] ppid=167882 vsize=19063512 memory=3336212 CPUtime=16.48 cores=0,2
/proc/167885/stat : 167885 (java) S 167882 167885 166156 0 -1 4194304 26678 0 0 0 1574 74 0 0 20 0 20 0 238805937 19521036288 834053 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
/proc/167885/statm: 4765878 834053 5467 1 0 1295270 0
[pid=167885/tid=167887] ppid=167882 vsize=19063512 memory=0 CPUtime=12.27 cores=0,2
/proc/167885/task/167887/stat : 167887 (java) R 167882 167885 166156 0 -1 4194368 7859 0 0 0 1164 63 0 0 20 0 20 0 238805939 19521036288 834053 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167896] ppid=167882 vsize=19063512 memory=3336212 CPUtime=0 cores=0,2
/proc/167885/task/167896/stat : 167896 (Finalizer) S 167882 167885 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 834053 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167903] ppid=167882 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/167885/task/167903/stat : 167903 (Common-Cleaner) S 167882 167885 166156 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 834053 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167905] ppid=167882 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/167885/task/167905/stat : 167905 (Timer-0) S 167882 167885 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238806104 19521036288 834053 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
Current children cumulated CPU time: 16.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3336212 KiB

[startup+25.5003 s]
/proc/loadavg: 4.29 4.21 4.18 5/341 167905
/proc/meminfo: memFree=110506100/131249996 swapFree=33006296/33010684
[pid=167885] ppid=167882 vsize=19063512 memory=3917980 CPUtime=29.49 cores=0,2
/proc/167885/stat : 167885 (java) S 167882 167885 166156 0 -1 4194304 33802 0 0 0 2859 90 0 0 20 0 20 0 238805937 19521036288 979495 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
/proc/167885/statm: 4765878 979495 5467 1 0 1295274 0
[pid=167885/tid=167887] ppid=167882 vsize=19063512 memory=-9031232815443518140 CPUtime=24.94 cores=0,2
/proc/167885/task/167887/stat : 167887 (java) R 167882 167885 166156 0 -1 4194368 9862 0 0 0 2416 78 0 0 20 0 20 0 238805939 19521036288 979495 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167896] ppid=167882 vsize=19063512 memory=3100 CPUtime=0 cores=0,2
/proc/167885/task/167896/stat : 167896 (Finalizer) S 167882 167885 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 979495 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167903] ppid=167882 vsize=19063512 memory=3909656 CPUtime=0 cores=0,2
/proc/167885/task/167903/stat : 167903 (Common-Cleaner) S 167882 167885 166156 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 979495 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167905] ppid=167882 vsize=19063512 memory=3909656 CPUtime=0 cores=0,2
/proc/167885/task/167905/stat : 167905 (Timer-0) S 167882 167885 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238806104 19521036288 979495 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
Current children cumulated CPU time: 29.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3917980 KiB

[startup+51.106 s]
/proc/loadavg: 4.19 4.19 4.18 6/341 167905
/proc/meminfo: memFree=110481780/131249996 swapFree=33006296/33010684
[pid=167885] ppid=167882 vsize=19063512 memory=3922712 CPUtime=55.53 cores=0,2
/proc/167885/stat : 167885 (java) S 167882 167885 166156 0 -1 4194304 45329 0 0 0 5454 99 0 0 20 0 20 0 238805937 19521036288 980678 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
/proc/167885/statm: 4765878 980678 5467 1 0 1295354 0
[pid=167885/tid=167887] ppid=167882 vsize=19063512 memory=3922712 CPUtime=50.28 cores=0,2
/proc/167885/task/167887/stat : 167887 (java) R 167882 167885 166156 0 -1 4194368 13770 0 0 0 4943 85 0 0 20 0 20 0 238805939 19521036288 980678 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167896] ppid=167882 vsize=19063512 memory=-9031232815443518140 CPUtime=0 cores=0,2
/proc/167885/task/167896/stat : 167896 (Finalizer) S 167882 167885 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 980678 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167903] ppid=167882 vsize=19063512 memory=3922456 CPUtime=0 cores=0,2
/proc/167885/task/167903/stat : 167903 (Common-Cleaner) S 167882 167885 166156 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 980678 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167905] ppid=167882 vsize=19063512 memory=3917852 CPUtime=0 cores=0,2
/proc/167885/task/167905/stat : 167905 (Timer-0) S 167882 167885 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238806104 19521036288 980678 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0

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

/proc/meminfo: memFree=123069604/131249996 swapFree=33006296/33010684
[pid=167885] ppid=167882 vsize=19063512 memory=5139300 CPUtime=3182.61 cores=0,2
/proc/167885/stat : 167885 (java) S 167882 167885 166156 0 -1 4194304 248097 0 0 0 317761 500 0 0 20 0 20 0 238805937 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
/proc/167885/statm: 4765878 1284825 5531 1 0 1297333 0
[pid=167885/tid=167887] ppid=167882 vsize=19063512 memory=5054740 CPUtime=3130.28 cores=0,2
/proc/167885/task/167887/stat : 167887 (java) R 167882 167885 166156 0 -1 4194368 132634 0 0 0 312671 357 0 0 20 0 20 0 238805939 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167896] ppid=167882 vsize=19063512 memory=5054740 CPUtime=0 cores=0,2
/proc/167885/task/167896/stat : 167896 (Finalizer) S 167882 167885 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167903] ppid=167882 vsize=19063512 memory=5138788 CPUtime=0 cores=0,2
/proc/167885/task/167903/stat : 167903 (Common-Cleaner) S 167882 167885 166156 0 -1 4194368 2402 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167905] ppid=167882 vsize=19063512 memory=5139300 CPUtime=0 cores=0,2
/proc/167885/task/167905/stat : 167905 (Timer-0) S 167882 167885 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238806104 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
Current children cumulated CPU time: 3182.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5139300 KiB

[startup+3222.3 s]
/proc/loadavg: 1.13 1.17 1.82 2/267 168175
/proc/meminfo: memFree=123060156/131249996 swapFree=33006296/33010684
[pid=167885] ppid=167882 vsize=19063512 memory=5139300 CPUtime=3242.83 cores=0,2
/proc/167885/stat : 167885 (java) S 167882 167885 166156 0 -1 4194304 253284 0 0 0 323775 508 0 0 20 0 20 0 238805937 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
/proc/167885/statm: 4765878 1284825 5531 1 0 1297343 0
[pid=167885/tid=167887] ppid=167882 vsize=19063512 memory=5054740 CPUtime=3189.81 cores=0,2
/proc/167885/task/167887/stat : 167887 (java) R 167882 167885 166156 0 -1 4194368 135766 0 0 0 318618 363 0 0 20 0 20 0 238805939 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167896] ppid=167882 vsize=19063512 memory=5054740 CPUtime=0 cores=0,2
/proc/167885/task/167896/stat : 167896 (Finalizer) S 167882 167885 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167903] ppid=167882 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/167885/task/167903/stat : 167903 (Common-Cleaner) S 167882 167885 166156 0 -1 4194368 2402 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167905] ppid=167882 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/167885/task/167905/stat : 167905 (Timer-0) S 167882 167885 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238806104 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
Current children cumulated CPU time: 3242.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5139300 KiB

[startup+3282.3 s]
/proc/loadavg: 1.16 1.17 1.78 2/267 168177
/proc/meminfo: memFree=123045340/131249996 swapFree=33006296/33010684
[pid=167885] ppid=167882 vsize=19063512 memory=5139300 CPUtime=3303.14 cores=0,2
/proc/167885/stat : 167885 (java) S 167882 167885 166156 0 -1 4194304 255191 0 0 0 329798 516 0 0 20 0 20 0 238805937 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
/proc/167885/statm: 4765878 1284825 5531 1 0 1297343 0
[pid=167885/tid=167887] ppid=167882 vsize=19063512 memory=-9031232815443518140 CPUtime=3249.22 cores=0,2
/proc/167885/task/167887/stat : 167887 (java) R 167882 167885 166156 0 -1 4194368 137447 0 0 0 324553 369 0 0 20 0 20 0 238805939 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167896] ppid=167882 vsize=19063512 memory=-9031232815443518140 CPUtime=0 cores=0,2
/proc/167885/task/167896/stat : 167896 (Finalizer) S 167882 167885 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167903] ppid=167882 vsize=19063512 memory=5139300 CPUtime=0 cores=0,2
/proc/167885/task/167903/stat : 167903 (Common-Cleaner) S 167882 167885 166156 0 -1 4194368 2470 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167905] ppid=167882 vsize=19063512 memory=24704 CPUtime=0 cores=0,2
/proc/167885/task/167905/stat : 167905 (Timer-0) S 167882 167885 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238806104 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
Current children cumulated CPU time: 3303.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5139300 KiB

[startup+3342.3 s]
/proc/loadavg: 1.17 1.17 1.74 2/267 168179
/proc/meminfo: memFree=123029304/131249996 swapFree=33006296/33010684
[pid=167885] ppid=167882 vsize=19063512 memory=5139300 CPUtime=3363.44 cores=0,2
/proc/167885/stat : 167885 (java) S 167882 167885 166156 0 -1 4194304 258256 0 0 0 335821 523 0 0 20 0 20 0 238805937 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
/proc/167885/statm: 4765878 1284825 5531 1 0 1297343 0
[pid=167885/tid=167887] ppid=167882 vsize=19063512 memory=14848 CPUtime=3308.64 cores=0,2
/proc/167885/task/167887/stat : 167887 (java) R 167882 167885 166156 0 -1 4194368 139315 0 0 0 330490 374 0 0 20 0 20 0 238805939 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167896] ppid=167882 vsize=19063512 memory=5139300 CPUtime=0 cores=0,2
/proc/167885/task/167896/stat : 167896 (Finalizer) S 167882 167885 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167903] ppid=167882 vsize=19063512 memory=24704 CPUtime=0 cores=0,2
/proc/167885/task/167903/stat : 167903 (Common-Cleaner) S 167882 167885 166156 0 -1 4194368 2537 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167905] ppid=167882 vsize=19063512 memory=5139300 CPUtime=0 cores=0,2
/proc/167885/task/167905/stat : 167905 (Timer-0) S 167882 167885 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238806104 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
Current children cumulated CPU time: 3363.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5139300 KiB

[startup+3402.3 s]
/proc/loadavg: 1.11 1.15 1.69 2/266 168181
/proc/meminfo: memFree=123021328/131249996 swapFree=33006296/33010684
[pid=167885] ppid=167882 vsize=19063512 memory=5139300 CPUtime=3423.72 cores=0,2
/proc/167885/stat : 167885 (java) S 167882 167885 166156 0 -1 4194304 260644 0 0 0 341840 532 0 0 20 0 20 0 238805937 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
/proc/167885/statm: 4765878 1284825 5531 1 0 1297343 0
[pid=167885/tid=167887] ppid=167882 vsize=19063512 memory=5139300 CPUtime=3368.06 cores=0,2
/proc/167885/task/167887/stat : 167887 (java) R 167882 167885 166156 0 -1 4194368 141334 0 0 0 336425 381 0 0 20 0 20 0 238805939 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167896] ppid=167882 vsize=19063512 memory=5139300 CPUtime=0 cores=0,2
/proc/167885/task/167896/stat : 167896 (Finalizer) S 167882 167885 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167903] ppid=167882 vsize=19063512 memory=5139300 CPUtime=0 cores=0,2
/proc/167885/task/167903/stat : 167903 (Common-Cleaner) S 167882 167885 166156 0 -1 4194368 2537 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167905] ppid=167882 vsize=19063512 memory=5139300 CPUtime=0 cores=0,2
/proc/167885/task/167905/stat : 167905 (Timer-0) S 167882 167885 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238806104 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
Current children cumulated CPU time: 3423.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5139300 KiB

[startup+3462.3 s]
/proc/loadavg: 1.14 1.15 1.66 2/264 168183
/proc/meminfo: memFree=123005560/131249996 swapFree=33006296/33010684
[pid=167885] ppid=167882 vsize=19063512 memory=5139300 CPUtime=3484.01 cores=0,2
/proc/167885/stat : 167885 (java) S 167882 167885 166156 0 -1 4194304 264408 0 0 0 347862 539 0 0 20 0 20 0 238805937 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
/proc/167885/statm: 4765878 1284825 5531 1 0 1297343 0
[pid=167885/tid=167887] ppid=167882 vsize=19063512 memory=5139300 CPUtime=3427.49 cores=0,2
/proc/167885/task/167887/stat : 167887 (java) R 167882 167885 166156 0 -1 4194368 143379 0 0 0 342362 387 0 0 20 0 20 0 238805939 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167896] ppid=167882 vsize=19063512 memory=5139300 CPUtime=0 cores=0,2
/proc/167885/task/167896/stat : 167896 (Finalizer) S 167882 167885 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167903] ppid=167882 vsize=19063512 memory=5139300 CPUtime=0 cores=0,2
/proc/167885/task/167903/stat : 167903 (Common-Cleaner) S 167882 167885 166156 0 -1 4194368 2613 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167905] ppid=167882 vsize=19063512 memory=5139300 CPUtime=0 cores=0,2
/proc/167885/task/167905/stat : 167905 (Timer-0) S 167882 167885 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238806104 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
Current children cumulated CPU time: 3484.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5139300 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.14 1.62 2/265 168186
/proc/meminfo: memFree=122987844/131249996 swapFree=33006296/33010684
[pid=167885] ppid=167882 vsize=19063512 memory=5139300 CPUtime=3544.27 cores=0,2
/proc/167885/stat : 167885 (java) S 167882 167885 166156 0 -1 4194304 267838 0 0 0 353881 546 0 0 20 0 20 0 238805937 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
/proc/167885/statm: 4765878 1284825 5531 1 0 1297343 0
[pid=167885/tid=167887] ppid=167882 vsize=19063512 memory=24704 CPUtime=3486.98 cores=0,2
/proc/167885/task/167887/stat : 167887 (java) R 167882 167885 166156 0 -1 4194368 145372 0 0 0 348307 391 0 0 20 0 20 0 238805939 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167896] ppid=167882 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/167885/task/167896/stat : 167896 (Finalizer) S 167882 167885 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167903] ppid=167882 vsize=19063512 memory=5139300 CPUtime=0 cores=0,2
/proc/167885/task/167903/stat : 167903 (Common-Cleaner) S 167882 167885 166156 0 -1 4194368 2680 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167905] ppid=167882 vsize=19063512 memory=5139300 CPUtime=0 cores=0,2
/proc/167885/task/167905/stat : 167905 (Timer-0) S 167882 167885 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238806104 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
Current children cumulated CPU time: 3544.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5139300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3577.8 s]
/proc/loadavg: 1.16 1.14 1.59 2/265 168188
/proc/meminfo: memFree=122980128/131249996 swapFree=33006296/33010684
[pid=167885] ppid=167882 vsize=19063512 memory=5139300 CPUtime=3600.03 cores=0,2
/proc/167885/stat : 167885 (java) S 167882 167885 166156 0 -1 4194304 269207 0 0 0 359452 551 0 0 20 0 20 0 238805937 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
/proc/167885/statm: 4765878 1284825 5531 1 0 1297343 0
[pid=167885/tid=167887] ppid=167882 vsize=19063512 memory=5139300 CPUtime=3541.97 cores=0,2
/proc/167885/task/167887/stat : 167887 (java) R 167882 167885 166156 0 -1 4194368 146623 0 0 0 353803 394 0 0 20 0 20 0 238805939 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167896] ppid=167882 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/167885/task/167896/stat : 167896 (Finalizer) S 167882 167885 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167903] ppid=167882 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/167885/task/167903/stat : 167903 (Common-Cleaner) S 167882 167885 166156 0 -1 4194368 2681 0 0 0 0 0 0 0 20 0 20 0 238805941 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
[pid=167885/tid=167905] ppid=167882 vsize=19063512 memory=5139300 CPUtime=0 cores=0,2
/proc/167885/task/167905/stat : 167905 (Timer-0) S 167882 167885 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238806104 19521036288 1284825 18446744073709551615 93989764284416 93989764288112 140726785082288 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93989764295928 93989764296720 93989781274624 140726785083729 140726785083876 140726785083876 140726785089480 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5139300 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.66 s, system=5.53532 s

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

Child status: 143

Real time (s): 3577.9
CPU time (s): 3600.19
CPU user time (s): 3594.66
CPU system time (s): 5.53532
CPU usage (%): 100.623
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5139300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.66
system time used= 5.53532
maximum resident set size= 5140580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272028
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1450048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125346
involuntary context switches= 9399


# summary of solver processes directly reported to runsolver:
#   pid: 167885
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3594.66
#   total CPU system time (s): 5.53532

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.56415 second user time and 17.6442 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-23 02:41:25
IDJOB=4545278
IDBENCH=180787
IDSOLVER=3362
FILE ID=nodeC015/4545278-1753231284
RUNJOBID= nodeC015-1753222424-166166
SLURM_JOB_ID= 9687818
Free space on /tmp= 431516 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-AverageAvoiding-20_c24.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545278-1753231284/watcher-4545278-1753231284 -o /tmp/evaluation-result-4545278-1753231284/solver-4545278-1753231284 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753222424-166166 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545278-1753231284 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4545278-1753231284.opb

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

MD5SUM BENCH= fea607129b7127550b39e04c37b78aae
RANDOM SEED=1893726734

nodeC015 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.077
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.14
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		: 3574.285
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.14
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		: 3596.283
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.14
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.080
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.14
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.073
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.14
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.067
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.14
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		: 3599.104
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.14
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		: 3621.608
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.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        114442580 kB
MemAvailable:   116127396 kB
Buffers:            1508 kB
Cached:          2452852 kB
SwapCached:         3888 kB
Active:         14527660 kB
Inactive:        1608340 kB
Active(anon):   13655820 kB
Inactive(anon):    48304 kB
Active(file):     871840 kB
Inactive(file):  1560036 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5324 kB
Writeback:             0 kB
AnonPages:      13680888 kB
Mapped:           126324 kB
Shmem:             22352 kB
KReclaimable:     184356 kB
Slab:             280504 kB
SReclaimable:     184356 kB
SUnreclaim:        96148 kB
KernelStack:        5216 kB
PageTables:        30484 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   14347692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13381632 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431856 MiB
End job on nodeC015 at 2025-07-23 03:41:03