Trace number 4519384

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.18 3580.93

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height46_pigeons45_holes44.opb
MD5SUM57fb5f2576749c6f64e06149678741e6
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 benchmark1128
Best CPU time to get the best result obtained on this benchmark629.539
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2235696
Total number of constraints106878
Number of constraints which are clauses54003
Number of constraints which are cardinality constraints (but not clauses)48504
Number of constraints which are nor clauses,nor cardinality constraints4371
Minimum length of a constraint44
Maximum length of a constraint49
Number of terms in the objective function 2256
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 2256
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2256
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.15	c Expensive reason simplification
0.12/0.15	c Glucose 2.1 dynamic restart strategy
0.12/0.15	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.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4519384-1751558588.opb
0.12/0.15	c reading problem ... 
0.12/0.17	c  objective function found
155.62/153.62	c ... done. Wall clock time 153.467s.
155.62/153.62	c declared #vars     2235696
155.62/153.62	c #constraints  106878
155.62/153.62	c constraints type 
155.62/153.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 52875
155.62/153.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 54003
155.62/153.62	c 106878 constraints processed.
155.62/153.63	c objective function length is 2256 literals
159.72/156.76	c cleaning 2497 clauses out of 5000 with flag 30577/5000
161.68/158.68	c cleaning 4244 clauses out of 8504 with flag 69090/11001
164.50/161.33	c cleaning 5617 clauses out of 11259 with flag 116505/18000
167.80/164.54	c cleaning 6808 clauses out of 13642 with flag 168175/26000
171.70/168.48	c cleaning 7895 clauses out of 15838 with flag 225668/35004
177.48/174.20	c cleaning 8949 clauses out of 17941 with flag 293971/45002
183.38/180.15	c cleaning 9976 clauses out of 19990 with flag 365416/56000
191.36/188.16	c cleaning 10994 clauses out of 22016 with flag 445321/68002
196.15/192.97	c cleaning 11975 clauses out of 24020 with flag 527890/81000
201.53/198.36	c cleaning 12995 clauses out of 26045 with flag 619459/95000
207.64/204.33	c cleaning 13965 clauses out of 28051 with flag 712701/110001
214.72/211.43	c cleaning 14978 clauses out of 30085 with flag 812113/126000
221.64/218.33	c cleaning 15982 clauses out of 32107 with flag 920852/143000
228.74/225.49	c cleaning 16979 clauses out of 34126 with flag 1047001/161001
237.13/233.82	c cleaning 17972 clauses out of 36146 with flag 1170666/180000
244.90/241.66	c cleaning 18984 clauses out of 38174 with flag 1297676/200000
253.49/250.24	c cleaning 19983 clauses out of 40190 with flag 1433307/221000
263.67/260.46	c cleaning 20949 clauses out of 42207 with flag 1577759/243000
274.05/270.82	c cleaning 22087 clauses out of 44261 with flag 1736045/266003
288.12/284.96	c cleaning 23048 clauses out of 46174 with flag 1901118/290003
299.99/296.87	c cleaning 24002 clauses out of 48125 with flag 2066533/315002
317.05/313.94	c cleaning 24995 clauses out of 50123 with flag 2236687/341002
330.03/326.92	c cleaning 25946 clauses out of 52126 with flag 2437794/368000
350.73/347.53	c cleaning 26970 clauses out of 54180 with flag 2636851/396000
364.60/361.46	c cleaning 28086 clauses out of 56210 with flag 2849877/425000
378.37/375.25	c cleaning 29040 clauses out of 58124 with flag 3069850/455000
401.83/398.77	c cleaning 30025 clauses out of 60087 with flag 3297176/486003
415.79/412.70	c cleaning 30990 clauses out of 62059 with flag 3535669/518000
475.21/471.77	c cleaning 31621 clauses out of 64070 with flag 4038467/551001
522.92/519.03	c cleaning 33154 clauses out of 66448 with flag 4580644/585000
599.62/595.12	c cleaning 34147 clauses out of 68294 with flag 5180384/620000
641.27/636.38	c cleaning 35055 clauses out of 70147 with flag 5895487/656000
694.52/687.54	c cleaning 36044 clauses out of 72095 with flag 6639852/693003
821.06/813.87	c cleaning 37024 clauses out of 74048 with flag 7407351/731000
951.68/943.96	c cleaning 38005 clauses out of 76025 with flag 8203039/770001
1098.51/1087.89	c cleaning 39006 clauses out of 78019 with flag 9020547/810000
1265.16/1254.33	c cleaning 40003 clauses out of 80019 with flag 9874379/851006
1376.94/1365.62	c cleaning 41005 clauses out of 82012 with flag 10718949/893002
1457.08/1445.19	c cleaning 41995 clauses out of 84007 with flag 11492779/936002
1520.49/1506.19	c cleaning 42999 clauses out of 86010 with flag 12173382/980000
1589.75/1575.06	c cleaning 43997 clauses out of 88012 with flag 12552544/1025001
1645.48/1630.66	c cleaning 44997 clauses out of 90014 with flag 13010505/1071000
1704.68/1689.73	c cleaning 45978 clauses out of 92017 with flag 13374959/1118000
1787.62/1772.39	c cleaning 46986 clauses out of 94039 with flag 13725791/1166000
1866.36/1850.73	c cleaning 47997 clauses out of 96054 with flag 14071545/1215001
1934.37/1918.62	c cleaning 48987 clauses out of 98056 with flag 14418306/1265000
2008.62/1992.54	c cleaning 49981 clauses out of 100069 with flag 14767751/1316000
2086.23/2070.06	c cleaning 50999 clauses out of 102097 with flag 15174549/1368009
2157.39/2140.80	c cleaning 51965 clauses out of 104094 with flag 15618694/1421005
2225.90/2207.74	c cleaning 52979 clauses out of 106124 with flag 16067642/1475000
2300.02/2281.78	c cleaning 53994 clauses out of 108145 with flag 16553402/1530000
2362.24/2343.96	c cleaning 55061 clauses out of 110153 with flag 16926873/1586002
2439.38/2420.93	c cleaning 56019 clauses out of 112090 with flag 17374215/1643000
2519.80/2501.20	c cleaning 57018 clauses out of 114071 with flag 17823770/1701000
2614.52/2595.84	c cleaning 58001 clauses out of 116055 with flag 18291703/1760002
2703.93/2685.14	c cleaning 59006 clauses out of 118052 with flag 18748628/1820000
2797.94/2779.04	c cleaning 60000 clauses out of 120047 with flag 19235039/1881001
2894.32/2875.33	c cleaning 61005 clauses out of 122049 with flag 19714864/1943003
3000.60/2981.56	c cleaning 61990 clauses out of 124041 with flag 20234193/2006000
3092.46/3073.32	c cleaning 63001 clauses out of 126051 with flag 20739838/2070000
3186.35/3167.24	c cleaning 64001 clauses out of 128050 with flag 21239366/2135000
3287.41/3268.28	c cleaning 65005 clauses out of 130050 with flag 21771922/2201001
3392.06/3372.90	c cleaning 65997 clauses out of 132045 with flag 22300418/2268001
3499.29/3480.17	c cleaning 67001 clauses out of 134050 with flag 22837526/2336003
3600.03/3580.81	c starts		: 9402
3600.03/3580.81	c conflicts		: 2396796
3600.03/3580.81	c decisions		: 93030570
3600.03/3580.81	c propagations		: 209697595
3600.03/3580.81	c inspects		: 9510341205
3600.03/3580.81	c shortcuts		: 0
3600.03/3580.81	c learnt literals	: 0
3600.03/3580.81	c learnt binary clauses	: 0
3600.03/3580.81	c learnt ternary clauses	: 0
3600.03/3580.81	c learnt constraints	: 2396796
3600.03/3580.81	c ignored constraints	: 0
3600.03/3580.81	c root simplifications	: 0
3600.03/3580.81	c removed literals (reason simplification)	: 19515764
3600.03/3580.81	c reason swapping (by a shorter reason)	: 0
3600.03/3580.81	c Calls to reduceDB	: 64
3600.03/3580.81	c Number of update (reduction) of LBD	: 1732349
3600.03/3580.81	c Imported unit clauses	: 0
3600.03/3580.81	c No decision after first conflict	: false
3600.03/3580.81	c number of reductions to clauses (during analyze)	: 0
3600.03/3580.81	c number of learned constraints concerned by reduction	: 0
3600.03/3580.81	c number of learning phase by resolution	: 0
3600.03/3580.82	c number of learning phase by cutting planes	: 0
3600.03/3580.82	c number of rounding to 1 operations	: 0
3600.03/3580.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3580.82	c number of reductions of the coefficients by power 2 	: 0
3600.03/3580.82	c number of right shift for reduction by power 2 	: 0
3600.03/3580.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3580.82	c number of ending skipping 	: 0
3600.03/3580.82	c number of internal skipping 	: 0
3600.03/3580.82	c number of derivation steps 	: 0
3600.03/3580.82	c number of skipped derivation steps 	: 0
3600.03/3580.82	c number of remaining unassigned 	: 0
3600.03/3580.82	c number of remaining assigned 	: 0
3600.03/3580.82	c number of falsified literals weakened from reason	: 0
3600.03/3580.82	c number of falsified literals weakened from conflict	: 0
3600.03/3580.82	c time for arithmetic operations	: 0
3600.03/3580.82	c minimum degree of deleted constraints	: null
3600.03/3580.82	c maximum degree of deleted constraints	: null
3600.03/3580.82	c number of deleted constraints	: 0
3600.03/3580.82	c speed (assignments/second)	: 61187.897729544056
3600.03/3580.82	c non guided choices	: 79985508
3600.03/3580.83	c timeout
3600.03/3580.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 127842
3600.03/3580.87	s UNKNOWN
3600.03/3580.87	c Total wall clock time (in seconds): 3580.72

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4519384-1751558588/watcher-4519384-1751558588 -o /tmp/evaluation-result-4519384-1751558588/solver-4519384-1751558588 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751554990-82448 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4519384-1751558588.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
Current StackSize limit: 8192 KiB

solver pid=83081, runsolver pid=83078

[startup+0.100061 s]*
/proc/loadavg: 4.12 4.24 4.23 7/340 83099
/proc/meminfo: memFree=122233196/131249996 swapFree=33010672/33010684
[pid=83081] ppid=83078 vsize=18930384 memory=55580 CPUtime=0.12 cores=1,3
/proc/83081/stat : 83081 (java) S 83078 83081 82431 0 -1 4194304 6547 0 0 0 10 2 0 0 20 0 18 0 71536647 19384713216 13895 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
/proc/83081/statm: 4732596 13895 5338 1 0 547604 0
[pid=83081/tid=83083] ppid=83078 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/83081/task/83083/stat : 83083 (java) R 83078 83081 82431 0 -1 4194368 5053 0 0 0 6 1 0 0 20 0 18 0 71536648 19384713216 13895 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83092] ppid=83078 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/83081/task/83092/stat : 83092 (Finalizer) S 83078 83081 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71536650 19384713216 13895 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83099] ppid=83078 vsize=18930384 memory=60684515963265 CPUtime=0 cores=1,3
/proc/83081/task/83099/stat : 83099 (Common-Cleaner) S 83078 83081 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71536651 19384713216 13895 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55580 KiB

[startup+0.205815 s]*
/proc/loadavg: 4.12 4.24 4.23 8/340 83099
/proc/meminfo: memFree=122145984/131249996 swapFree=33010672/33010684
[pid=83081] ppid=83078 vsize=18930384 memory=145540 CPUtime=0.27 cores=1,3
/proc/83081/stat : 83081 (java) S 83078 83081 82431 0 -1 4194304 6972 0 0 0 23 4 0 0 20 0 18 0 71536647 19384713216 36385 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
/proc/83081/statm: 4732596 36385 5434 1 0 547839 0
[pid=83081/tid=83083] ppid=83078 vsize=18930384 memory=4026794268 CPUtime=0.15 cores=1,3
/proc/83081/task/83083/stat : 83083 (java) R 83078 83081 82431 0 -1 4194368 5320 0 0 0 12 3 0 0 20 0 18 0 71536648 19384713216 36385 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83092] ppid=83078 vsize=18930384 memory=16198 CPUtime=0 cores=1,3
/proc/83081/task/83092/stat : 83092 (Finalizer) S 83078 83081 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71536650 19384713216 36385 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83099] ppid=83078 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/83081/task/83099/stat : 83099 (Common-Cleaner) S 83078 83081 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71536651 19384713216 36385 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 145540 KiB

[startup+0.305828 s]*
/proc/loadavg: 4.12 4.24 4.23 6/340 83099
/proc/meminfo: memFree=121780244/131249996 swapFree=33010672/33010684
[pid=83081] ppid=83078 vsize=18930384 memory=518420 CPUtime=0.43 cores=1,3
/proc/83081/stat : 83081 (java) S 83078 83081 82431 0 -1 4194304 7974 0 0 0 32 11 0 0 20 0 18 0 71536647 19384713216 129605 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
/proc/83081/statm: 4732596 129605 5434 1 0 548410 0
[pid=83081/tid=83083] ppid=83078 vsize=18930384 memory=-6000919472673286503 CPUtime=0.25 cores=1,3
/proc/83081/task/83083/stat : 83083 (java) R 83078 83081 82431 0 -1 4194368 5503 0 0 0 15 10 0 0 20 0 18 0 71536648 19384713216 130117 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83092] ppid=83078 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/83081/task/83092/stat : 83092 (Finalizer) S 83078 83081 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71536650 19384713216 130117 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83099] ppid=83078 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/83081/task/83099/stat : 83099 (Common-Cleaner) S 83078 83081 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71536651 19384713216 130117 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 518420 KiB

[startup+0.700252 s]
/proc/loadavg: 4.12 4.24 4.23 7/341 83100
/proc/meminfo: memFree=121517520/131249996 swapFree=33010672/33010684
[pid=83081] ppid=83078 vsize=18996948 memory=769480 CPUtime=1.02 cores=1,3
/proc/83081/stat : 83081 (java) S 83078 83081 82431 0 -1 4194304 10033 0 0 0 85 17 0 0 20 0 19 0 71536647 19452874752 192370 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
/proc/83081/statm: 4749237 192370 5466 1 0 549696 0
[pid=83081/tid=83083] ppid=83078 vsize=18996948 memory=18688 CPUtime=0.61 cores=1,3
/proc/83081/task/83083/stat : 83083 (java) R 83078 83081 82431 0 -1 4194368 5614 0 0 0 47 14 0 0 20 0 19 0 71536648 19452874752 192370 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83092] ppid=83078 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/83081/task/83092/stat : 83092 (Finalizer) S 83078 83081 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71536650 19452874752 192370 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83099] ppid=83078 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/83081/task/83099/stat : 83099 (Common-Cleaner) S 83078 83081 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71536651 19452874752 192370 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 769480 KiB

[startup+1.50025 s]
/proc/loadavg: 4.12 4.24 4.23 5/341 83100
/proc/meminfo: memFree=121346056/131249996 swapFree=33010672/33010684
[pid=83081] ppid=83078 vsize=18996948 memory=1114352 CPUtime=1.91 cores=1,3
/proc/83081/stat : 83081 (java) S 83078 83081 82431 0 -1 4194304 10983 0 0 0 168 23 0 0 20 0 19 0 71536647 19452874752 278588 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
/proc/83081/statm: 4749237 278588 5466 1 0 825427 0
[pid=83081/tid=83083] ppid=83078 vsize=18996948 memory=3328 CPUtime=1.39 cores=1,3
/proc/83081/task/83083/stat : 83083 (java) R 83078 83081 82431 0 -1 4194368 5831 0 0 0 118 21 0 0 20 0 19 0 71536648 19452874752 278588 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83092] ppid=83078 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/83081/task/83092/stat : 83092 (Finalizer) S 83078 83081 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71536650 19452874752 278588 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83099] ppid=83078 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/83081/task/83099/stat : 83099 (Common-Cleaner) S 83078 83081 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71536651 19452874752 278588 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1114352 KiB

[startup+3.10588 s]
/proc/loadavg: 4.19 4.25 4.23 6/339 83165
/proc/meminfo: memFree=122007840/131249996 swapFree=33010672/33010684
[pid=83081] ppid=83078 vsize=18996948 memory=1523600 CPUtime=3.8 cores=1,3
/proc/83081/stat : 83081 (java) S 83078 83081 82431 0 -1 4194304 13151 0 0 0 348 32 0 0 20 0 19 0 71536647 19452874752 380900 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
/proc/83081/statm: 4749237 380900 5498 1 0 1156026 0
[pid=83081/tid=83083] ppid=83078 vsize=18996948 memory=10752 CPUtime=2.86 cores=1,3
/proc/83081/task/83083/stat : 83083 (java) R 83078 83081 82431 0 -1 4194368 6083 0 0 0 259 27 0 0 20 0 19 0 71536648 19452874752 380900 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83092] ppid=83078 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/83081/task/83092/stat : 83092 (Finalizer) S 83078 83081 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71536650 19452874752 380900 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83099] ppid=83078 vsize=18996948 memory=5760 CPUtime=0 cores=1,3
/proc/83081/task/83099/stat : 83099 (Common-Cleaner) S 83078 83081 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71536651 19452874752 380900 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
Current children cumulated CPU time: 3.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1523600 KiB

[startup+6.30025 s]
/proc/loadavg: 4.19 4.25 4.23 5/340 83166
/proc/meminfo: memFree=120384812/131249996 swapFree=33010672/33010684
[pid=83081] ppid=83078 vsize=18996948 memory=2183972 CPUtime=7.24 cores=1,3
/proc/83081/stat : 83081 (java) S 83078 83081 82431 0 -1 4194304 19756 0 0 0 678 46 0 0 20 0 19 0 71536647 19452874752 545993 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
/proc/83081/statm: 4749237 545993 5498 1 0 1487006 0
[pid=83081/tid=83083] ppid=83078 vsize=18996948 memory=5760 CPUtime=5.86 cores=1,3
/proc/83081/task/83083/stat : 83083 (java) R 83078 83081 82431 0 -1 4194368 6631 0 0 0 547 39 0 0 20 0 19 0 71536648 19452874752 545993 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83092] ppid=83078 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/83081/task/83092/stat : 83092 (Finalizer) S 83078 83081 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71536650 19452874752 545993 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83099] ppid=83078 vsize=18996948 memory=-6000919472673286503 CPUtime=0 cores=1,3
/proc/83081/task/83099/stat : 83099 (Common-Cleaner) S 83078 83081 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71536651 19452874752 545993 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
Current children cumulated CPU time: 7.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2183972 KiB

[startup+12.7002 s]
/proc/loadavg: 4.24 4.26 4.24 5/340 83166
/proc/meminfo: memFree=118652680/131249996 swapFree=33010672/33010684
[pid=83081] ppid=83078 vsize=18996948 memory=2573736 CPUtime=13.72 cores=1,3
/proc/83081/stat : 83081 (java) S 83078 83081 82431 0 -1 4194304 21199 0 0 0 1318 54 0 0 20 0 19 0 71536647 19452874752 643434 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
/proc/83081/statm: 4749237 643434 5498 1 0 1691720 0
[pid=83081/tid=83083] ppid=83078 vsize=18996948 memory=2198424 CPUtime=11.88 cores=1,3
/proc/83081/task/83083/stat : 83083 (java) R 83078 83081 82431 0 -1 4194368 7332 0 0 0 1144 44 0 0 20 0 19 0 71536648 19452874752 643434 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83092] ppid=83078 vsize=18996948 memory=18688 CPUtime=0 cores=1,3
/proc/83081/task/83092/stat : 83092 (Finalizer) S 83078 83081 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71536650 19452874752 643434 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83099] ppid=83078 vsize=18996948 memory=14824 CPUtime=0 cores=1,3
/proc/83081/task/83099/stat : 83099 (Common-Cleaner) S 83078 83081 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71536651 19452874752 643434 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
Current children cumulated CPU time: 13.72 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2573736 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.25 4.23 5/340 83166
/proc/meminfo: memFree=117625160/131249996 swapFree=33010672/33010684
[pid=83081] ppid=83078 vsize=18996948 memory=2765268 CPUtime=26.6 cores=1,3
/proc/83081/stat : 83081 (java) S 83078 83081 82431 0 -1 4194304 23703 0 0 0 2600 60 0 0 20 0 19 0 71536647 19452874752 691317 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
/proc/83081/statm: 4749237 691317 5498 1 0 1787808 0
[pid=83081/tid=83083] ppid=83078 vsize=18996948 memory=2198424 CPUtime=23.9 cores=1,3
/proc/83081/task/83083/stat : 83083 (java) R 83078 83081 82431 0 -1 4194368 7964 0 0 0 2342 48 0 0 20 0 19 0 71536648 19452874752 691317 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83092] ppid=83078 vsize=18996948 memory=-6000919472673286503 CPUtime=0 cores=1,3
/proc/83081/task/83092/stat : 83092 (Finalizer) S 83078 83081 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71536650 19452874752 691317 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83099] ppid=83078 vsize=18996948 memory=-6000919489903421799 CPUtime=0 cores=1,3
/proc/83081/task/83099/stat : 83099 (Common-Cleaner) S 83078 83081 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71536651 19452874752 691317 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
Current children cumulated CPU time: 26.6 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2765268 KiB

[startup+51.1057 s]
/proc/loadavg: 4.25 4.26 4.24 6/340 83168
/proc/meminfo: memFree=117186132/131249996 swapFree=33010672/33010684
[pid=83081] ppid=83078 vsize=18996948 memory=2786044 CPUtime=52.38 cores=1,3
/proc/83081/stat : 83081 (java) S 83078 83081 82431 0 -1 4194304 27214 0 0 0 5176 62 0 0 20 0 19 0 71536647 19452874752 696511 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
/proc/83081/statm: 4749237 696511 5498 1 0 1787808 0
[pid=83081/tid=83083] ppid=83078 vsize=18996948 memory=2765268 CPUtime=47.97 cores=1,3
/proc/83081/task/83083/stat : 83083 (java) R 83078 83081 82431 0 -1 4194368 9551 0 0 0 4749 48 0 0 20 0 19 0 71536648 19452874752 696511 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83092] ppid=83078 vsize=18996948 memory=-6000919472673286503 CPUtime=0 cores=1,3
/proc/83081/task/83092/stat : 83092 (Finalizer) S 83078 83081 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71536650 19452874752 696511 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83099] ppid=83078 vsize=18996948 memory=2777656 CPUtime=0 cores=1,3
/proc/83081/task/83099/stat : 83099 (Common-Cleaner) S 83078 83081 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71536651 19452874752 696511 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
Current children cumulated CPU time: 52.38 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2786044 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.23 4.23 5/339 83173
/proc/meminfo: memFree=116517224/131249996 swapFree=33010672/33010684
[pid=83081] ppid=83078 vsize=18996948 memory=2991868 CPUtime=103.92 cores=1,3
/proc/83081/stat : 83081 (java) S 83078 83081 82431 0 -1 4194304 32639 0 0 0 10321 71 0 0 20 0 19 0 71536647 19452874752 747967 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
/proc/83081/statm: 4749237 747967 5498 1 0 1879720 0
[pid=83081/tid=83083] ppid=83078 vsize=18996948 memory=2991868 CPUtime=96.08 cores=1,3

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

/proc/83081/task/83092/stat : 83092 (Finalizer) S 83078 83081 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536650 19521036288 2076468 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83099] ppid=83078 vsize=19063512 memory=8305872 CPUtime=0 cores=1,3
/proc/83081/task/83099/stat : 83099 (Common-Cleaner) S 83078 83081 82431 0 -1 4194368 2956 0 0 0 0 0 0 0 20 0 20 0 71536651 19521036288 2076468 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83178] ppid=83078 vsize=19063512 memory=8305872 CPUtime=0 cores=1,3
/proc/83081/task/83178/stat : 83178 (Timer-0) S 83078 83081 82431 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 71552018 19521036288 2076468 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
Current children cumulated CPU time: 3181.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8305872 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/340 83329
/proc/meminfo: memFree=107464340/131249996 swapFree=33010672/33010684
[pid=83081] ppid=83078 vsize=19063512 memory=8309972 CPUtime=3241.59 cores=1,3
/proc/83081/stat : 83081 (java) S 83078 83081 82431 0 -1 4194304 180428 0 0 0 323874 285 0 0 20 0 20 0 71536647 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
/proc/83081/statm: 4765878 2077493 5594 1 0 2351537 0
[pid=83081/tid=83083] ppid=83078 vsize=19063512 memory=8305872 CPUtime=3190.55 cores=1,3
/proc/83081/task/83083/stat : 83083 (java) R 83078 83081 82431 0 -1 4194368 86392 0 0 0 318956 99 0 0 20 0 20 0 71536648 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83092] ppid=83078 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/83081/task/83092/stat : 83092 (Finalizer) S 83078 83081 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536650 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83099] ppid=83078 vsize=19063512 memory=8305872 CPUtime=0 cores=1,3
/proc/83081/task/83099/stat : 83099 (Common-Cleaner) S 83078 83081 82431 0 -1 4194368 3078 0 0 0 0 0 0 0 20 0 20 0 71536651 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83178] ppid=83078 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/83081/task/83178/stat : 83178 (Timer-0) S 83078 83081 82431 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 71552018 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
Current children cumulated CPU time: 3241.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8309972 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/340 83331
/proc/meminfo: memFree=107460128/131249996 swapFree=33010672/33010684
[pid=83081] ppid=83078 vsize=19063512 memory=8309972 CPUtime=3301.47 cores=1,3
/proc/83081/stat : 83081 (java) S 83078 83081 82431 0 -1 4194304 182285 0 0 0 329860 287 0 0 20 0 20 0 71536647 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
/proc/83081/statm: 4765878 2077493 5594 1 0 2351537 0
[pid=83081/tid=83083] ppid=83078 vsize=19063512 memory=18688 CPUtime=3250.41 cores=1,3
/proc/83081/task/83083/stat : 83083 (java) R 83078 83081 82431 0 -1 4194368 88120 0 0 0 324941 100 0 0 20 0 20 0 71536648 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83092] ppid=83078 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/83081/task/83092/stat : 83092 (Finalizer) S 83078 83081 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536650 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83099] ppid=83078 vsize=19063512 memory=8309972 CPUtime=0 cores=1,3
/proc/83081/task/83099/stat : 83099 (Common-Cleaner) S 83078 83081 82431 0 -1 4194368 3158 0 0 0 0 0 0 0 20 0 20 0 71536651 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83178] ppid=83078 vsize=19063512 memory=8309972 CPUtime=0 cores=1,3
/proc/83081/task/83178/stat : 83178 (Timer-0) S 83078 83081 82431 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 71552018 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
Current children cumulated CPU time: 3301.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8309972 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/341 83334
/proc/meminfo: memFree=107454636/131249996 swapFree=33010672/33010684
[pid=83081] ppid=83078 vsize=19063512 memory=8309972 CPUtime=3361.52 cores=1,3
/proc/83081/stat : 83081 (java) S 83078 83081 82431 0 -1 4194304 185050 0 0 0 335863 289 0 0 20 0 20 0 71536647 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
/proc/83081/statm: 4765878 2077493 5594 1 0 2351537 0
[pid=83081/tid=83083] ppid=83078 vsize=19063512 memory=8309972 CPUtime=3310.09 cores=1,3
/proc/83081/task/83083/stat : 83083 (java) R 83078 83081 82431 0 -1 4194368 89920 0 0 0 330909 100 0 0 20 0 20 0 71536648 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83092] ppid=83078 vsize=19063512 memory=8309972 CPUtime=0 cores=1,3
/proc/83081/task/83092/stat : 83092 (Finalizer) S 83078 83081 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536650 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83099] ppid=83078 vsize=19063512 memory=8309972 CPUtime=0 cores=1,3
/proc/83081/task/83099/stat : 83099 (Common-Cleaner) S 83078 83081 82431 0 -1 4194368 3287 0 0 0 0 0 0 0 20 0 20 0 71536651 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83178] ppid=83078 vsize=19063512 memory=164 CPUtime=0 cores=1,3
/proc/83081/task/83178/stat : 83178 (Timer-0) S 83078 83081 82431 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 71552018 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
Current children cumulated CPU time: 3361.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8309972 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/339 83403
/proc/meminfo: memFree=109331836/131249996 swapFree=33010672/33010684
[pid=83081] ppid=83078 vsize=19063512 memory=8309972 CPUtime=3421.4 cores=1,3
/proc/83081/stat : 83081 (java) S 83078 83081 82431 0 -1 4194304 187279 0 0 0 341850 290 0 0 20 0 20 0 71536647 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
/proc/83081/statm: 4765878 2077493 5594 1 0 2351537 0
[pid=83081/tid=83083] ppid=83078 vsize=19063512 memory=164 CPUtime=3369.93 cores=1,3
/proc/83081/task/83083/stat : 83083 (java) R 83078 83081 82431 0 -1 4194368 91975 0 0 0 336893 100 0 0 20 0 20 0 71536648 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83092] ppid=83078 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/83081/task/83092/stat : 83092 (Finalizer) S 83078 83081 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536650 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83099] ppid=83078 vsize=19063512 memory=8309972 CPUtime=0 cores=1,3
/proc/83081/task/83099/stat : 83099 (Common-Cleaner) S 83078 83081 82431 0 -1 4194368 3410 0 0 0 0 0 0 0 20 0 20 0 71536651 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83178] ppid=83078 vsize=19063512 memory=8309972 CPUtime=0 cores=1,3
/proc/83081/task/83178/stat : 83178 (Timer-0) S 83078 83081 82431 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 71552018 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
Current children cumulated CPU time: 3421.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8309972 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/339 83405
/proc/meminfo: memFree=108959488/131249996 swapFree=33010672/33010684
[pid=83081] ppid=83078 vsize=19063512 memory=8309972 CPUtime=3481.52 cores=1,3
/proc/83081/stat : 83081 (java) S 83078 83081 82431 0 -1 4194304 190048 0 0 0 347860 292 0 0 20 0 20 0 71536647 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
/proc/83081/statm: 4765878 2077493 5594 1 0 2351537 0
[pid=83081/tid=83083] ppid=83078 vsize=19063512 memory=164 CPUtime=3429.54 cores=1,3
/proc/83081/task/83083/stat : 83083 (java) R 83078 83081 82431 0 -1 4194368 93711 0 0 0 342853 101 0 0 20 0 20 0 71536648 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83092] ppid=83078 vsize=19063512 memory=8309972 CPUtime=0 cores=1,3
/proc/83081/task/83092/stat : 83092 (Finalizer) S 83078 83081 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536650 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83099] ppid=83078 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/83081/task/83099/stat : 83099 (Common-Cleaner) S 83078 83081 82431 0 -1 4194368 3410 0 0 0 0 0 0 0 20 0 20 0 71536651 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83178] ppid=83078 vsize=19063512 memory=4480 CPUtime=0 cores=1,3
/proc/83081/task/83178/stat : 83178 (Timer-0) S 83078 83081 82431 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 71552018 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
Current children cumulated CPU time: 3481.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8309972 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/339 83418
/proc/meminfo: memFree=108745480/131249996 swapFree=33010672/33010684
[pid=83081] ppid=83078 vsize=19063512 memory=8309972 CPUtime=3541.66 cores=1,3
/proc/83081/stat : 83081 (java) S 83078 83081 82431 0 -1 4194304 193710 0 0 0 353871 295 0 0 20 0 20 0 71536647 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
/proc/83081/statm: 4765878 2077493 5594 1 0 2351537 0
[pid=83081/tid=83083] ppid=83078 vsize=19063512 memory=2764 CPUtime=3489.1 cores=1,3
/proc/83081/task/83083/stat : 83083 (java) R 83078 83081 82431 0 -1 4194368 96295 0 0 0 348809 101 0 0 20 0 20 0 71536648 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83092] ppid=83078 vsize=19063512 memory=8309972 CPUtime=0 cores=1,3
/proc/83081/task/83092/stat : 83092 (Finalizer) S 83078 83081 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536650 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83099] ppid=83078 vsize=19063512 memory=8309972 CPUtime=0 cores=1,3
/proc/83081/task/83099/stat : 83099 (Common-Cleaner) S 83078 83081 82431 0 -1 4194368 3443 0 0 0 0 0 0 0 20 0 20 0 71536651 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83178] ppid=83078 vsize=19063512 memory=8309972 CPUtime=0 cores=1,3
/proc/83081/task/83178/stat : 83178 (Timer-0) S 83078 83081 82431 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 71552018 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
Current children cumulated CPU time: 3541.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8309972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580.8 s]
/proc/loadavg: 4.11 4.09 4.09 5/339 83422
/proc/meminfo: memFree=108387740/131249996 swapFree=33010672/33010684
[pid=83081] ppid=83078 vsize=19063512 memory=8309972 CPUtime=3600.03 cores=1,3
/proc/83081/stat : 83081 (java) S 83078 83081 82431 0 -1 4194304 194911 0 0 0 359707 296 0 0 20 0 20 0 71536647 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
/proc/83081/statm: 4765878 2077493 5594 1 0 2351537 0
[pid=83081/tid=83083] ppid=83078 vsize=19063512 memory=18688 CPUtime=3547.45 cores=1,3
/proc/83081/task/83083/stat : 83083 (java) R 83078 83081 82431 0 -1 4194368 97338 0 0 0 354644 101 0 0 20 0 20 0 71536648 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83092] ppid=83078 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/83081/task/83092/stat : 83092 (Finalizer) S 83078 83081 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536650 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83099] ppid=83078 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/83081/task/83099/stat : 83099 (Common-Cleaner) S 83078 83081 82431 0 -1 4194368 3568 0 0 0 0 0 0 0 20 0 20 0 71536651 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
[pid=83081/tid=83178] ppid=83078 vsize=19063512 memory=7220 CPUtime=0 cores=1,3
/proc/83081/task/83178/stat : 83178 (Timer-0) S 83078 83081 82431 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 71552018 19521036288 2077493 18446744073709551615 93948239065088 93948239068784 140730638877504 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948239076600 93948239077392 93948267671552 140730638879105 140730638879206 140730638879206 140730638884808 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8309972 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.19 s, system=2.989 s

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

[startup+3580.91 s]*
/proc/loadavg: 4.11 4.09 4.09 5/321 83425
/proc/meminfo: memFree=116435624/131249996 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): 3580.93
CPU time (s): 3600.18
CPU user time (s): 3597.19
CPU system time (s): 2.989
CPU usage (%): 100.538
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 8309972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.19
system time used= 2.989
maximum resident set size= 8310996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197902
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123364
involuntary context switches= 8324


# summary of solver processes directly reported to runsolver:
#   pid: 83081
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3597.19
#   total CPU system time (s): 2.989

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.64442 second user time and 17.7708 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-03 18:03:09
IDJOB=4519384
IDBENCH=177240
IDSOLVER=3363
FILE ID=nodeC017/4519384-1751558588
RUNJOBID= nodeC017-1751554990-82448
SLURM_JOB_ID= 9598744
Free space on /tmp= 432412 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_height46_pigeons45_holes44.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519384-1751558588/watcher-4519384-1751558588 -o /tmp/evaluation-result-4519384-1751558588/solver-4519384-1751558588 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751554990-82448 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4519384-1751558588.opb

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

MD5SUM BENCH= 57fb5f2576749c6f64e06149678741e6
RANDOM SEED=1988310866

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122259712 kB
MemAvailable:   125931636 kB
Buffers:            1688 kB
Cached:          4440540 kB
SwapCached:            8 kB
Active:          4170592 kB
Inactive:        4151160 kB
Active(anon):    3881468 kB
Inactive(anon):    16128 kB
Active(file):     289124 kB
Inactive(file):  4135032 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             57148 kB
Writeback:            12 kB
AnonPages:       3882420 kB
Mapped:           124012 kB
Shmem:             18072 kB
KReclaimable:     173612 kB
Slab:             265508 kB
SReclaimable:     173612 kB
SUnreclaim:        91896 kB
KernelStack:        5184 kB
PageTables:        11012 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7069940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3645440 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

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