Trace number 4544109

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.16 3586.33

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v2_10_092.opb
MD5SUMabde55a93501845a748728a01651cccf
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 benchmark1.10617
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables85570
Total number of constraints1851
Number of constraints which are clauses931
Number of constraints which are cardinality constraints (but not clauses)920
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint93
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 94
Number of bits of the biggest sum of numbers7
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	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.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4544109-1753232630.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c  no objective function found
0.84/0.58	c ... done. Wall clock time 0.439s.
0.84/0.58	c declared #vars     85570
0.84/0.58	c #constraints  1851
0.84/0.58	c constraints type 
0.84/0.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 920
0.84/0.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 931
0.84/0.58	c 1851 constraints processed.
6.92/5.84	c cleaning 2496 clauses out of 5001 with flag 31284/5001
14.78/13.56	c cleaning 4251 clauses out of 8504 with flag 70566/11000
23.97/22.72	c cleaning 5620 clauses out of 11253 with flag 121354/18000
36.16/34.81	c cleaning 6813 clauses out of 13635 with flag 176577/26002
51.73/50.41	c cleaning 7907 clauses out of 15822 with flag 240439/35002
68.50/67.08	c cleaning 8950 clauses out of 17916 with flag 320320/45003
88.09/86.41	c cleaning 9977 clauses out of 19965 with flag 412904/56002
107.75/106.13	c cleaning 10986 clauses out of 21986 with flag 513475/68000
134.01/132.38	c cleaning 11998 clauses out of 24002 with flag 621916/81002
161.12/159.34	c cleaning 12993 clauses out of 26002 with flag 738562/95000
193.24/191.32	c cleaning 14006 clauses out of 28012 with flag 865055/110003
233.05/231.10	c cleaning 14998 clauses out of 30005 with flag 1002630/126002
275.10/272.91	c cleaning 16000 clauses out of 32005 with flag 1148965/143000
323.28/321.06	c cleaning 16996 clauses out of 34005 with flag 1311260/161000
351.42/349.05	c cleaning 17992 clauses out of 36010 with flag 1449078/180001
388.36/385.81	c cleaning 18990 clauses out of 38017 with flag 1593573/200000
429.04/426.22	c cleaning 19996 clauses out of 40027 with flag 1747672/221000
476.05/472.41	c cleaning 20994 clauses out of 42034 with flag 1924052/243003
525.08/521.42	c cleaning 21997 clauses out of 44037 with flag 2115952/266000
579.01/575.16	c cleaning 23007 clauses out of 46042 with flag 2320513/290002
633.68/629.73	c cleaning 24000 clauses out of 48033 with flag 2528044/315000
696.78/692.60	c cleaning 25003 clauses out of 50037 with flag 2760285/341004
762.23/757.87	c cleaning 25993 clauses out of 52032 with flag 3007722/368002
822.89/817.28	c cleaning 27015 clauses out of 54039 with flag 3239241/396002
869.24/863.57	c cleaning 28005 clauses out of 56022 with flag 3421006/425000
924.19/918.21	c cleaning 28997 clauses out of 58017 with flag 3624299/455000
989.81/983.62	c cleaning 30000 clauses out of 60020 with flag 3857655/486000
1063.79/1057.47	c cleaning 30997 clauses out of 62020 with flag 4113067/518000
1144.73/1137.05	c cleaning 31995 clauses out of 64023 with flag 4359821/551000
1222.80/1214.99	c cleaning 32999 clauses out of 66029 with flag 4627736/585001
1302.90/1294.66	c cleaning 33996 clauses out of 68029 with flag 4905723/620000
1402.27/1393.89	c cleaning 34996 clauses out of 70033 with flag 5208347/656000
1509.07/1500.54	c cleaning 36009 clauses out of 72037 with flag 5512060/693000
1622.37/1613.59	c cleaning 37009 clauses out of 74029 with flag 5825998/731001
1753.69/1743.53	c cleaning 38001 clauses out of 76019 with flag 6141363/770000
1882.21/1871.93	c cleaning 38994 clauses out of 78018 with flag 6461175/810000
2022.89/2012.28	c cleaning 40001 clauses out of 80024 with flag 6795060/851000
2169.47/2158.22	c cleaning 40995 clauses out of 82023 with flag 7146170/893000
2326.23/2314.88	c cleaning 42006 clauses out of 84028 with flag 7509943/936000
2483.36/2470.30	c cleaning 42997 clauses out of 86022 with flag 7889604/980000
2643.01/2629.93	c cleaning 43997 clauses out of 88026 with flag 8266968/1025001
2795.30/2782.00	c cleaning 44999 clauses out of 90030 with flag 8661317/1071002
2971.17/2957.61	c cleaning 45998 clauses out of 92031 with flag 9053397/1118002
3160.22/3146.70	c cleaning 47000 clauses out of 94033 with flag 9473456/1166002
3323.84/3310.21	c cleaning 47998 clauses out of 96035 with flag 9929476/1215004
3513.04/3499.22	c cleaning 48989 clauses out of 98033 with flag 10408709/1265000
3600.00/3586.21	c starts		: 5
3600.00/3586.21	c timeout
3600.00/3586.23	c conflicts		: 1290594
3600.00/3586.23	c decisions		: 1481251
3600.00/3586.23	c propagations		: 17968547
3600.00/3586.23	c inspects		: 6286697556
3600.00/3586.23	c shortcuts		: 0
3600.00/3586.23	c learnt literals	: 0
3600.00/3586.23	c learnt binary clauses	: 0
3600.00/3586.23	c learnt ternary clauses	: 0
3600.00/3586.23	c learnt constraints	: 1290594
3600.00/3586.23	c ignored constraints	: 0
3600.00/3586.23	c root simplifications	: 0
3600.00/3586.23	c removed literals (reason simplification)	: 3755838
3600.00/3586.23	c reason swapping (by a shorter reason)	: 0
3600.00/3586.23	c Calls to reduceDB	: 46
3600.00/3586.23	c Number of update (reduction) of LBD	: 753568
3600.00/3586.23	c Imported unit clauses	: 0
3600.00/3586.23	c No decision after first conflict	: false
3600.00/3586.23	c number of reductions to clauses (during analyze)	: 0
3600.00/3586.23	c number of learned constraints concerned by reduction	: 0
3600.00/3586.23	c number of learning phase by resolution	: 0
3600.00/3586.23	c number of learning phase by cutting planes	: 0
3600.00/3586.23	c number of rounding to 1 operations	: 0
3600.00/3586.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3586.23	c number of reductions of the coefficients by power 2 	: 0
3600.00/3586.23	c number of right shift for reduction by power 2 	: 0
3600.00/3586.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3586.23	c number of ending skipping 	: 0
3600.00/3586.23	c number of internal skipping 	: 0
3600.00/3586.23	c number of derivation steps 	: 0
3600.00/3586.23	c number of skipped derivation steps 	: 0
3600.00/3586.23	c number of remaining unassigned 	: 0
3600.00/3586.23	c number of remaining assigned 	: 0
3600.00/3586.23	c number of falsified literals weakened from reason	: 0
3600.00/3586.23	c number of falsified literals weakened from conflict	: 0
3600.00/3586.23	c time for arithmetic operations	: 0
3600.00/3586.23	c minimum degree of deleted constraints	: null
3600.00/3586.23	c maximum degree of deleted constraints	: null
3600.00/3586.23	c number of deleted constraints	: 0
3600.00/3586.23	c speed (assignments/second)	: 5011.260770061864
3600.00/3586.23	c non guided choices	: 27944
3600.00/3586.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 74638
3600.00/3586.28	s UNKNOWN
3600.00/3586.28	c Total wall clock time (in seconds): 3586.145

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544109-1753232630/watcher-4544109-1753232630 -o /tmp/evaluation-result-4544109-1753232630/solver-4544109-1753232630 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753232630-166548 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4544109-1753232630.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=166626, runsolver pid=166597
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 1.44 2.74 3.55 7/335 166672
/proc/meminfo: memFree=129169512/131249996 swapFree=33010416/33010684
[pid=166626] ppid=166597 vsize=18930384 memory=55332 CPUtime=0.11 cores=5,7
/proc/166626/stat : 166626 (java) S 166597 166626 166535 0 -1 4194304 6507 0 0 0 9 2 0 0 20 0 18 0 238940796 19384713216 13833 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
/proc/166626/statm: 4732596 13833 5337 1 0 547586 0
[pid=166626/tid=166645] ppid=166597 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/166626/task/166645/stat : 166645 (java) R 166597 166626 166535 0 -1 4194368 5033 0 0 0 6 1 0 0 20 0 18 0 238940797 19384713216 13865 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166665] ppid=166597 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/166626/task/166665/stat : 166665 (Finalizer) S 166597 166626 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238940799 19384713216 13865 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166672] ppid=166597 vsize=18930384 memory=60684515963265 CPUtime=0 cores=5,7
/proc/166626/task/166672/stat : 166672 (Common-Cleaner) S 166597 166626 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238940800 19384713216 13865 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55332 KiB

[startup+0.20574 s]*
/proc/loadavg: 1.44 2.74 3.55 13/317 166676
/proc/meminfo: memFree=129047276/131249996 swapFree=33010416/33010684
[pid=166626] ppid=166597 vsize=18930384 memory=82244 CPUtime=0.3 cores=5,7
/proc/166626/stat : 166626 (java) S 166597 166626 166535 0 -1 4194304 6979 0 0 0 28 2 0 0 20 0 18 0 238940796 19384713216 20561 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
/proc/166626/statm: 4732596 20561 5433 1 0 547889 0
[pid=166626/tid=166645] ppid=166597 vsize=18930384 memory=4026990711 CPUtime=0.17 cores=5,7
/proc/166626/task/166645/stat : 166645 (java) R 166597 166626 166535 0 -1 4194368 5281 0 0 0 15 2 0 0 20 0 18 0 238940797 19384713216 20561 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166665] ppid=166597 vsize=18930384 memory=215637835299 CPUtime=0 cores=5,7
/proc/166626/task/166665/stat : 166665 (Finalizer) S 166597 166626 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238940799 19384713216 20561 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166672] ppid=166597 vsize=18930384 memory=30004 CPUtime=0 cores=5,7
/proc/166626/task/166672/stat : 166672 (Common-Cleaner) S 166597 166626 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238940800 19384713216 20561 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 82244 KiB

[startup+0.305775 s]*
/proc/loadavg: 1.44 2.74 3.55 8/319 166681
/proc/meminfo: memFree=128942000/131249996 swapFree=33010416/33010684
[pid=166626] ppid=166597 vsize=18996948 memory=161080 CPUtime=0.49 cores=5,7
/proc/166626/stat : 166626 (java) S 166597 166626 166535 0 -1 4194304 8717 0 0 0 44 5 0 0 20 0 19 0 238940796 19452874752 40270 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
/proc/166626/statm: 4749237 40270 5465 1 0 549284 0
[pid=166626/tid=166645] ppid=166597 vsize=18996948 memory=-5155625786856073309 CPUtime=0.24 cores=5,7
/proc/166626/task/166645/stat : 166645 (java) S 166597 166626 166535 0 -1 4194368 5322 0 0 0 21 3 0 0 20 0 19 0 238940797 19452874752 40270 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166665] ppid=166597 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/166626/task/166665/stat : 166665 (Finalizer) S 166597 166626 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238940799 19452874752 40270 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166672] ppid=166597 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/166626/task/166672/stat : 166672 (Common-Cleaner) S 166597 166626 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238940800 19452874752 40270 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 161080 KiB

[startup+0.700218 s]
/proc/loadavg: 1.44 2.74 3.55 7/318 166687
/proc/meminfo: memFree=128803696/131249996 swapFree=33010416/33010684
[pid=166626] ppid=166597 vsize=19063512 memory=474408 CPUtime=1.21 cores=5,7
/proc/166626/stat : 166626 (java) S 166597 166626 166535 0 -1 4194304 14807 0 0 0 110 11 0 0 20 0 20 0 238940796 19521036288 118602 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
/proc/166626/statm: 4765878 118602 5497 1 0 1392344 0
[pid=166626/tid=166645] ppid=166597 vsize=19063512 memory=27520 CPUtime=0.55 cores=5,7
/proc/166626/task/166645/stat : 166645 (java) R 166597 166626 166535 0 -1 4194368 5481 0 0 0 47 8 0 0 20 0 20 0 238940797 19521036288 118602 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166665] ppid=166597 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/166626/task/166665/stat : 166665 (Finalizer) S 166597 166626 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940799 19521036288 118602 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166672] ppid=166597 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/166626/task/166672/stat : 166672 (Common-Cleaner) S 166597 166626 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238940800 19521036288 118602 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 474408 KiB

[startup+1.50017 s]
/proc/loadavg: 1.44 2.74 3.55 6/319 166688
/proc/meminfo: memFree=128605580/131249996 swapFree=33010416/33010684
[pid=166626] ppid=166597 vsize=19063512 memory=484468 CPUtime=2.47 cores=5,7
/proc/166626/stat : 166626 (java) S 166597 166626 166535 0 -1 4194304 15288 0 0 0 236 11 0 0 20 0 20 0 238940796 19521036288 121117 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
/proc/166626/statm: 4765878 121117 5497 1 0 1392530 0
[pid=166626/tid=166645] ppid=166597 vsize=19063512 memory=3328 CPUtime=1.33 cores=5,7
/proc/166626/task/166645/stat : 166645 (java) R 166597 166626 166535 0 -1 4194368 5492 0 0 0 125 8 0 0 20 0 20 0 238940797 19521036288 121117 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166665] ppid=166597 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/166626/task/166665/stat : 166665 (Finalizer) S 166597 166626 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940799 19521036288 121117 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166672] ppid=166597 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/166626/task/166672/stat : 166672 (Common-Cleaner) S 166597 166626 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238940800 19521036288 121117 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166688] ppid=166597 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/166626/task/166688/stat : 166688 (Timer-0) S 166597 166626 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940856 19521036288 121117 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 484468 KiB

[startup+3.10574 s]
/proc/loadavg: 1.44 2.74 3.55 4/321 166786
/proc/meminfo: memFree=128533864/131249996 swapFree=33010416/33010684
[pid=166626] ppid=166597 vsize=19063512 memory=500980 CPUtime=4.11 cores=5,7
/proc/166626/stat : 166626 (java) S 166597 166626 166535 0 -1 4194304 15311 0 0 0 399 12 0 0 20 0 20 0 238940796 19521036288 125245 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
/proc/166626/statm: 4765878 125245 5497 1 0 1392532 0
[pid=166626/tid=166645] ppid=166597 vsize=19063512 memory=14824 CPUtime=2.93 cores=5,7
/proc/166626/task/166645/stat : 166645 (java) R 166597 166626 166535 0 -1 4194368 5500 0 0 0 285 8 0 0 20 0 20 0 238940797 19521036288 125245 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166665] ppid=166597 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/166626/task/166665/stat : 166665 (Finalizer) S 166597 166626 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940799 19521036288 125245 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166672] ppid=166597 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/166626/task/166672/stat : 166672 (Common-Cleaner) S 166597 166626 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238940800 19521036288 125245 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166688] ppid=166597 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/166626/task/166688/stat : 166688 (Timer-0) S 166597 166626 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940856 19521036288 125245 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
Current children cumulated CPU time: 4.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 500980 KiB

[startup+6.30022 s]
/proc/loadavg: 1.73 2.78 3.56 5/343 166811
/proc/meminfo: memFree=128197008/131249996 swapFree=33010416/33010684
[pid=166626] ppid=166597 vsize=19063512 memory=547560 CPUtime=7.53 cores=5,7
/proc/166626/stat : 166626 (java) S 166597 166626 166535 0 -1 4194304 20015 0 0 0 739 14 0 0 20 0 20 0 238940796 19521036288 136890 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
/proc/166626/statm: 4765878 136890 5529 1 0 1392654 0
[pid=166626/tid=166645] ppid=166597 vsize=19063512 memory=0 CPUtime=6.08 cores=5,7
/proc/166626/task/166645/stat : 166645 (java) R 166597 166626 166535 0 -1 4194368 6711 0 0 0 599 9 0 0 20 0 20 0 238940797 19521036288 136890 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166665] ppid=166597 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/166626/task/166665/stat : 166665 (Finalizer) S 166597 166626 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940799 19521036288 136890 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166672] ppid=166597 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/166626/task/166672/stat : 166672 (Common-Cleaner) S 166597 166626 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238940800 19521036288 136890 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166688] ppid=166597 vsize=19063512 memory=496884 CPUtime=0 cores=5,7
/proc/166626/task/166688/stat : 166688 (Timer-0) S 166597 166626 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940856 19521036288 136890 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
Current children cumulated CPU time: 7.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 547560 KiB

[startup+12.7002 s]
/proc/loadavg: 1.91 2.80 3.56 5/343 166811
/proc/meminfo: memFree=127451880/131249996 swapFree=33010416/33010684
[pid=166626] ppid=166597 vsize=19063512 memory=547688 CPUtime=13.99 cores=5,7
/proc/166626/stat : 166626 (java) S 166597 166626 166535 0 -1 4194304 20468 0 0 0 1384 15 0 0 20 0 20 0 238940796 19521036288 136922 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
/proc/166626/statm: 4765878 136922 5529 1 0 1392654 0
[pid=166626/tid=166645] ppid=166597 vsize=19063512 memory=496884 CPUtime=12.47 cores=5,7
/proc/166626/task/166645/stat : 166645 (java) R 166597 166626 166535 0 -1 4194368 6852 0 0 0 1238 9 0 0 20 0 20 0 238940797 19521036288 136922 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166665] ppid=166597 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/166626/task/166665/stat : 166665 (Finalizer) S 166597 166626 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940799 19521036288 136922 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166672] ppid=166597 vsize=19063512 memory=547688 CPUtime=0 cores=5,7
/proc/166626/task/166672/stat : 166672 (Common-Cleaner) S 166597 166626 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238940800 19521036288 136922 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166688] ppid=166597 vsize=19063512 memory=547688 CPUtime=0 cores=5,7
/proc/166626/task/166688/stat : 166688 (Timer-0) S 166597 166626 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940856 19521036288 136922 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
Current children cumulated CPU time: 13.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 547688 KiB

[startup+25.5002 s]
/proc/loadavg: 2.52 2.89 3.58 5/343 166811
/proc/meminfo: memFree=125977224/131249996 swapFree=33010416/33010684
[pid=166626] ppid=166597 vsize=19063512 memory=547688 CPUtime=26.77 cores=5,7
/proc/166626/stat : 166626 (java) S 166597 166626 166535 0 -1 4194304 22848 0 0 0 2662 15 0 0 20 0 20 0 238940796 19521036288 136922 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
/proc/166626/statm: 4765878 136922 5529 1 0 1392654 0
[pid=166626/tid=166645] ppid=166597 vsize=19063512 memory=10752 CPUtime=25.23 cores=5,7
/proc/166626/task/166645/stat : 166645 (java) R 166597 166626 166535 0 -1 4194368 8384 0 0 0 2514 9 0 0 20 0 20 0 238940797 19521036288 136922 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166665] ppid=166597 vsize=19063512 memory=27520 CPUtime=0 cores=5,7
/proc/166626/task/166665/stat : 166665 (Finalizer) S 166597 166626 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940799 19521036288 136922 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166672] ppid=166597 vsize=19063512 memory=547688 CPUtime=0 cores=5,7
/proc/166626/task/166672/stat : 166672 (Common-Cleaner) S 166597 166626 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238940800 19521036288 136922 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166688] ppid=166597 vsize=19063512 memory=280836771826112 CPUtime=0 cores=5,7
/proc/166626/task/166688/stat : 166688 (Timer-0) S 166597 166626 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940856 19521036288 136922 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
Current children cumulated CPU time: 26.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 547688 KiB

[startup+51.1058 s]
/proc/loadavg: 3.11 3.00 3.60 5/342 166811
/proc/meminfo: memFree=123719912/131249996 swapFree=33010416/33010684
[pid=166626] ppid=166597 vsize=19063512 memory=703476 CPUtime=52.43 cores=5,7
/proc/166626/stat : 166626 (java) S 166597 166626 166535 0 -1 4194304 25890 0 0 0 5223 20 0 0 20 0 20 0 238940796 19521036288 175869 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
/proc/166626/statm: 4765878 175869 5529 1 0 1392654 0
[pid=166626/tid=166645] ppid=166597 vsize=19063512 memory=703476 CPUtime=50.61 cores=5,7
/proc/166626/task/166645/stat : 166645 (java) R 166597 166626 166535 0 -1 4194368 8886 0 0 0 5052 9 0 0 20 0 20 0 238940797 19521036288 175869 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166665] ppid=166597 vsize=19063512 memory=703476 CPUtime=0 cores=5,7
/proc/166626/task/166665/stat : 166665 (Finalizer) S 166597 166626 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940799 19521036288 175869 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166672] ppid=166597 vsize=19063512 memory=703476 CPUtime=0 cores=5,7
/proc/166626/task/166672/stat : 166672 (Common-Cleaner) S 166597 166626 166535 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 238940800 19521036288 175869 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0

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

/proc/166626/task/166665/stat : 166665 (Finalizer) S 166597 166626 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940799 19521036288 1434667 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166672] ppid=166597 vsize=19063512 memory=5738668 CPUtime=0 cores=5,7
/proc/166626/task/166672/stat : 166672 (Common-Cleaner) S 166597 166626 166535 0 -1 4194368 2222 0 0 0 0 0 0 0 20 0 20 0 238940800 19521036288 1434667 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166688] ppid=166597 vsize=19063512 memory=5738668 CPUtime=0 cores=5,7
/proc/166626/task/166688/stat : 166688 (Timer-0) S 166597 166626 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940856 19521036288 1434667 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
Current children cumulated CPU time: 3235.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5738668 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.21 4.18 5/340 166967
/proc/meminfo: memFree=93304200/131249996 swapFree=33010416/33010684
[pid=166626] ppid=166597 vsize=19063512 memory=5779672 CPUtime=3296.02 cores=5,7
/proc/166626/stat : 166626 (java) S 166597 166626 166535 0 -1 4194304 153710 0 0 0 329376 226 0 0 20 0 20 0 238940796 19521036288 1444918 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
/proc/166626/statm: 4765878 1444918 5529 1 0 1740821 0
[pid=166626/tid=166645] ppid=166597 vsize=19063512 memory=-8670666673107018428 CPUtime=3258.32 cores=5,7
/proc/166626/task/166645/stat : 166645 (java) R 166597 166626 166535 0 -1 4194368 67202 0 0 0 325807 25 0 0 20 0 20 0 238940797 19521036288 1444918 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166665] ppid=166597 vsize=19063512 memory=5738668 CPUtime=0 cores=5,7
/proc/166626/task/166665/stat : 166665 (Finalizer) S 166597 166626 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940799 19521036288 1444918 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166672] ppid=166597 vsize=19063512 memory=5738668 CPUtime=0 cores=5,7
/proc/166626/task/166672/stat : 166672 (Common-Cleaner) S 166597 166626 166535 0 -1 4194368 2294 0 0 0 0 0 0 0 20 0 20 0 238940800 19521036288 1444918 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166688] ppid=166597 vsize=19063512 memory=5779672 CPUtime=0 cores=5,7
/proc/166626/task/166688/stat : 166688 (Timer-0) S 166597 166626 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940856 19521036288 1444918 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
Current children cumulated CPU time: 3296.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5779672 KiB

[startup+3342.3 s]
/proc/loadavg: 4.32 4.23 4.19 5/340 166969
/proc/meminfo: memFree=93115700/131249996 swapFree=33010416/33010684
[pid=166626] ppid=166597 vsize=19063512 memory=5910744 CPUtime=3356 cores=5,7
/proc/166626/stat : 166626 (java) S 166597 166626 166535 0 -1 4194304 156305 0 0 0 335370 230 0 0 20 0 20 0 238940796 19521036288 1477686 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
/proc/166626/statm: 4765878 1477686 5529 1 0 1740821 0
[pid=166626/tid=166645] ppid=166597 vsize=19063512 memory=14824 CPUtime=3318.01 cores=5,7
/proc/166626/task/166645/stat : 166645 (java) R 166597 166626 166535 0 -1 4194368 68892 0 0 0 331775 26 0 0 20 0 20 0 238940797 19521036288 1477686 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166665] ppid=166597 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/166626/task/166665/stat : 166665 (Finalizer) S 166597 166626 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940799 19521036288 1477686 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166672] ppid=166597 vsize=19063512 memory=5910744 CPUtime=0 cores=5,7
/proc/166626/task/166672/stat : 166672 (Common-Cleaner) S 166597 166626 166535 0 -1 4194368 2333 0 0 0 0 0 0 0 20 0 20 0 238940800 19521036288 1477686 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166688] ppid=166597 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/166626/task/166688/stat : 166688 (Timer-0) S 166597 166626 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940856 19521036288 1477686 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
Current children cumulated CPU time: 3356 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5910744 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.23 4.19 5/340 167038
/proc/meminfo: memFree=108356840/131249996 swapFree=33010416/33010684
[pid=166626] ppid=166597 vsize=19063512 memory=6199512 CPUtime=3416.12 cores=5,7
/proc/166626/stat : 166626 (java) S 166597 166626 166535 0 -1 4194304 158244 0 0 0 341374 238 0 0 20 0 20 0 238940796 19521036288 1549878 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
/proc/166626/statm: 4765878 1549878 5529 1 0 1740821 0
[pid=166626/tid=166645] ppid=166597 vsize=19063512 memory=27648 CPUtime=3377.58 cores=5,7
/proc/166626/task/166645/stat : 166645 (java) R 166597 166626 166535 0 -1 4194368 70660 0 0 0 337732 26 0 0 20 0 20 0 238940797 19521036288 1549878 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166665] ppid=166597 vsize=19063512 memory=6199512 CPUtime=0 cores=5,7
/proc/166626/task/166665/stat : 166665 (Finalizer) S 166597 166626 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940799 19521036288 1549878 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166672] ppid=166597 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/166626/task/166672/stat : 166672 (Common-Cleaner) S 166597 166626 166535 0 -1 4194368 2333 0 0 0 0 0 0 0 20 0 20 0 238940800 19521036288 1549878 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166688] ppid=166597 vsize=19063512 memory=4480 CPUtime=0 cores=5,7
/proc/166626/task/166688/stat : 166688 (Timer-0) S 166597 166626 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940856 19521036288 1549878 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
Current children cumulated CPU time: 3416.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6199512 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.22 4.18 7/339 167248
/proc/meminfo: memFree=108096812/131249996 swapFree=33010416/33010684
[pid=166626] ppid=166597 vsize=19063512 memory=6252760 CPUtime=3476.22 cores=5,7
/proc/166626/stat : 166626 (java) S 166597 166626 166535 0 -1 4194304 162022 0 0 0 347380 242 0 0 20 0 20 0 238940796 19521036288 1563190 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
/proc/166626/statm: 4765878 1563190 5529 1 0 1740821 0
[pid=166626/tid=166645] ppid=166597 vsize=19063512 memory=6199512 CPUtime=3437.18 cores=5,7
/proc/166626/task/166645/stat : 166645 (java) R 166597 166626 166535 0 -1 4194368 73203 0 0 0 343691 27 0 0 20 0 20 0 238940797 19521036288 1563190 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166665] ppid=166597 vsize=19063512 memory=6199512 CPUtime=0 cores=5,7
/proc/166626/task/166665/stat : 166665 (Finalizer) S 166597 166626 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940799 19521036288 1563190 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166672] ppid=166597 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/166626/task/166672/stat : 166672 (Common-Cleaner) S 166597 166626 166535 0 -1 4194368 2444 0 0 0 0 0 0 0 20 0 20 0 238940800 19521036288 1563190 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166688] ppid=166597 vsize=19063512 memory=6199512 CPUtime=0 cores=5,7
/proc/166626/task/166688/stat : 166688 (Timer-0) S 166597 166626 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940856 19521036288 1563190 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
Current children cumulated CPU time: 3476.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6252760 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.19 4.18 5/341 167254
/proc/meminfo: memFree=107816636/131249996 swapFree=33010416/33010684
[pid=166626] ppid=166597 vsize=19063512 memory=6252760 CPUtime=3536.09 cores=5,7
/proc/166626/stat : 166626 (java) S 166597 166626 166535 0 -1 4194304 163324 0 0 0 353365 244 0 0 20 0 20 0 238940796 19521036288 1563190 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
/proc/166626/statm: 4765878 1563190 5529 1 0 1740821 0
[pid=166626/tid=166645] ppid=166597 vsize=19063512 memory=6199512 CPUtime=3497.02 cores=5,7
/proc/166626/task/166645/stat : 166645 (java) R 166597 166626 166535 0 -1 4194368 74373 0 0 0 349675 27 0 0 20 0 20 0 238940797 19521036288 1563190 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166665] ppid=166597 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/166626/task/166665/stat : 166665 (Finalizer) S 166597 166626 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940799 19521036288 1563190 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166672] ppid=166597 vsize=19063512 memory=6252760 CPUtime=0 cores=5,7
/proc/166626/task/166672/stat : 166672 (Common-Cleaner) S 166597 166626 166535 0 -1 4194368 2522 0 0 0 0 0 0 0 20 0 20 0 238940800 19521036288 1563190 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166688] ppid=166597 vsize=19063512 memory=6252760 CPUtime=0 cores=5,7
/proc/166626/task/166688/stat : 166688 (Timer-0) S 166597 166626 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940856 19521036288 1563190 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
Current children cumulated CPU time: 3536.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6252760 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.20 4.18 6/339 167325
/proc/meminfo: memFree=113885392/131249996 swapFree=33010416/33010684
[pid=166626] ppid=166597 vsize=19063512 memory=6336728 CPUtime=3596.12 cores=5,7
/proc/166626/stat : 166626 (java) S 166597 166626 166535 0 -1 4194304 166207 0 0 0 359365 247 0 0 20 0 20 0 238940796 19521036288 1584182 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
/proc/166626/statm: 4765878 1584182 5529 1 0 1740821 0
[pid=166626/tid=166645] ppid=166597 vsize=19063512 memory=6199512 CPUtime=3556.64 cores=5,7
/proc/166626/task/166645/stat : 166645 (java) R 166597 166626 166535 0 -1 4194368 76127 0 0 0 355636 28 0 0 20 0 20 0 238940797 19521036288 1584182 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166665] ppid=166597 vsize=19063512 memory=6336728 CPUtime=0 cores=5,7
/proc/166626/task/166665/stat : 166665 (Finalizer) S 166597 166626 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940799 19521036288 1584182 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166672] ppid=166597 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/166626/task/166672/stat : 166672 (Common-Cleaner) S 166597 166626 166535 0 -1 4194368 2522 0 0 0 0 0 0 0 20 0 20 0 238940800 19521036288 1584182 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166688] ppid=166597 vsize=19063512 memory=6336728 CPUtime=0 cores=5,7
/proc/166626/task/166688/stat : 166688 (Timer-0) S 166597 166626 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940856 19521036288 1584182 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
Current children cumulated CPU time: 3596.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6336728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586.2 s]
/proc/loadavg: 4.35 4.23 4.19 6/340 167458
/proc/meminfo: memFree=121574280/131249996 swapFree=33010416/33010684
[pid=166626] ppid=166597 vsize=19063512 memory=6336728 CPUtime=3600 cores=5,7
/proc/166626/stat : 166626 (java) S 166597 166626 166535 0 -1 4194304 166412 0 0 0 359753 247 0 0 20 0 20 0 238940796 19521036288 1584182 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
/proc/166626/statm: 4765878 1584182 5529 1 0 1740821 0
[pid=166626/tid=166645] ppid=166597 vsize=19063512 memory=-5155633680935826750 CPUtime=3560.53 cores=5,7
/proc/166626/task/166645/stat : 166645 (java) R 166597 166626 166535 0 -1 4194368 76329 0 0 0 356025 28 0 0 20 0 20 0 238940797 19521036288 1584182 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166665] ppid=166597 vsize=19063512 memory=-8670666673107018428 CPUtime=0 cores=5,7
/proc/166626/task/166665/stat : 166665 (Finalizer) S 166597 166626 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940799 19521036288 1584182 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166672] ppid=166597 vsize=19063512 memory=-8670666673107018428 CPUtime=0 cores=5,7
/proc/166626/task/166672/stat : 166672 (Common-Cleaner) S 166597 166626 166535 0 -1 4194368 2522 0 0 0 0 0 0 0 20 0 20 0 238940800 19521036288 1584182 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
[pid=166626/tid=166688] ppid=166597 vsize=19063512 memory=29992 CPUtime=0 cores=5,7
/proc/166626/task/166688/stat : 166688 (Timer-0) S 166597 166626 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940856 19521036288 1584182 18446744073709551615 94022605373440 94022605377136 140726242571248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94022605384952 94022605385744 94022605811712 140726242572671 140726242572772 140726242572772 140726242578376 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6336728 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.66 s, system=2.50171 s

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

[startup+3586.3 s]*
/proc/loadavg: 4.35 4.23 4.19 6/322 167461
/proc/meminfo: memFree=127641456/131249996 swapFree=33010416/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): 3586.33
CPU time (s): 3600.16
CPU user time (s): 3597.66
CPU system time (s): 2.50171
CPU usage (%): 100.386
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 6336728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.66
system time used= 2.50171
maximum resident set size= 6337496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168472
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115706
involuntary context switches= 21163


# summary of solver processes directly reported to runsolver:
#   pid: 166626
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3597.66
#   total CPU system time (s): 2.50171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.71837 second user time and 17.7107 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-23 03:03:50
IDJOB=4544109
IDBENCH=174892
IDSOLVER=3363
FILE ID=nodeC017/4544109-1753232630
RUNJOBID= nodeC017-1753232630-166548
SLURM_JOB_ID= 9687845
Free space on /tmp= 433044 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v2_10_092.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544109-1753232630/watcher-4544109-1753232630 -o /tmp/evaluation-result-4544109-1753232630/solver-4544109-1753232630 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753232630-166548 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4544109-1753232630.opb

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

MD5SUM BENCH= abde55a93501845a748728a01651cccf
RANDOM SEED=484682920

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.559
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		: 3599.946
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		: 3601.130
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.058
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		: 3600.007
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		: 3599.032
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:        129255212 kB
MemAvailable:   129681648 kB
Buffers:            1688 kB
Cached:          1193508 kB
SwapCached:           32 kB
Active:          1046796 kB
Inactive:         219796 kB
Active(anon):      73528 kB
Inactive(anon):    24108 kB
Active(file):     973268 kB
Inactive(file):   195688 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5820 kB
Writeback:             0 kB
AnonPages:         73912 kB
Mapped:           109028 kB
Shmem:             26240 kB
KReclaimable:     193040 kB
Slab:             287784 kB
SReclaimable:     193040 kB
SUnreclaim:        94744 kB
KernelStack:        4176 kB
PageTables:         2912 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     345268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 432992 MiB
End job on nodeC017 at 2025-07-23 04:03:37