Trace number 4519476

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.29 3587.53

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.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.17	c version PB25.v20250606
0.12/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.19	c java.vm.version	22.0.1+8-16
0.12/0.19	c java.vm.vendor	Oracle Corporation
0.12/0.19	c sun.arch.data.model	64
0.12/0.19	c java.version		22.0.1
0.12/0.19	c os.name		Linux
0.12/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.19	c os.arch		amd64
0.12/0.20	c Free memory 		2104792832
0.12/0.20	c Max memory 		16282288128
0.12/0.20	c Total memory 		2113929216
0.12/0.21	c Number of processors 	2
0.45/0.32	c Pseudo Boolean Optimization by upper bound
0.45/0.32	c --- Begin Solver configuration ---
0.45/0.32	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.45/0.32	c Learn all clauses as in MiniSAT
0.45/0.32	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.45/0.32	c Expensive reason simplification
0.45/0.32	c Glucose 2.1 dynamic restart strategy
0.45/0.32	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.45/0.32	c timeout=2147483s
0.45/0.32	c DB Simplification allowed=false
0.45/0.32	c Listener: none
0.45/0.32	c --- End Solver configuration ---
0.45/0.32	c solving HOME/instance-4519476-1751559228.opb
0.45/0.32	c reading problem ... 
0.45/0.33	c  objective function found
14.58/12.69	c ... done. Wall clock time 12.362s.
14.58/12.69	c declared #vars     403744
14.58/12.69	c #constraints  31062
14.58/12.69	c constraints type 
14.58/12.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15283
14.58/12.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15779
14.58/12.69	c 31062 constraints processed.
14.70/12.70	c objective function length is 992 literals
17.68/14.39	c cleaning 2490 clauses out of 5000 with flag 31349/5000
18.70/15.26	c cleaning 4221 clauses out of 8510 with flag 68188/11000
20.17/16.49	c cleaning 5618 clauses out of 11289 with flag 112617/18000
21.78/17.71	c cleaning 6819 clauses out of 13672 with flag 166320/26001
23.69/19.62	c cleaning 7909 clauses out of 15853 with flag 227864/35001
25.20/21.17	c cleaning 8891 clauses out of 17943 with flag 303441/45000
27.98/23.94	c cleaning 10018 clauses out of 20052 with flag 440648/56000
31.08/27.05	c cleaning 11017 clauses out of 22034 with flag 584079/68000
39.17/35.19	c cleaning 12006 clauses out of 24017 with flag 754544/81000
49.96/45.97	c cleaning 13003 clauses out of 26013 with flag 953221/95002
65.05/61.02	c cleaning 14003 clauses out of 28008 with flag 1145189/110000
81.03/77.05	c cleaning 15003 clauses out of 30007 with flag 1358852/126002
99.97/95.92	c cleaning 16000 clauses out of 32003 with flag 1576058/143001
124.60/120.53	c cleaning 16990 clauses out of 34002 with flag 1801340/161000
151.46/147.42	c cleaning 18009 clauses out of 36017 with flag 2050388/180005
186.61/182.61	c cleaning 18995 clauses out of 38003 with flag 2254450/200000
206.38/202.43	c cleaning 19997 clauses out of 40009 with flag 2413884/221001
223.36/219.49	c cleaning 21003 clauses out of 42012 with flag 2578156/243001
231.66/227.48	c cleaning 21943 clauses out of 44008 with flag 2755995/266000
242.65/238.49	c cleaning 22938 clauses out of 46067 with flag 3003542/290002
252.35/248.11	c cleaning 23963 clauses out of 48127 with flag 3260816/315000
264.42/260.29	c cleaning 24950 clauses out of 50165 with flag 3508784/341001
275.60/271.49	c cleaning 25980 clauses out of 52223 with flag 3773359/368009
286.59/282.49	c cleaning 26982 clauses out of 54234 with flag 4068051/396000
300.29/296.19	c cleaning 27994 clauses out of 56254 with flag 4381252/425002
315.77/311.64	c cleaning 28997 clauses out of 58259 with flag 4730790/455001
332.25/328.15	c cleaning 29996 clauses out of 60261 with flag 5077241/486000
350.03/345.92	c cleaning 31000 clauses out of 62265 with flag 5426667/518000
370.12/366.07	c cleaning 32003 clauses out of 64267 with flag 5839667/551002
390.11/386.05	c cleaning 32995 clauses out of 66265 with flag 6251110/585003
407.69/403.63	c cleaning 34000 clauses out of 68267 with flag 6600700/620000
426.58/422.51	c cleaning 35003 clauses out of 70268 with flag 6989329/656001
450.87/446.85	c cleaning 36001 clauses out of 72264 with flag 7465466/693000
472.85/468.83	c cleaning 36997 clauses out of 74266 with flag 7923360/731003
498.64/494.69	c cleaning 38000 clauses out of 76266 with flag 8384931/770000
525.93/521.93	c cleaning 38999 clauses out of 78266 with flag 8851866/810000
550.13/546.12	c cleaning 40000 clauses out of 80269 with flag 9333824/851002
577.36/573.24	c cleaning 41110 clauses out of 82267 with flag 9862145/893000
613.71/609.64	c cleaning 42060 clauses out of 84157 with flag 10351561/936000
677.11/672.71	c cleaning 43038 clauses out of 86097 with flag 10854408/980000
714.45/709.72	c cleaning 44012 clauses out of 88059 with flag 11449648/1025000
801.37/796.40	c cleaning 45015 clauses out of 90048 with flag 12010117/1071001
897.85/892.55	c cleaning 46012 clauses out of 92034 with flag 12585875/1118002
951.85/946.12	c cleaning 47006 clauses out of 94020 with flag 13143894/1166000
1077.38/1071.85	c cleaning 48008 clauses out of 96015 with flag 13805059/1215001
1188.68/1182.96	c cleaning 48995 clauses out of 98007 with flag 14450528/1265001
1261.28/1255.29	c cleaning 50003 clauses out of 100012 with flag 15101103/1316001
1385.45/1379.17	c cleaning 50998 clauses out of 102009 with flag 15757118/1368001
1516.03/1509.53	c cleaning 52003 clauses out of 104012 with flag 16406064/1421002
1681.60/1674.90	c cleaning 53004 clauses out of 106009 with flag 17089713/1475002
1855.19/1848.36	c cleaning 53999 clauses out of 108003 with flag 17848118/1530000
2032.76/2025.75	c cleaning 54999 clauses out of 110005 with flag 18683620/1586001
2195.87/2187.24	c cleaning 55999 clauses out of 112005 with flag 19404873/1643000
2421.94/2413.24	c cleaning 57004 clauses out of 114010 with flag 20088406/1701004
2619.50/2610.28	c cleaning 57990 clauses out of 116003 with flag 20746779/1760001
2862.73/2853.48	c cleaning 59002 clauses out of 118012 with flag 21327716/1820000
2975.78/2966.23	c cleaning 60001 clauses out of 120011 with flag 21835227/1881001
3091.67/3082.01	c cleaning 61005 clauses out of 122009 with flag 22272087/1943000
3210.75/3200.94	c cleaning 62000 clauses out of 124005 with flag 22768536/2006001
3302.80/3292.81	c cleaning 62982 clauses out of 126005 with flag 23378379/2070001
3357.87/3347.69	c cleaning 64004 clauses out of 128022 with flag 23997341/2135000
3473.41/3461.22	c cleaning 65006 clauses out of 130020 with flag 24517868/2201002
3536.35/3523.92	c cleaning 66003 clauses out of 132015 with flag 25038124/2268003
3600.09/3587.42	c timeout
3600.09/3587.43	c starts		: 20063
3600.09/3587.44	c conflicts		: 2320806
3600.09/3587.44	c decisions		: 14450492
3600.09/3587.44	c propagations		: 61754725
3600.09/3587.44	c inspects		: 12119074359
3600.09/3587.44	c shortcuts		: 0
3600.09/3587.44	c learnt literals	: 0
3600.09/3587.44	c learnt binary clauses	: 0
3600.09/3587.44	c learnt ternary clauses	: 0
3600.09/3587.44	c learnt constraints	: 2320806
3600.09/3587.44	c ignored constraints	: 0
3600.09/3587.44	c root simplifications	: 0
3600.09/3587.44	c removed literals (reason simplification)	: 21379517
3600.09/3587.44	c reason swapping (by a shorter reason)	: 0
3600.09/3587.44	c Calls to reduceDB	: 63
3600.09/3587.44	c Number of update (reduction) of LBD	: 1763748
3600.09/3587.44	c Imported unit clauses	: 0
3600.09/3587.44	c No decision after first conflict	: false
3600.09/3587.44	c number of reductions to clauses (during analyze)	: 0
3600.09/3587.44	c number of learned constraints concerned by reduction	: 0
3600.09/3587.44	c number of learning phase by resolution	: 0
3600.09/3587.44	c number of learning phase by cutting planes	: 0
3600.09/3587.44	c number of rounding to 1 operations	: 0
3600.09/3587.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3587.44	c number of reductions of the coefficients by power 2 	: 0
3600.09/3587.44	c number of right shift for reduction by power 2 	: 0
3600.09/3587.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3587.44	c number of ending skipping 	: 0
3600.09/3587.44	c number of internal skipping 	: 0
3600.09/3587.44	c number of derivation steps 	: 0
3600.09/3587.44	c number of skipped derivation steps 	: 0
3600.09/3587.44	c number of remaining unassigned 	: 0
3600.09/3587.44	c number of remaining assigned 	: 0
3600.09/3587.44	c number of falsified literals weakened from reason	: 0
3600.09/3587.44	c number of falsified literals weakened from conflict	: 0
3600.09/3587.44	c time for arithmetic operations	: 0
3600.09/3587.44	c minimum degree of deleted constraints	: null
3600.09/3587.44	c maximum degree of deleted constraints	: null
3600.09/3587.44	c number of deleted constraints	: 0
3600.09/3587.44	c speed (assignments/second)	: 17275.537305032154
3600.09/3587.44	c non guided choices	: 4225349
3600.09/3587.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 118815
3600.09/3587.50	s UNKNOWN
3600.09/3587.50	c Total wall clock time (in seconds): 3587.175

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: 63794 MiB (51422 MiB free)
  memory of node 1: 64507 MiB (60205 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4519476-1751559228/watcher-4519476-1751559228 -o /tmp/evaluation-result-4519476-1751559228/solver-4519476-1751559228 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751552048-79300 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4519476-1751559228.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100065 s]*
/proc/loadavg: 4.14 4.17 4.18 6/323 80182
/proc/meminfo: memFree=114286952/131382112 swapFree=33009904/33010684
[pid=80164] ppid=80161 vsize=18930384 memory=48304 CPUtime=0.12 cores=1,3
/proc/80164/stat : 80164 (java) S 80161 80164 79288 0 -1 4194304 5779 0 0 0 9 3 0 0 20 0 18 0 71601720 19384713216 12076 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
/proc/80164/statm: 4732596 12076 5308 1 0 546995 0
[pid=80164/tid=80166] ppid=80161 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/80164/task/80166/stat : 80166 (java) R 80161 80164 79288 0 -1 4194368 4636 0 0 0 5 2 0 0 20 0 18 0 71601722 19384713216 12076 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80175] ppid=80161 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/80164/task/80175/stat : 80175 (Finalizer) S 80161 80164 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71601727 19384713216 12076 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80182] ppid=80161 vsize=18930384 memory=61792617516369 CPUtime=0 cores=1,3
/proc/80164/task/80182/stat : 80182 (Common-Cleaner) S 80161 80164 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 71601728 19384713216 12076 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48304 KiB

[startup+0.211775 s]*
/proc/loadavg: 4.14 4.17 4.18 6/323 80182
/proc/meminfo: memFree=114285188/131382112 swapFree=33009904/33010684
[pid=80164] ppid=80161 vsize=18930384 memory=55568 CPUtime=0.29 cores=1,3
/proc/80164/stat : 80164 (java) S 80161 80164 79288 0 -1 4194304 6517 0 0 0 26 3 0 0 20 0 18 0 71601720 19384713216 13892 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
/proc/80164/statm: 4732596 13892 5340 1 0 547589 0
[pid=80164/tid=80166] ppid=80161 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=1,3
/proc/80164/task/80166/stat : 80166 (java) R 80161 80164 79288 0 -1 4194368 5024 0 0 0 15 2 0 0 20 0 18 0 71601722 19384713216 13892 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80175] ppid=80161 vsize=18930384 memory=1593 CPUtime=0 cores=1,3
/proc/80164/task/80175/stat : 80175 (Finalizer) S 80161 80164 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71601727 19384713216 13892 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80182] ppid=80161 vsize=18930384 memory=60693105869820 CPUtime=0 cores=1,3
/proc/80164/task/80182/stat : 80182 (Common-Cleaner) S 80161 80164 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 71601728 19384713216 13892 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55568 KiB

[startup+0.311613 s]*
/proc/loadavg: 4.14 4.17 4.18 7/323 80182
/proc/meminfo: memFree=114279328/131382112 swapFree=33009904/33010684
[pid=80164] ppid=80161 vsize=18930384 memory=58884 CPUtime=0.45 cores=1,3
/proc/80164/stat : 80164 (java) S 80161 80164 79288 0 -1 4194304 6786 0 0 0 41 4 0 0 20 0 18 0 71601720 19384713216 14721 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
/proc/80164/statm: 4732596 14721 5436 1 0 547778 0
[pid=80164/tid=80166] ppid=80161 vsize=18930384 memory=-6000919502754770023 CPUtime=0.26 cores=1,3
/proc/80164/task/80166/stat : 80166 (java) R 80161 80164 79288 0 -1 4194368 5197 0 0 0 23 3 0 0 20 0 18 0 71601722 19384713216 14721 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80175] ppid=80161 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/80164/task/80175/stat : 80175 (Finalizer) S 80161 80164 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71601727 19384713216 14721 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80182] ppid=80161 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/80164/task/80182/stat : 80182 (Common-Cleaner) S 80161 80164 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 71601728 19384713216 14721 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58884 KiB

[startup+0.700295 s]
/proc/loadavg: 4.14 4.17 4.18 6/324 80183
/proc/meminfo: memFree=114163884/131382112 swapFree=33009904/33010684
[pid=80164] ppid=80161 vsize=18996948 memory=610116 CPUtime=1.14 cores=1,3
/proc/80164/stat : 80164 (java) S 80161 80164 79288 0 -1 4194304 9565 0 0 0 97 17 0 0 20 0 19 0 71601720 19452874752 152529 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
/proc/80164/statm: 4749237 152529 5468 1 0 1075551 0
[pid=80164/tid=80166] ppid=80161 vsize=18996948 memory=18560 CPUtime=0.56 cores=1,3
/proc/80164/task/80166/stat : 80166 (java) R 80161 80164 79288 0 -1 4194368 5508 0 0 0 43 13 0 0 20 0 19 0 71601722 19452874752 152529 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80175] ppid=80161 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/80164/task/80175/stat : 80175 (Finalizer) S 80161 80164 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71601727 19452874752 152529 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80182] ppid=80161 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/80164/task/80182/stat : 80182 (Common-Cleaner) S 80161 80164 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71601728 19452874752 152529 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 610116 KiB

[startup+1.50025 s]
/proc/loadavg: 4.14 4.17 4.18 5/324 80183
/proc/meminfo: memFree=113223320/131382112 swapFree=33009904/33010684
[pid=80164] ppid=80161 vsize=18996948 memory=1792356 CPUtime=2.55 cores=1,3
/proc/80164/stat : 80164 (java) S 80161 80164 79288 0 -1 4194304 12230 0 0 0 212 43 0 0 20 0 19 0 71601720 19452874752 448089 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
/proc/80164/statm: 4749237 448089 5532 1 0 1077064 0
[pid=80164/tid=80166] ppid=80161 vsize=18996948 memory=3200 CPUtime=1.31 cores=1,3
/proc/80164/task/80166/stat : 80166 (java) R 80161 80164 79288 0 -1 4194368 6081 0 0 0 93 38 0 0 20 0 19 0 71601722 19452874752 448089 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80175] ppid=80161 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/80164/task/80175/stat : 80175 (Finalizer) S 80161 80164 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71601727 19452874752 448089 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80182] ppid=80161 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/80164/task/80182/stat : 80182 (Common-Cleaner) S 80161 80164 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71601728 19452874752 448089 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
Current children cumulated CPU time: 2.55 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1792356 KiB

[startup+3.10965 s]
/proc/loadavg: 4.21 4.19 4.18 8/302 80265
/proc/meminfo: memFree=121543800/131382112 swapFree=33009904/33010684
[pid=80164] ppid=80161 vsize=18996948 memory=3054928 CPUtime=4.34 cores=1,3
/proc/80164/stat : 80164 (java) S 80161 80164 79288 0 -1 4194304 14809 0 0 0 362 72 0 0 20 0 19 0 71601720 19452874752 763732 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
/proc/80164/statm: 4749237 763732 5532 1 0 1199126 0
[pid=80164/tid=80166] ppid=80161 vsize=18996948 memory=11264 CPUtime=2.85 cores=1,3
/proc/80164/task/80166/stat : 80166 (java) R 80161 80164 79288 0 -1 4194368 6768 0 0 0 219 66 0 0 20 0 19 0 71601722 19452874752 763732 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80175] ppid=80161 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/80164/task/80175/stat : 80175 (Finalizer) S 80161 80164 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71601727 19452874752 763732 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80182] ppid=80161 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/80164/task/80182/stat : 80182 (Common-Cleaner) S 80161 80164 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71601728 19452874752 763732 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
Current children cumulated CPU time: 4.34 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3054928 KiB

[startup+6.30096 s]
/proc/loadavg: 4.21 4.19 4.18 6/324 80317
/proc/meminfo: memFree=119476372/131382112 swapFree=33009904/33010684
[pid=80164] ppid=80161 vsize=18996948 memory=4650624 CPUtime=7.67 cores=1,3
/proc/80164/stat : 80164 (java) S 80161 80164 79288 0 -1 4194304 16939 0 0 0 653 114 0 0 20 0 19 0 71601720 19452874752 1162656 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
/proc/80164/statm: 4749237 1162656 5532 1 0 1606478 0
[pid=80164/tid=80166] ppid=80161 vsize=18996948 memory=5632 CPUtime=5.65 cores=1,3
/proc/80164/task/80166/stat : 80166 (java) S 80161 80164 79288 0 -1 4194368 7793 0 0 0 458 107 0 0 20 0 19 0 71601722 19452874752 1162656 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80175] ppid=80161 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/80164/task/80175/stat : 80175 (Finalizer) S 80161 80164 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71601727 19452874752 1162656 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80182] ppid=80161 vsize=18996948 memory=-6000919502754770023 CPUtime=0 cores=1,3
/proc/80164/task/80182/stat : 80182 (Common-Cleaner) S 80161 80164 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71601728 19452874752 1162656 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
Current children cumulated CPU time: 7.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4650624 KiB

[startup+12.7003 s]
/proc/loadavg: 4.32 4.21 4.19 5/324 80317
/proc/meminfo: memFree=116954560/131382112 swapFree=33009904/33010684
[pid=80164] ppid=80161 vsize=18996948 memory=6790568 CPUtime=14.7 cores=1,3
/proc/80164/stat : 80164 (java) S 80161 80164 79288 0 -1 4194304 19791 0 0 0 1304 166 0 0 20 0 19 0 71601720 19452874752 1697642 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
/proc/80164/statm: 4749237 1697642 5564 1 0 2147593 0
[pid=80164/tid=80166] ppid=80161 vsize=18996948 memory=4650624 CPUtime=11.31 cores=1,3
/proc/80164/task/80166/stat : 80166 (java) R 80161 80164 79288 0 -1 4194368 9703 0 0 0 974 157 0 0 20 0 19 0 71601722 19452874752 1697642 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80175] ppid=80161 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/80164/task/80175/stat : 80175 (Finalizer) S 80161 80164 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71601727 19452874752 1697642 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80182] ppid=80161 vsize=18996948 memory=14720 CPUtime=0 cores=1,3
/proc/80164/task/80182/stat : 80182 (Common-Cleaner) S 80161 80164 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71601728 19452874752 1697642 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
Current children cumulated CPU time: 14.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 6790568 KiB

[startup+25.5004 s]
/proc/loadavg: 4.27 4.21 4.19 5/325 80385
/proc/meminfo: memFree=120171308/131382112 swapFree=33009904/33010684
[pid=80164] ppid=80161 vsize=19063512 memory=6794640 CPUtime=29.58 cores=1,3
/proc/80164/stat : 80164 (java) S 80161 80164 79288 0 -1 4194304 22163 0 0 0 2786 172 0 0 20 0 20 0 71601720 19521036288 1698660 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
/proc/80164/statm: 4765878 1698660 5564 1 0 2148061 0
[pid=80164/tid=80166] ppid=80161 vsize=19063512 memory=4650624 CPUtime=24.02 cores=1,3
/proc/80164/task/80166/stat : 80166 (java) R 80161 80164 79288 0 -1 4194368 9821 0 0 0 2243 159 0 0 20 0 20 0 71601722 19521036288 1698660 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80175] ppid=80161 vsize=19063512 memory=4650624 CPUtime=0 cores=1,3
/proc/80164/task/80175/stat : 80175 (Finalizer) S 80161 80164 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601727 19521036288 1698660 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80182] ppid=80161 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/80164/task/80182/stat : 80182 (Common-Cleaner) S 80161 80164 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 71601728 19521036288 1698660 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80329] ppid=80161 vsize=19063512 memory=6794640 CPUtime=0 cores=1,3
/proc/80164/task/80329/stat : 80329 (Timer-0) S 80161 80164 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602995 19521036288 1698660 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
Current children cumulated CPU time: 29.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6794640 KiB

[startup+51.1133 s]
/proc/loadavg: 4.44 4.25 4.20 5/325 80386
/proc/meminfo: memFree=117828152/131382112 swapFree=33009904/33010684
[pid=80164] ppid=80161 vsize=19063512 memory=6794640 CPUtime=55.17 cores=1,3
/proc/80164/stat : 80164 (java) S 80161 80164 79288 0 -1 4194304 24008 0 0 0 5342 175 0 0 20 0 20 0 71601720 19521036288 1698660 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
/proc/80164/statm: 4765878 1698660 5564 1 0 2148061 0
[pid=80164/tid=80166] ppid=80161 vsize=19063512 memory=0 CPUtime=49.55 cores=1,3
/proc/80164/task/80166/stat : 80166 (java) R 80161 80164 79288 0 -1 4194368 10650 0 0 0 4796 159 0 0 20 0 20 0 71601722 19521036288 1698660 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80175] ppid=80161 vsize=19063512 memory=6794640 CPUtime=0 cores=1,3
/proc/80164/task/80175/stat : 80175 (Finalizer) S 80161 80164 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601727 19521036288 1698660 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80182] ppid=80161 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/80164/task/80182/stat : 80182 (Common-Cleaner) S 80161 80164 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 71601728 19521036288 1698660 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80329] ppid=80161 vsize=19063512 memory=6794640 CPUtime=0 cores=1,3
/proc/80164/task/80329/stat : 80329 (Timer-0) S 80161 80164 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602995 19521036288 1698660 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
Current children cumulated CPU time: 55.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6794640 KiB

[startup+102.301 s]
/proc/loadavg: 4.35 4.26 4.20 5/325 80388
/proc/meminfo: memFree=114995480/131382112 swapFree=33009904/33010684

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

/proc/80164/task/80175/stat : 80175 (Finalizer) S 80161 80164 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601727 19521036288 2134609 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80182] ppid=80161 vsize=19063512 memory=8538436 CPUtime=0.01 cores=1,3
/proc/80164/task/80182/stat : 80182 (Common-Cleaner) S 80161 80164 79288 0 -1 4194368 4582 0 0 0 0 1 0 0 20 0 20 0 71601728 19521036288 2134609 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80329] ppid=80161 vsize=19063512 memory=8538436 CPUtime=0 cores=1,3
/proc/80164/task/80329/stat : 80329 (Timer-0) S 80161 80164 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602995 19521036288 2134609 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
Current children cumulated CPU time: 3232.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8538436 KiB

[startup+3282.3 s]
/proc/loadavg: 4.58 4.37 4.30 5/325 80545
/proc/meminfo: memFree=92184572/131382112 swapFree=33009904/33010684
[pid=80164] ppid=80161 vsize=19063512 memory=8538436 CPUtime=3292.32 cores=1,3
/proc/80164/stat : 80164 (java) S 80161 80164 79288 0 -1 4194304 148506 0 0 0 328725 507 0 0 20 0 20 0 71601720 19521036288 2134609 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
/proc/80164/statm: 4765878 2134609 5596 1 0 2150796 0
[pid=80164/tid=80166] ppid=80161 vsize=19063512 memory=8077388 CPUtime=3263.62 cores=1,3
/proc/80164/task/80166/stat : 80166 (java) R 80161 80164 79288 0 -1 4194368 75217 0 0 0 326189 173 0 0 20 0 20 0 71601722 19521036288 2134609 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80175] ppid=80161 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/80164/task/80175/stat : 80175 (Finalizer) S 80161 80164 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601727 19521036288 2134609 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80182] ppid=80161 vsize=19063512 memory=8538436 CPUtime=0.01 cores=1,3
/proc/80164/task/80182/stat : 80182 (Common-Cleaner) S 80161 80164 79288 0 -1 4194368 4673 0 0 0 0 1 0 0 20 0 20 0 71601728 19521036288 2134609 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80329] ppid=80161 vsize=19063512 memory=8538436 CPUtime=0 cores=1,3
/proc/80164/task/80329/stat : 80329 (Timer-0) S 80161 80164 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602995 19521036288 2134609 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
Current children cumulated CPU time: 3292.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8538436 KiB

[startup+3342.3 s]
/proc/loadavg: 4.67 4.45 4.34 5/325 80547
/proc/meminfo: memFree=92180248/131382112 swapFree=33009904/33010684
[pid=80164] ppid=80161 vsize=19063512 memory=8540556 CPUtime=3352.57 cores=1,3
/proc/80164/stat : 80164 (java) S 80161 80164 79288 0 -1 4194304 150315 0 0 0 334746 511 0 0 20 0 20 0 71601720 19521036288 2135139 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
/proc/80164/statm: 4765878 2135139 5596 1 0 2150811 0
[pid=80164/tid=80166] ppid=80161 vsize=19063512 memory=8077388 CPUtime=3323.1 cores=1,3
/proc/80164/task/80166/stat : 80166 (java) R 80161 80164 79288 0 -1 4194368 76476 0 0 0 332137 173 0 0 20 0 20 0 71601722 19521036288 2135139 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80175] ppid=80161 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/80164/task/80175/stat : 80175 (Finalizer) S 80161 80164 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601727 19521036288 2135139 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80182] ppid=80161 vsize=19063512 memory=18560 CPUtime=0.01 cores=1,3
/proc/80164/task/80182/stat : 80182 (Common-Cleaner) S 80161 80164 79288 0 -1 4194368 4707 0 0 0 0 1 0 0 20 0 20 0 71601728 19521036288 2135139 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80329] ppid=80161 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/80164/task/80329/stat : 80329 (Timer-0) S 80161 80164 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602995 19521036288 2135139 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
Current children cumulated CPU time: 3352.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8540556 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.33 4.30 4/300 80583
/proc/meminfo: memFree=107444652/131382112 swapFree=33009904/33010684
[pid=80164] ppid=80161 vsize=19063512 memory=8540556 CPUtime=3412.79 cores=1,3
/proc/80164/stat : 80164 (java) S 80161 80164 79288 0 -1 4194304 152649 0 0 0 340763 516 0 0 20 0 20 0 71601720 19521036288 2135139 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
/proc/80164/statm: 4765878 2135139 5596 1 0 2150811 0
[pid=80164/tid=80166] ppid=80161 vsize=19063512 memory=8077388 CPUtime=3382.59 cores=1,3
/proc/80164/task/80166/stat : 80166 (java) R 80161 80164 79288 0 -1 4194368 77820 0 0 0 338085 174 0 0 20 0 20 0 71601722 19521036288 2135139 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80175] ppid=80161 vsize=19063512 memory=8540556 CPUtime=0 cores=1,3
/proc/80164/task/80175/stat : 80175 (Finalizer) S 80161 80164 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601727 19521036288 2135139 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80182] ppid=80161 vsize=19063512 memory=8540556 CPUtime=0.01 cores=1,3
/proc/80164/task/80182/stat : 80182 (Common-Cleaner) S 80161 80164 79288 0 -1 4194368 4754 0 0 0 0 1 0 0 20 0 20 0 71601728 19521036288 2135139 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80329] ppid=80161 vsize=19063512 memory=8540556 CPUtime=0 cores=1,3
/proc/80164/task/80329/stat : 80329 (Timer-0) S 80161 80164 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602995 19521036288 2135139 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
Current children cumulated CPU time: 3412.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8540556 KiB

[startup+3462.3 s]
/proc/loadavg: 3.44 4.10 4.22 4/300 80585
/proc/meminfo: memFree=107444552/131382112 swapFree=33009904/33010684
[pid=80164] ppid=80161 vsize=19063512 memory=8540812 CPUtime=3474.51 cores=1,3
/proc/80164/stat : 80164 (java) S 80161 80164 79288 0 -1 4194304 158431 0 0 0 346930 521 0 0 20 0 20 0 71601720 19521036288 2135203 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
/proc/80164/statm: 4765878 2135203 5596 1 0 2150895 0
[pid=80164/tid=80166] ppid=80161 vsize=19063512 memory=8077388 CPUtime=3442.02 cores=1,3
/proc/80164/task/80166/stat : 80166 (java) R 80161 80164 79288 0 -1 4194368 79388 0 0 0 344027 175 0 0 20 0 20 0 71601722 19521036288 2135203 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80175] ppid=80161 vsize=19063512 memory=8540556 CPUtime=0 cores=1,3
/proc/80164/task/80175/stat : 80175 (Finalizer) S 80161 80164 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601727 19521036288 2135203 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80182] ppid=80161 vsize=19063512 memory=14720 CPUtime=0.01 cores=1,3
/proc/80164/task/80182/stat : 80182 (Common-Cleaner) S 80161 80164 79288 0 -1 4194368 4890 0 0 0 0 1 0 0 20 0 20 0 71601728 19521036288 2135203 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80329] ppid=80161 vsize=19063512 memory=8540812 CPUtime=0 cores=1,3
/proc/80164/task/80329/stat : 80329 (Timer-0) S 80161 80164 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602995 19521036288 2135203 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
Current children cumulated CPU time: 3474.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8540812 KiB

[startup+3522.3 s]
/proc/loadavg: 3.31 3.95 4.16 4/301 80590
/proc/meminfo: memFree=107445788/131382112 swapFree=33009904/33010684
[pid=80164] ppid=80161 vsize=19063512 memory=8540940 CPUtime=3534.75 cores=1,3
/proc/80164/stat : 80164 (java) S 80161 80164 79288 0 -1 4194304 160471 0 0 0 352949 526 0 0 20 0 20 0 71601720 19521036288 2135235 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
/proc/80164/statm: 4765878 2135235 5596 1 0 2150895 0
[pid=80164/tid=80166] ppid=80161 vsize=19063512 memory=8077388 CPUtime=3501.4 cores=1,3
/proc/80164/task/80166/stat : 80166 (java) R 80161 80164 79288 0 -1 4194368 80328 0 0 0 349965 175 0 0 20 0 20 0 71601722 19521036288 2135235 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80175] ppid=80161 vsize=19063512 memory=279782626347616 CPUtime=0 cores=1,3
/proc/80164/task/80175/stat : 80175 (Finalizer) S 80161 80164 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601727 19521036288 2135235 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80182] ppid=80161 vsize=19063512 memory=8540940 CPUtime=0.01 cores=1,3
/proc/80164/task/80182/stat : 80182 (Common-Cleaner) S 80161 80164 79288 0 -1 4194368 5031 0 0 0 0 1 0 0 20 0 20 0 71601728 19521036288 2135235 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80329] ppid=80161 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/80164/task/80329/stat : 80329 (Timer-0) S 80161 80164 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602995 19521036288 2135235 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
Current children cumulated CPU time: 3534.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8540940 KiB

[startup+3582.3 s]
/proc/loadavg: 2.88 3.72 4.07 3/276 80625
/proc/meminfo: memFree=118848164/131382112 swapFree=33009904/33010684
[pid=80164] ppid=80161 vsize=19063512 memory=8540940 CPUtime=3595 cores=1,3
/proc/80164/stat : 80164 (java) S 80161 80164 79288 0 -1 4194304 163038 0 0 0 358969 531 0 0 20 0 20 0 71601720 19521036288 2135235 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
/proc/80164/statm: 4765878 2135235 5596 1 0 2150895 0
[pid=80164/tid=80166] ppid=80161 vsize=19063512 memory=8077388 CPUtime=3560.85 cores=1,3
/proc/80164/task/80166/stat : 80166 (java) R 80161 80164 79288 0 -1 4194368 81786 0 0 0 355909 176 0 0 20 0 20 0 71601722 19521036288 2135235 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80175] ppid=80161 vsize=19063512 memory=8540940 CPUtime=0 cores=1,3
/proc/80164/task/80175/stat : 80175 (Finalizer) S 80161 80164 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601727 19521036288 2135235 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80182] ppid=80161 vsize=19063512 memory=8540940 CPUtime=0.01 cores=1,3
/proc/80164/task/80182/stat : 80182 (Common-Cleaner) S 80161 80164 79288 0 -1 4194368 5157 0 0 0 0 1 0 0 20 0 20 0 71601728 19521036288 2135235 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80329] ppid=80161 vsize=19063512 memory=18560 CPUtime=0 cores=1,3
/proc/80164/task/80329/stat : 80329 (Timer-0) S 80161 80164 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602995 19521036288 2135235 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
Current children cumulated CPU time: 3595 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8540940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3587.4 s]
/proc/loadavg: 2.81 3.69 4.06 3/276 80625
/proc/meminfo: memFree=118848164/131382112 swapFree=33009904/33010684
[pid=80164] ppid=80161 vsize=19063512 memory=8540940 CPUtime=3600.09 cores=1,3
/proc/80164/stat : 80164 (java) S 80161 80164 79288 0 -1 4194304 163113 0 0 0 359478 531 0 0 20 0 20 0 71601720 19521036288 2135235 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
/proc/80164/statm: 4765878 2135235 5596 1 0 2150895 0
[pid=80164/tid=80166] ppid=80161 vsize=19063512 memory=-6000919502754770023 CPUtime=3565.93 cores=1,3
/proc/80164/task/80166/stat : 80166 (java) R 80161 80164 79288 0 -1 4194368 81861 0 0 0 356417 176 0 0 20 0 20 0 71601722 19521036288 2135235 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80175] ppid=80161 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/80164/task/80175/stat : 80175 (Finalizer) S 80161 80164 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601727 19521036288 2135235 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80182] ppid=80161 vsize=19063512 memory=3200 CPUtime=0.01 cores=1,3
/proc/80164/task/80182/stat : 80182 (Common-Cleaner) S 80161 80164 79288 0 -1 4194368 5157 0 0 0 0 1 0 0 20 0 20 0 71601728 19521036288 2135235 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
[pid=80164/tid=80329] ppid=80161 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/80164/task/80329/stat : 80329 (Timer-0) S 80161 80164 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602995 19521036288 2135235 18446744073709551615 94508679462912 94508679466608 140724301574688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94508679474424 94508679475216 94508703191040 140724301580673 140724301580774 140724301580774 140724301586376 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8540940 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.95 s, system=5.34532 s

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

[startup+3587.51 s]*
/proc/loadavg: 2.81 3.69 4.06 3/258 80628
/proc/meminfo: memFree=119376128/131382112 swapFree=33009904/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3587.53
CPU time (s): 3600.29
CPU user time (s): 3594.95
CPU system time (s): 5.34532
CPU usage (%): 100.356
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 8540940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.95
system time used= 5.34532
maximum resident set size= 8541836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165451
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147074
involuntary context switches= 3770


# summary of solver processes directly reported to runsolver:
#   pid: 80164
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3594.95
#   total CPU system time (s): 5.34532

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1078 second user time and 37.7418 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-03 18:13:48
IDJOB=4519476
IDBENCH=177259
IDSOLVER=3363
FILE ID=nodeC001/4519476-1751559228
RUNJOBID= nodeC001-1751552048-79300
SLURM_JOB_ID= 9598733
Free space on /tmp= 432496 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_height30_pigeons29_holes28.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519476-1751559228/watcher-4519476-1751559228 -o /tmp/evaluation-result-4519476-1751559228/solver-4519476-1751559228 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751552048-79300 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4519476-1751559228.opb

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

MD5SUM BENCH= c8ceefdda568d430d72bfadd598002dc
RANDOM SEED=70241230

nodeC001 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		: 3511.670
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.49
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.167
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.49
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.304
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.49
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.425
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.49
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		: 3591.508
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.49
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		: 3491.728
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.49
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.428
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.49
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.510
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        114307428 kB
MemAvailable:   115417444 kB
Buffers:            1668 kB
Cached:          1895224 kB
SwapCached:          128 kB
Active:         14808608 kB
Inactive:        1657556 kB
Active(anon):   14558780 kB
Inactive(anon):    28268 kB
Active(file):     249828 kB
Inactive(file):  1629288 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10412 kB
Writeback:             0 kB
AnonPages:      14571208 kB
Mapped:           123472 kB
Shmem:             17776 kB
KReclaimable:     140672 kB
Slab:             226544 kB
SReclaimable:     140672 kB
SUnreclaim:        85872 kB
KernelStack:        4928 kB
PageTables:        32232 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   18866000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14229504 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432496 MiB
End job on nodeC001 at 2025-07-03 19:13:36