Trace number 4542353

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.28 3463.36

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height21_pigeons20_holes19.opb
MD5SUM623c8f5cac41c95d6cbe9efd54b08dc9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.38233
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables96646
Total number of constraints11257
Number of constraints which are clauses5755
Number of constraints which are cardinality constraints (but not clauses)4556
Number of constraints which are nor clauses,nor cardinality constraints946
Minimum length of a constraint19
Maximum length of a constraint24
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 27
Number of bits of the biggest sum of numbers5
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.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.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.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4542353-1753217286.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
4.40/2.98	c ... done. Wall clock time 2.823s.
4.40/2.98	c declared #vars     96646
4.40/2.98	c #constraints  11257
4.40/2.98	c constraints type 
4.40/2.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5502
4.40/2.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5755
4.40/2.98	c 11257 constraints processed.
10.53/6.11	c cleaning 1108 clauses out of 5000 with flag 0/5000
13.62/8.86	c cleaning 1197 clauses out of 9892 with flag 0/11000
17.93/12.34	c cleaning 1660 clauses out of 15696 with flag 0/18001
22.30/16.55	c cleaning 1826 clauses out of 22036 with flag 0/26001
27.70/21.73	c cleaning 2782 clauses out of 29209 with flag 0/35000
33.45/27.20	c cleaning 2316 clauses out of 36427 with flag 0/45000
41.13/34.67	c cleaning 4284 clauses out of 45112 with flag 0/56001
49.08/42.13	c cleaning 3703 clauses out of 52827 with flag 0/68000
57.91/50.30	c cleaning 3302 clauses out of 62122 with flag 0/81000
69.56/61.43	c cleaning 4655 clauses out of 72821 with flag 0/95001
83.85/75.06	c cleaning 6366 clauses out of 83165 with flag 0/110000
97.93/88.17	c cleaning 5368 clauses out of 92799 with flag 0/126000
114.87/104.06	c cleaning 5957 clauses out of 104435 with flag 0/143004
134.05/121.84	c cleaning 5767 clauses out of 116474 with flag 0/161000
155.58/141.81	c cleaning 6518 clauses out of 129709 with flag 0/180002
182.18/166.47	c cleaning 7283 clauses out of 143191 with flag 0/200002
210.89/193.41	c cleaning 10579 clauses out of 156914 with flag 0/221008
245.29/223.77	c cleaning 10833 clauses out of 168328 with flag 0/243001
279.99/255.68	c cleaning 8963 clauses out of 180494 with flag 0/266000
315.03/287.93	c cleaning 9636 clauses out of 195532 with flag 0/290001
375.99/345.68	c cleaning 13201 clauses out of 210895 with flag 0/315000
415.68/382.69	c cleaning 11204 clauses out of 223694 with flag 0/341000
467.20/430.62	c cleaning 11317 clauses out of 239491 with flag 0/368001
515.81/475.70	c cleaning 12047 clauses out of 256173 with flag 0/396000
567.14/523.78	c cleaning 13258 clauses out of 273126 with flag 0/425000
638.18/590.96	c cleaning 15454 clauses out of 289868 with flag 0/455000
717.90/666.94	c cleaning 21069 clauses out of 305414 with flag 0/486000
771.89/717.11	c cleaning 17051 clauses out of 316345 with flag 0/518000
838.26/778.69	c cleaning 14899 clauses out of 332294 with flag 0/551000
921.38/853.77	c cleaning 17537 clauses out of 351396 with flag 0/585001
997.50/923.77	c cleaning 17779 clauses out of 368858 with flag 0/620000
1078.38/1001.83	c cleaning 19149 clauses out of 387079 with flag 0/656000
1280.35/1200.78	c cleaning 31157 clauses out of 404932 with flag 0/693002
1532.60/1450.73	c cleaning 37987 clauses out of 411774 with flag 0/731001
1681.59/1597.25	c cleaning 30547 clauses out of 412786 with flag 0/770000
1804.81/1716.86	c cleaning 21536 clauses out of 422239 with flag 0/810000
1913.80/1821.47	c cleaning 24697 clauses out of 441709 with flag 0/851006
2043.71/1947.98	c cleaning 22498 clauses out of 459006 with flag 0/893000
2186.53/2085.34	c cleaning 23061 clauses out of 479510 with flag 0/936002
2476.16/2370.73	c cleaning 37971 clauses out of 500448 with flag 0/980001
2617.92/2508.42	c cleaning 23083 clauses out of 507476 with flag 0/1025000
2855.71/2736.47	c cleaning 32007 clauses out of 530393 with flag 0/1071000
3022.39/2898.78	c cleaning 30613 clauses out of 545388 with flag 0/1118002
3189.42/3061.45	c cleaning 29297 clauses out of 562774 with flag 0/1166001
3397.42/3266.88	c cleaning 45989 clauses out of 582477 with flag 0/1215001
3559.43/3424.09	c cleaning 27841 clauses out of 586487 with flag 0/1265000
3600.07/3463.22	c starts		: 153
3600.07/3463.22	c conflicts		: 1280015
3600.07/3463.22	c decisions		: 106063566
3600.07/3463.22	c propagations		: 306542888
3600.07/3463.22	c inspects		: 7445689907
3600.07/3463.22	c shortcuts		: 0
3600.07/3463.22	c learnt literals	: 2
3600.07/3463.22	c learnt binary clauses	: 40
3600.07/3463.22	c learnt ternary clauses	: 82
3600.07/3463.22	c learnt constraints	: 1280012
3600.07/3463.22	c ignored constraints	: 0
3600.07/3463.22	c root simplifications	: 0
3600.07/3463.22	c removed literals (reason simplification)	: 0
3600.07/3463.22	c reason swapping (by a shorter reason)	: 0
3600.07/3463.22	c Calls to reduceDB	: 46
3600.07/3463.22	c Number of update (reduction) of LBD	: 1034142
3600.07/3463.22	c Imported unit clauses	: 0
3600.07/3463.22	c No decision after first conflict	: false
3600.07/3463.22	c number of reductions to clauses (during analyze)	: 0
3600.07/3463.22	c number of learned constraints concerned by reduction	: 0
3600.07/3463.22	c number of learning phase by resolution	: 0
3600.07/3463.22	c number of learning phase by cutting planes	: 0
3600.07/3463.22	c number of rounding to 1 operations	: 0
3600.07/3463.22	c timeout
3600.07/3463.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3463.23	c number of reductions of the coefficients by power 2 	: 0
3600.07/3463.23	c number of right shift for reduction by power 2 	: 0
3600.07/3463.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3463.23	c number of ending skipping 	: 0
3600.07/3463.23	c number of internal skipping 	: 0
3600.07/3463.23	c number of derivation steps 	: 3899030
3600.07/3463.23	c number of skipped derivation steps 	: 0
3600.07/3463.23	c number of remaining unassigned 	: 115756
3600.07/3463.23	c number of remaining assigned 	: 278037373
3600.07/3463.23	c number of falsified literals weakened from reason	: 0
3600.07/3463.23	c number of falsified literals weakened from conflict	: 0
3600.07/3463.23	c time for arithmetic operations	: 5362366869
3600.07/3463.23	c minimum degree of deleted constraints	: 1
3600.07/3463.23	c maximum degree of deleted constraints	: 863794501214162092347743864214795787306638176557933560879756061738695546100402833760858109435186379325690101024303120
3600.07/3463.24	c number of deleted constraints	: 706352
3600.07/3463.24	c speed (assignments/second)	: 88590.24464537503
3600.07/3463.24	c non guided choices	: 65675488
3600.20/3463.32	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 561
3600.20/3463.32	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 564021
3600.20/3463.32	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 40
3600.20/3463.32	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9038
3600.20/3463.32	s UNKNOWN
3600.20/3463.32	c Total wall clock time (in seconds): 3463.167

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100057 s]*
/proc/loadavg: 4.23 4.26 4.25 7/337 165439
/proc/meminfo: memFree=94547852/131249996 swapFree=33006296/33010684
[pid=165421] ppid=165418 vsize=18930384 memory=57644 CPUtime=0.13 cores=1,3
/proc/165421/stat : 165421 (java) S 165418 165421 163976 0 -1 4194304 6565 0 0 0 11 2 0 0 20 0 18 0 237406083 19384713216 14411 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
/proc/165421/statm: 4732596 14411 5334 1 0 547620 0
[pid=165421/tid=165423] ppid=165418 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/165421/task/165423/stat : 165423 (java) S 165418 165421 163976 0 -1 4194368 5081 0 0 0 7 1 0 0 20 0 18 0 237406084 19384713216 14411 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165432] ppid=165418 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/165421/task/165432/stat : 165432 (Finalizer) S 165418 165421 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237406086 19384713216 14411 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165439] ppid=165418 vsize=18930384 memory=58485492697507 CPUtime=0 cores=1,3
/proc/165421/task/165439/stat : 165439 (Common-Cleaner) S 165418 165421 163976 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237406086 19384713216 14411 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57644 KiB

[startup+0.205702 s]*
/proc/loadavg: 4.23 4.26 4.25 7/337 165439
/proc/meminfo: memFree=94476204/131249996 swapFree=33006296/33010684
[pid=165421] ppid=165418 vsize=18996948 memory=151072 CPUtime=0.32 cores=1,3
/proc/165421/stat : 165421 (java) S 165418 165421 163976 0 -1 4194304 7289 0 0 0 28 4 0 0 20 0 19 0 237406083 19452874752 37768 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
/proc/165421/statm: 4749237 37768 5462 1 0 548308 0
[pid=165421/tid=165423] ppid=165418 vsize=18996948 memory=4026990876 CPUtime=0.17 cores=1,3
/proc/165421/task/165423/stat : 165423 (java) S 165418 165421 163976 0 -1 4194368 5441 0 0 0 15 2 0 0 20 0 19 0 237406084 19452874752 37768 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165432] ppid=165418 vsize=18996948 memory=2630 CPUtime=0 cores=1,3
/proc/165421/task/165432/stat : 165432 (Finalizer) S 165418 165421 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237406086 19452874752 37768 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165439] ppid=165418 vsize=18996948 memory=57385981051877 CPUtime=0 cores=1,3
/proc/165421/task/165439/stat : 165439 (Common-Cleaner) S 165418 165421 163976 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237406086 19452874752 37768 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 151072 KiB

[startup+0.305747 s]*
/proc/loadavg: 4.23 4.26 4.25 7/338 165440
/proc/meminfo: memFree=94411740/131249996 swapFree=33006296/33010684
[pid=165421] ppid=165418 vsize=18996948 memory=211720 CPUtime=0.5 cores=1,3
/proc/165421/stat : 165421 (java) S 165418 165421 163976 0 -1 4194304 8576 0 0 0 45 5 0 0 20 0 19 0 237406083 19452874752 52930 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
/proc/165421/statm: 4749237 52930 5462 1 0 549114 0
[pid=165421/tid=165423] ppid=165418 vsize=18996948 memory=-8600861982689370812 CPUtime=0.26 cores=1,3
/proc/165421/task/165423/stat : 165423 (java) R 165418 165421 163976 0 -1 4194368 5468 0 0 0 22 4 0 0 20 0 19 0 237406084 19452874752 52930 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165432] ppid=165418 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/165421/task/165432/stat : 165432 (Finalizer) S 165418 165421 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237406086 19452874752 52930 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165439] ppid=165418 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/165421/task/165439/stat : 165439 (Common-Cleaner) S 165418 165421 163976 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237406086 19452874752 52930 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 211720 KiB

[startup+0.700248 s]
/proc/loadavg: 4.23 4.26 4.25 6/338 165440
/proc/meminfo: memFree=93930808/131249996 swapFree=33006296/33010684
[pid=165421] ppid=165418 vsize=18996948 memory=1379816 CPUtime=1.21 cores=1,3
/proc/165421/stat : 165421 (java) S 165418 165421 163976 0 -1 4194304 11711 0 0 0 94 27 0 0 20 0 19 0 237406083 19452874752 344954 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
/proc/165421/statm: 4749237 344954 5462 1 0 945084 0
[pid=165421/tid=165423] ppid=165418 vsize=18996948 memory=24704 CPUtime=0.6 cores=1,3
/proc/165421/task/165423/stat : 165423 (java) R 165418 165421 163976 0 -1 4194368 6029 0 0 0 35 25 0 0 20 0 19 0 237406084 19452874752 344954 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165432] ppid=165418 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/165421/task/165432/stat : 165432 (Finalizer) S 165418 165421 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237406086 19452874752 344954 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165439] ppid=165418 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/165421/task/165439/stat : 165439 (Common-Cleaner) S 165418 165421 163976 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237406086 19452874752 344954 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1379816 KiB

[startup+1.50023 s]
/proc/loadavg: 4.23 4.26 4.25 5/338 165440
/proc/meminfo: memFree=92086668/131249996 swapFree=33006296/33010684
[pid=165421] ppid=165418 vsize=18996948 memory=2868432 CPUtime=2.52 cores=1,3
/proc/165421/stat : 165421 (java) S 165418 165421 163976 0 -1 4194304 25064 0 0 0 194 58 0 0 20 0 19 0 237406083 19452874752 717108 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
/proc/165421/statm: 4749237 717108 5494 1 0 950787 0
[pid=165421/tid=165423] ppid=165418 vsize=18996948 memory=3200 CPUtime=1.37 cores=1,3
/proc/165421/task/165423/stat : 165423 (java) R 165418 165421 163976 0 -1 4194368 6748 0 0 0 84 53 0 0 20 0 19 0 237406084 19452874752 717108 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165432] ppid=165418 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/165421/task/165432/stat : 165432 (Finalizer) S 165418 165421 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237406086 19452874752 717108 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165439] ppid=165418 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/165421/task/165439/stat : 165439 (Common-Cleaner) S 165418 165421 163976 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237406086 19452874752 717108 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2868432 KiB

[startup+3.10545 s]
/proc/loadavg: 4.23 4.26 4.25 6/338 165440
/proc/meminfo: memFree=91736356/131249996 swapFree=33006296/33010684
[pid=165421] ppid=165418 vsize=19063512 memory=2867496 CPUtime=4.72 cores=1,3
/proc/165421/stat : 165421 (java) S 165418 165421 163976 0 -1 4194304 26387 0 0 0 414 58 0 0 20 0 20 0 237406083 19521036288 716874 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
/proc/165421/statm: 4765878 716874 5494 1 0 951493 0
[pid=165421/tid=165423] ppid=165418 vsize=19063512 memory=10752 CPUtime=2.91 cores=1,3
/proc/165421/task/165423/stat : 165423 (java) R 165418 165421 163976 0 -1 4194368 6812 0 0 0 238 53 0 0 20 0 20 0 237406084 19521036288 716874 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165432] ppid=165418 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/165421/task/165432/stat : 165432 (Finalizer) S 165418 165421 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237406086 19521036288 716874 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165439] ppid=165418 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/165421/task/165439/stat : 165439 (Common-Cleaner) S 165418 165421 163976 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237406086 19521036288 716874 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
Current children cumulated CPU time: 4.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2867496 KiB

[startup+6.30021 s]
/proc/loadavg: 4.29 4.28 4.26 6/339 165441
/proc/meminfo: memFree=91233008/131249996 swapFree=33006296/33010684
[pid=165421] ppid=165418 vsize=19063512 memory=3364372 CPUtime=10.84 cores=1,3
/proc/165421/stat : 165421 (java) S 165418 165421 163976 0 -1 4194304 28282 0 0 0 1014 70 0 0 20 0 20 0 237406083 19521036288 841093 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
/proc/165421/statm: 4765878 841093 5494 1 0 1077003 0
[pid=165421/tid=165423] ppid=165418 vsize=19063512 memory=5632 CPUtime=5.87 cores=1,3
/proc/165421/task/165423/stat : 165423 (java) R 165418 165421 163976 0 -1 4194368 7411 0 0 0 523 64 0 0 20 0 20 0 237406084 19521036288 841093 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165432] ppid=165418 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/165421/task/165432/stat : 165432 (Finalizer) S 165418 165421 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237406086 19521036288 841093 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165439] ppid=165418 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/165421/task/165439/stat : 165439 (Common-Cleaner) S 165418 165421 163976 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237406086 19521036288 841093 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165441] ppid=165418 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/165421/task/165441/stat : 165441 (Timer-0) S 165418 165421 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237406383 19521036288 841093 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
Current children cumulated CPU time: 10.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3364372 KiB

[startup+12.7002 s]
/proc/loadavg: 4.27 4.27 4.25 6/339 165441
/proc/meminfo: memFree=90725924/131249996 swapFree=33006296/33010684
[pid=165421] ppid=165418 vsize=19063512 memory=3855608 CPUtime=18.42 cores=1,3
/proc/165421/stat : 165421 (java) S 165418 165421 163976 0 -1 4194304 30217 0 0 0 1761 81 0 0 20 0 20 0 237406083 19521036288 963902 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
/proc/165421/statm: 4765878 963902 5526 1 0 1198209 0
[pid=165421/tid=165423] ppid=165418 vsize=19063512 memory=10752 CPUtime=11.95 cores=1,3
/proc/165421/task/165423/stat : 165423 (java) R 165418 165421 163976 0 -1 4194368 8297 0 0 0 1121 74 0 0 20 0 20 0 237406084 19521036288 963902 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165432] ppid=165418 vsize=19063512 memory=3851476 CPUtime=0 cores=1,3
/proc/165421/task/165432/stat : 165432 (Finalizer) S 165418 165421 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237406086 19521036288 963902 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165439] ppid=165418 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/165421/task/165439/stat : 165439 (Common-Cleaner) S 165418 165421 163976 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237406086 19521036288 963902 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165441] ppid=165418 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/165421/task/165441/stat : 165441 (Timer-0) S 165418 165421 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237406383 19521036288 963902 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
Current children cumulated CPU time: 18.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3855608 KiB

[startup+25.5002 s]
/proc/loadavg: 4.36 4.29 4.26 5/339 165441
/proc/meminfo: memFree=89969244/131249996 swapFree=33006296/33010684
[pid=165421] ppid=165418 vsize=19063512 memory=4368960 CPUtime=31.65 cores=1,3
/proc/165421/stat : 165421 (java) S 165418 165421 163976 0 -1 4194304 37810 0 0 0 3072 93 0 0 20 0 20 0 237406083 19521036288 1092240 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
/proc/165421/statm: 4765878 1092240 5526 1 0 1319368 0
[pid=165421/tid=165423] ppid=165418 vsize=19063512 memory=3851476 CPUtime=24.2 cores=1,3
/proc/165421/task/165423/stat : 165423 (java) R 165418 165421 163976 0 -1 4194368 10782 0 0 0 2336 84 0 0 20 0 20 0 237406084 19521036288 1092240 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165432] ppid=165418 vsize=19063512 memory=4362784 CPUtime=0 cores=1,3
/proc/165421/task/165432/stat : 165432 (Finalizer) S 165418 165421 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237406086 19521036288 1092240 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165439] ppid=165418 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/165421/task/165439/stat : 165439 (Common-Cleaner) S 165418 165421 163976 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237406086 19521036288 1092240 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165441] ppid=165418 vsize=19063512 memory=3364372 CPUtime=0 cores=1,3
/proc/165421/task/165441/stat : 165441 (Timer-0) S 165418 165421 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237406383 19521036288 1092240 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
Current children cumulated CPU time: 31.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4368960 KiB

[startup+51.1057 s]
/proc/loadavg: 4.24 4.27 4.25 8/337 165513
/proc/meminfo: memFree=105011432/131249996 swapFree=33006296/33010684
[pid=165421] ppid=165418 vsize=19063512 memory=5330056 CPUtime=58.81 cores=1,3
/proc/165421/stat : 165421 (java) S 165418 165421 163976 0 -1 4194304 50669 0 0 0 5767 114 0 0 20 0 20 0 237406083 19521036288 1332514 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
/proc/165421/statm: 4765878 1332514 5526 1 0 1536744 0
[pid=165421/tid=165423] ppid=165418 vsize=19063512 memory=224194199869 CPUtime=48.4 cores=1,3
/proc/165421/task/165423/stat : 165423 (java) R 165418 165421 163976 0 -1 4194368 14887 0 0 0 4739 101 0 0 20 0 20 0 237406084 19521036288 1332514 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165432] ppid=165418 vsize=19063512 memory=5313608 CPUtime=0 cores=1,3
/proc/165421/task/165432/stat : 165432 (Finalizer) S 165418 165421 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237406086 19521036288 1332514 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165439] ppid=165418 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/165421/task/165439/stat : 165439 (Common-Cleaner) S 165418 165421 163976 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237406086 19521036288 1332514 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165441] ppid=165418 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/165421/task/165441/stat : 165441 (Timer-0) S 165418 165421 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237406383 19521036288 1332514 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
Current children cumulated CPU time: 58.81 s
Current children cumulated vsize: 19063512 KiB

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

[startup+3162.3 s]
/proc/loadavg: 4.23 4.31 4.29 5/342 165890
/proc/meminfo: memFree=80877028/131249996 swapFree=33006296/33010684
[pid=165421] ppid=165418 vsize=19130076 memory=10864028 CPUtime=3291.74 cores=1,3
/proc/165421/stat : 165421 (java) S 165418 165421 163976 0 -1 4194304 344520 0 0 0 328506 668 0 0 20 0 21 0 237406083 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
/proc/165421/statm: 4782519 2716007 5526 1 0 2731842 0
[pid=165421/tid=165423] ppid=165418 vsize=19130076 memory=10864028 CPUtime=3078.52 cores=1,3
/proc/165421/task/165423/stat : 165423 (java) R 165418 165421 163976 0 -1 4194368 193515 0 0 0 307325 527 0 0 20 0 21 0 237406084 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165432] ppid=165418 vsize=19130076 memory=10864028 CPUtime=0 cores=1,3
/proc/165421/task/165432/stat : 165432 (Finalizer) S 165418 165421 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237406086 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165439] ppid=165418 vsize=19130076 memory=5632 CPUtime=0 cores=1,3
/proc/165421/task/165439/stat : 165439 (Common-Cleaner) S 165418 165421 163976 0 -1 4194368 2720 0 0 0 0 0 0 0 20 0 21 0 237406086 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165441] ppid=165418 vsize=19130076 memory=10864028 CPUtime=0 cores=1,3
/proc/165421/task/165441/stat : 165441 (Timer-0) S 165418 165421 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237406383 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
Current children cumulated CPU time: 3291.74 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10864028 KiB

[startup+3222.3 s]
/proc/loadavg: 4.22 4.30 4.28 5/343 165893
/proc/meminfo: memFree=80662232/131249996 swapFree=33006296/33010684
[pid=165421] ppid=165418 vsize=19130076 memory=10864028 CPUtime=3352.54 cores=1,3
/proc/165421/stat : 165421 (java) S 165418 165421 163976 0 -1 4194304 349635 0 0 0 334573 681 0 0 20 0 21 0 237406083 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
/proc/165421/statm: 4782519 2716007 5526 1 0 2731842 0
[pid=165421/tid=165423] ppid=165418 vsize=19130076 memory=10864028 CPUtime=3137.42 cores=1,3
/proc/165421/task/165423/stat : 165423 (java) R 165418 165421 163976 0 -1 4194368 197635 0 0 0 313203 539 0 0 20 0 21 0 237406084 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165432] ppid=165418 vsize=19130076 memory=5632 CPUtime=0 cores=1,3
/proc/165421/task/165432/stat : 165432 (Finalizer) S 165418 165421 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237406086 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165439] ppid=165418 vsize=19130076 memory=0 CPUtime=0 cores=1,3
/proc/165421/task/165439/stat : 165439 (Common-Cleaner) S 165418 165421 163976 0 -1 4194368 2811 0 0 0 0 0 0 0 20 0 21 0 237406086 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165441] ppid=165418 vsize=19130076 memory=10864028 CPUtime=0 cores=1,3
/proc/165421/task/165441/stat : 165441 (Timer-0) S 165418 165421 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237406383 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
Current children cumulated CPU time: 3352.54 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10864028 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.29 4.28 5/343 165895
/proc/meminfo: memFree=80471044/131249996 swapFree=33006296/33010684
[pid=165421] ppid=165418 vsize=19130076 memory=10864028 CPUtime=3413.32 cores=1,3
/proc/165421/stat : 165421 (java) S 165418 165421 163976 0 -1 4194304 354815 0 0 0 340645 687 0 0 20 0 21 0 237406083 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
/proc/165421/statm: 4782519 2716007 5526 1 0 2731842 0
[pid=165421/tid=165423] ppid=165418 vsize=19130076 memory=10864028 CPUtime=3196.57 cores=1,3
/proc/165421/task/165423/stat : 165423 (java) R 165418 165421 163976 0 -1 4194368 202297 0 0 0 319113 544 0 0 20 0 21 0 237406084 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165432] ppid=165418 vsize=19130076 memory=24704 CPUtime=0 cores=1,3
/proc/165421/task/165432/stat : 165432 (Finalizer) S 165418 165421 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237406086 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165439] ppid=165418 vsize=19130076 memory=14848 CPUtime=0 cores=1,3
/proc/165421/task/165439/stat : 165439 (Common-Cleaner) S 165418 165421 163976 0 -1 4194368 2869 0 0 0 0 0 0 0 20 0 21 0 237406086 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165441] ppid=165418 vsize=19130076 memory=24704 CPUtime=0 cores=1,3
/proc/165421/task/165441/stat : 165441 (Timer-0) S 165418 165421 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237406383 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
Current children cumulated CPU time: 3413.32 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10864028 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.28 4.27 5/343 165897
/proc/meminfo: memFree=80054000/131249996 swapFree=33006296/33010684
[pid=165421] ppid=165418 vsize=19130076 memory=10864028 CPUtime=3474.98 cores=1,3
/proc/165421/stat : 165421 (java) S 165418 165421 163976 0 -1 4194304 359925 0 0 0 346809 689 0 0 20 0 21 0 237406083 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
/proc/165421/statm: 4782519 2716007 5526 1 0 2731842 0
[pid=165421/tid=165423] ppid=165418 vsize=19130076 memory=24704 CPUtime=3255.7 cores=1,3
/proc/165421/task/165423/stat : 165423 (java) R 165418 165421 163976 0 -1 4194368 206199 0 0 0 325024 546 0 0 20 0 21 0 237406084 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165432] ppid=165418 vsize=19130076 memory=10864028 CPUtime=0 cores=1,3
/proc/165421/task/165432/stat : 165432 (Finalizer) S 165418 165421 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237406086 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165439] ppid=165418 vsize=19130076 memory=10864028 CPUtime=0 cores=1,3
/proc/165421/task/165439/stat : 165439 (Common-Cleaner) S 165418 165421 163976 0 -1 4194368 2869 0 0 0 0 0 0 0 20 0 21 0 237406086 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165441] ppid=165418 vsize=19130076 memory=14848 CPUtime=0 cores=1,3
/proc/165421/task/165441/stat : 165441 (Timer-0) S 165418 165421 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237406383 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
Current children cumulated CPU time: 3474.98 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10864028 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.27 4.27 5/344 165901
/proc/meminfo: memFree=79524492/131249996 swapFree=33006296/33010684
[pid=165421] ppid=165418 vsize=19130076 memory=10864028 CPUtime=3537.43 cores=1,3
/proc/165421/stat : 165421 (java) S 165418 165421 163976 0 -1 4194304 366144 0 0 0 353047 696 0 0 20 0 21 0 237406083 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
/proc/165421/statm: 4782519 2716007 5526 1 0 2731857 0
[pid=165421/tid=165423] ppid=165418 vsize=19130076 memory=10864028 CPUtime=3314.18 cores=1,3
/proc/165421/task/165423/stat : 165423 (java) R 165418 165421 163976 0 -1 4194368 210600 0 0 0 330867 551 0 0 20 0 21 0 237406084 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165432] ppid=165418 vsize=19130076 memory=10864028 CPUtime=0 cores=1,3
/proc/165421/task/165432/stat : 165432 (Finalizer) S 165418 165421 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237406086 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165439] ppid=165418 vsize=19130076 memory=5632 CPUtime=0 cores=1,3
/proc/165421/task/165439/stat : 165439 (Common-Cleaner) S 165418 165421 163976 0 -1 4194368 2949 0 0 0 0 0 0 0 20 0 21 0 237406086 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165441] ppid=165418 vsize=19130076 memory=10864028 CPUtime=0 cores=1,3
/proc/165421/task/165441/stat : 165441 (Timer-0) S 165418 165421 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237406383 19589197824 2716007 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
Current children cumulated CPU time: 3537.43 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10864028 KiB

[startup+3462.3 s]
/proc/loadavg: 4.03 4.23 4.26 4/317 165939
/proc/meminfo: memFree=90069772/131249996 swapFree=33006296/33010684
[pid=165421] ppid=165418 vsize=19130076 memory=10864284 CPUtime=3598.81 cores=1,3
/proc/165421/stat : 165421 (java) S 165418 165421 163976 0 -1 4194304 371642 0 0 0 359179 702 0 0 20 0 21 0 237406083 19589197824 2716071 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
/proc/165421/statm: 4782519 2716071 5526 1 0 2731905 0
[pid=165421/tid=165423] ppid=165418 vsize=19130076 memory=10864284 CPUtime=3373.23 cores=1,3
/proc/165421/task/165423/stat : 165423 (java) R 165418 165421 163976 0 -1 4194368 214753 0 0 0 336768 555 0 0 20 0 21 0 237406084 19589197824 2716071 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165432] ppid=165418 vsize=19130076 memory=10864028 CPUtime=0 cores=1,3
/proc/165421/task/165432/stat : 165432 (Finalizer) S 165418 165421 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237406086 19589197824 2716071 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165439] ppid=165418 vsize=19130076 memory=10864028 CPUtime=0 cores=1,3
/proc/165421/task/165439/stat : 165439 (Common-Cleaner) S 165418 165421 163976 0 -1 4194368 3032 0 0 0 0 0 0 0 20 0 21 0 237406086 19589197824 2716071 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165441] ppid=165418 vsize=19130076 memory=4352 CPUtime=0 cores=1,3
/proc/165421/task/165441/stat : 165441 (Timer-0) S 165418 165421 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237406383 19589197824 2716071 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
Current children cumulated CPU time: 3598.81 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10864284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3463.2 s]
/proc/loadavg: 4.03 4.23 4.26 5/317 165939
/proc/meminfo: memFree=90069772/131249996 swapFree=33006296/33010684
[pid=165421] ppid=165418 vsize=19130076 memory=10864284 CPUtime=3600.07 cores=1,3
/proc/165421/stat : 165421 (java) S 165418 165421 163976 0 -1 4194304 371864 0 0 0 359305 702 0 0 20 0 21 0 237406083 19589197824 2716071 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
/proc/165421/statm: 4782519 2716071 5526 1 0 2731905 0
[pid=165421/tid=165423] ppid=165418 vsize=19130076 memory=10864284 CPUtime=3373.93 cores=1,3
/proc/165421/task/165423/stat : 165423 (java) R 165418 165421 163976 0 -1 4194368 214771 0 0 0 336838 555 0 0 20 0 21 0 237406084 19589197824 2716071 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165432] ppid=165418 vsize=19130076 memory=-8600861982689370812 CPUtime=0 cores=1,3
/proc/165421/task/165432/stat : 165432 (Finalizer) S 165418 165421 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237406086 19589197824 2716071 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165439] ppid=165418 vsize=19130076 memory=14848 CPUtime=0 cores=1,3
/proc/165421/task/165439/stat : 165439 (Common-Cleaner) S 165418 165421 163976 0 -1 4194368 3032 0 0 0 0 0 0 0 20 0 21 0 237406086 19589197824 2716071 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165441] ppid=165418 vsize=19130076 memory=24704 CPUtime=0 cores=1,3
/proc/165421/task/165441/stat : 165441 (Timer-0) S 165418 165421 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237406383 19589197824 2716071 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10864284 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.22 s, system=7.06047 s

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

[startup+3463.3 s]
/proc/loadavg: 4.03 4.23 4.26 5/317 165939
/proc/meminfo: memFree=90069772/131249996 swapFree=33006296/33010684
[pid=165421] ppid=165418 vsize=19329768 memory=10865308 CPUtime=3600.2 cores=1,3
/proc/165421/stat : 165421 (java) S 165418 165421 163976 0 -1 4194304 374545 0 0 0 359318 702 0 0 20 0 22 0 237406083 19793682432 2716327 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
/proc/165421/statm: 4832442 2716327 5558 1 0 2732857 0
[pid=165421/tid=165423] ppid=165418 vsize=19329768 memory=10864284 CPUtime=3373.95 cores=1,3
/proc/165421/task/165423/stat : 165423 (java) S 165418 165421 163976 0 -1 4194368 215049 0 0 0 336840 555 0 0 20 0 22 0 237406084 19793682432 2716327 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165432] ppid=165418 vsize=19329768 memory=10864028 CPUtime=0 cores=1,3
/proc/165421/task/165432/stat : 165432 (Finalizer) S 165418 165421 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 237406086 19793682432 2716327 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
[pid=165421/tid=165439] ppid=165418 vsize=19329768 memory=10864028 CPUtime=0 cores=1,3
/proc/165421/task/165439/stat : 165439 (Common-Cleaner) S 165418 165421 163976 0 -1 4194368 3032 0 0 0 0 0 0 0 20 0 22 0 237406086 19793682432 2716327 18446744073709551615 94887892738048 94887892741744 140736289637792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94887892749560 94887892750352 94887906037760 140736289642833 140736289642980 140736289642980 140736289648584 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 10865308 KiB

Child status: 143

Real time (s): 3463.36
CPU time (s): 3600.28
CPU user time (s): 3593.22
CPU system time (s): 7.06047
CPU usage (%): 103.953
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 10865308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.22
system time used= 7.06047
maximum resident set size= 10865436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 374713
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3013840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127890
involuntary context switches= 18252


# summary of solver processes directly reported to runsolver:
#   pid: 165421
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3593.22
#   total CPU system time (s): 7.06047

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.29171 second user time and 16.7558 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-22 22:48:06
IDJOB=4542353
IDBENCH=163921
IDSOLVER=3362
FILE ID=nodeC015/4542353-1753217286
RUNJOBID= nodeC015-1753210180-163988
SLURM_JOB_ID= 9687783
Free space on /tmp= 428292 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height21_pigeons20_holes19.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542353-1753217286/watcher-4542353-1753217286 -o /tmp/evaluation-result-4542353-1753217286/solver-4542353-1753217286 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753210180-163988 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542353-1753217286 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4542353-1753217286.opb

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

MD5SUM BENCH= 623c8f5cac41c95d6cbe9efd54b08dc9
RANDOM SEED=665161962

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.063
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		: 3600.068
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		: 3571.753
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		: 3480.210
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.092
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		: 3600.371
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		: 3600.088
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:        94577132 kB
MemAvailable:   99021796 kB
Buffers:            1508 kB
Cached:          5209948 kB
SwapCached:         3888 kB
Active:         31553332 kB
Inactive:        4365476 kB
Active(anon):   30681492 kB
Inactive(anon):    48304 kB
Active(file):     871840 kB
Inactive(file):  4317172 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47820 kB
Writeback:             0 kB
AnonPages:      30706628 kB
Mapped:           126200 kB
Shmem:             22352 kB
KReclaimable:     189780 kB
Slab:             285876 kB
SReclaimable:     189780 kB
SUnreclaim:        96096 kB
KernelStack:        5168 kB
PageTables:        63832 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   32555396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  30412800 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= 427916 MiB
End job on nodeC015 at 2025-07-22 23:45:49