Trace number 4542432

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.22 3585.21

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height49_pigeons48_holes47.opb
MD5SUM7e0508be19eaed927bf3c4f26c43c105
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1875.25
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2878950
Total number of constraints128479
Number of constraints which are clauses64877
Number of constraints which are cardinality constraints (but not clauses)58652
Number of constraints which are nor clauses,nor cardinality constraints4950
Minimum length of a constraint47
Maximum length of a constraint52
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 55
Number of bits of the biggest sum of numbers6
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-4542432-1753216028.opb
0.12/0.13	c reading problem ... 
0.12/0.15	c  no objective function found
236.74/234.09	c ... done. Wall clock time 233.96s.
236.74/234.09	c declared #vars     2878950
236.74/234.09	c #constraints  128479
236.74/234.09	c constraints type 
236.74/234.09	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 63602
236.74/234.09	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 64877
236.74/234.09	c 128479 constraints processed.
240.47/237.10	c cleaning 2494 clauses out of 5000 with flag 33026/5000
243.76/240.15	c cleaning 4245 clauses out of 8507 with flag 72346/11001
247.13/243.34	c cleaning 5626 clauses out of 11261 with flag 117799/18000
250.92/247.15	c cleaning 6806 clauses out of 13635 with flag 166791/26000
255.41/251.68	c cleaning 7897 clauses out of 15829 with flag 222729/35000
260.90/257.11	c cleaning 8947 clauses out of 17932 with flag 294335/45000
267.49/263.70	c cleaning 9977 clauses out of 19985 with flag 371530/56000
275.06/271.32	c cleaning 10985 clauses out of 22010 with flag 451803/68002
282.86/279.11	c cleaning 11957 clauses out of 24024 with flag 543475/81001
289.24/285.51	c cleaning 12962 clauses out of 26066 with flag 643271/95000
297.12/293.48	c cleaning 13975 clauses out of 28104 with flag 746611/110000
306.52/302.81	c cleaning 14999 clauses out of 30130 with flag 860940/126001
318.63/314.97	c cleaning 15989 clauses out of 32130 with flag 992330/143000
327.72/324.02	c cleaning 16997 clauses out of 34146 with flag 1119533/161005
336.95/333.18	c cleaning 17989 clauses out of 36144 with flag 1240568/180000
347.22/343.48	c cleaning 18977 clauses out of 38156 with flag 1375876/200001
357.91/354.13	c cleaning 20011 clauses out of 40178 with flag 1511387/221000
369.08/365.34	c cleaning 21002 clauses out of 42167 with flag 1667151/243000
380.45/376.73	c cleaning 21992 clauses out of 44167 with flag 1817383/266002
395.92/392.27	c cleaning 22995 clauses out of 46173 with flag 1979049/290000
413.59/409.97	c cleaning 23995 clauses out of 48178 with flag 2176545/315000
432.75/429.12	c cleaning 24999 clauses out of 50183 with flag 2375276/341000
447.33/443.68	c cleaning 25981 clauses out of 52189 with flag 2548440/368005
465.20/461.58	c cleaning 26992 clauses out of 54204 with flag 2740845/396001
482.14/478.57	c cleaning 27918 clauses out of 56212 with flag 2952450/425001
502.49/498.91	c cleaning 29132 clauses out of 58293 with flag 3160346/455000
524.74/521.21	c cleaning 30062 clauses out of 60163 with flag 3383292/486002
540.29/536.83	c cleaning 30992 clauses out of 62099 with flag 3594016/518000
558.58/554.97	c cleaning 32027 clauses out of 64110 with flag 3803768/551003
578.94/575.31	c cleaning 33013 clauses out of 66080 with flag 4047448/585000
607.15/603.46	c cleaning 34012 clauses out of 68068 with flag 4275290/620001
630.62/626.74	c cleaning 34996 clauses out of 70055 with flag 4528505/656000
650.88/647.09	c cleaning 35954 clauses out of 72061 with flag 4765549/693002
668.44/664.57	c cleaning 36956 clauses out of 74105 with flag 5012595/731000
688.69/684.89	c cleaning 37977 clauses out of 76149 with flag 5274707/770000
711.63/707.74	c cleaning 38964 clauses out of 78173 with flag 5529835/810001
736.78/732.94	c cleaning 39986 clauses out of 80208 with flag 5789390/851000
759.15/755.25	c cleaning 40943 clauses out of 82223 with flag 6057319/893001
796.97/793.16	c cleaning 41997 clauses out of 84281 with flag 6386328/936002
841.88/837.97	c cleaning 43108 clauses out of 86282 with flag 6697546/980000
913.92/909.84	c cleaning 44052 clauses out of 88174 with flag 7024279/1025000
979.83/975.68	c cleaning 45028 clauses out of 90125 with flag 7333201/1071003
1045.90/1041.62	c cleaning 46005 clauses out of 92096 with flag 7686092/1118002
1113.37/1107.23	c cleaning 47011 clauses out of 94089 with flag 8078701/1166000
1150.92/1144.45	c cleaning 48040 clauses out of 96080 with flag 8661392/1215002
1178.85/1172.24	c cleaning 48986 clauses out of 98038 with flag 8990239/1265000
1234.59/1227.98	c cleaning 49991 clauses out of 100054 with flag 9363126/1316002
1281.71/1274.98	c cleaning 51016 clauses out of 102061 with flag 9743677/1368000
1364.93/1358.18	c cleaning 52010 clauses out of 104049 with flag 10093654/1421004
1435.41/1428.58	c cleaning 53002 clauses out of 106035 with flag 10504257/1475000
1514.42/1507.20	c cleaning 53999 clauses out of 108036 with flag 10912224/1530003
1595.67/1586.59	c cleaning 55001 clauses out of 110034 with flag 11323047/1586000
1657.25/1648.09	c cleaning 55998 clauses out of 112033 with flag 11761713/1643000
1709.42/1700.11	c cleaning 56958 clauses out of 114035 with flag 12223779/1701000
1753.65/1744.33	c cleaning 57983 clauses out of 116078 with flag 12585784/1760001
1795.38/1786.08	c cleaning 58966 clauses out of 118097 with flag 12990644/1820003
1875.86/1866.62	c cleaning 59981 clauses out of 120128 with flag 13427987/1881000
1958.62/1949.16	c cleaning 60994 clauses out of 122152 with flag 13870324/1943005
2039.48/2029.98	c cleaning 61993 clauses out of 124157 with flag 14345501/2006004
2126.22/2116.63	c cleaning 62991 clauses out of 126163 with flag 14824066/2070003
2187.45/2175.63	c cleaning 64071 clauses out of 128171 with flag 15306163/2135002
2273.26/2261.44	c cleaning 65035 clauses out of 130101 with flag 15763307/2201003
2361.86/2350.08	c cleaning 66019 clauses out of 132064 with flag 16207538/2268001
2441.20/2429.16	c cleaning 67000 clauses out of 134044 with flag 16735054/2336000
2541.09/2529.02	c cleaning 67999 clauses out of 136044 with flag 17207523/2405000
2645.11/2632.82	c cleaning 69003 clauses out of 138045 with flag 17740912/2475000
2749.93/2737.62	c cleaning 69993 clauses out of 140042 with flag 18262287/2546000
2863.90/2851.47	c cleaning 71002 clauses out of 142049 with flag 18789517/2618000
2939.66/2927.19	c cleaning 71983 clauses out of 144047 with flag 19303757/2691000
3018.91/3006.49	c cleaning 73003 clauses out of 146064 with flag 19780719/2765000
3135.09/3122.52	c cleaning 74010 clauses out of 148061 with flag 20299484/2840000
3256.29/3241.78	c cleaning 75004 clauses out of 150052 with flag 20837611/2916001
3330.59/3315.93	c cleaning 75996 clauses out of 152048 with flag 21402417/2993001
3465.17/3450.43	c cleaning 77012 clauses out of 154053 with flag 21833562/3071002
3518.62/3503.70	c cleaning 77975 clauses out of 156039 with flag 22375533/3150000
3600.07/3585.12	c starts		: 807
3600.07/3585.12	c conflicts		: 3220375
3600.07/3585.12	c decisions		: 180896074
3600.07/3585.12	c propagations		: 392471998
3600.07/3585.12	c inspects		: 9834512632
3600.07/3585.12	c shortcuts		: 0
3600.07/3585.12	c learnt literals	: 0
3600.07/3585.12	c learnt binary clauses	: 0
3600.07/3585.12	c learnt ternary clauses	: 0
3600.07/3585.12	c learnt constraints	: 3220375
3600.07/3585.12	c ignored constraints	: 0
3600.07/3585.12	c root simplifications	: 0
3600.07/3585.12	c removed literals (reason simplification)	: 9369126
3600.07/3585.12	c reason swapping (by a shorter reason)	: 0
3600.07/3585.12	c Calls to reduceDB	: 75
3600.07/3585.12	c Number of update (reduction) of LBD	: 2138210
3600.07/3585.12	c timeout
3600.07/3585.12	c Imported unit clauses	: 0
3600.07/3585.12	c No decision after first conflict	: false
3600.07/3585.12	c number of reductions to clauses (during analyze)	: 0
3600.07/3585.12	c number of learned constraints concerned by reduction	: 0
3600.07/3585.12	c number of learning phase by resolution	: 0
3600.07/3585.12	c number of learning phase by cutting planes	: 0
3600.07/3585.12	c number of rounding to 1 operations	: 0
3600.07/3585.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3585.12	c number of reductions of the coefficients by power 2 	: 0
3600.07/3585.12	c number of right shift for reduction by power 2 	: 0
3600.07/3585.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3585.12	c number of ending skipping 	: 0
3600.07/3585.12	c number of internal skipping 	: 0
3600.07/3585.12	c number of derivation steps 	: 0
3600.07/3585.12	c number of skipped derivation steps 	: 0
3600.07/3585.13	c number of remaining unassigned 	: 0
3600.07/3585.13	c number of remaining assigned 	: 0
3600.07/3585.13	c number of falsified literals weakened from reason	: 0
3600.07/3585.13	c number of falsified literals weakened from conflict	: 0
3600.07/3585.13	c time for arithmetic operations	: 0
3600.07/3585.13	c minimum degree of deleted constraints	: null
3600.07/3585.13	c maximum degree of deleted constraints	: null
3600.07/3585.13	c number of deleted constraints	: 0
3600.07/3585.13	c speed (assignments/second)	: 117122.43166500297
3600.07/3585.13	c non guided choices	: 175755441
3600.07/3585.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 148439
3600.07/3585.18	s UNKNOWN
3600.07/3585.18	c Total wall clock time (in seconds): 3585.058

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (58058 MiB free)
  memory of node 1: 64465 MiB (59936 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542432-1753216028/watcher-4542432-1753216028 -o /tmp/evaluation-result-4542432-1753216028/solver-4542432-1753216028 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1753212428-151460 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4542432-1753216028.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

[startup+0.10006 s]*
/proc/loadavg: 4.86 4.34 4.15 5/337 152036
/proc/meminfo: memFree=120798584/131250000 swapFree=33010672/33010684
[pid=152018] ppid=152015 vsize=18930384 memory=57876 CPUtime=0.12 cores=5,7
/proc/152018/stat : 152018 (java) S 152015 152018 151447 0 -1 4194304 6573 0 0 0 11 1 0 0 20 0 18 0 237281489 19384713216 14469 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
/proc/152018/statm: 4732596 14469 5366 1 0 547620 0
[pid=152018/tid=152020] ppid=152015 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/152018/task/152020/stat : 152020 (java) R 152015 152018 151447 0 -1 4194368 5074 0 0 0 7 1 0 0 20 0 18 0 237281491 19384713216 14469 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152029] ppid=152015 vsize=18930384 memory=237112656212 CPUtime=0 cores=5,7
/proc/152018/task/152029/stat : 152029 (Finalizer) S 152015 152018 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237281493 19384713216 14469 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152036] ppid=152015 vsize=18930384 memory=60684515961493 CPUtime=0 cores=5,7
/proc/152018/task/152036/stat : 152036 (Common-Cleaner) S 152015 152018 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237281493 19384713216 14469 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57876 KiB

[startup+0.205665 s]*
/proc/loadavg: 4.86 4.34 4.15 5/338 152039
/proc/meminfo: memFree=120607144/131250000 swapFree=33010672/33010684
[pid=152018] ppid=152015 vsize=18930384 memory=247956 CPUtime=0.29 cores=5,7
/proc/152018/stat : 152018 (java) S 152015 152018 151447 0 -1 4194304 7011 0 0 0 24 5 0 0 20 0 18 0 237281489 19384713216 61989 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
/proc/152018/statm: 4732596 61989 5430 1 0 547839 0
[pid=152018/tid=152020] ppid=152015 vsize=18930384 memory=4026925340 CPUtime=0.18 cores=5,7
/proc/152018/task/152020/stat : 152020 (java) R 152015 152018 151447 0 -1 4194368 5356 0 0 0 13 5 0 0 20 0 18 0 237281491 19384713216 61989 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152029] ppid=152015 vsize=18930384 memory=2573 CPUtime=0 cores=5,7
/proc/152018/task/152029/stat : 152029 (Finalizer) S 152015 152018 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237281493 19384713216 61989 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152036] ppid=152015 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/152018/task/152036/stat : 152036 (Common-Cleaner) S 152015 152018 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237281493 19384713216 61989 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 247956 KiB

[startup+0.30563 s]*
/proc/loadavg: 4.86 4.34 4.15 4/317 152047
/proc/meminfo: memFree=122382536/131250000 swapFree=33010672/33010684
[pid=152018] ppid=152015 vsize=18930384 memory=629140 CPUtime=0.42 cores=5,7
/proc/152018/stat : 152018 (java) S 152015 152018 151447 0 -1 4194304 7256 0 0 0 30 12 0 0 20 0 18 0 237281489 19384713216 157285 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
/proc/152018/statm: 4732596 157285 5430 1 0 547887 0
[pid=152018/tid=152020] ppid=152015 vsize=18930384 memory=-8599736099979174588 CPUtime=0.27 cores=5,7
/proc/152018/task/152020/stat : 152020 (java) R 152015 152018 151447 0 -1 4194368 5542 0 0 0 15 12 0 0 20 0 18 0 237281491 19384713216 157285 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152029] ppid=152015 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/152018/task/152029/stat : 152029 (Finalizer) S 152015 152018 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237281493 19384713216 157285 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152036] ppid=152015 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/152018/task/152036/stat : 152036 (Common-Cleaner) S 152015 152018 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237281493 19384713216 157285 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 629140 KiB

[startup+0.700246 s]
/proc/loadavg: 4.86 4.34 4.15 5/315 152048
/proc/meminfo: memFree=122098716/131250000 swapFree=33010672/33010684
[pid=152018] ppid=152015 vsize=18996948 memory=916652 CPUtime=1.03 cores=5,7
/proc/152018/stat : 152018 (java) S 152015 152018 151447 0 -1 4194304 9914 0 0 0 84 19 0 0 20 0 19 0 237281489 19452874752 229163 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
/proc/152018/statm: 4749237 229163 5462 1 0 549685 0
[pid=152018/tid=152020] ppid=152015 vsize=18996948 memory=27392 CPUtime=0.64 cores=5,7
/proc/152018/task/152020/stat : 152020 (java) R 152015 152018 151447 0 -1 4194368 5671 0 0 0 47 17 0 0 20 0 19 0 237281491 19452874752 229163 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152029] ppid=152015 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/152018/task/152029/stat : 152029 (Finalizer) S 152015 152018 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237281493 19452874752 229163 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152036] ppid=152015 vsize=18996948 memory=21612 CPUtime=0 cores=5,7
/proc/152018/task/152036/stat : 152036 (Common-Cleaner) S 152015 152018 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237281493 19452874752 229163 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 916652 KiB

[startup+1.50023 s]
/proc/loadavg: 4.86 4.34 4.15 5/315 152048
/proc/meminfo: memFree=122095208/131250000 swapFree=33010672/33010684
[pid=152018] ppid=152015 vsize=18996948 memory=1194824 CPUtime=1.89 cores=5,7
/proc/152018/stat : 152018 (java) S 152015 152018 151447 0 -1 4194304 10536 0 0 0 165 24 0 0 20 0 19 0 237281489 19452874752 298706 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
/proc/152018/statm: 4749237 298706 5462 1 0 695895 0
[pid=152018/tid=152020] ppid=152015 vsize=18996948 memory=21612 CPUtime=1.4 cores=5,7
/proc/152018/task/152020/stat : 152020 (java) R 152015 152018 151447 0 -1 4194368 5865 0 0 0 118 22 0 0 20 0 19 0 237281491 19452874752 298706 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152029] ppid=152015 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/152018/task/152029/stat : 152029 (Finalizer) S 152015 152018 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237281493 19452874752 298706 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152036] ppid=152015 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/152018/task/152036/stat : 152036 (Common-Cleaner) S 152015 152018 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237281493 19452874752 298706 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1194824 KiB

[startup+3.10551 s]
/proc/loadavg: 4.86 4.34 4.15 5/337 152103
/proc/meminfo: memFree=120265312/131250000 swapFree=33010672/33010684
[pid=152018] ppid=152015 vsize=18996948 memory=1709868 CPUtime=3.8 cores=5,7
/proc/152018/stat : 152018 (java) S 152015 152018 151447 0 -1 4194304 12578 0 0 0 346 34 0 0 20 0 19 0 237281489 19452874752 427467 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
/proc/152018/statm: 4749237 427467 5494 1 0 978408 0
[pid=152018/tid=152020] ppid=152015 vsize=18996948 memory=10752 CPUtime=2.93 cores=5,7
/proc/152018/task/152020/stat : 152020 (java) R 152015 152018 151447 0 -1 4194368 6201 0 0 0 262 31 0 0 20 0 19 0 237281491 19452874752 427467 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152029] ppid=152015 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/152018/task/152029/stat : 152029 (Finalizer) S 152015 152018 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237281493 19452874752 427467 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152036] ppid=152015 vsize=18996948 memory=5760 CPUtime=0 cores=5,7
/proc/152018/task/152036/stat : 152036 (Common-Cleaner) S 152015 152018 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237281493 19452874752 427467 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
Current children cumulated CPU time: 3.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1709868 KiB

[startup+6.30022 s]
/proc/loadavg: 4.87 4.35 4.16 5/337 152103
/proc/meminfo: memFree=118872116/131250000 swapFree=33010672/33010684
[pid=152018] ppid=152015 vsize=18996948 memory=1956852 CPUtime=7.3 cores=5,7
/proc/152018/stat : 152018 (java) S 152015 152018 151447 0 -1 4194304 21360 0 0 0 689 41 0 0 20 0 19 0 237281489 19452874752 489213 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
/proc/152018/statm: 4749237 489213 5494 1 0 1107993 0
[pid=152018/tid=152020] ppid=152015 vsize=18996948 memory=5760 CPUtime=5.94 cores=5,7
/proc/152018/task/152020/stat : 152020 (java) R 152015 152018 151447 0 -1 4194368 6647 0 0 0 559 35 0 0 20 0 19 0 237281491 19452874752 489213 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152029] ppid=152015 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/152018/task/152029/stat : 152029 (Finalizer) S 152015 152018 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237281493 19452874752 489213 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152036] ppid=152015 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/152018/task/152036/stat : 152036 (Common-Cleaner) S 152015 152018 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237281493 19452874752 489213 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
Current children cumulated CPU time: 7.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1956852 KiB

[startup+12.7002 s]
/proc/loadavg: 4.80 4.34 4.15 5/337 152104
/proc/meminfo: memFree=117653500/131250000 swapFree=33010672/33010684
[pid=152018] ppid=152015 vsize=18996948 memory=2529880 CPUtime=13.81 cores=5,7
/proc/152018/stat : 152018 (java) S 152015 152018 151447 0 -1 4194304 23032 0 0 0 1327 54 0 0 20 0 19 0 237281489 19452874752 632470 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
/proc/152018/statm: 4749237 632470 5494 1 0 1419239 0
[pid=152018/tid=152020] ppid=152015 vsize=18996948 memory=1959012 CPUtime=12.02 cores=5,7
/proc/152018/task/152020/stat : 152020 (java) R 152015 152018 151447 0 -1 4194368 7239 0 0 0 1157 45 0 0 20 0 19 0 237281491 19452874752 632470 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152029] ppid=152015 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/152018/task/152029/stat : 152029 (Finalizer) S 152015 152018 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237281493 19452874752 632470 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152036] ppid=152015 vsize=18996948 memory=5760 CPUtime=0 cores=5,7
/proc/152018/task/152036/stat : 152036 (Common-Cleaner) S 152015 152018 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237281493 19452874752 632470 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
Current children cumulated CPU time: 13.81 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2529880 KiB

[startup+25.5002 s]
/proc/loadavg: 4.70 4.34 4.16 6/337 152104
/proc/meminfo: memFree=116506432/131250000 swapFree=33010672/33010684
[pid=152018] ppid=152015 vsize=18996948 memory=2739884 CPUtime=26.71 cores=5,7
/proc/152018/stat : 152018 (java) S 152015 152018 151447 0 -1 4194304 25716 0 0 0 2612 59 0 0 20 0 19 0 237281489 19452874752 684971 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
/proc/152018/statm: 4749237 684971 5494 1 0 1525773 0
[pid=152018/tid=152020] ppid=152015 vsize=18996948 memory=5760 CPUtime=24.18 cores=5,7
/proc/152018/task/152020/stat : 152020 (java) R 152015 152018 151447 0 -1 4194368 8039 0 0 0 2370 48 0 0 20 0 19 0 237281491 19452874752 684971 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152029] ppid=152015 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/152018/task/152029/stat : 152029 (Finalizer) S 152015 152018 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237281493 19452874752 684971 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152036] ppid=152015 vsize=18996948 memory=27392 CPUtime=0 cores=5,7
/proc/152018/task/152036/stat : 152036 (Common-Cleaner) S 152015 152018 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237281493 19452874752 684971 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
Current children cumulated CPU time: 26.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2739884 KiB

[startup+51.1058 s]
/proc/loadavg: 4.54 4.33 4.16 6/337 152104
/proc/meminfo: memFree=116043920/131250000 swapFree=33010672/33010684
[pid=152018] ppid=152015 vsize=18996948 memory=2952172 CPUtime=52.55 cores=5,7
/proc/152018/stat : 152018 (java) S 152015 152018 151447 0 -1 4194304 29940 0 0 0 5189 66 0 0 20 0 19 0 237281489 19452874752 738043 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
/proc/152018/statm: 4749237 738043 5494 1 0 1628129 0
[pid=152018/tid=152020] ppid=152015 vsize=18996948 memory=2952172 CPUtime=48.57 cores=5,7
/proc/152018/task/152020/stat : 152020 (java) R 152015 152018 151447 0 -1 4194368 10220 0 0 0 4805 52 0 0 20 0 19 0 237281491 19452874752 738043 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152029] ppid=152015 vsize=18996948 memory=2952172 CPUtime=0 cores=5,7
/proc/152018/task/152029/stat : 152029 (Finalizer) S 152015 152018 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237281493 19452874752 738043 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152036] ppid=152015 vsize=18996948 memory=2943944 CPUtime=0 cores=5,7
/proc/152018/task/152036/stat : 152036 (Common-Cleaner) S 152015 152018 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237281493 19452874752 738043 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
Current children cumulated CPU time: 52.55 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2952172 KiB

[startup+102.3 s]
/proc/loadavg: 4.34 4.31 4.16 6/337 152106
/proc/meminfo: memFree=115768896/131250000 swapFree=33010672/33010684
[pid=152018] ppid=152015 vsize=18996948 memory=2972664 CPUtime=104.14 cores=5,7
/proc/152018/stat : 152018 (java) S 152015 152018 151447 0 -1 4194304 35259 0 0 0 10344 70 0 0 20 0 19 0 237281489 19452874752 743166 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
/proc/152018/statm: 4749237 743166 5494 1 0 1628129 0
[pid=152018/tid=152020] ppid=152015 vsize=18996948 memory=14720 CPUtime=97.22 cores=5,7

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

/proc/152018/task/152029/stat : 152029 (Finalizer) S 152015 152018 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237281493 19521036288 1759784 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152036] ppid=152015 vsize=19063512 memory=6928536 CPUtime=0 cores=5,7
/proc/152018/task/152036/stat : 152036 (Common-Cleaner) S 152015 152018 151447 0 -1 4194368 3101 0 0 0 0 0 0 0 20 0 20 0 237281493 19521036288 1759784 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152114] ppid=152015 vsize=19063512 memory=7006368 CPUtime=0 cores=5,7
/proc/152018/task/152114/stat : 152114 (Timer-0) S 152015 152018 151447 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237304907 19521036288 1759784 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
Current children cumulated CPU time: 3236.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7039136 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.13 5/340 152281
/proc/meminfo: memFree=105491496/131250000 swapFree=33010672/33010684
[pid=152018] ppid=152015 vsize=19063512 memory=7254176 CPUtime=3297.06 cores=5,7
/proc/152018/stat : 152018 (java) S 152015 152018 151447 0 -1 4194304 168233 0 0 0 329459 247 0 0 20 0 20 0 237281489 19521036288 1813544 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
/proc/152018/statm: 4765878 1813544 5526 1 0 2091010 0
[pid=152018/tid=152020] ppid=152015 vsize=19063512 memory=7078048 CPUtime=3252.92 cores=5,7
/proc/152018/task/152020/stat : 152020 (java) R 152015 152018 151447 0 -1 4194368 80152 0 0 0 325190 102 0 0 20 0 20 0 237281491 19521036288 1813544 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152029] ppid=152015 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/152018/task/152029/stat : 152029 (Finalizer) S 152015 152018 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237281493 19521036288 1813544 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152036] ppid=152015 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/152018/task/152036/stat : 152036 (Common-Cleaner) S 152015 152018 151447 0 -1 4194368 3180 0 0 0 0 0 0 0 20 0 20 0 237281493 19521036288 1813544 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152114] ppid=152015 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/152018/task/152114/stat : 152114 (Timer-0) S 152015 152018 151447 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237304907 19521036288 1813544 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
Current children cumulated CPU time: 3297.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7254176 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.13 5/339 152283
/proc/meminfo: memFree=105442552/131250000 swapFree=33010672/33010684
[pid=152018] ppid=152015 vsize=19063512 memory=7303332 CPUtime=3357.03 cores=5,7
/proc/152018/stat : 152018 (java) S 152015 152018 151447 0 -1 4194304 171196 0 0 0 335453 250 0 0 20 0 20 0 237281489 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
/proc/152018/statm: 4765878 1825833 5526 1 0 2091010 0
[pid=152018/tid=152020] ppid=152015 vsize=19063512 memory=14720 CPUtime=3312.68 cores=5,7
/proc/152018/task/152020/stat : 152020 (java) R 152015 152018 151447 0 -1 4194368 82147 0 0 0 331165 103 0 0 20 0 20 0 237281491 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152029] ppid=152015 vsize=19063512 memory=7303332 CPUtime=0 cores=5,7
/proc/152018/task/152029/stat : 152029 (Finalizer) S 152015 152018 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237281493 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152036] ppid=152015 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/152018/task/152036/stat : 152036 (Common-Cleaner) S 152015 152018 151447 0 -1 4194368 3299 0 0 0 0 0 0 0 20 0 20 0 237281493 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152114] ppid=152015 vsize=19063512 memory=7303332 CPUtime=0 cores=5,7
/proc/152018/task/152114/stat : 152114 (Timer-0) S 152015 152018 151447 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237304907 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
Current children cumulated CPU time: 3357.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7303332 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.09 4.12 5/339 152285
/proc/meminfo: memFree=105442180/131250000 swapFree=33010672/33010684
[pid=152018] ppid=152015 vsize=19063512 memory=7303332 CPUtime=3417.17 cores=5,7
/proc/152018/stat : 152018 (java) S 152015 152018 151447 0 -1 4194304 173252 0 0 0 341466 251 0 0 20 0 20 0 237281489 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
/proc/152018/statm: 4765878 1825833 5526 1 0 2091010 0
[pid=152018/tid=152020] ppid=152015 vsize=19063512 memory=5148 CPUtime=3372.27 cores=5,7
/proc/152018/task/152020/stat : 152020 (java) R 152015 152018 151447 0 -1 4194368 82665 0 0 0 337124 103 0 0 20 0 20 0 237281491 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152029] ppid=152015 vsize=19063512 memory=7303332 CPUtime=0 cores=5,7
/proc/152018/task/152029/stat : 152029 (Finalizer) S 152015 152018 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237281493 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152036] ppid=152015 vsize=19063512 memory=7303332 CPUtime=0 cores=5,7
/proc/152018/task/152036/stat : 152036 (Common-Cleaner) S 152015 152018 151447 0 -1 4194368 3299 0 0 0 0 0 0 0 20 0 20 0 237281493 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152114] ppid=152015 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/152018/task/152114/stat : 152114 (Timer-0) S 152015 152018 151447 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237304907 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
Current children cumulated CPU time: 3417.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7303332 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.10 4.12 5/339 152287
/proc/meminfo: memFree=105393156/131250000 swapFree=33010672/33010684
[pid=152018] ppid=152015 vsize=19063512 memory=7303332 CPUtime=3477.05 cores=5,7
/proc/152018/stat : 152018 (java) S 152015 152018 151447 0 -1 4194304 175301 0 0 0 347452 253 0 0 20 0 20 0 237281489 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
/proc/152018/statm: 4765878 1825833 5526 1 0 2091010 0
[pid=152018/tid=152020] ppid=152015 vsize=19063512 memory=14720 CPUtime=3432.12 cores=5,7
/proc/152018/task/152020/stat : 152020 (java) R 152015 152018 151447 0 -1 4194368 84528 0 0 0 343109 103 0 0 20 0 20 0 237281491 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152029] ppid=152015 vsize=19063512 memory=7303332 CPUtime=0 cores=5,7
/proc/152018/task/152029/stat : 152029 (Finalizer) S 152015 152018 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237281493 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152036] ppid=152015 vsize=19063512 memory=-8817039175751344828 CPUtime=0 cores=5,7
/proc/152018/task/152036/stat : 152036 (Common-Cleaner) S 152015 152018 151447 0 -1 4194368 3430 0 0 0 0 0 0 0 20 0 20 0 237281493 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152114] ppid=152015 vsize=19063512 memory=7303332 CPUtime=0 cores=5,7
/proc/152018/task/152114/stat : 152114 (Timer-0) S 152015 152018 151447 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237304907 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
Current children cumulated CPU time: 3477.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7303332 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.10 4.11 5/340 152291
/proc/meminfo: memFree=105389236/131250000 swapFree=33010672/33010684
[pid=152018] ppid=152015 vsize=19063512 memory=7303332 CPUtime=3537.39 cores=5,7
/proc/152018/stat : 152018 (java) S 152015 152018 151447 0 -1 4194304 181068 0 0 0 353484 255 0 0 20 0 20 0 237281489 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
/proc/152018/statm: 4765878 1825833 5526 1 0 2091021 0
[pid=152018/tid=152020] ppid=152015 vsize=19063512 memory=14720 CPUtime=3491.49 cores=5,7
/proc/152018/task/152020/stat : 152020 (java) R 152015 152018 151447 0 -1 4194368 87869 0 0 0 349046 103 0 0 20 0 20 0 237281491 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152029] ppid=152015 vsize=19063512 memory=27392 CPUtime=0 cores=5,7
/proc/152018/task/152029/stat : 152029 (Finalizer) S 152015 152018 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237281493 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152036] ppid=152015 vsize=19063512 memory=7303332 CPUtime=0 cores=5,7
/proc/152018/task/152036/stat : 152036 (Common-Cleaner) S 152015 152018 151447 0 -1 4194368 3430 0 0 0 0 0 0 0 20 0 20 0 237281493 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152114] ppid=152015 vsize=19063512 memory=7303332 CPUtime=0 cores=5,7
/proc/152018/task/152114/stat : 152114 (Timer-0) S 152015 152018 151447 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237304907 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
Current children cumulated CPU time: 3537.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7303332 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.11 5/340 152293
/proc/meminfo: memFree=105389092/131250000 swapFree=33010672/33010684
[pid=152018] ppid=152015 vsize=19063512 memory=7303332 CPUtime=3597.27 cores=5,7
/proc/152018/stat : 152018 (java) S 152015 152018 151447 0 -1 4194304 181525 0 0 0 359471 256 0 0 20 0 20 0 237281489 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
/proc/152018/statm: 4765878 1825833 5526 1 0 2091021 0
[pid=152018/tid=152020] ppid=152015 vsize=19063512 memory=14720 CPUtime=3551.34 cores=5,7
/proc/152018/task/152020/stat : 152020 (java) R 152015 152018 151447 0 -1 4194368 88227 0 0 0 355031 103 0 0 20 0 20 0 237281491 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152029] ppid=152015 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/152018/task/152029/stat : 152029 (Finalizer) S 152015 152018 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237281493 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152036] ppid=152015 vsize=19063512 memory=-8817039175751344828 CPUtime=0 cores=5,7
/proc/152018/task/152036/stat : 152036 (Common-Cleaner) S 152015 152018 151447 0 -1 4194368 3471 0 0 0 0 0 0 0 20 0 20 0 237281493 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152114] ppid=152015 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/152018/task/152114/stat : 152114 (Timer-0) S 152015 152018 151447 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237304907 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
Current children cumulated CPU time: 3597.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7303332 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.11 s]
/proc/loadavg: 4.09 4.09 4.11 5/340 152293
/proc/meminfo: memFree=105389108/131250000 swapFree=33010672/33010684
[pid=152018] ppid=152015 vsize=19063512 memory=7303332 CPUtime=3600.07 cores=5,7
/proc/152018/stat : 152018 (java) S 152015 152018 151447 0 -1 4194304 181534 0 0 0 359751 256 0 0 20 0 20 0 237281489 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
/proc/152018/statm: 4765878 1825833 5526 1 0 2091021 0
[pid=152018/tid=152020] ppid=152015 vsize=19063512 memory=-4421386517622253922 CPUtime=3554.14 cores=5,7
/proc/152018/task/152020/stat : 152020 (java) R 152015 152018 151447 0 -1 4194368 88236 0 0 0 355311 103 0 0 20 0 20 0 237281491 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152029] ppid=152015 vsize=19063512 memory=7303332 CPUtime=0 cores=5,7
/proc/152018/task/152029/stat : 152029 (Finalizer) S 152015 152018 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237281493 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152036] ppid=152015 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/152018/task/152036/stat : 152036 (Common-Cleaner) S 152015 152018 151447 0 -1 4194368 3471 0 0 0 0 0 0 0 20 0 20 0 237281493 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
[pid=152018/tid=152114] ppid=152015 vsize=19063512 memory=7303332 CPUtime=0 cores=5,7
/proc/152018/task/152114/stat : 152114 (Timer-0) S 152015 152018 151447 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237304907 19521036288 1825833 18446744073709551615 93936957095936 93936957099632 140730782856560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93936957107448 93936957108240 93936966504448 140730782865791 140730782865892 140730782865892 140730782871496 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7303332 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.64 s, system=2.5895 s

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

[startup+3585.21 s]*
/proc/loadavg: 4.09 4.09 4.11 7/322 152296
/proc/meminfo: memFree=111655484/131250000 swapFree=33010672/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): 3585.21
CPU time (s): 3600.22
CPU user time (s): 3597.64
CPU system time (s): 2.5895
CPU usage (%): 100.419
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 7303332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.64
system time used= 2.5895
maximum resident set size= 7303844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185258
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129577
involuntary context switches= 7276


# summary of solver processes directly reported to runsolver:
#   pid: 152018
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.64
#   total CPU system time (s): 2.5895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.22306 second user time and 17.0204 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-22 22:27:09
IDJOB=4542432
IDBENCH=163926
IDSOLVER=3363
FILE ID=nodeC026/4542432-1753216028
RUNJOBID= nodeC026-1753212428-151460
SLURM_JOB_ID= 9687803
Free space on /tmp= 432952 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height49_pigeons48_holes47.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542432-1753216028/watcher-4542432-1753216028 -o /tmp/evaluation-result-4542432-1753216028/solver-4542432-1753216028 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1753212428-151460 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4542432-1753216028.opb

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

MD5SUM BENCH= 7e0508be19eaed927bf3c4f26c43c105
RANDOM SEED=911046009

nodeC026 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.771
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	: 6999.59
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		: 3599.782
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	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        120827408 kB
MemAvailable:   125643844 kB
Buffers:            2128 kB
Cached:          5441888 kB
SwapCached:            4 kB
Active:          5161508 kB
Inactive:        4299752 kB
Active(anon):    4038168 kB
Inactive(anon):     5344 kB
Active(file):    1123340 kB
Inactive(file):  4294408 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             75928 kB
Writeback:             0 kB
AnonPages:       4020416 kB
Mapped:           129292 kB
Shmem:             26268 kB
KReclaimable:     459488 kB
Slab:             564320 kB
SReclaimable:     459488 kB
SUnreclaim:       104832 kB
KernelStack:        5152 kB
PageTables:        11584 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9099732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151368 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3823616 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432904 MiB
End job on nodeC026 at 2025-07-22 23:26:54