Trace number 4519430

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 2025-06-06? (TO) 3600.19 3591.32

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height37_pigeons36_holes35.opb
MD5SUMa8850f77d674f2f3b7ac0e06d3d8c373
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 benchmark741
Best CPU time to get the best result obtained on this benchmark203.19
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables935142
Total number of constraints56829
Number of constraints which are clauses28785
Number of constraints which are cardinality constraints (but not clauses)25194
Number of constraints which are nor clauses,nor cardinality constraints2850
Minimum length of a constraint35
Maximum length of a constraint40
Number of terms in the objective function 1482
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 1482
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1482
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4519430-1751558591.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c  objective function found
38.14/35.68	c ... done. Wall clock time 35.546s.
38.14/35.68	c declared #vars     935142
38.14/35.68	c #constraints  56829
38.14/35.68	c constraints type 
38.14/35.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 28044
38.14/35.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28785
38.14/35.68	c 56829 constraints processed.
38.14/35.69	c objective function length is 1482 literals
40.69/37.35	c cleaning 2496 clauses out of 5001 with flag 31300/5001
42.45/38.86	c cleaning 4240 clauses out of 8505 with flag 72576/11001
44.32/40.63	c cleaning 5616 clauses out of 11265 with flag 119323/18001
46.77/42.82	c cleaning 6806 clauses out of 13649 with flag 169410/26001
49.08/45.15	c cleaning 7909 clauses out of 15845 with flag 226392/35003
51.83/47.73	c cleaning 8946 clauses out of 17933 with flag 297547/45000
54.62/50.54	c cleaning 9971 clauses out of 19989 with flag 366804/56002
58.41/54.32	c cleaning 10985 clauses out of 22017 with flag 452039/68001
63.21/59.15	c cleaning 11978 clauses out of 24033 with flag 552440/81002
66.59/62.58	c cleaning 13001 clauses out of 26056 with flag 643148/95003
70.48/66.44	c cleaning 13998 clauses out of 28054 with flag 742670/110002
76.00/71.90	c cleaning 14989 clauses out of 30055 with flag 852246/126001
83.21/79.12	c cleaning 16000 clauses out of 32067 with flag 971930/143002
87.88/83.84	c cleaning 16985 clauses out of 34066 with flag 1088549/161001
94.36/90.35	c cleaning 17988 clauses out of 36081 with flag 1217390/180001
101.95/97.91	c cleaning 18999 clauses out of 38092 with flag 1354707/200000
107.23/103.23	c cleaning 19997 clauses out of 40095 with flag 1503687/221002
112.82/108.86	c cleaning 20993 clauses out of 42096 with flag 1647994/243000
119.00/115.04	c cleaning 21988 clauses out of 44104 with flag 1802126/266001
129.66/125.79	c cleaning 23047 clauses out of 46117 with flag 1961146/290002
136.65/132.72	c cleaning 23826 clauses out of 48069 with flag 2142786/315001
163.38/159.52	c cleaning 25122 clauses out of 50244 with flag 2539824/341002
184.47/180.53	c cleaning 26053 clauses out of 52120 with flag 2949957/368000
227.87/224.02	c cleaning 27030 clauses out of 54067 with flag 3385713/396000
261.18/257.42	c cleaning 28016 clauses out of 56038 with flag 3848485/425001
304.72/300.11	c cleaning 29010 clauses out of 58026 with flag 4303658/455005
358.12/353.42	c cleaning 30001 clauses out of 60012 with flag 4782133/486001
427.49/422.73	c cleaning 31004 clauses out of 62014 with flag 5295239/518004
505.99/500.96	c cleaning 31993 clauses out of 64006 with flag 5835336/551000
588.85/583.76	c cleaning 33008 clauses out of 66015 with flag 6390425/585002
690.65/685.36	c cleaning 34002 clauses out of 68006 with flag 6963072/620001
797.60/791.23	c cleaning 34998 clauses out of 70005 with flag 7572526/656002
928.38/921.88	c cleaning 36001 clauses out of 72008 with flag 8218994/693003
1058.07/1051.33	c cleaning 36996 clauses out of 74004 with flag 8904519/731000
1208.89/1202.24	c cleaning 37999 clauses out of 76008 with flag 9618825/770000
1308.98/1302.03	c cleaning 38998 clauses out of 78009 with flag 10345314/810000
1433.15/1426.01	c cleaning 40004 clauses out of 80011 with flag 10994770/851000
1606.04/1597.92	c cleaning 40990 clauses out of 82007 with flag 11668600/893000
1793.46/1785.34	c cleaning 42006 clauses out of 84020 with flag 12358925/936003
1974.77/1966.72	c cleaning 43002 clauses out of 86011 with flag 13092803/980000
2189.41/2181.44	c cleaning 43998 clauses out of 88011 with flag 13864669/1025002
2393.87/2385.92	c cleaning 45001 clauses out of 90011 with flag 14617615/1071000
2638.91/2629.64	c cleaning 46003 clauses out of 92011 with flag 15412221/1118001
2839.33/2830.18	c cleaning 47001 clauses out of 94007 with flag 16182502/1166000
3097.11/3088.15	c cleaning 48002 clauses out of 96007 with flag 16971845/1215001
3363.11/3354.20	c cleaning 48999 clauses out of 98006 with flag 17780165/1265002
3600.04/3591.21	c starts		: 19625
3600.04/3591.21	c conflicts		: 1306025
3600.04/3591.22	c decisions		: 26501407
3600.04/3591.22	c propagations		: 62509880
3600.04/3591.22	c inspects		: 9711889742
3600.04/3591.22	c shortcuts		: 0
3600.04/3591.22	c learnt literals	: 0
3600.04/3591.22	c learnt binary clauses	: 0
3600.04/3591.22	c learnt ternary clauses	: 0
3600.04/3591.22	c learnt constraints	: 1306025
3600.04/3591.22	c ignored constraints	: 0
3600.04/3591.22	c root simplifications	: 0
3600.04/3591.22	c removed literals (reason simplification)	: 6463744
3600.04/3591.22	c reason swapping (by a shorter reason)	: 0
3600.04/3591.22	c Calls to reduceDB	: 46
3600.04/3591.22	c Number of update (reduction) of LBD	: 1065115
3600.04/3591.22	c Imported unit clauses	: 0
3600.04/3591.22	c No decision after first conflict	: false
3600.04/3591.22	c number of reductions to clauses (during analyze)	: 0
3600.04/3591.22	c number of learned constraints concerned by reduction	: 0
3600.04/3591.22	c number of learning phase by resolution	: 0
3600.04/3591.22	c number of learning phase by cutting planes	: 0
3600.04/3591.22	c number of rounding to 1 operations	: 0
3600.04/3591.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3591.22	c number of reductions of the coefficients by power 2 	: 0
3600.04/3591.22	c number of right shift for reduction by power 2 	: 0
3600.04/3591.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3591.22	c number of ending skipping 	: 0
3600.04/3591.22	c number of internal skipping 	: 0
3600.04/3591.22	c number of derivation steps 	: 0
3600.04/3591.22	c number of skipped derivation steps 	: 0
3600.04/3591.22	c number of remaining unassigned 	: 0
3600.04/3591.22	c number of remaining assigned 	: 0
3600.04/3591.22	c number of falsified literals weakened from reason	: 0
3600.04/3591.22	c number of falsified literals weakened from conflict	: 0
3600.04/3591.22	c time for arithmetic operations	: 0
3600.04/3591.22	c timeout
3600.04/3591.23	c minimum degree of deleted constraints	: null
3600.04/3591.23	c maximum degree of deleted constraints	: null
3600.04/3591.23	c number of deleted constraints	: 0
3600.04/3591.23	c speed (assignments/second)	: 17581.193290277
3600.04/3591.23	c non guided choices	: 11557460
3600.04/3591.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 90030
3600.04/3591.27	s UNKNOWN
3600.04/3591.27	c Total wall clock time (in seconds): 3591.144

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61440 MiB free)
  memory of node 1: 64507 MiB (58545 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4519430-1751558591/watcher-4519430-1751558591 -o /tmp/evaluation-result-4519430-1751558591/solver-4519430-1751558591 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751554990-82446 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4519430-1751558591.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=83147, runsolver pid=83144

[startup+0.10006 s]*
/proc/loadavg: 4.19 4.25 4.23 5/339 83165
/proc/meminfo: memFree=122847140/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=18930384 memory=57724 CPUtime=0.12 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 6570 0 0 0 10 2 0 0 20 0 18 0 71536909 19384713216 14431 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
/proc/83147/statm: 4732596 14431 5349 1 0 547620 0
[pid=83147/tid=83149] ppid=83144 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/83147/task/83149/stat : 83149 (java) R 83144 83147 82431 0 -1 4194368 5065 0 0 0 6 1 0 0 20 0 18 0 71536910 19384713216 14431 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83158] ppid=83144 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/83147/task/83158/stat : 83158 (Finalizer) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71536912 19384713216 14431 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83165] ppid=83144 vsize=18930384 memory=60684515963265 CPUtime=0 cores=0,2
/proc/83147/task/83165/stat : 83165 (Common-Cleaner) S 83144 83147 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71536913 19384713216 14431 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57724 KiB

[startup+0.205722 s]*
/proc/loadavg: 4.19 4.25 4.23 7/339 83165
/proc/meminfo: memFree=122697668/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=18930384 memory=213464 CPUtime=0.31 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 7062 0 0 0 25 6 0 0 20 0 18 0 71536909 19384713216 53366 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
/proc/83147/statm: 4732596 53366 5445 1 0 547887 0
[pid=83147/tid=83149] ppid=83144 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=0,2
/proc/83147/task/83149/stat : 83149 (java) R 83144 83147 82431 0 -1 4194368 5343 0 0 0 12 5 0 0 20 0 18 0 71536910 19384713216 53366 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83158] ppid=83144 vsize=18930384 memory=16198 CPUtime=0 cores=0,2
/proc/83147/task/83158/stat : 83158 (Finalizer) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71536912 19384713216 53366 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83165] ppid=83144 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/83147/task/83165/stat : 83165 (Common-Cleaner) S 83144 83147 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71536913 19384713216 53366 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 213464 KiB

[startup+0.305761 s]*
/proc/loadavg: 4.19 4.25 4.23 6/339 83165
/proc/meminfo: memFree=122310944/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=18930384 memory=592508 CPUtime=0.48 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 8883 0 0 0 35 13 0 0 20 0 18 0 71536909 19384713216 148127 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
/proc/83147/statm: 4732596 148127 5445 1 0 548988 0
[pid=83147/tid=83149] ppid=83144 vsize=18930384 memory=-6000919489903421799 CPUtime=0.26 cores=0,2
/proc/83147/task/83149/stat : 83149 (java) R 83144 83147 82431 0 -1 4194368 5526 0 0 0 15 11 0 0 20 0 18 0 71536910 19384713216 148127 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83158] ppid=83144 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/83147/task/83158/stat : 83158 (Finalizer) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71536912 19384713216 148127 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83165] ppid=83144 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/83147/task/83165/stat : 83165 (Common-Cleaner) S 83144 83147 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71536913 19384713216 148127 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 592508 KiB

[startup+0.706005 s]
/proc/loadavg: 4.19 4.25 4.23 5/340 83166
/proc/meminfo: memFree=121849672/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=18996948 memory=1054656 CPUtime=1.11 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 10300 0 0 0 88 23 0 0 20 0 19 0 71536909 19452874752 263664 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
/proc/83147/statm: 4749237 263664 5477 1 0 549760 0
[pid=83147/tid=83149] ppid=83144 vsize=18996948 memory=18688 CPUtime=0.62 cores=0,2
/proc/83147/task/83149/stat : 83149 (java) R 83144 83147 82431 0 -1 4194368 5734 0 0 0 43 19 0 0 20 0 19 0 71536910 19452874752 263664 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83158] ppid=83144 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/83147/task/83158/stat : 83158 (Finalizer) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71536912 19452874752 263664 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83165] ppid=83144 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/83147/task/83165/stat : 83165 (Common-Cleaner) S 83144 83147 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71536913 19452874752 263664 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1054656 KiB

[startup+1.50024 s]
/proc/loadavg: 4.19 4.25 4.23 6/340 83166
/proc/meminfo: memFree=121673544/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=18996948 memory=1246616 CPUtime=2.21 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 11822 0 0 0 194 27 0 0 20 0 19 0 71536909 19452874752 311654 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
/proc/83147/statm: 4749237 311654 5509 1 0 656764 0
[pid=83147/tid=83149] ppid=83144 vsize=18996948 memory=3328 CPUtime=1.39 cores=0,2
/proc/83147/task/83149/stat : 83149 (java) R 83144 83147 82431 0 -1 4194368 5919 0 0 0 116 23 0 0 20 0 19 0 71536910 19452874752 311654 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83158] ppid=83144 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/83147/task/83158/stat : 83158 (Finalizer) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71536912 19452874752 311654 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83165] ppid=83144 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/83147/task/83165/stat : 83165 (Common-Cleaner) S 83144 83147 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71536913 19452874752 311654 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
Current children cumulated CPU time: 2.21 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1246616 KiB

[startup+3.10998 s]
/proc/loadavg: 4.19 4.25 4.23 5/340 83166
/proc/meminfo: memFree=120850432/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=18996948 memory=2079760 CPUtime=4.17 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 20529 0 0 0 371 46 0 0 20 0 19 0 71536909 19452874752 519940 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
/proc/83147/statm: 4749237 519940 5509 1 0 1072423 0
[pid=83147/tid=83149] ppid=83144 vsize=18996948 memory=10752 CPUtime=2.87 cores=0,2
/proc/83147/task/83149/stat : 83149 (java) S 83144 83147 82431 0 -1 4194368 6413 0 0 0 250 37 0 0 20 0 19 0 71536910 19452874752 519940 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83158] ppid=83144 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/83147/task/83158/stat : 83158 (Finalizer) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71536912 19452874752 519940 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83165] ppid=83144 vsize=18996948 memory=5760 CPUtime=0 cores=0,2
/proc/83147/task/83165/stat : 83165 (Common-Cleaner) S 83144 83147 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71536913 19452874752 519940 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
Current children cumulated CPU time: 4.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2079760 KiB

[startup+6.30023 s]
/proc/loadavg: 4.26 4.26 4.24 5/340 83166
/proc/meminfo: memFree=119400356/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=18996948 memory=2592528 CPUtime=7.5 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 21825 0 0 0 694 56 0 0 20 0 19 0 71536909 19452874752 648132 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
/proc/83147/statm: 4749237 648132 5509 1 0 1310561 0
[pid=83147/tid=83149] ppid=83144 vsize=18996948 memory=5760 CPUtime=5.88 cores=0,2
/proc/83147/task/83149/stat : 83149 (java) R 83144 83147 82431 0 -1 4194368 6916 0 0 0 543 45 0 0 20 0 19 0 71536910 19452874752 648132 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83158] ppid=83144 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/83147/task/83158/stat : 83158 (Finalizer) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71536912 19452874752 648132 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83165] ppid=83144 vsize=18996948 memory=-6000919489903421799 CPUtime=0 cores=0,2
/proc/83147/task/83165/stat : 83165 (Common-Cleaner) S 83144 83147 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71536913 19452874752 648132 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
Current children cumulated CPU time: 7.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2592528 KiB

[startup+12.7002 s]
/proc/loadavg: 4.24 4.26 4.24 5/340 83166
/proc/meminfo: memFree=118209060/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=18996948 memory=3376340 CPUtime=14.16 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 23828 0 0 0 1346 70 0 0 20 0 19 0 71536909 19452874752 844085 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
/proc/83147/statm: 4749237 844085 5509 1 0 1632252 0
[pid=83147/tid=83149] ppid=83144 vsize=18996948 memory=2599712 CPUtime=11.86 cores=0,2
/proc/83147/task/83149/stat : 83149 (java) R 83144 83147 82431 0 -1 4194368 7881 0 0 0 1130 56 0 0 20 0 19 0 71536910 19452874752 844085 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83158] ppid=83144 vsize=18996948 memory=18688 CPUtime=0 cores=0,2
/proc/83147/task/83158/stat : 83158 (Finalizer) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71536912 19452874752 844085 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83165] ppid=83144 vsize=18996948 memory=14824 CPUtime=0 cores=0,2
/proc/83147/task/83165/stat : 83165 (Common-Cleaner) S 83144 83147 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71536913 19452874752 844085 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
Current children cumulated CPU time: 14.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3376340 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.26 4.24 5/340 83166
/proc/meminfo: memFree=117616968/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=18996948 memory=3948332 CPUtime=27.57 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 26667 0 0 0 2674 83 0 0 20 0 19 0 71536909 19452874752 987083 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
/proc/83147/statm: 4749237 987083 5509 1 0 1855764 0
[pid=83147/tid=83149] ppid=83144 vsize=18996948 memory=2599712 CPUtime=23.77 cores=0,2
/proc/83147/task/83149/stat : 83149 (java) R 83144 83147 82431 0 -1 4194368 8581 0 0 0 2313 64 0 0 20 0 19 0 71536910 19452874752 987083 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83158] ppid=83144 vsize=18996948 memory=-6000919489903421799 CPUtime=0 cores=0,2
/proc/83147/task/83158/stat : 83158 (Finalizer) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71536912 19452874752 987083 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83165] ppid=83144 vsize=18996948 memory=3942160 CPUtime=0 cores=0,2
/proc/83147/task/83165/stat : 83165 (Common-Cleaner) S 83144 83147 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71536913 19452874752 987083 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
Current children cumulated CPU time: 27.57 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3948332 KiB

[startup+51.1055 s]
/proc/loadavg: 4.23 4.25 4.24 5/340 83168
/proc/meminfo: memFree=117145172/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=19063512 memory=4392056 CPUtime=55.22 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 35250 0 0 0 5427 95 0 0 20 0 20 0 71536909 19521036288 1098014 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
/proc/83147/statm: 4765878 1098014 5573 1 0 1962784 0
[pid=83147/tid=83149] ppid=83144 vsize=19063512 memory=5760 CPUtime=48.62 cores=0,2
/proc/83147/task/83149/stat : 83149 (java) R 83144 83147 82431 0 -1 4194368 12158 0 0 0 4790 72 0 0 20 0 20 0 71536910 19521036288 1098014 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83158] ppid=83144 vsize=19063512 memory=3372188 CPUtime=0 cores=0,2
/proc/83147/task/83158/stat : 83158 (Finalizer) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536912 19521036288 1098014 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83165] ppid=83144 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/83147/task/83165/stat : 83165 (Common-Cleaner) S 83144 83147 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 71536913 19521036288 1098014 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83167] ppid=83144 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/83147/task/83167/stat : 83167 (Timer-0) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71540482 19521036288 1098014 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
Current children cumulated CPU time: 55.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4392056 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.23 4.23 5/339 83173
/proc/meminfo: memFree=116492656/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=19063512 memory=4769012 CPUtime=106.33 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 40601 0 0 0 10530 103 0 0 20 0 20 0 71536909 19521036288 1192253 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0

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

/proc/meminfo: memFree=107464420/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=19063512 memory=6343384 CPUtime=3231.25 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 183713 0 0 0 322901 224 0 0 20 0 20 0 71536909 19521036288 1585846 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
/proc/83147/statm: 4765878 1585846 5573 1 0 1964281 0
[pid=83147/tid=83149] ppid=83144 vsize=19063512 memory=6343384 CPUtime=3202.51 cores=0,2
/proc/83147/task/83149/stat : 83149 (java) R 83144 83147 82431 0 -1 4194368 84302 0 0 0 320134 117 0 0 20 0 20 0 71536910 19521036288 1585846 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83158] ppid=83144 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/83147/task/83158/stat : 83158 (Finalizer) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536912 19521036288 1585846 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83165] ppid=83144 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/83147/task/83165/stat : 83165 (Common-Cleaner) S 83144 83147 82431 0 -1 4194368 3648 0 0 0 0 0 0 0 20 0 20 0 71536913 19521036288 1585846 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83167] ppid=83144 vsize=19063512 memory=6343384 CPUtime=0 cores=0,2
/proc/83147/task/83167/stat : 83167 (Timer-0) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71540482 19521036288 1585846 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
Current children cumulated CPU time: 3231.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6343384 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/340 83331
/proc/meminfo: memFree=107460128/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=19063512 memory=6345456 CPUtime=3291.37 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 185865 0 0 0 328912 225 0 0 20 0 20 0 71536909 19521036288 1586364 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
/proc/83147/statm: 4765878 1586364 5573 1 0 1964281 0
[pid=83147/tid=83149] ppid=83144 vsize=19063512 memory=6343384 CPUtime=3262.09 cores=0,2
/proc/83147/task/83149/stat : 83149 (java) R 83144 83147 82431 0 -1 4194368 85219 0 0 0 326092 117 0 0 20 0 20 0 71536910 19521036288 1586364 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83158] ppid=83144 vsize=19063512 memory=4480 CPUtime=0 cores=0,2
/proc/83147/task/83158/stat : 83158 (Finalizer) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536912 19521036288 1586364 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83165] ppid=83144 vsize=19063512 memory=18688 CPUtime=0 cores=0,2
/proc/83147/task/83165/stat : 83165 (Common-Cleaner) S 83144 83147 82431 0 -1 4194368 3650 0 0 0 0 0 0 0 20 0 20 0 71536913 19521036288 1586364 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83167] ppid=83144 vsize=19063512 memory=6345456 CPUtime=0 cores=0,2
/proc/83147/task/83167/stat : 83167 (Timer-0) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71540482 19521036288 1586364 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
Current children cumulated CPU time: 3291.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6345456 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/341 83334
/proc/meminfo: memFree=107454636/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=19063512 memory=6345456 CPUtime=3351.24 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 187806 0 0 0 334898 226 0 0 20 0 20 0 71536909 19521036288 1586364 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
/proc/83147/statm: 4765878 1586364 5573 1 0 1964281 0
[pid=83147/tid=83149] ppid=83144 vsize=19063512 memory=5760 CPUtime=3321.93 cores=0,2
/proc/83147/task/83149/stat : 83149 (java) R 83144 83147 82431 0 -1 4194368 86982 0 0 0 332076 117 0 0 20 0 20 0 71536910 19521036288 1586364 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83158] ppid=83144 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/83147/task/83158/stat : 83158 (Finalizer) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536912 19521036288 1586364 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83165] ppid=83144 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/83147/task/83165/stat : 83165 (Common-Cleaner) S 83144 83147 82431 0 -1 4194368 3756 0 0 0 0 0 0 0 20 0 20 0 71536913 19521036288 1586364 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83167] ppid=83144 vsize=19063512 memory=6345456 CPUtime=0 cores=0,2
/proc/83147/task/83167/stat : 83167 (Timer-0) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71540482 19521036288 1586364 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
Current children cumulated CPU time: 3351.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6345456 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/339 83403
/proc/meminfo: memFree=109331596/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=19063512 memory=6347504 CPUtime=3411.34 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 190303 0 0 0 340907 227 0 0 20 0 20 0 71536909 19521036288 1586876 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
/proc/83147/statm: 4765878 1586876 5573 1 0 1964281 0
[pid=83147/tid=83149] ppid=83144 vsize=19063512 memory=6345456 CPUtime=3381.52 cores=0,2
/proc/83147/task/83149/stat : 83149 (java) R 83144 83147 82431 0 -1 4194368 87966 0 0 0 338035 117 0 0 20 0 20 0 71536910 19521036288 1586876 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83158] ppid=83144 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/83147/task/83158/stat : 83158 (Finalizer) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536912 19521036288 1586876 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83165] ppid=83144 vsize=19063512 memory=6347504 CPUtime=0 cores=0,2
/proc/83147/task/83165/stat : 83165 (Common-Cleaner) S 83144 83147 82431 0 -1 4194368 3826 0 0 0 0 0 0 0 20 0 20 0 71536913 19521036288 1586876 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83167] ppid=83144 vsize=19063512 memory=6347504 CPUtime=0 cores=0,2
/proc/83147/task/83167/stat : 83167 (Timer-0) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71540482 19521036288 1586876 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
Current children cumulated CPU time: 3411.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6347504 KiB

[startup+3462.3 s]
/proc/loadavg: 4.04 4.07 4.08 5/339 83405
/proc/meminfo: memFree=108959488/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=19063512 memory=6347504 CPUtime=3471.18 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 192168 0 0 0 346889 229 0 0 20 0 20 0 71536909 19521036288 1586876 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
/proc/83147/statm: 4765878 1586876 5573 1 0 1964281 0
[pid=83147/tid=83149] ppid=83144 vsize=19063512 memory=10752 CPUtime=3441.35 cores=0,2
/proc/83147/task/83149/stat : 83149 (java) R 83144 83147 82431 0 -1 4194368 89634 0 0 0 344018 117 0 0 20 0 20 0 71536910 19521036288 1586876 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83158] ppid=83144 vsize=19063512 memory=6347504 CPUtime=0 cores=0,2
/proc/83147/task/83158/stat : 83158 (Finalizer) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536912 19521036288 1586876 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83165] ppid=83144 vsize=19063512 memory=18688 CPUtime=0 cores=0,2
/proc/83147/task/83165/stat : 83165 (Common-Cleaner) S 83144 83147 82431 0 -1 4194368 3931 0 0 0 0 0 0 0 20 0 20 0 71536913 19521036288 1586876 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83167] ppid=83144 vsize=19063512 memory=6347504 CPUtime=0 cores=0,2
/proc/83147/task/83167/stat : 83167 (Timer-0) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71540482 19521036288 1586876 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
Current children cumulated CPU time: 3471.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6347504 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/339 83418
/proc/meminfo: memFree=108745480/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=19063512 memory=6349552 CPUtime=3531.32 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 194480 0 0 0 352901 231 0 0 20 0 20 0 71536909 19521036288 1587388 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
/proc/83147/statm: 4765878 1587388 5573 1 0 1964281 0
[pid=83147/tid=83149] ppid=83144 vsize=19063512 memory=6347504 CPUtime=3500.92 cores=0,2
/proc/83147/task/83149/stat : 83149 (java) R 83144 83147 82431 0 -1 4194368 90628 0 0 0 349974 118 0 0 20 0 20 0 71536910 19521036288 1587388 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83158] ppid=83144 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/83147/task/83158/stat : 83158 (Finalizer) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536912 19521036288 1587388 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83165] ppid=83144 vsize=19063512 memory=6349552 CPUtime=0 cores=0,2
/proc/83147/task/83165/stat : 83165 (Common-Cleaner) S 83144 83147 82431 0 -1 4194368 4025 0 0 0 0 0 0 0 20 0 20 0 71536913 19521036288 1587388 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83167] ppid=83144 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/83147/task/83167/stat : 83167 (Timer-0) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71540482 19521036288 1587388 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
Current children cumulated CPU time: 3531.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6349552 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/338 83488
/proc/meminfo: memFree=116574984/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=19063512 memory=6349552 CPUtime=3591.17 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 196137 0 0 0 358885 232 0 0 20 0 20 0 71536909 19521036288 1587388 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
/proc/83147/statm: 4765878 1587388 5573 1 0 1964281 0
[pid=83147/tid=83149] ppid=83144 vsize=19063512 memory=18688 CPUtime=3560.75 cores=0,2
/proc/83147/task/83149/stat : 83149 (java) R 83144 83147 82431 0 -1 4194368 92096 0 0 0 355957 118 0 0 20 0 20 0 71536910 19521036288 1587388 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83158] ppid=83144 vsize=19063512 memory=6349552 CPUtime=0 cores=0,2
/proc/83147/task/83158/stat : 83158 (Finalizer) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536912 19521036288 1587388 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83165] ppid=83144 vsize=19063512 memory=6349552 CPUtime=0 cores=0,2
/proc/83147/task/83165/stat : 83165 (Common-Cleaner) S 83144 83147 82431 0 -1 4194368 4116 0 0 0 0 0 0 0 20 0 20 0 71536913 19521036288 1587388 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83167] ppid=83144 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/83147/task/83167/stat : 83167 (Timer-0) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71540482 19521036288 1587388 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
Current children cumulated CPU time: 3591.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6349552 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3591.2 s]
/proc/loadavg: 4.08 4.08 4.09 6/339 83489
/proc/meminfo: memFree=116247284/131249996 swapFree=33010672/33010684
[pid=83147] ppid=83144 vsize=19063512 memory=6349552 CPUtime=3600.04 cores=0,2
/proc/83147/stat : 83147 (java) S 83144 83147 82431 0 -1 4194304 196157 0 0 0 359772 232 0 0 20 0 20 0 71536909 19521036288 1587388 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
/proc/83147/statm: 4765878 1587388 5573 1 0 1964281 0
[pid=83147/tid=83149] ppid=83144 vsize=19063512 memory=10752 CPUtime=3569.63 cores=0,2
/proc/83147/task/83149/stat : 83149 (java) R 83144 83147 82431 0 -1 4194368 92113 0 0 0 356845 118 0 0 20 0 20 0 71536910 19521036288 1587388 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83158] ppid=83144 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/83147/task/83158/stat : 83158 (Finalizer) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536912 19521036288 1587388 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83165] ppid=83144 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/83147/task/83165/stat : 83165 (Common-Cleaner) S 83144 83147 82431 0 -1 4194368 4116 0 0 0 0 0 0 0 20 0 20 0 71536913 19521036288 1587388 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
[pid=83147/tid=83167] ppid=83144 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/83147/task/83167/stat : 83167 (Timer-0) S 83144 83147 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71540482 19521036288 1587388 18446744073709551615 94904750723072 94904750726768 140734470849280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94904750734584 94904750735376 94904782053376 140734470855041 140734470855142 140734470855142 140734470860744 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6349552 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.84 s, system=2.34909 s

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

Child status: 143

Real time (s): 3591.32
CPU time (s): 3600.19
CPU user time (s): 3597.84
CPU system time (s): 2.34909
CPU usage (%): 100.247
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 6349552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.84
system time used= 2.34909
maximum resident set size= 6350448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198992
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109091
involuntary context switches= 6490


# summary of solver processes directly reported to runsolver:
#   pid: 83147
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.84
#   total CPU system time (s): 2.34909

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.30134 second user time and 17.0289 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-03 18:03:12
IDJOB=4519430
IDBENCH=177254
IDSOLVER=3363
FILE ID=nodeC017/4519430-1751558591
RUNJOBID= nodeC017-1751554990-82446
SLURM_JOB_ID= 9598744
Free space on /tmp= 432392 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/normalized-composed_pebbling_php_opt_pyramid_height37_pigeons36_holes35.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519430-1751558591/watcher-4519430-1751558591 -o /tmp/evaluation-result-4519430-1751558591/solver-4519430-1751558591 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751554990-82446 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4519430-1751558591.opb

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

MD5SUM BENCH= a8850f77d674f2f3b7ac0e06d3d8c373
RANDOM SEED=1140037525

nodeC017 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		: 3599.717
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.12
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.064
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122865536 kB
MemAvailable:   126559648 kB
Buffers:            1688 kB
Cached:          4462728 kB
SwapCached:            8 kB
Active:          3537796 kB
Inactive:        4173348 kB
Active(anon):    3248672 kB
Inactive(anon):    16128 kB
Active(file):     289124 kB
Inactive(file):  4157220 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             73656 kB
Writeback:             0 kB
AnonPages:       3249344 kB
Mapped:           124064 kB
Shmem:             18072 kB
KReclaimable:     173612 kB
Slab:             265368 kB
SReclaimable:     173612 kB
SUnreclaim:        91756 kB
KernelStack:        5200 kB
PageTables:        10040 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    8975572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3039232 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432444 MiB
End job on nodeC017 at 2025-07-03 19:03:03