Trace number 4544188

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 VeriPB 2025-06-06? (TO) 3600.24 3260.03

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/
random_rational_opb/normalized-ec_random_rational_random8reg_split_750.opb
MD5SUM9d0f67967ac2bc71f5ce17bb15e814c1
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 benchmark0.268683
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9003
Total number of constraints6754
Number of constraints which are clauses6002
Number of constraints which are cardinality constraints (but not clauses)751
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint6002
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 6002
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 18006
Number of bits of the biggest sum of numbers15
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4544188-1753231596.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.13	c  no objective function found
0.33/0.27	c ... done. Wall clock time 0.135s.
0.33/0.27	c declared #vars     9003
0.33/0.27	c #constraints  7505
0.33/0.27	c constraints type 
0.33/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6004
0.33/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1500
0.33/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.33/0.27	c 7505 constraints processed.
9.03/7.06	c cleaning 2499 clauses out of 5000 with flag 10591/5000
17.94/15.02	c cleaning 4251 clauses out of 8501 with flag 22770/11000
28.22/24.47	c cleaning 5625 clauses out of 11250 with flag 36990/18000
40.54/35.60	c cleaning 6809 clauses out of 13625 with flag 53316/26000
54.13/48.55	c cleaning 7910 clauses out of 15819 with flag 71771/35003
70.59/63.90	c cleaning 8954 clauses out of 17907 with flag 92321/45001
88.01/80.30	c cleaning 9975 clauses out of 19952 with flag 114629/56000
106.06/97.19	c cleaning 10987 clauses out of 21978 with flag 139161/68001
127.76/117.62	c cleaning 11994 clauses out of 23990 with flag 165670/81000
149.87/138.51	c cleaning 12997 clauses out of 25996 with flag 194167/95000
179.27/164.16	c cleaning 13997 clauses out of 28001 with flag 224842/110002
207.73/191.18	c cleaning 14997 clauses out of 30003 with flag 257469/126001
238.37/219.69	c cleaning 15998 clauses out of 32006 with flag 292042/143001
269.97/249.75	c cleaning 17000 clauses out of 34007 with flag 328706/161000
307.32/281.55	c cleaning 18004 clauses out of 36008 with flag 367613/180001
342.63/314.66	c cleaning 19001 clauses out of 38004 with flag 408588/200001
378.01/347.92	c cleaning 20002 clauses out of 40003 with flag 451553/221001
415.17/383.21	c cleaning 20998 clauses out of 42000 with flag 497082/243000
461.79/424.50	c cleaning 21996 clauses out of 44002 with flag 544718/266000
501.94/462.40	c cleaning 22999 clauses out of 46006 with flag 593669/290000
544.21/502.27	c cleaning 24000 clauses out of 48007 with flag 644471/315000
588.81/544.52	c cleaning 24996 clauses out of 50008 with flag 697144/341001
644.27/592.13	c cleaning 26002 clauses out of 52011 with flag 751955/368000
695.31/640.64	c cleaning 27001 clauses out of 54009 with flag 808935/396000
746.77/689.26	c cleaning 27999 clauses out of 56008 with flag 868143/425000
808.01/744.08	c cleaning 29003 clauses out of 58010 with flag 929417/455001
873.90/803.44	c cleaning 29997 clauses out of 60007 with flag 994775/486001
937.60/864.14	c cleaning 31005 clauses out of 62010 with flag 1061358/518001
1012.72/929.84	c cleaning 31994 clauses out of 64004 with flag 1128878/551000
1090.28/1003.82	c cleaning 33000 clauses out of 66010 with flag 1198422/585000
1164.69/1074.92	c cleaning 34006 clauses out of 68015 with flag 1270346/620005
1257.50/1159.29	c cleaning 35002 clauses out of 70004 with flag 1344270/656000
1336.45/1234.97	c cleaning 35994 clauses out of 72002 with flag 1421564/693000
1420.12/1307.08	c cleaning 36999 clauses out of 74008 with flag 1498967/731000
1502.88/1385.43	c cleaning 37998 clauses out of 76009 with flag 1578297/770000
1592.52/1464.07	c cleaning 39002 clauses out of 78014 with flag 1659957/810003
1675.32/1542.83	c cleaning 40002 clauses out of 80010 with flag 1743447/851001
1771.84/1629.03	c cleaning 41004 clauses out of 82007 with flag 1829002/893000
1856.23/1709.26	c cleaning 42001 clauses out of 84004 with flag 1916356/936001
1960.25/1803.31	c cleaning 42996 clauses out of 86002 with flag 2006298/980000
2077.57/1910.66	c cleaning 43998 clauses out of 88006 with flag 2097777/1025000
2206.69/2025.00	c cleaning 45000 clauses out of 90008 with flag 2191525/1071000
2345.16/2143.07	c cleaning 45999 clauses out of 92008 with flag 2287579/1118000
2458.33/2241.65	c cleaning 47003 clauses out of 94009 with flag 2385708/1166000
2572.06/2341.33	c cleaning 47998 clauses out of 96006 with flag 2485784/1215000
2705.40/2460.10	c cleaning 49005 clauses out of 98010 with flag 2587534/1265002
2835.84/2575.97	c cleaning 50000 clauses out of 100005 with flag 2691541/1316002
2969.10/2695.06	c cleaning 50995 clauses out of 102003 with flag 2797749/1368000
3110.03/2821.85	c cleaning 51998 clauses out of 104008 with flag 2906442/1421000
3250.32/2947.98	c cleaning 52994 clauses out of 106010 with flag 3016607/1475000
3388.88/3072.20	c cleaning 54001 clauses out of 108016 with flag 3128915/1530000
3527.35/3198.08	c cleaning 55003 clauses out of 110015 with flag 3243147/1586000
3600.06/3259.91	c starts		: 11
3600.06/3259.92	c conflicts		: 1612661
3600.06/3259.92	c decisions		: 2821782
3600.06/3259.92	c propagations		: 2864904462
3600.06/3259.92	c inspects		: 3739797249
3600.06/3259.92	c shortcuts		: 0
3600.06/3259.92	c learnt literals	: 0
3600.06/3259.92	c learnt binary clauses	: 0
3600.06/3259.92	c learnt ternary clauses	: 0
3600.06/3259.92	c learnt constraints	: 1612661
3600.06/3259.92	c ignored constraints	: 0
3600.06/3259.92	c root simplifications	: 0
3600.06/3259.92	c removed literals (reason simplification)	: 16177213
3600.06/3259.92	c timeout
3600.06/3259.92	c reason swapping (by a shorter reason)	: 0
3600.06/3259.92	c Calls to reduceDB	: 52
3600.06/3259.93	c Number of update (reduction) of LBD	: 44347
3600.06/3259.93	c Imported unit clauses	: 0
3600.06/3259.93	c No decision after first conflict	: false
3600.06/3259.93	c number of reductions to clauses (during analyze)	: 0
3600.06/3259.93	c number of learned constraints concerned by reduction	: 0
3600.06/3259.93	c number of learning phase by resolution	: 0
3600.06/3259.93	c number of learning phase by cutting planes	: 0
3600.06/3259.93	c number of rounding to 1 operations	: 0
3600.06/3259.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3259.93	c number of reductions of the coefficients by power 2 	: 0
3600.06/3259.93	c number of right shift for reduction by power 2 	: 0
3600.06/3259.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3259.93	c number of ending skipping 	: 0
3600.06/3259.93	c number of internal skipping 	: 0
3600.06/3259.93	c number of derivation steps 	: 0
3600.06/3259.93	c number of skipped derivation steps 	: 0
3600.06/3259.93	c number of remaining unassigned 	: 0
3600.06/3259.93	c number of remaining assigned 	: 0
3600.06/3259.93	c number of falsified literals weakened from reason	: 0
3600.06/3259.93	c number of falsified literals weakened from conflict	: 0
3600.06/3259.93	c time for arithmetic operations	: 0
3600.06/3259.93	c minimum degree of deleted constraints	: null
3600.06/3259.93	c maximum degree of deleted constraints	: null
3600.06/3259.93	c number of deleted constraints	: 0
3600.06/3259.93	c speed (assignments/second)	: 878899.1404294509
3600.06/3259.93	c non guided choices	: 2691
3600.06/3259.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 81673
3600.06/3259.98	s UNKNOWN
3600.06/3259.98	c Total wall clock time (in seconds): 3259.851

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544188-1753231596/watcher-4544188-1753231596 -o /tmp/evaluation-result-4544188-1753231596/solver-4544188-1753231596 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753224403-179941 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544188-1753231596 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544188-1753231596.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 FSIZE limit: 102400000 KiB
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=181268, runsolver pid=181265
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.24 4.25 4.25 5/339 181286
/proc/meminfo: memFree=122661392/131250000 swapFree=33009904/33010684
[pid=181268] ppid=181265 vsize=18930384 memory=57636 CPUtime=0.12 cores=4,6
/proc/181268/stat : 181268 (java) S 181265 181268 179930 0 -1 4194304 6572 0 0 0 11 1 0 0 20 0 18 0 238839043 19384713216 14409 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
/proc/181268/statm: 4732596 14409 5329 1 0 547621 0
[pid=181268/tid=181270] ppid=181265 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/181268/task/181270/stat : 181270 (java) R 181265 181268 179930 0 -1 4194368 5078 0 0 0 7 1 0 0 20 0 18 0 238839045 19384713216 14409 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181279] ppid=181265 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/181268/task/181279/stat : 181279 (Finalizer) S 181265 181268 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238839047 19384713216 14409 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181286] ppid=181265 vsize=18930384 memory=60684515952020 CPUtime=0 cores=4,6
/proc/181268/task/181286/stat : 181286 (Common-Cleaner) S 181265 181268 179930 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238839047 19384713216 14409 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57636 KiB

[startup+0.209771 s]*
/proc/loadavg: 4.24 4.25 4.25 8/340 181287
/proc/meminfo: memFree=122567248/131250000 swapFree=33009904/33010684
[pid=181268] ppid=181265 vsize=18996948 memory=150356 CPUtime=0.33 cores=4,6
/proc/181268/stat : 181268 (java) S 181265 181268 179930 0 -1 4194304 7160 0 0 0 29 4 0 0 20 0 19 0 238839043 19452874752 37589 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
/proc/181268/statm: 4749237 37589 5457 1 0 548198 0
[pid=181268/tid=181270] ppid=181265 vsize=18996948 memory=4026990876 CPUtime=0.18 cores=4,6
/proc/181268/task/181270/stat : 181270 (java) S 181265 181268 179930 0 -1 4194368 5319 0 0 0 15 3 0 0 20 0 19 0 238839045 19452874752 37589 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181279] ppid=181265 vsize=18996948 memory=16898 CPUtime=0 cores=4,6
/proc/181268/task/181279/stat : 181279 (Finalizer) S 181265 181268 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238839047 19452874752 37589 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181286] ppid=181265 vsize=18996948 memory=59585004307431 CPUtime=0 cores=4,6
/proc/181268/task/181286/stat : 181286 (Common-Cleaner) R 181265 181268 179930 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238839047 19452874752 37589 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 150356 KiB

[startup+0.305704 s]*
/proc/loadavg: 4.24 4.25 4.25 6/341 181288
/proc/meminfo: memFree=122565484/131250000 swapFree=33009904/33010684
[pid=181268] ppid=181265 vsize=19063512 memory=155820 CPUtime=0.51 cores=4,6
/proc/181268/stat : 181268 (java) S 181265 181268 179930 0 -1 4194304 8954 0 0 0 47 4 0 0 20 0 20 0 238839043 19521036288 38955 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
/proc/181268/statm: 4765878 38955 5457 1 0 549759 0
[pid=181268/tid=181270] ppid=181265 vsize=19063512 memory=-8815629606089171644 CPUtime=0.25 cores=4,6
/proc/181268/task/181270/stat : 181270 (java) R 181265 181268 179930 0 -1 4194368 5411 0 0 0 22 3 0 0 20 0 20 0 238839045 19521036288 38955 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181279] ppid=181265 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/181268/task/181279/stat : 181279 (Finalizer) S 181265 181268 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 38955 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181286] ppid=181265 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/181268/task/181286/stat : 181286 (Common-Cleaner) S 181265 181268 179930 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 38955 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181288] ppid=181265 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/181268/task/181288/stat : 181288 (Timer-0) S 181265 181268 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238839072 19521036288 38955 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 155820 KiB

[startup+0.700254 s]
/proc/loadavg: 4.24 4.25 4.25 6/341 181288
/proc/meminfo: memFree=122465732/131250000 swapFree=33009904/33010684
[pid=181268] ppid=181265 vsize=19063512 memory=166968 CPUtime=1.27 cores=4,6
/proc/181268/stat : 181268 (java) S 181265 181268 179930 0 -1 4194304 12547 0 0 0 122 5 0 0 20 0 20 0 238839043 19521036288 41742 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
/proc/181268/statm: 4765878 41742 5457 1 0 552330 0
[pid=181268/tid=181270] ppid=181265 vsize=19063512 memory=27264 CPUtime=0.6 cores=4,6
/proc/181268/task/181270/stat : 181270 (java) R 181265 181268 179930 0 -1 4194368 5419 0 0 0 57 3 0 0 20 0 20 0 238839045 19521036288 41742 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181279] ppid=181265 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/181268/task/181279/stat : 181279 (Finalizer) S 181265 181268 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 41742 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181286] ppid=181265 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/181268/task/181286/stat : 181286 (Common-Cleaner) S 181265 181268 179930 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 41742 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181288] ppid=181265 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/181268/task/181288/stat : 181288 (Timer-0) S 181265 181268 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238839072 19521036288 41742 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166968 KiB

[startup+1.50025 s]
/proc/loadavg: 4.24 4.25 4.25 6/341 181288
/proc/meminfo: memFree=122438576/131250000 swapFree=33009904/33010684
[pid=181268] ppid=181265 vsize=19063512 memory=285656 CPUtime=2.83 cores=4,6
/proc/181268/stat : 181268 (java) S 181265 181268 179930 0 -1 4194304 13593 0 0 0 273 10 0 0 20 0 20 0 238839043 19521036288 71414 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
/proc/181268/statm: 4765878 71414 5457 1 0 813660 0
[pid=181268/tid=181270] ppid=181265 vsize=19063512 memory=10752 CPUtime=1.33 cores=4,6
/proc/181268/task/181270/stat : 181270 (java) R 181265 181268 179930 0 -1 4194368 5465 0 0 0 127 6 0 0 20 0 20 0 238839045 19521036288 71414 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181279] ppid=181265 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/181268/task/181279/stat : 181279 (Finalizer) S 181265 181268 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 71414 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181286] ppid=181265 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/181268/task/181286/stat : 181286 (Common-Cleaner) S 181265 181268 179930 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 71414 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181288] ppid=181265 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/181268/task/181288/stat : 181288 (Timer-0) S 181265 181268 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238839072 19521036288 71414 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 285656 KiB

[startup+3.10554 s]
/proc/loadavg: 4.22 4.24 4.25 6/341 181288
/proc/meminfo: memFree=121728612/131250000 swapFree=33009904/33010684
[pid=181268] ppid=181265 vsize=19063512 memory=861664 CPUtime=4.73 cores=4,6
/proc/181268/stat : 181268 (java) S 181265 181268 179930 0 -1 4194304 14501 0 0 0 449 24 0 0 20 0 20 0 238839043 19521036288 215416 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
/proc/181268/statm: 4765878 215416 5457 1 0 1467499 0
[pid=181268/tid=181270] ppid=181265 vsize=19063512 memory=10752 CPUtime=2.73 cores=4,6
/proc/181268/task/181270/stat : 181270 (java) R 181265 181268 179930 0 -1 4194368 5636 0 0 0 257 16 0 0 20 0 20 0 238839045 19521036288 215416 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181279] ppid=181265 vsize=19063512 memory=-8815629606089171644 CPUtime=0 cores=4,6
/proc/181268/task/181279/stat : 181279 (Finalizer) S 181265 181268 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 215416 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181286] ppid=181265 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/181268/task/181286/stat : 181286 (Common-Cleaner) S 181265 181268 179930 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 215416 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181288] ppid=181265 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/181268/task/181288/stat : 181288 (Timer-0) S 181265 181268 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238839072 19521036288 215416 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
Current children cumulated CPU time: 4.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 861664 KiB

[startup+6.30024 s]
/proc/loadavg: 4.22 4.24 4.25 5/341 181288
/proc/meminfo: memFree=120375072/131250000 swapFree=33009904/33010684
[pid=181268] ppid=181265 vsize=19063512 memory=1685992 CPUtime=8.24 cores=4,6
/proc/181268/stat : 181268 (java) S 181265 181268 179930 0 -1 4194304 15961 0 0 0 778 46 0 0 20 0 20 0 238839043 19521036288 421498 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
/proc/181268/statm: 4765878 421498 5457 1 0 1849794 0
[pid=181268/tid=181270] ppid=181265 vsize=19063512 memory=0 CPUtime=5.64 cores=4,6
/proc/181268/task/181270/stat : 181270 (java) R 181265 181268 179930 0 -1 4194368 5916 0 0 0 534 30 0 0 20 0 20 0 238839045 19521036288 421498 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181279] ppid=181265 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/181268/task/181279/stat : 181279 (Finalizer) S 181265 181268 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 421498 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181286] ppid=181265 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/181268/task/181286/stat : 181286 (Common-Cleaner) S 181265 181268 179930 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 421498 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181288] ppid=181265 vsize=19063512 memory=363632 CPUtime=0 cores=4,6
/proc/181268/task/181288/stat : 181288 (Timer-0) S 181265 181268 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238839072 19521036288 421498 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
Current children cumulated CPU time: 8.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1685992 KiB

[startup+12.7002 s]
/proc/loadavg: 4.29 4.25 4.25 5/341 181288
/proc/meminfo: memFree=118586256/131250000 swapFree=33009904/33010684
[pid=181268] ppid=181265 vsize=19063512 memory=2866152 CPUtime=15.47 cores=4,6
/proc/181268/stat : 181268 (java) S 181265 181268 179930 0 -1 4194304 17360 0 0 0 1470 77 0 0 20 0 20 0 238839043 19521036288 716538 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
/proc/181268/statm: 4765878 716538 5457 1 0 2035766 0
[pid=181268/tid=181270] ppid=181265 vsize=19063512 memory=363632 CPUtime=11.41 cores=4,6
/proc/181268/task/181270/stat : 181270 (java) R 181265 181268 179930 0 -1 4194368 6431 0 0 0 1090 51 0 0 20 0 20 0 238839045 19521036288 716538 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181279] ppid=181265 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/181268/task/181279/stat : 181279 (Finalizer) S 181265 181268 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 716538 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181286] ppid=181265 vsize=19063512 memory=2733020 CPUtime=0 cores=4,6
/proc/181268/task/181286/stat : 181286 (Common-Cleaner) S 181265 181268 179930 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 716538 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181288] ppid=181265 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/181268/task/181288/stat : 181288 (Timer-0) S 181265 181268 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238839072 19521036288 716538 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
Current children cumulated CPU time: 15.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2866152 KiB

[startup+25.5002 s]
/proc/loadavg: 4.29 4.26 4.26 5/342 181289
/proc/meminfo: memFree=116023336/131250000 swapFree=33009904/33010684
[pid=181268] ppid=181265 vsize=19063512 memory=4615484 CPUtime=29.39 cores=4,6
/proc/181268/stat : 181268 (java) S 181265 181268 179930 0 -1 4194304 26417 0 0 0 2813 126 0 0 20 0 20 0 238839043 19521036288 1153871 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
/proc/181268/statm: 4765878 1153871 5457 1 0 2230041 0
[pid=181268/tid=181270] ppid=181265 vsize=19063512 memory=10752 CPUtime=23.25 cores=4,6
/proc/181268/task/181270/stat : 181270 (java) S 181265 181268 179930 0 -1 4194368 9297 0 0 0 2240 85 0 0 20 0 20 0 238839045 19521036288 1153871 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181279] ppid=181265 vsize=19063512 memory=2733020 CPUtime=0 cores=4,6
/proc/181268/task/181279/stat : 181279 (Finalizer) S 181265 181268 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 1153871 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181286] ppid=181265 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/181268/task/181286/stat : 181286 (Common-Cleaner) S 181265 181268 179930 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 1153871 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181288] ppid=181265 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/181268/task/181288/stat : 181288 (Timer-0) S 181265 181268 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238839072 19521036288 1153871 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
Current children cumulated CPU time: 29.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4615484 KiB

[startup+51.1059 s]
/proc/loadavg: 4.46 4.30 4.27 6/341 181290
/proc/meminfo: memFree=111741836/131250000 swapFree=33009904/33010684
[pid=181268] ppid=181265 vsize=19063512 memory=7234556 CPUtime=57.05 cores=4,6
/proc/181268/stat : 181268 (java) S 181265 181268 179930 0 -1 4194304 30857 0 0 0 5502 203 0 0 20 0 20 0 238839043 19521036288 1808639 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
/proc/181268/statm: 4765878 1808639 5489 1 0 2601870 0
[pid=181268/tid=181270] ppid=181265 vsize=19063512 memory=14464 CPUtime=46.73 cores=4,6

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

/proc/181268/task/181279/stat : 181279 (Finalizer) S 181265 181268 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181286] ppid=181265 vsize=19063512 memory=16278936 CPUtime=0 cores=4,6
/proc/181268/task/181286/stat : 181286 (Common-Cleaner) S 181265 181268 179930 0 -1 4194368 2604 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181288] ppid=181265 vsize=19063512 memory=16278936 CPUtime=0 cores=4,6
/proc/181268/task/181288/stat : 181288 (Timer-0) S 181265 181268 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238839072 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
Current children cumulated CPU time: 3152.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16278936 KiB

[startup+2922.3 s]
/proc/loadavg: 4.54 4.47 4.42 5/339 181467
/proc/meminfo: memFree=34117284/131250000 swapFree=33009904/33010684
[pid=181268] ppid=181265 vsize=19063512 memory=16278936 CPUtime=3223.76 cores=4,6
/proc/181268/stat : 181268 (java) S 181265 181268 179930 0 -1 4194304 538370 0 0 0 319210 3166 0 0 20 0 20 0 238839043 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
/proc/181268/statm: 4765878 4069734 5521 1 0 4082973 0
[pid=181268/tid=181270] ppid=181265 vsize=19063512 memory=16278936 CPUtime=2758.38 cores=4,6
/proc/181268/task/181270/stat : 181270 (java) R 181265 181268 179930 0 -1 4194368 281559 0 0 0 272965 2873 0 0 20 0 20 0 238839045 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181279] ppid=181265 vsize=19063512 memory=16278936 CPUtime=0 cores=4,6
/proc/181268/task/181279/stat : 181279 (Finalizer) S 181265 181268 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181286] ppid=181265 vsize=19063512 memory=16278936 CPUtime=0 cores=4,6
/proc/181268/task/181286/stat : 181286 (Common-Cleaner) S 181265 181268 179930 0 -1 4194368 2663 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181288] ppid=181265 vsize=19063512 memory=5504 CPUtime=0 cores=4,6
/proc/181268/task/181288/stat : 181288 (Timer-0) S 181265 181268 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238839072 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
Current children cumulated CPU time: 3223.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16278936 KiB

[startup+2982.3 s]
/proc/loadavg: 4.54 4.47 4.42 6/343 181473
/proc/meminfo: memFree=33027404/131250000 swapFree=33009904/33010684
[pid=181268] ppid=181265 vsize=19063512 memory=16278936 CPUtime=3285.9 cores=4,6
/proc/181268/stat : 181268 (java) S 181265 181268 179930 0 -1 4194304 547894 0 0 0 325361 3229 0 0 20 0 20 0 238839043 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
/proc/181268/statm: 4765878 4069734 5521 1 0 4082973 0
[pid=181268/tid=181270] ppid=181265 vsize=19063512 memory=27264 CPUtime=2815.86 cores=4,6
/proc/181268/task/181270/stat : 181270 (java) R 181265 181268 179930 0 -1 4194368 287694 0 0 0 278652 2934 0 0 20 0 20 0 238839045 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181279] ppid=181265 vsize=19063512 memory=16278936 CPUtime=0 cores=4,6
/proc/181268/task/181279/stat : 181279 (Finalizer) S 181265 181268 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181286] ppid=181265 vsize=19063512 memory=16278936 CPUtime=0 cores=4,6
/proc/181268/task/181286/stat : 181286 (Common-Cleaner) S 181265 181268 179930 0 -1 4194368 2753 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181288] ppid=181265 vsize=19063512 memory=16278936 CPUtime=0 cores=4,6
/proc/181268/task/181288/stat : 181288 (Timer-0) S 181265 181268 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238839072 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
Current children cumulated CPU time: 3285.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16278936 KiB

[startup+3042.3 s]
/proc/loadavg: 4.79 4.55 4.45 5/342 181475
/proc/meminfo: memFree=31884992/131250000 swapFree=33009904/33010684
[pid=181268] ppid=181265 vsize=19063512 memory=16278936 CPUtime=3357.81 cores=4,6
/proc/181268/stat : 181268 (java) S 181265 181268 179930 0 -1 4194304 559836 0 0 0 332482 3299 0 0 20 0 20 0 238839043 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
/proc/181268/statm: 4765878 4069734 5521 1 0 4082973 0
[pid=181268/tid=181270] ppid=181265 vsize=19063512 memory=16278936 CPUtime=2872.71 cores=4,6
/proc/181268/task/181270/stat : 181270 (java) R 181265 181268 179930 0 -1 4194368 293794 0 0 0 284271 3000 0 0 20 0 20 0 238839045 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181279] ppid=181265 vsize=19063512 memory=16278936 CPUtime=0 cores=4,6
/proc/181268/task/181279/stat : 181279 (Finalizer) S 181265 181268 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181286] ppid=181265 vsize=19063512 memory=13184 CPUtime=0 cores=4,6
/proc/181268/task/181286/stat : 181286 (Common-Cleaner) S 181265 181268 179930 0 -1 4194368 2808 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181288] ppid=181265 vsize=19063512 memory=16278936 CPUtime=0 cores=4,6
/proc/181268/task/181288/stat : 181288 (Timer-0) S 181265 181268 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238839072 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
Current children cumulated CPU time: 3357.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16278936 KiB

[startup+3102.3 s]
/proc/loadavg: 4.82 4.60 4.47 5/342 181477
/proc/meminfo: memFree=30822904/131250000 swapFree=33009904/33010684
[pid=181268] ppid=181265 vsize=19063512 memory=16278936 CPUtime=3427.39 cores=4,6
/proc/181268/stat : 181268 (java) S 181265 181268 179930 0 -1 4194304 572042 0 0 0 339370 3369 0 0 20 0 20 0 238839043 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
/proc/181268/statm: 4765878 4069734 5521 1 0 4082973 0
[pid=181268/tid=181270] ppid=181265 vsize=19063512 memory=16278936 CPUtime=2929.97 cores=4,6
/proc/181268/task/181270/stat : 181270 (java) R 181265 181268 179930 0 -1 4194368 301285 0 0 0 289931 3066 0 0 20 0 20 0 238839045 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181279] ppid=181265 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/181268/task/181279/stat : 181279 (Finalizer) S 181265 181268 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181286] ppid=181265 vsize=19063512 memory=16278936 CPUtime=0 cores=4,6
/proc/181268/task/181286/stat : 181286 (Common-Cleaner) S 181265 181268 179930 0 -1 4194368 2893 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181288] ppid=181265 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/181268/task/181288/stat : 181288 (Timer-0) S 181265 181268 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238839072 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
Current children cumulated CPU time: 3427.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16278936 KiB

[startup+3162.3 s]
/proc/loadavg: 4.48 4.53 4.45 5/343 181480
/proc/meminfo: memFree=29702024/131250000 swapFree=33009904/33010684
[pid=181268] ppid=181265 vsize=19063512 memory=16278936 CPUtime=3490.11 cores=4,6
/proc/181268/stat : 181268 (java) S 181265 181268 179930 0 -1 4194304 579958 0 0 0 345580 3431 0 0 20 0 20 0 238839043 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
/proc/181268/statm: 4765878 4069734 5521 1 0 4082973 0
[pid=181268/tid=181270] ppid=181265 vsize=19063512 memory=16278936 CPUtime=2986.92 cores=4,6
/proc/181268/task/181270/stat : 181270 (java) R 181265 181268 179930 0 -1 4194368 306377 0 0 0 295567 3125 0 0 20 0 20 0 238839045 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181279] ppid=181265 vsize=19063512 memory=16278936 CPUtime=0 cores=4,6
/proc/181268/task/181279/stat : 181279 (Finalizer) S 181265 181268 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181286] ppid=181265 vsize=19063512 memory=16278936 CPUtime=0 cores=4,6
/proc/181268/task/181286/stat : 181286 (Common-Cleaner) S 181265 181268 179930 0 -1 4194368 2980 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181288] ppid=181265 vsize=19063512 memory=16278936 CPUtime=0 cores=4,6
/proc/181268/task/181288/stat : 181288 (Timer-0) S 181265 181268 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238839072 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
Current children cumulated CPU time: 3490.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16278936 KiB

[startup+3222.3 s]
/proc/loadavg: 4.35 4.48 4.44 5/343 181482
/proc/meminfo: memFree=28686048/131250000 swapFree=33009904/33010684
[pid=181268] ppid=181265 vsize=19063512 memory=16278936 CPUtime=3552.52 cores=4,6
/proc/181268/stat : 181268 (java) S 181265 181268 179930 0 -1 4194304 586223 0 0 0 351756 3496 0 0 20 0 20 0 238839043 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
/proc/181268/statm: 4765878 4069734 5521 1 0 4082973 0
[pid=181268/tid=181270] ppid=181265 vsize=19063512 memory=16278936 CPUtime=3044.12 cores=4,6
/proc/181268/task/181270/stat : 181270 (java) R 181265 181268 179930 0 -1 4194368 311492 0 0 0 301225 3187 0 0 20 0 20 0 238839045 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181279] ppid=181265 vsize=19063512 memory=4941752280436718147 CPUtime=0 cores=4,6
/proc/181268/task/181279/stat : 181279 (Finalizer) S 181265 181268 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181286] ppid=181265 vsize=19063512 memory=-8815629606089171644 CPUtime=0 cores=4,6
/proc/181268/task/181286/stat : 181286 (Common-Cleaner) S 181265 181268 179930 0 -1 4194368 3044 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181288] ppid=181265 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/181268/task/181288/stat : 181288 (Timer-0) S 181265 181268 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238839072 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
Current children cumulated CPU time: 3552.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16278936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3259.9 s]
/proc/loadavg: 4.51 4.52 4.46 5/343 181485
/proc/meminfo: memFree=27976024/131250000 swapFree=33009904/33010684
[pid=181268] ppid=181265 vsize=19063512 memory=16278936 CPUtime=3600.06 cores=4,6
/proc/181268/stat : 181268 (java) S 181265 181268 179930 0 -1 4194304 594688 0 0 0 356470 3536 0 0 20 0 20 0 238839043 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
/proc/181268/statm: 4765878 4069734 5521 1 0 4082973 0
[pid=181268/tid=181270] ppid=181265 vsize=19063512 memory=16278936 CPUtime=3079.91 cores=4,6
/proc/181268/task/181270/stat : 181270 (java) R 181265 181268 179930 0 -1 4194368 315675 0 0 0 304767 3224 0 0 20 0 20 0 238839045 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181279] ppid=181265 vsize=19063512 memory=4941752280436718147 CPUtime=0 cores=4,6
/proc/181268/task/181279/stat : 181279 (Finalizer) S 181265 181268 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181286] ppid=181265 vsize=19063512 memory=16278936 CPUtime=0 cores=4,6
/proc/181268/task/181286/stat : 181286 (Common-Cleaner) S 181265 181268 179930 0 -1 4194368 3099 0 0 0 0 0 0 0 20 0 20 0 238839047 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
[pid=181268/tid=181288] ppid=181265 vsize=19063512 memory=16278936 CPUtime=0 cores=4,6
/proc/181268/task/181288/stat : 181288 (Timer-0) S 181265 181268 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238839072 19521036288 4069734 18446744073709551615 94519512498176 94519512501872 140728632416256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94519512509688 94519512510480 94519516434432 140728632420692 140728632420836 140728632420836 140728632426440 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16278936 KiB

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

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

# cumulated CPU time of all completed processes:  user=3564.82 s, system=35.4143 s

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

[startup+3260 s]*
/proc/loadavg: 4.51 4.52 4.46 5/325 181488
/proc/meminfo: memFree=36593988/131250000 swapFree=33009904/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3260.03
CPU time (s): 3600.24
CPU user time (s): 3564.82
CPU system time (s): 35.4143
CPU usage (%): 110.436
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 16278936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3564.82
system time used= 35.4143
maximum resident set size= 16279960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 596570
page faults= 0
swaps= 0
block input operations= 0
block output operations= 85619616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132721
involuntary context switches= 27230


# summary of solver processes directly reported to runsolver:
#   pid: 181268
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3564.82
#   total CPU system time (s): 35.4143

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.98635 second user time and 15.7657 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-23 02:46:36
IDJOB=4544188
IDBENCH=174960
IDSOLVER=3364
FILE ID=nodeC033/4544188-1753231596
RUNJOBID= nodeC033-1753224403-179941
SLURM_JOB_ID= 9687833
Free space on /tmp= 431944 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/random_rational_opb/normalized-ec_random_rational_random8reg_split_750.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544188-1753231596/watcher-4544188-1753231596 -o /tmp/evaluation-result-4544188-1753231596/solver-4544188-1753231596 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753224403-179941 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544188-1753231596 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544188-1753231596.opb

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

MD5SUM BENCH= 9d0f67967ac2bc71f5ce17bb15e814c1
RANDOM SEED=1437676060

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        122689240 kB
MemAvailable:   124657736 kB
Buffers:            2128 kB
Cached:          2691224 kB
SwapCached:           64 kB
Active:          6308512 kB
Inactive:        1464000 kB
Active(anon):    5100196 kB
Inactive(anon):     5284 kB
Active(file):    1208316 kB
Inactive(file):  1458716 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            177804 kB
Writeback:         16612 kB
AnonPages:       5080404 kB
Mapped:           128544 kB
Shmem:             26228 kB
KReclaimable:     281404 kB
Slab:             379936 kB
SReclaimable:     281404 kB
SUnreclaim:        98532 kB
KernelStack:        5216 kB
PageTables:        13772 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   11703128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4882432 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 358012 MiB
End job on nodeC033 at 2025-07-23 03:40:57