Trace number 4543017

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.16 3584.98

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-original/normalized-php_230_229.opb
MD5SUMa824f24e2c7503f02a1883bfe38cfded
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.787757
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52670
Total number of constraints459
Number of constraints which are clauses230
Number of constraints which are cardinality constraints (but not clauses)229
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint229
Maximum length of a constraint230
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 231
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.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.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-4543017-1753219633.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c  no objective function found
0.50/0.37	c ... done. Wall clock time 0.237s.
0.50/0.37	c declared #vars     52670
0.50/0.37	c #constraints  459
0.50/0.37	c constraints type 
0.50/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 229
0.50/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 230
0.50/0.37	c 459 constraints processed.
28.77/27.96	c cleaning 2492 clauses out of 5000 with flag 31487/5000
70.27/69.18	c cleaning 4253 clauses out of 8509 with flag 69484/11001
116.44/115.20	c cleaning 5622 clauses out of 11256 with flag 119662/18001
177.91/176.56	c cleaning 6815 clauses out of 13633 with flag 178472/26000
250.16/248.17	c cleaning 7904 clauses out of 15818 with flag 240367/35000
332.04/329.86	c cleaning 8955 clauses out of 17914 with flag 306216/45000
424.96/421.86	c cleaning 9973 clauses out of 19964 with flag 391717/56005
520.13/516.87	c cleaning 10985 clauses out of 21988 with flag 485762/68002
629.47/624.67	c cleaning 11996 clauses out of 24001 with flag 586553/81000
754.21/749.13	c cleaning 12995 clauses out of 26005 with flag 695366/95000
897.25/891.99	c cleaning 14000 clauses out of 28011 with flag 815369/110001
1041.51/1034.76	c cleaning 15000 clauses out of 30011 with flag 940524/126001
1186.28/1179.30	c cleaning 15998 clauses out of 32010 with flag 1068600/143000
1363.10/1355.77	c cleaning 17003 clauses out of 34015 with flag 1207455/161003
1551.49/1543.84	c cleaning 18000 clauses out of 36009 with flag 1345152/180000
1756.64/1747.48	c cleaning 18999 clauses out of 38011 with flag 1504096/200002
1977.28/1967.63	c cleaning 20002 clauses out of 40010 with flag 1675957/221000
2169.62/2159.74	c cleaning 21001 clauses out of 42015 with flag 1865751/243007
2389.98/2379.78	c cleaning 21995 clauses out of 44007 with flag 2060053/266000
2656.87/2643.74	c cleaning 23000 clauses out of 46013 with flag 2269264/290001
2905.91/2892.16	c cleaning 24002 clauses out of 48013 with flag 2506724/315001
3207.38/3193.14	c cleaning 24999 clauses out of 50012 with flag 2732170/341002
3528.47/3513.48	c cleaning 26001 clauses out of 52011 with flag 2972399/368000
3600.04/3584.91	c starts		: 1
3600.04/3584.92	c timeout
3600.04/3584.92	c conflicts		: 373779
3600.04/3584.92	c decisions		: 453464
3600.04/3584.92	c propagations		: 5097722
3600.04/3584.92	c inspects		: 1267650495
3600.04/3584.93	c shortcuts		: 0
3600.04/3584.93	c learnt literals	: 0
3600.04/3584.93	c learnt binary clauses	: 0
3600.04/3584.93	c learnt ternary clauses	: 0
3600.04/3584.93	c learnt constraints	: 373779
3600.04/3584.93	c ignored constraints	: 0
3600.04/3584.93	c root simplifications	: 0
3600.04/3584.93	c removed literals (reason simplification)	: 1037094
3600.04/3584.93	c reason swapping (by a shorter reason)	: 0
3600.04/3584.93	c Calls to reduceDB	: 23
3600.04/3584.93	c Number of update (reduction) of LBD	: 217038
3600.04/3584.93	c Imported unit clauses	: 0
3600.04/3584.93	c No decision after first conflict	: false
3600.04/3584.93	c number of reductions to clauses (during analyze)	: 0
3600.04/3584.93	c number of learned constraints concerned by reduction	: 0
3600.04/3584.93	c number of learning phase by resolution	: 0
3600.04/3584.93	c number of learning phase by cutting planes	: 0
3600.04/3584.93	c number of rounding to 1 operations	: 0
3600.04/3584.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3584.93	c number of reductions of the coefficients by power 2 	: 0
3600.04/3584.93	c number of right shift for reduction by power 2 	: 0
3600.04/3584.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3584.93	c number of ending skipping 	: 0
3600.04/3584.93	c number of internal skipping 	: 0
3600.04/3584.93	c number of derivation steps 	: 0
3600.04/3584.93	c number of skipped derivation steps 	: 0
3600.04/3584.93	c number of remaining unassigned 	: 0
3600.04/3584.93	c number of remaining assigned 	: 0
3600.04/3584.93	c number of falsified literals weakened from reason	: 0
3600.04/3584.93	c number of falsified literals weakened from conflict	: 0
3600.04/3584.93	c time for arithmetic operations	: 0
3600.04/3584.93	c minimum degree of deleted constraints	: null
3600.04/3584.93	c maximum degree of deleted constraints	: null
3600.04/3584.93	c number of deleted constraints	: 0
3600.04/3584.93	c speed (assignments/second)	: 1422.1388147899345
3600.04/3584.93	c non guided choices	: 26107
3600.04/3584.95	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 31789
3600.04/3584.96	s UNKNOWN
3600.04/3584.96	c Total wall clock time (in seconds): 3584.823

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

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

solver pid=152606, runsolver pid=152603

[startup+0.10006 s]*
/proc/loadavg: 4.06 4.08 4.10 5/336 152624
/proc/meminfo: memFree=124332776/131250000 swapFree=33010672/33010684
[pid=152606] ppid=152603 vsize=18930384 memory=57632 CPUtime=0.12 cores=4,6
/proc/152606/stat : 152606 (java) S 152603 152606 151447 0 -1 4194304 6558 0 0 0 10 2 0 0 20 0 18 0 237641903 19384713216 14408 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
/proc/152606/statm: 4732596 14408 5330 1 0 547604 0
[pid=152606/tid=152608] ppid=152603 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/152606/task/152608/stat : 152608 (java) R 152603 152606 151447 0 -1 4194368 5063 0 0 0 6 1 0 0 20 0 18 0 237641904 19384713216 14408 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152617] ppid=152603 vsize=18930384 memory=237112656212 CPUtime=0 cores=4,6
/proc/152606/task/152617/stat : 152617 (Finalizer) S 152603 152606 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237641906 19384713216 14408 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152624] ppid=152603 vsize=18930384 memory=60684515961493 CPUtime=0 cores=4,6
/proc/152606/task/152624/stat : 152624 (Common-Cleaner) S 152603 152606 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237641906 19384713216 14408 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57632 KiB

[startup+0.205546 s]*
/proc/loadavg: 4.06 4.08 4.10 6/337 152625
/proc/meminfo: memFree=124307764/131250000 swapFree=33010672/33010684
[pid=152606] ppid=152603 vsize=18930384 memory=74884 CPUtime=0.31 cores=4,6
/proc/152606/stat : 152606 (java) S 152603 152606 151447 0 -1 4194304 7178 0 0 0 28 3 0 0 20 0 18 0 237641903 19384713216 18721 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
/proc/152606/statm: 4732596 18721 5426 1 0 548095 0
[pid=152606/tid=152608] ppid=152603 vsize=18930384 memory=4026925340 CPUtime=0.16 cores=4,6
/proc/152606/task/152608/stat : 152608 (java) R 152603 152606 151447 0 -1 4194368 5261 0 0 0 15 1 0 0 20 0 18 0 237641904 19384713216 18721 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152617] ppid=152603 vsize=18930384 memory=2573 CPUtime=0 cores=4,6
/proc/152606/task/152617/stat : 152617 (Finalizer) S 152603 152606 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237641906 19384713216 18721 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152624] ppid=152603 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/152606/task/152624/stat : 152624 (Common-Cleaner) S 152603 152606 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237641906 19384713216 18721 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 74884 KiB

[startup+0.305552 s]*
/proc/loadavg: 4.06 4.08 4.10 6/337 152625
/proc/meminfo: memFree=124238132/131250000 swapFree=33010672/33010684
[pid=152606] ppid=152603 vsize=18931412 memory=152504 CPUtime=0.5 cores=4,6
/proc/152606/stat : 152606 (java) S 152603 152606 151447 0 -1 4194304 8602 0 0 0 45 5 0 0 20 0 19 0 237641903 19385765888 38126 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
/proc/152606/statm: 4732853 38126 5458 1 0 549233 0
[pid=152606/tid=152608] ppid=152603 vsize=18931412 memory=-8961429241734144700 CPUtime=0.27 cores=4,6
/proc/152606/task/152608/stat : 152608 (java) S 152603 152606 151447 0 -1 4194368 5315 0 0 0 24 3 0 0 20 0 19 0 237641904 19385765888 38126 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152617] ppid=152603 vsize=18931412 memory=0 CPUtime=0 cores=4,6
/proc/152606/task/152617/stat : 152617 (Finalizer) S 152603 152606 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237641906 19385765888 38126 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152624] ppid=152603 vsize=18931412 memory=0 CPUtime=0 cores=4,6
/proc/152606/task/152624/stat : 152624 (Common-Cleaner) S 152603 152606 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237641906 19385765888 38126 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18931412 KiB
Current children cumulated memory: 152504 KiB

[startup+0.700221 s]
/proc/loadavg: 4.06 4.08 4.10 6/339 152627
/proc/meminfo: memFree=124217652/131250000 swapFree=33010672/33010684
[pid=152606] ppid=152603 vsize=19063512 memory=171200 CPUtime=1.26 cores=4,6
/proc/152606/stat : 152606 (java) S 152603 152606 151447 0 -1 4194304 10070 0 0 0 120 6 0 0 20 0 20 0 237641903 19521036288 42800 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
/proc/152606/statm: 4765878 42800 5458 1 0 550402 0
[pid=152606/tid=152608] ppid=152603 vsize=19063512 memory=27392 CPUtime=0.63 cores=4,6
/proc/152606/task/152608/stat : 152608 (java) R 152603 152606 151447 0 -1 4194368 5369 0 0 0 60 3 0 0 20 0 20 0 237641904 19521036288 42800 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152617] ppid=152603 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/152606/task/152617/stat : 152617 (Finalizer) S 152603 152606 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 42800 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152624] ppid=152603 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/152606/task/152624/stat : 152624 (Common-Cleaner) S 152603 152606 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 42800 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152627] ppid=152603 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/152606/task/152627/stat : 152627 (Timer-0) S 152603 152606 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237641941 19521036288 42800 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171200 KiB

[startup+1.50017 s]
/proc/loadavg: 4.06 4.08 4.10 5/339 152627
/proc/meminfo: memFree=124217764/131250000 swapFree=33010672/33010684
[pid=152606] ppid=152603 vsize=19063512 memory=185900 CPUtime=2.25 cores=4,6
/proc/152606/stat : 152606 (java) S 152603 152606 151447 0 -1 4194304 11002 0 0 0 219 6 0 0 20 0 20 0 237641903 19521036288 46475 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
/proc/152606/statm: 4765878 46475 5458 1 0 550403 0
[pid=152606/tid=152608] ppid=152603 vsize=19063512 memory=0 CPUtime=1.42 cores=4,6
/proc/152606/task/152608/stat : 152608 (java) R 152603 152606 151447 0 -1 4194368 5546 0 0 0 139 3 0 0 20 0 20 0 237641904 19521036288 46475 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152617] ppid=152603 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/152606/task/152617/stat : 152617 (Finalizer) S 152603 152606 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 46475 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152624] ppid=152603 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/152606/task/152624/stat : 152624 (Common-Cleaner) S 152603 152606 151447 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 46475 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152627] ppid=152603 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/152606/task/152627/stat : 152627 (Timer-0) S 152603 152606 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237641941 19521036288 46475 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185900 KiB

[startup+3.10539 s]
/proc/loadavg: 4.06 4.08 4.10 5/339 152627
/proc/meminfo: memFree=124168612/131250000 swapFree=33010672/33010684
[pid=152606] ppid=152603 vsize=19063512 memory=185900 CPUtime=3.87 cores=4,6
/proc/152606/stat : 152606 (java) S 152603 152606 151447 0 -1 4194304 11924 0 0 0 381 6 0 0 20 0 20 0 237641903 19521036288 46475 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
/proc/152606/statm: 4765878 46475 5458 1 0 550404 0
[pid=152606/tid=152608] ppid=152603 vsize=19063512 memory=10752 CPUtime=3.01 cores=4,6
/proc/152606/task/152608/stat : 152608 (java) R 152603 152606 151447 0 -1 4194368 5747 0 0 0 298 3 0 0 20 0 20 0 237641904 19521036288 46475 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152617] ppid=152603 vsize=19063512 memory=-8961429241734144700 CPUtime=0 cores=4,6
/proc/152606/task/152617/stat : 152617 (Finalizer) S 152603 152606 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 46475 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152624] ppid=152603 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/152606/task/152624/stat : 152624 (Common-Cleaner) S 152603 152606 151447 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 46475 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152627] ppid=152603 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/152606/task/152627/stat : 152627 (Timer-0) S 152603 152606 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237641941 19521036288 46475 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
Current children cumulated CPU time: 3.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185900 KiB

[startup+6.30016 s]
/proc/loadavg: 4.06 4.08 4.10 5/339 152627
/proc/meminfo: memFree=124147940/131250000 swapFree=33010672/33010684
[pid=152606] ppid=152603 vsize=19063512 memory=183052 CPUtime=7.08 cores=4,6
/proc/152606/stat : 152606 (java) S 152603 152606 151447 0 -1 4194304 12400 0 0 0 701 7 0 0 20 0 20 0 237641903 19521036288 45763 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
/proc/152606/statm: 4765878 45763 5458 1 0 550404 0
[pid=152606/tid=152608] ppid=152603 vsize=19063512 memory=0 CPUtime=6.2 cores=4,6
/proc/152606/task/152608/stat : 152608 (java) R 152603 152606 151447 0 -1 4194368 5770 0 0 0 617 3 0 0 20 0 20 0 237641904 19521036288 45763 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152617] ppid=152603 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/152606/task/152617/stat : 152617 (Finalizer) S 152603 152606 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 45763 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152624] ppid=152603 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/152606/task/152624/stat : 152624 (Common-Cleaner) S 152603 152606 151447 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 45763 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152627] ppid=152603 vsize=19063512 memory=185900 CPUtime=0 cores=4,6
/proc/152606/task/152627/stat : 152627 (Timer-0) S 152603 152606 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237641941 19521036288 45763 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
Current children cumulated CPU time: 7.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183052 KiB

[startup+12.7002 s]
/proc/loadavg: 4.05 4.08 4.10 5/339 152627
/proc/meminfo: memFree=124106728/131250000 swapFree=33010672/33010684
[pid=152606] ppid=152603 vsize=19063512 memory=183052 CPUtime=13.48 cores=4,6
/proc/152606/stat : 152606 (java) S 152603 152606 151447 0 -1 4194304 13429 0 0 0 1341 7 0 0 20 0 20 0 237641903 19521036288 45763 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
/proc/152606/statm: 4765878 45763 5458 1 0 550404 0
[pid=152606/tid=152608] ppid=152603 vsize=19063512 memory=185900 CPUtime=12.58 cores=4,6
/proc/152606/task/152608/stat : 152608 (java) R 152603 152606 151447 0 -1 4194368 6426 0 0 0 1255 3 0 0 20 0 20 0 237641904 19521036288 45763 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152617] ppid=152603 vsize=19063512 memory=183052 CPUtime=0 cores=4,6
/proc/152606/task/152617/stat : 152617 (Finalizer) S 152603 152606 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 45763 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152624] ppid=152603 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/152606/task/152624/stat : 152624 (Common-Cleaner) S 152603 152606 151447 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 45763 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152627] ppid=152603 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/152606/task/152627/stat : 152627 (Timer-0) S 152603 152606 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237641941 19521036288 45763 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
Current children cumulated CPU time: 13.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183052 KiB

[startup+25.5002 s]
/proc/loadavg: 4.04 4.08 4.10 5/339 152627
/proc/meminfo: memFree=123918328/131250000 swapFree=33010672/33010684
[pid=152606] ppid=152603 vsize=19063512 memory=266444 CPUtime=26.37 cores=4,6
/proc/152606/stat : 152606 (java) S 152603 152606 151447 0 -1 4194304 17266 0 0 0 2628 9 0 0 20 0 20 0 237641903 19521036288 66611 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
/proc/152606/statm: 4765878 66611 5490 1 0 550975 0
[pid=152606/tid=152608] ppid=152603 vsize=19063512 memory=-8961429241734144700 CPUtime=25.26 cores=4,6
/proc/152606/task/152608/stat : 152608 (java) R 152603 152606 151447 0 -1 4194368 6925 0 0 0 2522 4 0 0 20 0 20 0 237641904 19521036288 66611 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152617] ppid=152603 vsize=19063512 memory=265100 CPUtime=0 cores=4,6
/proc/152606/task/152617/stat : 152617 (Finalizer) S 152603 152606 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 66611 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152624] ppid=152603 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/152606/task/152624/stat : 152624 (Common-Cleaner) S 152603 152606 151447 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 66611 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152627] ppid=152603 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/152606/task/152627/stat : 152627 (Timer-0) S 152603 152606 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237641941 19521036288 66611 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
Current children cumulated CPU time: 26.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 266444 KiB

[startup+51.1055 s]
/proc/loadavg: 4.08 4.09 4.10 5/339 152628
/proc/meminfo: memFree=123498296/131250000 swapFree=33010672/33010684
[pid=152606] ppid=152603 vsize=19063512 memory=427648 CPUtime=52.23 cores=4,6
/proc/152606/stat : 152606 (java) S 152603 152606 151447 0 -1 4194304 22589 0 0 0 5209 14 0 0 20 0 20 0 237641903 19521036288 106912 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
/proc/152606/statm: 4765878 106912 5490 1 0 551902 0
[pid=152606/tid=152608] ppid=152603 vsize=19063512 memory=343644 CPUtime=50.66 cores=4,6
/proc/152606/task/152608/stat : 152608 (java) R 152603 152606 151447 0 -1 4194368 8507 0 0 0 5062 4 0 0 20 0 20 0 237641904 19521036288 106912 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152617] ppid=152603 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/152606/task/152617/stat : 152617 (Finalizer) S 152603 152606 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 106912 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0

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

/proc/meminfo: memFree=111188340/131250000 swapFree=33010672/33010684
[pid=152606] ppid=152603 vsize=19063512 memory=6406388 CPUtime=3296.77 cores=4,6
/proc/152606/stat : 152606 (java) S 152603 152606 151447 0 -1 4194304 135636 0 0 0 329444 233 0 0 20 0 20 0 237641903 19521036288 1601597 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
/proc/152606/statm: 4765878 1601597 5522 1 0 2123509 0
[pid=152606/tid=152608] ppid=152603 vsize=19063512 memory=27392 CPUtime=3262.59 cores=4,6
/proc/152606/task/152608/stat : 152608 (java) R 152603 152606 151447 0 -1 4194368 64197 0 0 0 326207 52 0 0 20 0 20 0 237641904 19521036288 1601597 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152617] ppid=152603 vsize=19063512 memory=6406388 CPUtime=0 cores=4,6
/proc/152606/task/152617/stat : 152617 (Finalizer) S 152603 152606 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 1601597 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152624] ppid=152603 vsize=19063512 memory=6406388 CPUtime=0 cores=4,6
/proc/152606/task/152624/stat : 152624 (Common-Cleaner) S 152603 152606 151447 0 -1 4194368 2165 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 1601597 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152627] ppid=152603 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/152606/task/152627/stat : 152627 (Timer-0) S 152603 152606 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237641941 19521036288 1601597 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
Current children cumulated CPU time: 3296.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6406388 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/340 152814
/proc/meminfo: memFree=111183896/131250000 swapFree=33010672/33010684
[pid=152606] ppid=152603 vsize=19063512 memory=6410504 CPUtime=3357.16 cores=4,6
/proc/152606/stat : 152606 (java) S 152603 152606 151447 0 -1 4194304 139045 0 0 0 335482 234 0 0 20 0 20 0 237641903 19521036288 1602626 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
/proc/152606/statm: 4765878 1602626 5522 1 0 2123510 0
[pid=152606/tid=152608] ppid=152603 vsize=19063512 memory=10752 CPUtime=3321.94 cores=4,6
/proc/152606/task/152608/stat : 152608 (java) R 152603 152606 151447 0 -1 4194368 65637 0 0 0 332142 52 0 0 20 0 20 0 237641904 19521036288 1602626 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152617] ppid=152603 vsize=19063512 memory=27392 CPUtime=0 cores=4,6
/proc/152606/task/152617/stat : 152617 (Finalizer) S 152603 152606 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 1602626 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152624] ppid=152603 vsize=19063512 memory=6410504 CPUtime=0 cores=4,6
/proc/152606/task/152624/stat : 152624 (Common-Cleaner) S 152603 152606 151447 0 -1 4194368 2241 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 1602626 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152627] ppid=152603 vsize=19063512 memory=6410504 CPUtime=0 cores=4,6
/proc/152606/task/152627/stat : 152627 (Timer-0) S 152603 152606 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237641941 19521036288 1602626 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
Current children cumulated CPU time: 3357.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6410504 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/339 152816
/proc/meminfo: memFree=111171292/131250000 swapFree=33010672/33010684
[pid=152606] ppid=152603 vsize=19063512 memory=6416660 CPUtime=3417.32 cores=4,6
/proc/152606/stat : 152606 (java) S 152603 152606 151447 0 -1 4194304 142412 0 0 0 341496 236 0 0 20 0 20 0 237641903 19521036288 1604165 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
/proc/152606/statm: 4765878 1604165 5522 1 0 2123510 0
[pid=152606/tid=152608] ppid=152603 vsize=19063512 memory=6410504 CPUtime=3381.51 cores=4,6
/proc/152606/task/152608/stat : 152608 (java) R 152603 152606 151447 0 -1 4194368 67732 0 0 0 338099 52 0 0 20 0 20 0 237641904 19521036288 1604165 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152617] ppid=152603 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/152606/task/152617/stat : 152617 (Finalizer) S 152603 152606 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 1604165 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152624] ppid=152603 vsize=19063512 memory=6416660 CPUtime=0 cores=4,6
/proc/152606/task/152624/stat : 152624 (Common-Cleaner) S 152603 152606 151447 0 -1 4194368 2356 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 1604165 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152627] ppid=152603 vsize=19063512 memory=6416660 CPUtime=0 cores=4,6
/proc/152606/task/152627/stat : 152627 (Timer-0) S 152603 152606 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237641941 19521036288 1604165 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
Current children cumulated CPU time: 3417.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6416660 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/339 152818
/proc/meminfo: memFree=111171404/131250000 swapFree=33010672/33010684
[pid=152606] ppid=152603 vsize=19063512 memory=6416660 CPUtime=3477.18 cores=4,6
/proc/152606/stat : 152606 (java) S 152603 152606 151447 0 -1 4194304 143607 0 0 0 347481 237 0 0 20 0 20 0 237641903 19521036288 1604165 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
/proc/152606/statm: 4765878 1604165 5522 1 0 2123510 0
[pid=152606/tid=152608] ppid=152603 vsize=19063512 memory=6410504 CPUtime=3441.36 cores=4,6
/proc/152606/task/152608/stat : 152608 (java) R 152603 152606 151447 0 -1 4194368 68731 0 0 0 344084 52 0 0 20 0 20 0 237641904 19521036288 1604165 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152617] ppid=152603 vsize=19063512 memory=27392 CPUtime=0 cores=4,6
/proc/152606/task/152617/stat : 152617 (Finalizer) S 152603 152606 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 1604165 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152624] ppid=152603 vsize=19063512 memory=-8961429241734144700 CPUtime=0 cores=4,6
/proc/152606/task/152624/stat : 152624 (Common-Cleaner) S 152603 152606 151447 0 -1 4194368 2475 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 1604165 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152627] ppid=152603 vsize=19063512 memory=6416660 CPUtime=0 cores=4,6
/proc/152606/task/152627/stat : 152627 (Timer-0) S 152603 152606 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237641941 19521036288 1604165 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
Current children cumulated CPU time: 3477.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6416660 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/339 152820
/proc/meminfo: memFree=111168244/131250000 swapFree=33010672/33010684
[pid=152606] ppid=152603 vsize=19063512 memory=6420756 CPUtime=3537.36 cores=4,6
/proc/152606/stat : 152606 (java) S 152603 152606 151447 0 -1 4194304 146886 0 0 0 353497 239 0 0 20 0 20 0 237641903 19521036288 1605189 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
/proc/152606/statm: 4765878 1605189 5522 1 0 2123510 0
[pid=152606/tid=152608] ppid=152603 vsize=19063512 memory=6416660 CPUtime=3500.94 cores=4,6
/proc/152606/task/152608/stat : 152608 (java) R 152603 152606 151447 0 -1 4194368 70717 0 0 0 350042 52 0 0 20 0 20 0 237641904 19521036288 1605189 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152617] ppid=152603 vsize=19063512 memory=6416660 CPUtime=0 cores=4,6
/proc/152606/task/152617/stat : 152617 (Finalizer) S 152603 152606 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 1605189 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152624] ppid=152603 vsize=19063512 memory=6420756 CPUtime=0 cores=4,6
/proc/152606/task/152624/stat : 152624 (Common-Cleaner) S 152603 152606 151447 0 -1 4194368 2475 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 1605189 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152627] ppid=152603 vsize=19063512 memory=6420756 CPUtime=0 cores=4,6
/proc/152606/task/152627/stat : 152627 (Timer-0) S 152603 152606 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237641941 19521036288 1605189 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
Current children cumulated CPU time: 3537.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6420756 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.10 4.09 4/315 152859
/proc/meminfo: memFree=114055680/131250000 swapFree=33010672/33010684
[pid=152606] ppid=152603 vsize=19063512 memory=6474008 CPUtime=3597.45 cores=4,6
/proc/152606/stat : 152606 (java) S 152603 152606 151447 0 -1 4194304 150318 0 0 0 359503 242 0 0 20 0 20 0 237641903 19521036288 1618502 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
/proc/152606/statm: 4765878 1618502 5522 1 0 2123510 0
[pid=152606/tid=152608] ppid=152603 vsize=19063512 memory=4764 CPUtime=3560.64 cores=4,6
/proc/152606/task/152608/stat : 152608 (java) R 152603 152606 151447 0 -1 4194368 72823 0 0 0 356011 53 0 0 20 0 20 0 237641904 19521036288 1618502 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152617] ppid=152603 vsize=19063512 memory=6474008 CPUtime=0 cores=4,6
/proc/152606/task/152617/stat : 152617 (Finalizer) S 152603 152606 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 1618502 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152624] ppid=152603 vsize=19063512 memory=6474008 CPUtime=0 cores=4,6
/proc/152606/task/152624/stat : 152624 (Common-Cleaner) S 152603 152606 151447 0 -1 4194368 2593 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 1618502 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152627] ppid=152603 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/152606/task/152627/stat : 152627 (Timer-0) S 152603 152606 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237641941 19521036288 1618502 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
Current children cumulated CPU time: 3597.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6474008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3584.9 s]
/proc/loadavg: 4.07 4.10 4.09 4/315 152859
/proc/meminfo: memFree=114055776/131250000 swapFree=33010672/33010684
[pid=152606] ppid=152603 vsize=19063512 memory=6474008 CPUtime=3600.04 cores=4,6
/proc/152606/stat : 152606 (java) S 152603 152606 151447 0 -1 4194304 150401 0 0 0 359762 242 0 0 20 0 20 0 237641903 19521036288 1618502 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
/proc/152606/statm: 4765878 1618502 5522 1 0 2123510 0
[pid=152606/tid=152608] ppid=152603 vsize=19063512 memory=14720 CPUtime=3563.23 cores=4,6
/proc/152606/task/152608/stat : 152608 (java) R 152603 152606 151447 0 -1 4194368 72905 0 0 0 356270 53 0 0 20 0 20 0 237641904 19521036288 1618502 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152617] ppid=152603 vsize=19063512 memory=6420756 CPUtime=0 cores=4,6
/proc/152606/task/152617/stat : 152617 (Finalizer) S 152603 152606 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 1618502 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152624] ppid=152603 vsize=19063512 memory=6474008 CPUtime=0 cores=4,6
/proc/152606/task/152624/stat : 152624 (Common-Cleaner) S 152603 152606 151447 0 -1 4194368 2593 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 1618502 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152627] ppid=152603 vsize=19063512 memory=6474008 CPUtime=0 cores=4,6
/proc/152606/task/152627/stat : 152627 (Timer-0) S 152603 152606 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237641941 19521036288 1618502 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6474008 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.72 s, system=2.442 s

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

[startup+3584.9 s]
/proc/loadavg: 4.07 4.10 4.09 4/315 152859
/proc/meminfo: memFree=114055776/131250000 swapFree=33010672/33010684
[pid=152606] ppid=152603 vsize=19063512 memory=6474008 CPUtime=3600.04 cores=4,6
/proc/152606/stat : 152606 (java) S 152603 152606 151447 0 -1 4194304 150401 0 0 0 359762 242 0 0 20 0 20 0 237641903 19521036288 1618502 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
/proc/152606/statm: 4765878 1618502 5522 1 0 2123510 0
[pid=152606/tid=152608] ppid=152603 vsize=19063512 memory=14720 CPUtime=3563.23 cores=4,6
/proc/152606/task/152608/stat : 152608 (java) R 152603 152606 151447 0 -1 4194368 72905 0 0 0 356270 53 0 0 20 0 20 0 237641904 19521036288 1618502 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152617] ppid=152603 vsize=19063512 memory=6420756 CPUtime=0 cores=4,6
/proc/152606/task/152617/stat : 152617 (Finalizer) S 152603 152606 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 1618502 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152624] ppid=152603 vsize=19063512 memory=6474008 CPUtime=0 cores=4,6
/proc/152606/task/152624/stat : 152624 (Common-Cleaner) S 152603 152606 151447 0 -1 4194368 2593 0 0 0 0 0 0 0 20 0 20 0 237641906 19521036288 1618502 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
[pid=152606/tid=152627] ppid=152603 vsize=19063512 memory=6474008 CPUtime=0 cores=4,6
/proc/152606/task/152627/stat : 152627 (Timer-0) S 152603 152606 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237641941 19521036288 1618502 18446744073709551615 93825578106880 93825578110576 140722715444560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93825578118392 93825578119184 93825584066560 140722715453823 140722715453924 140722715453924 140722715459528 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6474008 KiB

Child status: 143

Real time (s): 3584.98
CPU time (s): 3600.16
CPU user time (s): 3597.72
CPU system time (s): 2.442
CPU usage (%): 100.423
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 6474008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.72
system time used= 2.442
maximum resident set size= 6474776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152644
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109706
involuntary context switches= 4291


# summary of solver processes directly reported to runsolver:
#   pid: 152606
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3597.72
#   total CPU system time (s): 2.442

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.88902 second user time and 16.0355 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-22 23:27:13
IDJOB=4543017
IDBENCH=171726
IDSOLVER=3363
FILE ID=nodeC026/4543017-1753219633
RUNJOBID= nodeC026-1753212428-151458
SLURM_JOB_ID= 9687803
Free space on /tmp= 433024 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-original/normalized-php_230_229.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543017-1753219633/watcher-4543017-1753219633 -o /tmp/evaluation-result-4543017-1753219633/solver-4543017-1753219633 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1753212428-151458 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4543017-1753219633.opb

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

MD5SUM BENCH= a824f24e2c7503f02a1883bfe38cfded
RANDOM SEED=807312188

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124359428 kB
MemAvailable:   129105124 kB
Buffers:            2128 kB
Cached:          5371108 kB
SwapCached:            4 kB
Active:          1683552 kB
Inactive:        4228960 kB
Active(anon):     560212 kB
Inactive(anon):     5344 kB
Active(file):    1123340 kB
Inactive(file):  4223616 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5012 kB
Writeback:             0 kB
AnonPages:        542396 kB
Mapped:           129236 kB
Shmem:             26268 kB
KReclaimable:     459540 kB
Slab:             564412 kB
SReclaimable:     459540 kB
SUnreclaim:       104872 kB
KernelStack:        5184 kB
PageTables:         4832 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7058576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151352 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    358400 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC026 at 2025-07-23 00:26:58