Trace number 4519477

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3559.29 3700.21

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height30_pigeons29_holes28.opb
MD5SUMc8ceefdda568d430d72bfadd598002dc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark496
Best CPU time to get the best result obtained on this benchmark54.3384
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables403744
Total number of constraints31062
Number of constraints which are clauses15779
Number of constraints which are cardinality constraints (but not clauses)13392
Number of constraints which are nor clauses,nor cardinality constraints1891
Minimum length of a constraint28
Maximum length of a constraint33
Number of terms in the objective function 992
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 992
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 992
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.21	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.21	c os.arch		amd64
0.12/0.22	c Free memory 		2104792832
0.12/0.23	c Max memory 		16282288128
0.12/0.23	c Total memory 		2113929216
0.30/0.23	c Number of processors 	2
0.44/0.35	c Pseudo Boolean Optimization by upper bound
0.44/0.35	c --- Begin Solver configuration ---
0.44/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.44/0.35	c Learn all clauses as in MiniSAT
0.44/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.35	c Expensive reason simplification
0.44/0.35	c Glucose 2.1 dynamic restart strategy
0.44/0.35	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.44/0.35	c timeout=2147483s
0.44/0.35	c DB Simplification allowed=false
0.44/0.35	c Listener: none
0.44/0.35	c --- End Solver configuration ---
0.44/0.35	c solving HOME/instance-4519477-1751559731.opb
0.44/0.35	c reading problem ... 
0.49/11.11	c using VERIPB proof format
0.49/11.12	c  objective function found
15.96/24.67	c ... done. Wall clock time 24.316s.
15.96/24.67	c declared #vars     403744
15.96/24.67	c #constraints  31062
15.96/24.67	c constraints type 
15.96/24.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15283
15.96/24.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15779
15.96/24.67	c 31062 constraints processed.
15.96/24.69	c objective function length is 992 literals
19.81/26.61	c cleaning 2490 clauses out of 5000 with flag 31349/5000
21.63/27.77	c cleaning 4221 clauses out of 8510 with flag 68188/11000
23.37/29.37	c cleaning 5618 clauses out of 11289 with flag 112617/18000
25.51/30.94	c cleaning 6819 clauses out of 13672 with flag 166320/26001
28.18/33.58	c cleaning 7909 clauses out of 15853 with flag 227864/35001
30.22/35.60	c cleaning 8891 clauses out of 17943 with flag 303441/45000
34.53/39.81	c cleaning 10018 clauses out of 20052 with flag 440648/56000
40.42/47.52	c cleaning 11017 clauses out of 22034 with flag 584079/68000
53.01/60.17	c cleaning 12006 clauses out of 24017 with flag 754544/81000
70.89/78.04	c cleaning 13003 clauses out of 26013 with flag 953221/95002
92.04/99.29	c cleaning 14003 clauses out of 28008 with flag 1145189/110000
117.17/135.45	c cleaning 15003 clauses out of 30007 with flag 1358852/126002
144.44/164.70	c cleaning 16000 clauses out of 32003 with flag 1576058/143001
178.77/200.03	c cleaning 16990 clauses out of 34002 with flag 1801340/161000
210.90/232.01	c cleaning 18009 clauses out of 36017 with flag 2050388/180005
252.62/273.70	c cleaning 18995 clauses out of 38003 with flag 2254450/200000
277.80/299.10	c cleaning 19997 clauses out of 40009 with flag 2413884/221001
298.83/320.93	c cleaning 21003 clauses out of 42012 with flag 2578156/243001
310.77/332.23	c cleaning 21943 clauses out of 44008 with flag 2755995/266000
324.42/345.83	c cleaning 22938 clauses out of 46067 with flag 3003542/290002
338.70/364.70	c cleaning 23963 clauses out of 48127 with flag 3260816/315000
352.25/378.21	c cleaning 24950 clauses out of 50165 with flag 3508784/341001
369.39/395.13	c cleaning 25980 clauses out of 52223 with flag 3773359/368009
383.00/408.60	c cleaning 26982 clauses out of 54234 with flag 4068051/396000
399.99/425.62	c cleaning 27994 clauses out of 56254 with flag 4381252/425002
423.48/449.00	c cleaning 28997 clauses out of 58259 with flag 4730790/455001
442.60/468.39	c cleaning 29996 clauses out of 60261 with flag 5077241/486000
466.29/492.04	c cleaning 31000 clauses out of 62265 with flag 5426667/518000
493.74/534.74	c cleaning 32003 clauses out of 64267 with flag 5839667/551002
521.46/563.77	c cleaning 32995 clauses out of 66265 with flag 6251110/585003
546.80/589.02	c cleaning 34000 clauses out of 68267 with flag 6600700/620000
574.08/616.37	c cleaning 35003 clauses out of 70268 with flag 6989329/656001
607.22/669.49	c cleaning 36001 clauses out of 72264 with flag 7465466/693000
635.77/698.02	c cleaning 36997 clauses out of 74266 with flag 7923360/731003
670.75/733.06	c cleaning 38000 clauses out of 76266 with flag 8384931/770000
704.55/766.84	c cleaning 38999 clauses out of 78266 with flag 8851866/810000
738.26/800.61	c cleaning 40000 clauses out of 80269 with flag 9333824/851002
773.79/840.67	c cleaning 41110 clauses out of 82267 with flag 9862145/893000
815.74/882.26	c cleaning 42060 clauses out of 84157 with flag 10351561/936000
891.92/962.13	c cleaning 43038 clauses out of 86097 with flag 10854408/980000
941.27/1011.40	c cleaning 44012 clauses out of 88059 with flag 11449648/1025000
1046.27/1142.50	c cleaning 45015 clauses out of 90048 with flag 12010117/1071001
1156.52/1262.24	c cleaning 46012 clauses out of 92034 with flag 12585875/1118002
1224.96/1330.54	c cleaning 47006 clauses out of 94020 with flag 13143894/1166000
1367.48/1472.86	c cleaning 48008 clauses out of 96015 with flag 13805059/1215001
1494.55/1605.16	c cleaning 48995 clauses out of 98007 with flag 14450528/1265001
1586.60/1697.09	c cleaning 50003 clauses out of 100012 with flag 15101103/1316001
1731.00/1841.76	c cleaning 50998 clauses out of 102009 with flag 15757118/1368001
1881.97/1996.73	c cleaning 52003 clauses out of 104012 with flag 16406064/1421002
2063.94/2182.30	c cleaning 53004 clauses out of 106009 with flag 17089713/1475002
2250.97/2371.44	c cleaning 53999 clauses out of 108003 with flag 17848118/1530000
2441.90/2562.63	c cleaning 54999 clauses out of 110005 with flag 18683620/1586001
2619.15/2742.97	c cleaning 55999 clauses out of 112005 with flag 19404873/1643000
2863.58/2988.16	c cleaning 57004 clauses out of 114010 with flag 20088406/1701004
3076.13/3204.70	c cleaning 57990 clauses out of 116003 with flag 20746779/1760001
3333.91/3465.30	c cleaning 59002 clauses out of 118012 with flag 21327716/1820000
3463.46/3597.60	c cleaning 60001 clauses out of 120011 with flag 21835227/1881001
3559.04/3700.03	c timeout
3559.04/3700.04	c starts		: 19678
3559.04/3700.05	c conflicts		: 1929613
3559.04/3700.05	c decisions		: 13651757
3559.04/3700.05	c propagations		: 55169695
3559.04/3700.05	c inspects		: 10351758541
3559.04/3700.05	c shortcuts		: 0
3559.04/3700.05	c learnt literals	: 0
3559.04/3700.05	c learnt binary clauses	: 0
3559.04/3700.05	c learnt ternary clauses	: 0
3559.04/3700.05	c learnt constraints	: 1929613
3559.04/3700.05	c ignored constraints	: 0
3559.04/3700.05	c root simplifications	: 0
3559.04/3700.05	c removed literals (reason simplification)	: 16231163
3559.04/3700.05	c reason swapping (by a shorter reason)	: 0
3559.04/3700.05	c Calls to reduceDB	: 57
3559.04/3700.05	c Number of update (reduction) of LBD	: 1480232
3559.04/3700.05	c Imported unit clauses	: 0
3559.04/3700.05	c No decision after first conflict	: false
3559.04/3700.05	c number of reductions to clauses (during analyze)	: 0
3559.04/3700.05	c number of learned constraints concerned by reduction	: 0
3559.04/3700.05	c number of learning phase by resolution	: 0
3559.04/3700.05	c number of learning phase by cutting planes	: 0
3559.04/3700.05	c number of rounding to 1 operations	: 0
3559.04/3700.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3559.04/3700.05	c number of reductions of the coefficients by power 2 	: 0
3559.04/3700.05	c number of right shift for reduction by power 2 	: 0
3559.04/3700.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3559.04/3700.05	c number of ending skipping 	: 0
3559.04/3700.05	c number of internal skipping 	: 0
3559.04/3700.05	c number of derivation steps 	: 0
3559.04/3700.05	c number of skipped derivation steps 	: 0
3559.04/3700.05	c number of remaining unassigned 	: 0
3559.04/3700.05	c number of remaining assigned 	: 0
3559.04/3700.05	c number of falsified literals weakened from reason	: 0
3559.04/3700.05	c number of falsified literals weakened from conflict	: 0
3559.04/3700.05	c time for arithmetic operations	: 0
3559.04/3700.06	c minimum degree of deleted constraints	: null
3559.04/3700.06	c maximum degree of deleted constraints	: null
3559.04/3700.06	c number of deleted constraints	: 0
3559.04/3700.06	c speed (assignments/second)	: 15010.997786566213
3559.04/3700.06	c non guided choices	: 4063438
3559.19/3700.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 108622
3559.19/3700.17	s UNKNOWN
3559.19/3700.17	c Total wall clock time (in seconds): 3699.823

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62986 MiB free)
  memory of node 1: 64465 MiB (63665 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4519477-1751559731/watcher-4519477-1751559731 -o /tmp/evaluation-result-4519477-1751559731/solver-4519477-1751559731 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751559731-80602 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4519477-1751559731 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4519477-1751559731.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=80655, runsolver pid=80652

[startup+0.100075 s]*
/proc/loadavg: 2.31 3.67 4.01 10/276 80673
/proc/meminfo: memFree=129654448/131382112 swapFree=33010416/33010684
[pid=80655] ppid=80652 vsize=18930384 memory=50564 CPUtime=0.12 cores=5,7
/proc/80655/stat : 80655 (java) S 80652 80655 80589 0 -1 4194304 5763 0 0 0 8 4 0 0 20 0 18 0 71652499 19384713216 12577 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
/proc/80655/statm: 4732596 12641 5336 1 0 547028 0
[pid=80655/tid=80657] ppid=80652 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=5,7
/proc/80655/task/80657/stat : 80657 (java) R 80652 80655 80589 0 -1 4194368 4685 0 0 0 5 2 0 0 20 0 18 0 71652501 19384713216 12641 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80666] ppid=80652 vsize=18930384 memory=215637833027 CPUtime=0 cores=5,7
/proc/80655/task/80666/stat : 80666 (Finalizer) S 80652 80655 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652506 19384713216 12641 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80673] ppid=80652 vsize=18930384 memory=17772 CPUtime=0 cores=5,7
/proc/80655/task/80673/stat : 80673 (Common-Cleaner) S 80652 80655 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652507 19384713216 12641 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50564 KiB

[startup+0.220499 s]*
/proc/loadavg: 2.31 3.67 4.01 5/279 80677
/proc/meminfo: memFree=129646192/131382112 swapFree=33010416/33010684
[pid=80655] ppid=80652 vsize=18930384 memory=55036 CPUtime=0.3 cores=5,7
/proc/80655/stat : 80655 (java) S 80652 80655 80589 0 -1 4194304 6403 0 0 0 25 5 0 0 20 0 18 0 71652499 19384713216 13759 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
/proc/80655/statm: 4732596 13759 5368 1 0 547567 0
[pid=80655/tid=80657] ppid=80652 vsize=18930384 memory=4026794268 CPUtime=0.18 cores=5,7
/proc/80655/task/80657/stat : 80657 (java) R 80652 80655 80589 0 -1 4194368 4988 0 0 0 15 3 0 0 20 0 18 0 71652501 19384713216 13759 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80666] ppid=80652 vsize=18930384 memory=13926 CPUtime=0 cores=5,7
/proc/80655/task/80666/stat : 80666 (Finalizer) S 80652 80655 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652506 19384713216 13759 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80673] ppid=80652 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/80655/task/80673/stat : 80673 (Common-Cleaner) S 80652 80655 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652507 19384713216 13759 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55036 KiB

[startup+0.31475 s]*
/proc/loadavg: 2.31 3.67 4.01 6/285 80687
/proc/meminfo: memFree=129641904/131382112 swapFree=33010416/33010684
[pid=80655] ppid=80652 vsize=18930384 memory=60488 CPUtime=0.44 cores=5,7
/proc/80655/stat : 80655 (java) S 80652 80655 80589 0 -1 4194304 6643 0 0 0 38 6 0 0 20 0 18 0 71652499 19384713216 15122 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
/proc/80655/statm: 4732596 15122 5432 1 0 547753 0
[pid=80655/tid=80657] ppid=80652 vsize=18930384 memory=-6000919468377926759 CPUtime=0.26 cores=5,7
/proc/80655/task/80657/stat : 80657 (java) R 80652 80655 80589 0 -1 4194368 5168 0 0 0 22 4 0 0 20 0 18 0 71652501 19384713216 15122 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80666] ppid=80652 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/80655/task/80666/stat : 80666 (Finalizer) S 80652 80655 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652506 19384713216 15122 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80673] ppid=80652 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/80655/task/80673/stat : 80673 (Common-Cleaner) S 80652 80655 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652507 19384713216 15122 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60488 KiB

[startup+0.700412 s]
/proc/loadavg: 2.31 3.67 4.01 3/298 80700
/proc/meminfo: memFree=129605068/131382112 swapFree=33010416/33010684
[pid=80655] ppid=80652 vsize=18930384 memory=60616 CPUtime=0.49 cores=5,7
/proc/80655/stat : 80655 (java) S 80652 80655 80589 0 -1 4194304 6693 0 0 0 43 6 0 0 20 0 18 0 71652499 19384713216 15154 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
/proc/80655/statm: 4732596 15154 5432 1 0 547793 0
[pid=80655/tid=80657] ppid=80652 vsize=18930384 memory=19072 CPUtime=0.28 cores=5,7
/proc/80655/task/80657/stat : 80657 (java) D 80652 80655 80589 0 -1 4456512 5208 0 0 0 24 4 0 0 20 0 18 0 71652501 19384713216 15154 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80666] ppid=80652 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/80655/task/80666/stat : 80666 (Finalizer) S 80652 80655 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652506 19384713216 15154 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80673] ppid=80652 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/80655/task/80673/stat : 80673 (Common-Cleaner) S 80652 80655 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652507 19384713216 15154 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60616 KiB

[startup+1.50038 s]
/proc/loadavg: 2.31 3.67 4.01 2/318 80727
/proc/meminfo: memFree=129564748/131382112 swapFree=33010416/33010684
[pid=80655] ppid=80652 vsize=18930384 memory=60616 CPUtime=0.49 cores=5,7
/proc/80655/stat : 80655 (java) S 80652 80655 80589 0 -1 4194304 6693 0 0 0 43 6 0 0 20 0 18 0 71652499 19384713216 15154 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
/proc/80655/statm: 4732596 15154 5432 1 0 547793 0
[pid=80655/tid=80657] ppid=80652 vsize=18930384 memory=3200 CPUtime=0.28 cores=5,7
/proc/80655/task/80657/stat : 80657 (java) D 80652 80655 80589 0 -1 4456512 5208 0 0 0 24 4 0 0 20 0 18 0 71652501 19384713216 15154 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80666] ppid=80652 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/80655/task/80666/stat : 80666 (Finalizer) S 80652 80655 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652506 19384713216 15154 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80673] ppid=80652 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/80655/task/80673/stat : 80673 (Common-Cleaner) S 80652 80655 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652507 19384713216 15154 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60616 KiB

[startup+3.11268 s]
/proc/loadavg: 2.31 3.67 4.01 1/318 80727
/proc/meminfo: memFree=129557100/131382112 swapFree=33010416/33010684
[pid=80655] ppid=80652 vsize=18930384 memory=60616 CPUtime=0.49 cores=5,7
/proc/80655/stat : 80655 (java) S 80652 80655 80589 0 -1 4194304 6693 0 0 0 43 6 0 0 20 0 18 0 71652499 19384713216 15154 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
/proc/80655/statm: 4732596 15154 5432 1 0 547793 0
[pid=80655/tid=80657] ppid=80652 vsize=18930384 memory=11264 CPUtime=0.28 cores=5,7
/proc/80655/task/80657/stat : 80657 (java) D 80652 80655 80589 0 -1 4456512 5208 0 0 0 24 4 0 0 20 0 18 0 71652501 19384713216 15154 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80666] ppid=80652 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/80655/task/80666/stat : 80666 (Finalizer) S 80652 80655 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652506 19384713216 15154 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80673] ppid=80652 vsize=18930384 memory=5632 CPUtime=0 cores=5,7
/proc/80655/task/80673/stat : 80673 (Common-Cleaner) S 80652 80655 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652507 19384713216 15154 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60616 KiB
heavy processes:

[startup+6.30036 s]
/proc/loadavg: 2.44 3.68 4.01 1/318 80727
/proc/meminfo: memFree=129557236/131382112 swapFree=33010416/33010684
[pid=80655] ppid=80652 vsize=18930384 memory=60616 CPUtime=0.49 cores=5,7
/proc/80655/stat : 80655 (java) S 80652 80655 80589 0 -1 4194304 6693 0 0 0 43 6 0 0 20 0 18 0 71652499 19384713216 15154 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
/proc/80655/statm: 4732596 15154 5432 1 0 547793 0
[pid=80655/tid=80657] ppid=80652 vsize=18930384 memory=11264 CPUtime=0.28 cores=5,7
/proc/80655/task/80657/stat : 80657 (java) D 80652 80655 80589 0 -1 4456512 5208 0 0 0 24 4 0 0 20 0 18 0 71652501 19384713216 15154 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80666] ppid=80652 vsize=18930384 memory=-6000919498476252263 CPUtime=0 cores=5,7
/proc/80655/task/80666/stat : 80666 (Finalizer) S 80652 80655 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652506 19384713216 15154 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80673] ppid=80652 vsize=18930384 memory=60616 CPUtime=0 cores=5,7
/proc/80655/task/80673/stat : 80673 (Common-Cleaner) S 80652 80655 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652507 19384713216 15154 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60616 KiB
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 2.57 3.68 4.01 9/323 80732
/proc/meminfo: memFree=126489716/131382112 swapFree=33010416/33010684
[pid=80655] ppid=80652 vsize=18996948 memory=2131660 CPUtime=3.32 cores=5,7
/proc/80655/stat : 80655 (java) S 80652 80655 80589 0 -1 4194304 12270 0 0 0 264 68 0 0 20 0 19 0 71652499 19452874752 532915 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
/proc/80655/statm: 4749237 532915 5496 1 0 1077111 0
[pid=80655/tid=80657] ppid=80652 vsize=18996948 memory=6912 CPUtime=1.77 cores=5,7
/proc/80655/task/80657/stat : 80657 (java) R 80652 80655 80589 0 -1 4194368 6253 0 0 0 117 60 0 0 20 0 19 0 71652501 19452874752 532915 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80666] ppid=80652 vsize=18996948 memory=550160 CPUtime=0 cores=5,7
/proc/80655/task/80666/stat : 80666 (Finalizer) S 80652 80655 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71652506 19452874752 532915 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80673] ppid=80652 vsize=18996948 memory=60616 CPUtime=0 cores=5,7
/proc/80655/task/80673/stat : 80673 (Common-Cleaner) S 80652 80655 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71652507 19452874752 532915 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
Current children cumulated CPU time: 3.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2131660 KiB
heavy processes:

[startup+25.5003 s]
/proc/loadavg: 3.18 3.77 4.03 6/325 80735
/proc/meminfo: memFree=114591196/131382112 swapFree=33010416/33010684
[pid=80655] ppid=80652 vsize=19063512 memory=7261528 CPUtime=17.63 cores=5,7
/proc/80655/stat : 80655 (java) S 80652 80655 80589 0 -1 4194304 18561 0 0 0 1556 207 0 0 20 0 20 0 71652499 19521036288 1815382 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
/proc/80655/statm: 4765878 1815382 5528 1 0 2264298 0
[pid=80655/tid=80657] ppid=80652 vsize=19063512 memory=3410820 CPUtime=13.11 cores=5,7
/proc/80655/task/80657/stat : 80657 (java) R 80652 80655 80589 0 -1 4194368 10206 0 0 0 1116 195 0 0 20 0 20 0 71652501 19521036288 1815382 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80666] ppid=80652 vsize=19063512 memory=7260376 CPUtime=0 cores=5,7
/proc/80655/task/80666/stat : 80666 (Finalizer) S 80652 80655 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652506 19521036288 1815382 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80673] ppid=80652 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/80655/task/80673/stat : 80673 (Common-Cleaner) S 80652 80655 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 71652507 19521036288 1815382 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80735] ppid=80652 vsize=19063512 memory=5531632 CPUtime=0 cores=5,7
/proc/80655/task/80735/stat : 80735 (Timer-0) S 80652 80655 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71654977 19521036288 1815382 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
Current children cumulated CPU time: 17.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7261528 KiB
heavy processes:

[startup+51.1139 s]
/proc/loadavg: 3.54 3.80 4.03 6/327 80737
/proc/meminfo: memFree=111444360/131382112 swapFree=33010416/33010684
[pid=80655] ppid=80652 vsize=19063512 memory=7271324 CPUtime=44.03 cores=5,7
/proc/80655/stat : 80655 (java) S 80652 80655 80589 0 -1 4194304 30422 0 0 0 4172 231 0 0 20 0 20 0 71652499 19521036288 1817831 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
/proc/80655/statm: 4765878 1817831 5560 1 0 2266570 0
[pid=80655/tid=80657] ppid=80652 vsize=19063512 memory=14720 CPUtime=36.42 cores=5,7
/proc/80655/task/80657/stat : 80657 (java) R 80652 80655 80589 0 -1 4194368 13106 0 0 0 3427 215 0 0 20 0 20 0 71652501 19521036288 1817831 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80666] ppid=80652 vsize=19063512 memory=7271324 CPUtime=0 cores=5,7
/proc/80655/task/80666/stat : 80666 (Finalizer) S 80652 80655 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652506 19521036288 1817831 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80673] ppid=80652 vsize=19063512 memory=9088 CPUtime=0 cores=5,7
/proc/80655/task/80673/stat : 80673 (Common-Cleaner) S 80652 80655 80589 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 71652507 19521036288 1817831 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80735] ppid=80652 vsize=19063512 memory=7269108 CPUtime=0 cores=5,7
/proc/80655/task/80735/stat : 80735 (Timer-0) S 80652 80655 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71654977 19521036288 1817831 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
Current children cumulated CPU time: 44.03 s
Current children cumulated vsize: 19063512 KiB

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

[startup+3342.3 s]
/proc/loadavg: 4.55 4.40 4.27 5/331 80920
/proc/meminfo: memFree=75788400/131382112 swapFree=33010416/33010684
[pid=80655] ppid=80652 vsize=19063512 memory=9011768 CPUtime=3211.18 cores=5,7
/proc/80655/stat : 80655 (java) S 80652 80655 80589 0 -1 4194304 234887 0 0 0 319885 1233 0 0 20 0 20 0 71652499 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
/proc/80655/statm: 4765878 2252942 5560 1 0 2267058 0
[pid=80655/tid=80657] ppid=80652 vsize=19063512 memory=19072 CPUtime=3160.58 cores=5,7
/proc/80655/task/80657/stat : 80657 (java) R 80652 80655 80589 0 -1 4194368 139852 0 0 0 315074 984 0 0 20 0 20 0 71652501 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80666] ppid=80652 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/80655/task/80666/stat : 80666 (Finalizer) S 80652 80655 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652506 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80673] ppid=80652 vsize=19063512 memory=9011768 CPUtime=0 cores=5,7
/proc/80655/task/80673/stat : 80673 (Common-Cleaner) S 80652 80655 80589 0 -1 4194368 2845 0 0 0 0 0 0 0 20 0 20 0 71652507 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80735] ppid=80652 vsize=19063512 memory=9011768 CPUtime=0 cores=5,7
/proc/80655/task/80735/stat : 80735 (Timer-0) S 80652 80655 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71654977 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
Current children cumulated CPU time: 3211.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9011768 KiB

[startup+3402.3 s]
/proc/loadavg: 4.29 4.35 4.26 5/330 80922
/proc/meminfo: memFree=75594120/131382112 swapFree=33010416/33010684
[pid=80655] ppid=80652 vsize=19063512 memory=9011768 CPUtime=3271.03 cores=5,7
/proc/80655/stat : 80655 (java) S 80652 80655 80589 0 -1 4194304 236784 0 0 0 325862 1241 0 0 20 0 20 0 71652499 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
/proc/80655/statm: 4765878 2252942 5560 1 0 2267058 0
[pid=80655/tid=80657] ppid=80652 vsize=19063512 memory=9011768 CPUtime=3220.39 cores=5,7
/proc/80655/task/80657/stat : 80657 (java) R 80652 80655 80589 0 -1 4194368 141674 0 0 0 321049 990 0 0 20 0 20 0 71652501 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80666] ppid=80652 vsize=19063512 memory=19072 CPUtime=0 cores=5,7
/proc/80655/task/80666/stat : 80666 (Finalizer) S 80652 80655 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652506 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80673] ppid=80652 vsize=19063512 memory=9011768 CPUtime=0 cores=5,7
/proc/80655/task/80673/stat : 80673 (Common-Cleaner) S 80652 80655 80589 0 -1 4194368 2890 0 0 0 0 0 0 0 20 0 20 0 71652507 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80735] ppid=80652 vsize=19063512 memory=9011768 CPUtime=0 cores=5,7
/proc/80655/task/80735/stat : 80735 (Timer-0) S 80652 80655 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71654977 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
Current children cumulated CPU time: 3271.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9011768 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.32 4.25 5/328 80923
/proc/meminfo: memFree=75406852/131382112 swapFree=33010416/33010684
[pid=80655] ppid=80652 vsize=19063512 memory=9011768 CPUtime=3330.91 cores=5,7
/proc/80655/stat : 80655 (java) S 80652 80655 80589 0 -1 4194304 238858 0 0 0 331842 1249 0 0 20 0 20 0 71652499 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
/proc/80655/statm: 4765878 2252942 5560 1 0 2267058 0
[pid=80655/tid=80657] ppid=80652 vsize=19063512 memory=9011768 CPUtime=3280.22 cores=5,7
/proc/80655/task/80657/stat : 80657 (java) R 80652 80655 80589 0 -1 4194368 143637 0 0 0 327026 996 0 0 20 0 20 0 71652501 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80666] ppid=80652 vsize=19063512 memory=9011768 CPUtime=0 cores=5,7
/proc/80655/task/80666/stat : 80666 (Finalizer) S 80652 80655 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652506 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80673] ppid=80652 vsize=19063512 memory=9011768 CPUtime=0 cores=5,7
/proc/80655/task/80673/stat : 80673 (Common-Cleaner) S 80652 80655 80589 0 -1 4194368 2970 0 0 0 0 0 0 0 20 0 20 0 71652507 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80735] ppid=80652 vsize=19063512 memory=9011768 CPUtime=0 cores=5,7
/proc/80655/task/80735/stat : 80735 (Timer-0) S 80652 80655 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71654977 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
Current children cumulated CPU time: 3330.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9011768 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.29 4.25 5/329 80926
/proc/meminfo: memFree=75114304/131382112 swapFree=33010416/33010684
[pid=80655] ppid=80652 vsize=19063512 memory=9011768 CPUtime=3387.87 cores=5,7
/proc/80655/stat : 80655 (java) S 80652 80655 80589 0 -1 4194304 243796 0 0 0 337519 1268 0 0 20 0 20 0 71652499 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
/proc/80655/statm: 4765878 2252942 5560 1 0 2267058 0
[pid=80655/tid=80657] ppid=80652 vsize=19063512 memory=9011768 CPUtime=3336.44 cores=5,7
/proc/80655/task/80657/stat : 80657 (java) R 80652 80655 80589 0 -1 4194368 146884 0 0 0 332632 1012 0 0 20 0 20 0 71652501 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80666] ppid=80652 vsize=19063512 memory=9011768 CPUtime=0 cores=5,7
/proc/80655/task/80666/stat : 80666 (Finalizer) S 80652 80655 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652506 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80673] ppid=80652 vsize=19063512 memory=9011768 CPUtime=0 cores=5,7
/proc/80655/task/80673/stat : 80673 (Common-Cleaner) S 80652 80655 80589 0 -1 4194368 2977 0 0 0 0 0 0 0 20 0 20 0 71652507 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80735] ppid=80652 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/80655/task/80735/stat : 80735 (Timer-0) S 80652 80655 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71654977 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
Current children cumulated CPU time: 3387.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9011768 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.26 4.24 5/329 80928
/proc/meminfo: memFree=74841820/131382112 swapFree=33010416/33010684
[pid=80655] ppid=80652 vsize=19063512 memory=9011768 CPUtime=3448.01 cores=5,7
/proc/80655/stat : 80655 (java) S 80652 80655 80589 0 -1 4194304 246124 0 0 0 343515 1286 0 0 20 0 20 0 71652499 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
/proc/80655/statm: 4765878 2252942 5560 1 0 2267058 0
[pid=80655/tid=80657] ppid=80652 vsize=19063512 memory=9011768 CPUtime=3395.76 cores=5,7
/proc/80655/task/80657/stat : 80657 (java) R 80652 80655 80589 0 -1 4194368 147917 0 0 0 338550 1026 0 0 20 0 20 0 71652501 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80666] ppid=80652 vsize=19063512 memory=19072 CPUtime=0 cores=5,7
/proc/80655/task/80666/stat : 80666 (Finalizer) S 80652 80655 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652506 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80673] ppid=80652 vsize=19063512 memory=9011768 CPUtime=0 cores=5,7
/proc/80655/task/80673/stat : 80673 (Common-Cleaner) S 80652 80655 80589 0 -1 4194368 3057 0 0 0 0 0 0 0 20 0 20 0 71652507 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80735] ppid=80652 vsize=19063512 memory=19072 CPUtime=0 cores=5,7
/proc/80655/task/80735/stat : 80735 (Timer-0) S 80652 80655 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71654977 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
Current children cumulated CPU time: 3448.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9011768 KiB

[startup+3642.3 s]
/proc/loadavg: 4.18 4.25 4.24 2/331 80934
/proc/meminfo: memFree=74526036/131382112 swapFree=33010416/33010684
[pid=80655] ppid=80652 vsize=19063512 memory=9011768 CPUtime=3502.69 cores=5,7
/proc/80655/stat : 80655 (java) S 80652 80655 80589 0 -1 4194304 250011 0 0 0 348965 1304 0 0 20 0 20 0 71652499 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
/proc/80655/statm: 4765878 2252942 5560 1 0 2267058 0
[pid=80655/tid=80657] ppid=80652 vsize=19063512 memory=5632 CPUtime=3449.74 cores=5,7
/proc/80655/task/80657/stat : 80657 (java) D 80652 80655 80589 0 -1 4194368 151038 0 0 0 343933 1041 0 0 20 0 20 0 71652501 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80666] ppid=80652 vsize=19063512 memory=9011768 CPUtime=0 cores=5,7
/proc/80655/task/80666/stat : 80666 (Finalizer) S 80652 80655 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652506 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80673] ppid=80652 vsize=19063512 memory=9011768 CPUtime=0 cores=5,7
/proc/80655/task/80673/stat : 80673 (Common-Cleaner) S 80652 80655 80589 0 -1 4194368 3059 0 0 0 0 0 0 0 20 0 20 0 71652507 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80735] ppid=80652 vsize=19063512 memory=9011768 CPUtime=0 cores=5,7
/proc/80655/task/80735/stat : 80735 (Timer-0) S 80652 80655 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71654977 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
Current children cumulated CPU time: 3502.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9011768 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 4.15 4.23 4.23 4/311 80940
/proc/meminfo: memFree=76434760/131382112 swapFree=33010416/33010684
[pid=80655] ppid=80652 vsize=19063512 memory=9011768 CPUtime=3559.04 cores=5,7
/proc/80655/stat : 80655 (java) S 80652 80655 80589 0 -1 4194304 252405 0 0 0 354582 1322 0 0 20 0 20 0 71652499 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
/proc/80655/statm: 4765878 2252942 5560 1 0 2267058 0
[pid=80655/tid=80657] ppid=80652 vsize=19063512 memory=-6000919481380203623 CPUtime=3505.21 cores=5,7
/proc/80655/task/80657/stat : 80657 (java) R 80652 80655 80589 0 -1 4194368 152452 0 0 0 349466 1055 0 0 20 0 20 0 71652501 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80666] ppid=80652 vsize=19063512 memory=-4421386491952655199 CPUtime=0 cores=5,7
/proc/80655/task/80666/stat : 80666 (Finalizer) S 80652 80655 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652506 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80673] ppid=80652 vsize=19063512 memory=6912 CPUtime=0.01 cores=5,7
/proc/80655/task/80673/stat : 80673 (Common-Cleaner) S 80652 80655 80589 0 -1 4194368 3144 0 0 0 0 1 0 0 20 0 20 0 71652507 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80735] ppid=80652 vsize=19063512 memory=4788 CPUtime=0 cores=5,7
/proc/80655/task/80735/stat : 80735 (Timer-0) S 80652 80655 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71654977 19521036288 2252942 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
Current children cumulated CPU time: 3559.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9011768 KiB

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

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

# cumulated CPU time of all completed processes:  user=3546.03 s, system=13.2604 s

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

[startup+3700.12 s]
/proc/loadavg: 4.15 4.23 4.23 4/311 80940
/proc/meminfo: memFree=76434760/131382112 swapFree=33010416/33010684
[pid=80655] ppid=80652 vsize=19263204 memory=9009808 CPUtime=3559.19 cores=5,7
/proc/80655/stat : 80655 (java) S 80652 80655 80589 0 -1 4194304 254987 0 0 0 354596 1323 0 0 20 0 21 0 71652499 19725520896 2252452 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
/proc/80655/statm: 4815801 2252452 5592 1 0 2268024 0
[pid=80655/tid=80657] ppid=80652 vsize=19263204 memory=5632 CPUtime=3505.24 cores=5,7
/proc/80655/task/80657/stat : 80657 (java) S 80652 80655 80589 0 -1 4194368 152834 0 0 0 349469 1055 0 0 20 0 21 0 71652501 19725520896 2252452 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80666] ppid=80652 vsize=19263204 memory=9011768 CPUtime=0 cores=5,7
/proc/80655/task/80666/stat : 80666 (Finalizer) S 80652 80655 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71652506 19725520896 2252452 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
[pid=80655/tid=80673] ppid=80652 vsize=19263204 memory=9011768 CPUtime=0.01 cores=5,7
/proc/80655/task/80673/stat : 80673 (Common-Cleaner) S 80652 80655 80589 0 -1 4194368 3144 0 0 0 0 1 0 0 20 0 21 0 71652507 19725520896 2252452 18446744073709551615 94706636423168 94706636426864 140733065598544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94706636434680 94706636435472 94706653102080 140733065607472 140733065607654 140733065607654 140733065613256 0
Current children cumulated CPU time: 3559.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 9009808 KiB

Child status: 143

Real time (s): 3700.21
CPU time (s): 3559.29
CPU user time (s): 3546.03
CPU system time (s): 13.2604
CPU usage (%): 96.1915
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 9011768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3546.03
system time used= 13.2604
maximum resident set size= 9012408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255117
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11177560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117652
involuntary context switches= 14127


# summary of solver processes directly reported to runsolver:
#   pid: 80655
#   total CPU time (s): 3559.29
#   total CPU user time (s): 3546.03
#   total CPU system time (s): 13.2604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.2515 second user time and 37.8329 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-03 18:22:11
IDJOB=4519477
IDBENCH=177259
IDSOLVER=3364
FILE ID=nodeC005/4519477-1751559731
RUNJOBID= nodeC005-1751559731-80602
SLURM_JOB_ID= 9598757
Free space on /tmp= 429444 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/normalized-composed_pebbling_php_opt_pyramid_height30_pigeons29_holes28.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519477-1751559731/watcher-4519477-1751559731 -o /tmp/evaluation-result-4519477-1751559731/solver-4519477-1751559731 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751559731-80602 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4519477-1751559731 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4519477-1751559731.opb

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

MD5SUM BENCH= c8ceefdda568d430d72bfadd598002dc
RANDOM SEED=1413805054

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129695588 kB
MemAvailable:   129851084 kB
Buffers:            2128 kB
Cached:           944016 kB
SwapCached:           24 kB
Active:           760588 kB
Inactive:         297452 kB
Active(anon):     126704 kB
Inactive(anon):     3164 kB
Active(file):     633884 kB
Inactive(file):   294288 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             34624 kB
Writeback:             0 kB
AnonPages:        115108 kB
Mapped:           123316 kB
Shmem:             17936 kB
KReclaimable:     133904 kB
Slab:             221472 kB
SReclaimable:     133904 kB
SUnreclaim:        87568 kB
KernelStack:        4224 kB
PageTables:         3340 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2571716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429400 MiB
End job on nodeC005 at 2025-07-03 19:23:52