Trace number 4515102

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-ab51-40-100.0.s.opb
MD5SUMfadbb7049cb6f956a624efb3819309ab
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark27.5709
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12675
Total number of constraints11891
Number of constraints which are clauses11766
Number of constraints which are cardinality constraints (but not clauses)124
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint11734
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 1285215
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 501285382
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4515102-1751229628.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
0.70/0.41	c ... done. Wall clock time 0.263s.
0.70/0.41	c declared #vars     12675
0.70/0.41	c #constraints  11891
0.70/0.41	c constraints type 
0.70/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11766
0.70/0.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 124
0.70/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.70/0.41	c 11891 constraints processed.
20.43/18.30	c cleaning 2526 clauses out of 5051 with flag 10151/5051
43.78/40.69	c cleaning 4237 clauses out of 8474 with flag 22125/11000
64.38/57.91	c cleaning 5621 clauses out of 11241 with flag 36140/18004
96.46/85.34	c cleaning 6808 clauses out of 13616 with flag 52135/26000
130.46/112.94	c cleaning 7905 clauses out of 15810 with flag 70142/35002
160.99/141.36	c cleaning 8965 clauses out of 17929 with flag 90192/45026
192.39/170.97	c cleaning 9982 clauses out of 19963 with flag 112192/56025
235.12/207.24	c cleaning 10977 clauses out of 21956 with flag 136146/68000
283.56/253.10	c cleaning 12011 clauses out of 24025 with flag 162245/81046
339.83/306.78	c cleaning 12988 clauses out of 25980 with flag 190183/95012
415.91/374.55	c cleaning 13993 clauses out of 27985 with flag 220179/110005
465.93/421.17	c cleaning 15001 clauses out of 30002 with flag 252208/126015
625.55/568.30	c cleaning 16005 clauses out of 32013 with flag 286248/143027
709.98/649.32	c cleaning 17002 clauses out of 34003 with flag 322579/161022
813.41/740.41	c cleaning 17990 clauses out of 35981 with flag 360860/180002
933.47/853.12	c cleaning 19005 clauses out of 38011 with flag 402146/200022
1033.12/937.54	c cleaning 19995 clauses out of 39990 with flag 446677/221006
1301.31/1195.57	c cleaning 21003 clauses out of 42009 with flag 491240/243020
1469.20/1346.06	c cleaning 22003 clauses out of 44010 with flag 537253/266024
1701.99/1564.10	c cleaning 23007 clauses out of 46014 with flag 585280/290031
1862.56/1707.43	c cleaning 23995 clauses out of 47989 with flag 635252/315013
2118.95/1950.02	c cleaning 25006 clauses out of 50012 with flag 687303/341031
2271.62/2085.25	c cleaning 25986 clauses out of 51982 with flag 741277/368007
2446.32/2246.16	c cleaning 26998 clauses out of 53999 with flag 797336/396010
2622.39/2405.48	c cleaning 27999 clauses out of 55997 with flag 855558/425006
2853.14/2601.51	c cleaning 29011 clauses out of 58022 with flag 915647/455030
3031.24/2759.82	c cleaning 29998 clauses out of 59995 with flag 977625/486014
3232.45/2926.47	c cleaning 31003 clauses out of 62010 with flag 1041668/518027
3482.50/3120.69	c cleaning 32007 clauses out of 64013 with flag 1107691/551033
3600.02/3222.62	c starts		: 1
3600.02/3222.63	c conflicts		: 567019
3600.02/3222.63	c decisions		: 576866
3600.02/3222.63	c propagations		: 23831001
3600.02/3222.63	c inspects		: 2187158234
3600.02/3222.63	c shortcuts		: 0
3600.02/3222.63	c learnt literals	: 0
3600.02/3222.63	c learnt binary clauses	: 0
3600.02/3222.63	c learnt ternary clauses	: 0
3600.02/3222.63	c learnt constraints	: 567018
3600.02/3222.63	c ignored constraints	: 0
3600.02/3222.63	c root simplifications	: 0
3600.02/3222.63	c removed literals (reason simplification)	: 1137274193
3600.02/3222.63	c reason swapping (by a shorter reason)	: 0
3600.02/3222.63	c Calls to reduceDB	: 29
3600.02/3222.63	c Number of update (reduction) of LBD	: 1523
3600.02/3222.63	c Imported unit clauses	: 0
3600.02/3222.64	c No decision after first conflict	: false
3600.02/3222.64	c number of reductions to clauses (during analyze)	: 0
3600.02/3222.64	c timeout
3600.02/3222.64	c number of learned constraints concerned by reduction	: 0
3600.02/3222.64	c number of learning phase by resolution	: 0
3600.02/3222.64	c number of learning phase by cutting planes	: 0
3600.02/3222.64	c number of rounding to 1 operations	: 0
3600.02/3222.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3222.64	c number of reductions of the coefficients by power 2 	: 0
3600.02/3222.64	c number of right shift for reduction by power 2 	: 0
3600.02/3222.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3222.64	c number of ending skipping 	: 0
3600.02/3222.64	c number of internal skipping 	: 0
3600.02/3222.65	c number of derivation steps 	: 0
3600.02/3222.65	c number of skipped derivation steps 	: 0
3600.02/3222.65	c number of remaining unassigned 	: 0
3600.02/3222.65	c number of remaining assigned 	: 0
3600.02/3222.65	c number of falsified literals weakened from reason	: 0
3600.02/3222.65	c number of falsified literals weakened from conflict	: 0
3600.02/3222.65	c time for arithmetic operations	: 0
3600.02/3222.65	c minimum degree of deleted constraints	: null
3600.02/3222.65	c maximum degree of deleted constraints	: null
3600.02/3222.65	c number of deleted constraints	: 0
3600.02/3222.65	c speed (assignments/second)	: 7395.796273146971
3600.02/3222.65	c non guided choices	: 11652
3600.02/3222.69	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 47992
3600.02/3222.69	s UNKNOWN
3600.02/3222.69	c Total wall clock time (in seconds): 3222.549

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 (47373 MiB free)
  memory of node 1: 64465 MiB (60496 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515102-1751229628/watcher-4515102-1751229628 -o /tmp/evaluation-result-4515102-1751229628/solver-4515102-1751229628 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751222147-28935 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4515102-1751229628.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100058 s]*
/proc/loadavg: 4.20 4.21 4.15 7/341 30521
/proc/meminfo: memFree=110431652/131250000 swapFree=33010684/33010684
[pid=30503] ppid=30500 vsize=18930384 memory=61448 CPUtime=0.12 cores=5,7
/proc/30503/stat : 30503 (java) S 30500 30503 28922 0 -1 4194304 6472 0 0 0 10 2 0 0 20 0 18 0 38640351 19384713216 15362 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
/proc/30503/statm: 4732596 15362 5339 1 0 547604 0
[pid=30503/tid=30505] ppid=30500 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 28922 0 -1 4194368 5059 0 0 0 6 1 0 0 20 0 18 0 38640353 19384713216 15362 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30514] ppid=30500 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/30503/task/30514/stat : 30514 (Finalizer) S 30500 30503 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38640355 19384713216 15362 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30521] ppid=30500 vsize=18930384 memory=60684515934839 CPUtime=0 cores=5,7
/proc/30503/task/30521/stat : 30521 (Common-Cleaner) S 30500 30503 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38640355 19384713216 15362 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61448 KiB

[startup+0.20577 s]*
/proc/loadavg: 4.20 4.21 4.15 7/341 30521
/proc/meminfo: memFree=110423460/131250000 swapFree=33010684/33010684
[pid=30503] ppid=30500 vsize=18930624 memory=72612 CPUtime=0.31 cores=5,7
/proc/30503/stat : 30503 (java) S 30500 30503 28922 0 -1 4194304 7267 0 0 0 29 2 0 0 20 0 18 0 38640351 19384958976 18153 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
/proc/30503/statm: 4732656 18153 5435 1 0 548260 0
[pid=30503/tid=30505] ppid=30500 vsize=18930624 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 28922 0 -1 4194368 5260 0 0 0 16 1 0 0 20 0 18 0 38640353 19384958976 18185 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30514] ppid=30500 vsize=18930624 memory=15987 CPUtime=0 cores=5,7
/proc/30503/task/30514/stat : 30514 (Finalizer) S 30500 30503 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38640355 19384958976 18185 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30521] ppid=30500 vsize=18930624 memory=59585004307431 CPUtime=0 cores=5,7
/proc/30503/task/30521/stat : 30521 (Common-Cleaner) S 30500 30503 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38640355 19384958976 18133 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930624 KiB
Current children cumulated memory: 72612 KiB

[startup+0.305716 s]*
/proc/loadavg: 4.20 4.21 4.15 6/341 30521
/proc/meminfo: memFree=110390208/131250000 swapFree=33010684/33010684
[pid=30503] ppid=30500 vsize=18930384 memory=105368 CPUtime=0.51 cores=5,7
/proc/30503/stat : 30503 (java) S 30500 30503 28922 0 -1 4194304 8836 0 0 0 48 3 0 0 20 0 18 0 38640351 19384713216 26342 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
/proc/30503/statm: 4732596 26342 5435 1 0 549199 0
[pid=30503/tid=30505] ppid=30500 vsize=18930384 memory=-6000919507150138476 CPUtime=0.27 cores=5,7
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 28922 0 -1 4194368 5285 0 0 0 25 2 0 0 20 0 18 0 38640353 19384713216 26342 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30514] ppid=30500 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/30503/task/30514/stat : 30514 (Finalizer) S 30500 30503 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38640355 19384713216 26342 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30521] ppid=30500 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/30503/task/30521/stat : 30521 (Common-Cleaner) S 30500 30503 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38640355 19384713216 26342 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 105368 KiB

[startup+0.700261 s]
/proc/loadavg: 4.20 4.21 4.15 6/342 30522
/proc/meminfo: memFree=110361600/131250000 swapFree=33010684/33010684
[pid=30503] ppid=30500 vsize=19063512 memory=182584 CPUtime=1.26 cores=5,7
/proc/30503/stat : 30503 (java) S 30500 30503 28922 0 -1 4194304 10033 0 0 0 121 5 0 0 20 0 20 0 38640351 19521036288 45646 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
/proc/30503/statm: 4765878 45646 5499 1 0 550411 0
[pid=30503/tid=30505] ppid=30500 vsize=19063512 memory=17536 CPUtime=0.58 cores=5,7
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 28922 0 -1 4194368 5364 0 0 0 55 3 0 0 20 0 20 0 38640353 19521036288 45646 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30514] ppid=30500 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30503/task/30514/stat : 30514 (Finalizer) S 30500 30503 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 45646 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30521] ppid=30500 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30503/task/30521/stat : 30521 (Common-Cleaner) S 30500 30503 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 45646 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30522] ppid=30500 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/30503/task/30522/stat : 30522 (Timer-0) S 30500 30503 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38640393 19521036288 45646 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182584 KiB

[startup+1.50024 s]
/proc/loadavg: 4.20 4.21 4.15 6/343 30523
/proc/meminfo: memFree=110319884/131250000 swapFree=33010684/33010684
[pid=30503] ppid=30500 vsize=19063512 memory=265572 CPUtime=2.5 cores=5,7
/proc/30503/stat : 30503 (java) S 30500 30503 28922 0 -1 4194304 10346 0 0 0 242 8 0 0 20 0 20 0 38640351 19521036288 66393 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
/proc/30503/statm: 4765878 66393 5499 1 0 550565 0
[pid=30503/tid=30505] ppid=30500 vsize=19063512 memory=0 CPUtime=1.28 cores=5,7
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 28922 0 -1 4194368 5368 0 0 0 125 3 0 0 20 0 20 0 38640353 19521036288 66393 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30514] ppid=30500 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30503/task/30514/stat : 30514 (Finalizer) S 30500 30503 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 66393 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30521] ppid=30500 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30503/task/30521/stat : 30521 (Common-Cleaner) S 30500 30503 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 66393 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30522] ppid=30500 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/30503/task/30522/stat : 30522 (Timer-0) S 30500 30503 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38640393 19521036288 66393 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 265572 KiB

[startup+3.10558 s]
/proc/loadavg: 4.20 4.21 4.15 5/343 30523
/proc/meminfo: memFree=109979228/131250000 swapFree=33010684/33010684
[pid=30503] ppid=30500 vsize=19063512 memory=541008 CPUtime=4.32 cores=5,7
/proc/30503/stat : 30503 (java) S 30500 30503 28922 0 -1 4194304 11648 0 0 0 419 13 0 0 20 0 20 0 38640351 19521036288 135252 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
/proc/30503/statm: 4765878 135252 5499 1 0 1076944 0
[pid=30503/tid=30505] ppid=30500 vsize=19063512 memory=10752 CPUtime=2.64 cores=5,7
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 28922 0 -1 4194368 5533 0 0 0 260 4 0 0 20 0 20 0 38640353 19521036288 135252 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30514] ppid=30500 vsize=19063512 memory=-6000919507150138476 CPUtime=0 cores=5,7
/proc/30503/task/30514/stat : 30514 (Finalizer) S 30500 30503 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 135252 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30521] ppid=30500 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30503/task/30521/stat : 30521 (Common-Cleaner) S 30500 30503 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 135252 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30522] ppid=30500 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30503/task/30522/stat : 30522 (Timer-0) S 30500 30503 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38640393 19521036288 135252 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
Current children cumulated CPU time: 4.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 541008 KiB

[startup+6.30021 s]
/proc/loadavg: 4.18 4.20 4.15 5/343 30523
/proc/meminfo: memFree=109815824/131250000 swapFree=33010684/33010684
[pid=30503] ppid=30500 vsize=19063512 memory=698492 CPUtime=7.49 cores=5,7
/proc/30503/stat : 30503 (java) S 30500 30503 28922 0 -1 4194304 12728 0 0 0 733 16 0 0 20 0 20 0 38640351 19521036288 174623 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
/proc/30503/statm: 4765878 174623 5499 1 0 1076944 0
[pid=30503/tid=30505] ppid=30500 vsize=19063512 memory=0 CPUtime=5.81 cores=5,7
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 28922 0 -1 4194368 6088 0 0 0 574 7 0 0 20 0 20 0 38640353 19521036288 174623 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30514] ppid=30500 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30503/task/30514/stat : 30514 (Finalizer) S 30500 30503 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 174623 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30521] ppid=30500 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30503/task/30521/stat : 30521 (Common-Cleaner) S 30500 30503 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 174623 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30522] ppid=30500 vsize=19063512 memory=265572 CPUtime=0 cores=5,7
/proc/30503/task/30522/stat : 30522 (Timer-0) S 30500 30503 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38640393 19521036288 174623 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
Current children cumulated CPU time: 7.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 698492 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.20 4.14 5/343 30523
/proc/meminfo: memFree=109271056/131250000 swapFree=33010684/33010684
[pid=30503] ppid=30500 vsize=19063512 memory=1253600 CPUtime=14.36 cores=5,7
/proc/30503/stat : 30503 (java) S 30500 30503 28922 0 -1 4194304 15077 0 0 0 1408 28 0 0 20 0 20 0 38640351 19521036288 313400 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
/proc/30503/statm: 4765878 313400 5499 1 0 1076955 0
[pid=30503/tid=30505] ppid=30500 vsize=19063512 memory=265572 CPUtime=11.73 cores=5,7
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 28922 0 -1 4194368 6425 0 0 0 1166 7 0 0 20 0 20 0 38640353 19521036288 313400 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30514] ppid=30500 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/30503/task/30514/stat : 30514 (Finalizer) S 30500 30503 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 313400 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30521] ppid=30500 vsize=19063512 memory=1087676 CPUtime=0 cores=5,7
/proc/30503/task/30521/stat : 30521 (Common-Cleaner) S 30500 30503 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 313400 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30522] ppid=30500 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30503/task/30522/stat : 30522 (Timer-0) S 30500 30503 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38640393 19521036288 313400 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
Current children cumulated CPU time: 14.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1253600 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.19 4.14 5/345 30526
/proc/meminfo: memFree=107966892/131250000 swapFree=33010684/33010684
[pid=30503] ppid=30500 vsize=19063512 memory=2300712 CPUtime=28.04 cores=5,7
/proc/30503/stat : 30503 (java) S 30500 30503 28922 0 -1 4194304 22366 0 0 0 2755 49 0 0 20 0 20 0 38640351 19521036288 575178 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
/proc/30503/statm: 4765878 575178 5499 1 0 1280376 0
[pid=30503/tid=30505] ppid=30500 vsize=19063512 memory=-6000919507150138476 CPUtime=23.77 cores=5,7
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 28922 0 -1 4194368 8681 0 0 0 2365 12 0 0 20 0 20 0 38640353 19521036288 575178 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30514] ppid=30500 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/30503/task/30514/stat : 30514 (Finalizer) S 30500 30503 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 575178 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30521] ppid=30500 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30503/task/30521/stat : 30521 (Common-Cleaner) S 30500 30503 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 575178 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30522] ppid=30500 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/30503/task/30522/stat : 30522 (Timer-0) S 30500 30503 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38640393 19521036288 575178 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
Current children cumulated CPU time: 28.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2300712 KiB

[startup+51.1059 s]
/proc/loadavg: 4.16 4.19 4.14 5/345 30526
/proc/meminfo: memFree=105937328/131250000 swapFree=33010684/33010684
[pid=30503] ppid=30500 vsize=19063512 memory=3873092 CPUtime=57.16 cores=5,7
/proc/30503/stat : 30503 (java) S 30500 30503 28922 0 -1 4194304 38860 0 0 0 5633 83 0 0 20 0 20 0 38640351 19521036288 968273 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
/proc/30503/statm: 4765878 968273 5499 1 0 1403867 0
[pid=30503/tid=30505] ppid=30500 vsize=19063512 memory=3801276 CPUtime=47.61 cores=5,7
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 28922 0 -1 4194368 10232 0 0 0 4744 17 0 0 20 0 20 0 38640353 19521036288 968273 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30514] ppid=30500 vsize=19063512 memory=3069892 CPUtime=0 cores=5,7
/proc/30503/task/30514/stat : 30514 (Finalizer) S 30500 30503 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 968273 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30521] ppid=30500 vsize=19063512 memory=1873212 CPUtime=0 cores=5,7

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

/proc/30503/task/30514/stat : 30514 (Finalizer) S 30500 30503 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 4071706 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30521] ppid=30500 vsize=19063512 memory=16286696 CPUtime=0 cores=5,7
/proc/30503/task/30521/stat : 30521 (Common-Cleaner) S 30500 30503 28922 0 -1 4194368 2494 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 4071706 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30522] ppid=30500 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/30503/task/30522/stat : 30522 (Timer-0) S 30500 30503 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38640393 19521036288 4071706 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
Current children cumulated CPU time: 3144.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16286824 KiB

[startup+2922.3 s]
/proc/loadavg: 4.47 4.38 4.30 5/344 30695
/proc/meminfo: memFree=83406448/131250000 swapFree=33010684/33010684
[pid=30503] ppid=30500 vsize=19063512 memory=16286824 CPUtime=3227.81 cores=5,7
/proc/30503/stat : 30503 (java) S 30500 30503 28922 0 -1 4194304 448169 0 1 0 322292 489 0 0 20 0 20 0 38640351 19521036288 4071706 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
/proc/30503/statm: 4765878 4071706 5531 1 0 4083354 0
[pid=30503/tid=30505] ppid=30500 vsize=19063512 memory=16286696 CPUtime=2762.34 cores=5,7
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 28922 0 -1 4194368 214294 0 0 0 276138 96 0 0 20 0 20 0 38640353 19521036288 4071706 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30514] ppid=30500 vsize=19063512 memory=16286824 CPUtime=0 cores=5,7
/proc/30503/task/30514/stat : 30514 (Finalizer) S 30500 30503 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 4071706 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30521] ppid=30500 vsize=19063512 memory=16286824 CPUtime=0 cores=5,7
/proc/30503/task/30521/stat : 30521 (Common-Cleaner) S 30500 30503 28922 0 -1 4194368 2543 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 4071706 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30522] ppid=30500 vsize=19063512 memory=16286824 CPUtime=0 cores=5,7
/proc/30503/task/30522/stat : 30522 (Timer-0) S 30500 30503 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38640393 19521036288 4071706 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
Current children cumulated CPU time: 3227.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16286824 KiB

[startup+2982.3 s]
/proc/loadavg: 4.44 4.40 4.31 5/342 30697
/proc/meminfo: memFree=83406692/131250000 swapFree=33010684/33010684
[pid=30503] ppid=30500 vsize=19063512 memory=16286824 CPUtime=3304.73 cores=5,7
/proc/30503/stat : 30503 (java) S 30500 30503 28922 0 -1 4194304 458628 0 1 0 329976 497 0 0 20 0 20 0 38640351 19521036288 4071706 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
/proc/30503/statm: 4765878 4071706 5531 1 0 4083354 0
[pid=30503/tid=30505] ppid=30500 vsize=19063512 memory=16286824 CPUtime=2819.44 cores=5,7
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 28922 0 -1 4194368 219612 0 0 0 281848 96 0 0 20 0 20 0 38640353 19521036288 4071706 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30514] ppid=30500 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/30503/task/30514/stat : 30514 (Finalizer) S 30500 30503 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 4071706 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30521] ppid=30500 vsize=19063512 memory=16286824 CPUtime=0 cores=5,7
/proc/30503/task/30521/stat : 30521 (Common-Cleaner) S 30500 30503 28922 0 -1 4194368 2561 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 4071706 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30522] ppid=30500 vsize=19063512 memory=16286824 CPUtime=0 cores=5,7
/proc/30503/task/30522/stat : 30522 (Timer-0) S 30500 30503 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38640393 19521036288 4071706 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
Current children cumulated CPU time: 3304.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16286824 KiB

[startup+3042.3 s]
/proc/loadavg: 4.33 4.37 4.31 5/341 30703
/proc/meminfo: memFree=83409100/131250000 swapFree=33010684/33010684
[pid=30503] ppid=30500 vsize=19063512 memory=16286824 CPUtime=3365.81 cores=5,7
/proc/30503/stat : 30503 (java) S 30500 30503 28922 0 -1 4194304 466397 0 1 0 336082 499 0 0 20 0 20 0 38640351 19521036288 4071706 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
/proc/30503/statm: 4765878 4071706 5531 1 0 4083354 0
[pid=30503/tid=30505] ppid=30500 vsize=19063512 memory=16286824 CPUtime=2878.06 cores=5,7
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 28922 0 -1 4194368 225508 0 0 0 287708 98 0 0 20 0 20 0 38640353 19521036288 4071706 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30514] ppid=30500 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/30503/task/30514/stat : 30514 (Finalizer) S 30500 30503 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 4071706 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30521] ppid=30500 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/30503/task/30521/stat : 30521 (Common-Cleaner) S 30500 30503 28922 0 -1 4194368 2645 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 4071706 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30522] ppid=30500 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/30503/task/30522/stat : 30522 (Timer-0) S 30500 30503 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38640393 19521036288 4071706 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
Current children cumulated CPU time: 3365.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16286824 KiB

[startup+3102.3 s]
/proc/loadavg: 4.53 4.41 4.32 6/342 30707
/proc/meminfo: memFree=83408988/131250000 swapFree=33010684/33010684
[pid=30503] ppid=30500 vsize=19063512 memory=16287464 CPUtime=3460.5 cores=5,7
/proc/30503/stat : 30503 (java) S 30500 30503 28922 0 -1 4194304 482438 0 1 0 345540 510 0 0 20 0 20 0 38640351 19521036288 4071866 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
/proc/30503/statm: 4765878 4071866 5531 1 0 4083503 0
[pid=30503/tid=30505] ppid=30500 vsize=19063512 memory=16286824 CPUtime=2923.47 cores=5,7
/proc/30503/task/30505/stat : 30505 (java) S 30500 30503 28922 0 -1 4194368 230685 0 0 0 292249 98 0 0 20 0 20 0 38640353 19521036288 4071866 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30514] ppid=30500 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/30503/task/30514/stat : 30514 (Finalizer) S 30500 30503 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 4071866 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30521] ppid=30500 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/30503/task/30521/stat : 30521 (Common-Cleaner) S 30500 30503 28922 0 -1 4194368 2720 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 4071866 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30522] ppid=30500 vsize=19063512 memory=16287464 CPUtime=0 cores=5,7
/proc/30503/task/30522/stat : 30522 (Timer-0) S 30500 30503 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38640393 19521036288 4071866 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
Current children cumulated CPU time: 3460.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16287464 KiB

[startup+3162.3 s]
/proc/loadavg: 4.45 4.41 4.33 5/342 30709
/proc/meminfo: memFree=83408888/131250000 swapFree=33010684/33010684
[pid=30503] ppid=30500 vsize=19063512 memory=16287592 CPUtime=3538.75 cores=5,7
/proc/30503/stat : 30503 (java) S 30500 30503 28922 0 -1 4194304 496060 0 1 0 353363 512 0 0 20 0 20 0 38640351 19521036288 4071898 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
/proc/30503/statm: 4765878 4071898 5531 1 0 4083503 0
[pid=30503/tid=30505] ppid=30500 vsize=19063512 memory=16286824 CPUtime=2967.93 cores=5,7
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 28922 0 -1 4194368 234259 0 0 0 296694 99 0 0 20 0 20 0 38640353 19521036288 4071898 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30514] ppid=30500 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/30503/task/30514/stat : 30514 (Finalizer) S 30500 30503 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 4071898 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30521] ppid=30500 vsize=19063512 memory=16287464 CPUtime=0 cores=5,7
/proc/30503/task/30521/stat : 30521 (Common-Cleaner) S 30500 30503 28922 0 -1 4194368 2847 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 4071898 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30522] ppid=30500 vsize=19063512 memory=2724 CPUtime=0 cores=5,7
/proc/30503/task/30522/stat : 30522 (Timer-0) S 30500 30503 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38640393 19521036288 4071898 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
Current children cumulated CPU time: 3538.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16287592 KiB

[startup+3222.3 s]
/proc/loadavg: 4.33 4.38 4.32 5/342 30711
/proc/meminfo: memFree=83408760/131250000 swapFree=33010684/33010684
[pid=30503] ppid=30500 vsize=19063512 memory=16287592 CPUtime=3599.72 cores=5,7
/proc/30503/stat : 30503 (java) S 30500 30503 28922 0 -1 4194304 502034 0 1 0 359457 515 0 0 20 0 20 0 38640351 19521036288 4071898 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
/proc/30503/statm: 4765878 4071898 5531 1 0 4083503 0
[pid=30503/tid=30505] ppid=30500 vsize=19063512 memory=16287592 CPUtime=3026.66 cores=5,7
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 28922 0 -1 4194368 239441 0 0 0 302566 100 0 0 20 0 20 0 38640353 19521036288 4071898 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30514] ppid=30500 vsize=19063512 memory=16287592 CPUtime=0 cores=5,7
/proc/30503/task/30514/stat : 30514 (Finalizer) S 30500 30503 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 4071898 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30521] ppid=30500 vsize=19063512 memory=16287592 CPUtime=0 cores=5,7
/proc/30503/task/30521/stat : 30521 (Common-Cleaner) S 30500 30503 28922 0 -1 4194368 2847 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 4071898 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30522] ppid=30500 vsize=19063512 memory=16287592 CPUtime=0 cores=5,7
/proc/30503/task/30522/stat : 30522 (Timer-0) S 30500 30503 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38640393 19521036288 4071898 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
Current children cumulated CPU time: 3599.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16287592 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3222.6 s]
/proc/loadavg: 4.33 4.38 4.32 5/342 30711
/proc/meminfo: memFree=83408760/131250000 swapFree=33010684/33010684
[pid=30503] ppid=30500 vsize=19063512 memory=16287592 CPUtime=3600.02 cores=5,7
/proc/30503/stat : 30503 (java) S 30500 30503 28922 0 -1 4194304 502051 0 1 0 359487 515 0 0 20 0 20 0 38640351 19521036288 4071898 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
/proc/30503/statm: 4765878 4071898 5531 1 0 4083503 0
[pid=30503/tid=30505] ppid=30500 vsize=19063512 memory=14432 CPUtime=3026.96 cores=5,7
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 28922 0 -1 4194368 239458 0 0 0 302596 100 0 0 20 0 20 0 38640353 19521036288 4071898 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30514] ppid=30500 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/30503/task/30514/stat : 30514 (Finalizer) S 30500 30503 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 4071898 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30521] ppid=30500 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30503/task/30521/stat : 30521 (Common-Cleaner) S 30500 30503 28922 0 -1 4194368 2847 0 0 0 0 0 0 0 20 0 20 0 38640355 19521036288 4071898 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
[pid=30503/tid=30522] ppid=30500 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/30503/task/30522/stat : 30522 (Timer-0) S 30500 30503 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38640393 19521036288 4071898 18446744073709551615 94910516920320 94910516924016 140727290405296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94910516931832 94910516932624 94910535671808 140727290407297 140727290407398 140727290407398 140727290413000 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16287592 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.02 s, system=5.20145 s

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

[startup+3222.71 s]*
/proc/loadavg: 4.33 4.38 4.32 5/324 30714
/proc/meminfo: memFree=86570256/131250000 swapFree=33010684/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): 3222.76
CPU time (s): 3600.22
CPU user time (s): 3595.02
CPU system time (s): 5.20145
CPU usage (%): 111.712
Max. virtual memory (cumulated for all children) (KiB): 19069672
Max. memory (cumulated for all children) (KiB): 16287592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.02
system time used= 5.20144
maximum resident set size= 16288360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 505889
page faults= 1
swaps= 0
block input operations= 0
block output operations= 8944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107195
involuntary context switches= 23112


# summary of solver processes directly reported to runsolver:
#   pid: 30503
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3595.02
#   total CPU system time (s): 5.20145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.65486 second user time and 15.5031 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 22:40:28
IDJOB=4515102
IDBENCH=164141
IDSOLVER=3363
FILE ID=nodeC019/4515102-1751229628
RUNJOBID= nodeC019-1751222147-28935
SLURM_JOB_ID= 9587678
Free space on /tmp= 432624 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-ab51-40-100.0.s.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515102-1751229628/watcher-4515102-1751229628 -o /tmp/evaluation-result-4515102-1751229628/solver-4515102-1751229628 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751222147-28935 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4515102-1751229628.opb

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

MD5SUM BENCH= fadbb7049cb6f956a624efb3819309ab
RANDOM SEED=1347616570

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        110458408 kB
MemAvailable:   110789600 kB
Buffers:            3280 kB
Cached:          1140380 kB
SwapCached:            0 kB
Active:         19294076 kB
Inactive:         883632 kB
Active(anon):   19052112 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   883632 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1724 kB
Writeback:            32 kB
AnonPages:      19036668 kB
Mapped:           122924 kB
Shmem:             18064 kB
KReclaimable:      89672 kB
Slab:             176188 kB
SReclaimable:      89672 kB
SUnreclaim:        86516 kB
KernelStack:        5232 kB
PageTables:        40960 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   24610764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18794496 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:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432624 MiB
End job on nodeC019 at 2025-06-29 23:34:11