Trace number 4543057

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.19 3566.27

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-original/normalized-php_390_389.opb
MD5SUM8c310f5c6bc12dfd4cf754da21955474
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.43418
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables151710
Total number of constraints779
Number of constraints which are clauses390
Number of constraints which are cardinality constraints (but not clauses)389
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint389
Maximum length of a constraint390
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 391
Number of bits of the biggest sum of numbers9
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.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4543057-1753224803.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
1.27/0.77	c ... done. Wall clock time 0.644s.
1.27/0.77	c declared #vars     151710
1.27/0.77	c #constraints  779
1.27/0.77	c constraints type 
1.27/0.77	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 389
1.27/0.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 390
1.27/0.77	c 779 constraints processed.
83.45/80.34	c cleaning 2495 clauses out of 5000 with flag 32501/5000
205.10/201.36	c cleaning 4255 clauses out of 8509 with flag 70149/11004
358.12/353.87	c cleaning 5614 clauses out of 11251 with flag 118925/18001
522.89/518.14	c cleaning 6816 clauses out of 13637 with flag 174446/26001
723.46/716.84	c cleaning 7905 clauses out of 15820 with flag 233006/35000
950.33/943.25	c cleaning 8954 clauses out of 17915 with flag 301598/45000
1212.64/1203.62	c cleaning 9982 clauses out of 19963 with flag 371492/56002
1518.68/1507.02	c cleaning 10984 clauses out of 21984 with flag 462613/68005
1834.66/1820.78	c cleaning 11988 clauses out of 23995 with flag 563770/81000
2171.34/2155.19	c cleaning 13001 clauses out of 26007 with flag 663070/95000
2546.19/2525.65	c cleaning 13997 clauses out of 28006 with flag 778490/110000
2937.28/2908.22	c cleaning 14993 clauses out of 30009 with flag 901657/126000
3360.35/3328.51	c cleaning 16006 clauses out of 32016 with flag 1026731/143000
3600.08/3566.21	c starts		: 1
3600.08/3566.22	c conflicts		: 152630
3600.08/3566.22	c decisions		: 246772
3600.08/3566.22	c propagations		: 2067178
3600.08/3566.22	c inspects		: 383970398
3600.08/3566.22	c shortcuts		: 0
3600.08/3566.23	c timeout
3600.08/3566.23	c learnt literals	: 0
3600.08/3566.23	c learnt binary clauses	: 0
3600.08/3566.23	c learnt ternary clauses	: 0
3600.08/3566.23	c learnt constraints	: 152630
3600.08/3566.23	c ignored constraints	: 0
3600.08/3566.23	c root simplifications	: 0
3600.08/3566.23	c removed literals (reason simplification)	: 406360
3600.08/3566.23	c reason swapping (by a shorter reason)	: 0
3600.08/3566.23	c Calls to reduceDB	: 13
3600.08/3566.23	c Number of update (reduction) of LBD	: 85029
3600.08/3566.23	c Imported unit clauses	: 0
3600.08/3566.23	c No decision after first conflict	: false
3600.08/3566.23	c number of reductions to clauses (during analyze)	: 0
3600.08/3566.23	c number of learned constraints concerned by reduction	: 0
3600.08/3566.23	c number of learning phase by resolution	: 0
3600.08/3566.23	c number of learning phase by cutting planes	: 0
3600.08/3566.23	c number of rounding to 1 operations	: 0
3600.08/3566.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3566.23	c number of reductions of the coefficients by power 2 	: 0
3600.08/3566.23	c number of right shift for reduction by power 2 	: 0
3600.08/3566.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3566.23	c number of ending skipping 	: 0
3600.08/3566.23	c number of internal skipping 	: 0
3600.08/3566.23	c number of derivation steps 	: 0
3600.08/3566.23	c number of skipped derivation steps 	: 0
3600.08/3566.23	c number of remaining unassigned 	: 0
3600.08/3566.23	c number of remaining assigned 	: 0
3600.08/3566.23	c number of falsified literals weakened from reason	: 0
3600.08/3566.23	c number of falsified literals weakened from conflict	: 0
3600.08/3566.23	c time for arithmetic operations	: 0
3600.08/3566.23	c minimum degree of deleted constraints	: null
3600.08/3566.23	c maximum degree of deleted constraints	: null
3600.08/3566.23	c number of deleted constraints	: 0
3600.08/3566.23	c speed (assignments/second)	: 579.7826689358608
3600.08/3566.23	c non guided choices	: 75467
3600.08/3566.25	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 25640
3600.08/3566.25	s UNKNOWN
3600.08/3566.25	c Total wall clock time (in seconds): 3566.125

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100059 s]*
/proc/loadavg: 4.09 4.19 4.17 5/314 170646
/proc/meminfo: memFree=101266028/131249996 swapFree=33010672/33010684
[pid=170628] ppid=170625 vsize=18930384 memory=57740 CPUtime=0.13 cores=0,2
/proc/170628/stat : 170628 (java) S 170625 170628 170132 0 -1 4194304 6583 0 0 0 11 2 0 0 20 0 18 0 238158184 19384713216 14435 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
/proc/170628/statm: 4732596 14435 5336 1 0 547622 0
[pid=170628/tid=170630] ppid=170625 vsize=18930384 memory=4026531959 CPUtime=0.08 cores=0,2
/proc/170628/task/170630/stat : 170630 (java) R 170625 170628 170132 0 -1 4194368 5090 0 0 0 7 1 0 0 20 0 18 0 238158185 19384713216 14435 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170639] ppid=170625 vsize=18930384 memory=224227772642 CPUtime=0 cores=0,2
/proc/170628/task/170639/stat : 170639 (Finalizer) S 170625 170628 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238158187 19384713216 14467 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170646] ppid=170625 vsize=18930384 memory=28905 CPUtime=0 cores=0,2
/proc/170628/task/170646/stat : 170646 (Common-Cleaner) S 170625 170628 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238158188 19384713216 14467 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57740 KiB

[startup+0.205645 s]*
/proc/loadavg: 4.09 4.19 4.17 6/314 170646
/proc/meminfo: memFree=103188552/131249996 swapFree=33010672/33010684
[pid=170628] ppid=170625 vsize=18930384 memory=78180 CPUtime=0.33 cores=0,2
/proc/170628/stat : 170628 (java) S 170625 170628 170132 0 -1 4194304 6984 0 0 0 30 3 0 0 20 0 18 0 238158184 19384713216 19545 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
/proc/170628/statm: 4732596 19545 5432 1 0 547890 0
[pid=170628/tid=170630] ppid=170625 vsize=18930384 memory=4027020315 CPUtime=0.18 cores=0,2
/proc/170628/task/170630/stat : 170630 (java) R 170625 170628 170132 0 -1 4194368 5279 0 0 0 17 1 0 0 20 0 18 0 238158185 19384713216 19545 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170639] ppid=170625 vsize=18930384 memory=219932787024 CPUtime=0 cores=0,2
/proc/170628/task/170639/stat : 170639 (Finalizer) S 170625 170628 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238158187 19384713216 19545 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170646] ppid=170625 vsize=18930384 memory=55186957823283 CPUtime=0 cores=0,2
/proc/170628/task/170646/stat : 170646 (Common-Cleaner) S 170625 170628 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238158188 19384713216 19545 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 78180 KiB

[startup+0.305567 s]*
/proc/loadavg: 4.09 4.19 4.17 5/315 170653
/proc/meminfo: memFree=103459676/131249996 swapFree=33010672/33010684
[pid=170628] ppid=170625 vsize=18930940 memory=128644 CPUtime=0.52 cores=0,2
/proc/170628/stat : 170628 (java) S 170625 170628 170132 0 -1 4194304 8736 0 0 0 48 4 0 0 20 0 18 0 238158184 19385282560 32161 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
/proc/170628/statm: 4732735 32161 5432 1 0 549245 0
[pid=170628/tid=170630] ppid=170625 vsize=18930940 memory=-6000919489903422568 CPUtime=0.28 cores=0,2
/proc/170628/task/170630/stat : 170630 (java) R 170625 170628 170132 0 -1 4194368 5301 0 0 0 26 2 0 0 20 0 18 0 238158185 19385282560 32161 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170639] ppid=170625 vsize=18930940 memory=0 CPUtime=0 cores=0,2
/proc/170628/task/170639/stat : 170639 (Finalizer) S 170625 170628 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238158187 19385282560 32161 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170646] ppid=170625 vsize=18930940 memory=0 CPUtime=0 cores=0,2
/proc/170628/task/170646/stat : 170646 (Common-Cleaner) S 170625 170628 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238158188 19385282560 32161 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930940 KiB
Current children cumulated memory: 128644 KiB

[startup+0.700236 s]
/proc/loadavg: 4.09 4.19 4.17 7/337 170683
/proc/meminfo: memFree=103352644/131249996 swapFree=33010672/33010684
[pid=170628] ppid=170625 vsize=18996948 memory=286152 CPUtime=1.27 cores=0,2
/proc/170628/stat : 170628 (java) S 170625 170628 170132 0 -1 4194304 14514 0 0 0 120 7 0 0 20 0 19 0 238158184 19452874752 71538 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
/proc/170628/statm: 4749237 71538 5464 1 0 1079065 0
[pid=170628/tid=170630] ppid=170625 vsize=18996948 memory=27264 CPUtime=0.53 cores=0,2
/proc/170628/task/170630/stat : 170630 (java) R 170625 170628 170132 0 -1 4194368 5396 0 0 0 49 4 0 0 20 0 19 0 238158185 19452874752 71538 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170639] ppid=170625 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/170628/task/170639/stat : 170639 (Finalizer) S 170625 170628 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238158187 19452874752 71538 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170646] ppid=170625 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/170628/task/170646/stat : 170646 (Common-Cleaner) S 170625 170628 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238158188 19452874752 71538 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 286152 KiB

[startup+1.50023 s]
/proc/loadavg: 4.09 4.19 4.17 7/340 170686
/proc/meminfo: memFree=103024464/131249996 swapFree=33010672/33010684
[pid=170628] ppid=170625 vsize=19063512 memory=434576 CPUtime=2.86 cores=0,2
/proc/170628/stat : 170628 (java) S 170625 170628 170132 0 -1 4194304 18182 0 0 0 275 11 0 0 20 0 20 0 238158184 19521036288 108644 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
/proc/170628/statm: 4765878 108644 5496 1 0 1081451 0
[pid=170628/tid=170630] ppid=170625 vsize=19063512 memory=0 CPUtime=1.29 cores=0,2
/proc/170628/task/170630/stat : 170630 (java) R 170625 170628 170132 0 -1 4194368 5549 0 0 0 122 7 0 0 20 0 20 0 238158185 19521036288 108644 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170639] ppid=170625 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/170628/task/170639/stat : 170639 (Finalizer) S 170625 170628 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158187 19521036288 108644 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170646] ppid=170625 vsize=19063512 memory=14676 CPUtime=0 cores=0,2
/proc/170628/task/170646/stat : 170646 (Common-Cleaner) S 170625 170628 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238158188 19521036288 108644 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170686] ppid=170625 vsize=19063512 memory=33 CPUtime=0 cores=0,2
/proc/170628/task/170686/stat : 170686 (Timer-0) S 170625 170628 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 108644 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 434576 KiB

[startup+3.10551 s]
/proc/loadavg: 4.09 4.19 4.17 5/340 170686
/proc/meminfo: memFree=102972908/131249996 swapFree=33010672/33010684
[pid=170628] ppid=170625 vsize=19063512 memory=435472 CPUtime=5.19 cores=0,2
/proc/170628/stat : 170628 (java) S 170625 170628 170132 0 -1 4194304 18443 0 0 0 507 12 0 0 20 0 20 0 238158184 19521036288 108868 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
/proc/170628/statm: 4765878 108868 5496 1 0 1081471 0
[pid=170628/tid=170630] ppid=170625 vsize=19063512 memory=10752 CPUtime=2.87 cores=0,2
/proc/170628/task/170630/stat : 170630 (java) R 170625 170628 170132 0 -1 4194368 5549 0 0 0 280 7 0 0 20 0 20 0 238158185 19521036288 108868 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170639] ppid=170625 vsize=19063512 memory=14676 CPUtime=0 cores=0,2
/proc/170628/task/170639/stat : 170639 (Finalizer) S 170625 170628 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158187 19521036288 108868 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170646] ppid=170625 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/170628/task/170646/stat : 170646 (Common-Cleaner) S 170625 170628 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238158188 19521036288 108868 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170686] ppid=170625 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/170628/task/170686/stat : 170686 (Timer-0) S 170625 170628 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 108868 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
Current children cumulated CPU time: 5.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 435472 KiB

[startup+6.30022 s]
/proc/loadavg: 4.09 4.18 4.17 5/340 170686
/proc/meminfo: memFree=102909164/131249996 swapFree=33010672/33010684
[pid=170628] ppid=170625 vsize=19063512 memory=455948 CPUtime=8.51 cores=0,2
/proc/170628/stat : 170628 (java) S 170625 170628 170132 0 -1 4194304 23044 0 0 0 837 14 0 0 20 0 20 0 238158184 19521036288 113987 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
/proc/170628/statm: 4765878 113987 5496 1 0 1081474 0
[pid=170628/tid=170630] ppid=170625 vsize=19063512 memory=0 CPUtime=6.04 cores=0,2
/proc/170628/task/170630/stat : 170630 (java) R 170625 170628 170132 0 -1 4194368 6248 0 0 0 596 8 0 0 20 0 20 0 238158185 19521036288 113987 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170639] ppid=170625 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/170628/task/170639/stat : 170639 (Finalizer) S 170625 170628 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158187 19521036288 113987 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170646] ppid=170625 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/170628/task/170646/stat : 170646 (Common-Cleaner) S 170625 170628 170132 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 238158188 19521036288 113987 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170686] ppid=170625 vsize=19063512 memory=-8816751112261247676 CPUtime=0 cores=0,2
/proc/170628/task/170686/stat : 170686 (Timer-0) S 170625 170628 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 113987 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
Current children cumulated CPU time: 8.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 455948 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.18 4.17 5/340 170686
/proc/meminfo: memFree=102751292/131249996 swapFree=33010672/33010684
[pid=170628] ppid=170625 vsize=19063512 memory=480668 CPUtime=15.08 cores=0,2
/proc/170628/stat : 170628 (java) S 170625 170628 170132 0 -1 4194304 25300 0 0 0 1492 16 0 0 20 0 20 0 238158184 19521036288 120167 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
/proc/170628/statm: 4765878 120167 5496 1 0 1081474 0
[pid=170628/tid=170630] ppid=170625 vsize=19063512 memory=480668 CPUtime=12.39 cores=0,2
/proc/170628/task/170630/stat : 170630 (java) R 170625 170628 170132 0 -1 4194368 6517 0 0 0 1230 9 0 0 20 0 20 0 238158185 19521036288 120167 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170639] ppid=170625 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/170628/task/170639/stat : 170639 (Finalizer) S 170625 170628 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158187 19521036288 120167 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170646] ppid=170625 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/170628/task/170646/stat : 170646 (Common-Cleaner) S 170625 170628 170132 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 238158188 19521036288 120167 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170686] ppid=170625 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/170628/task/170686/stat : 170686 (Timer-0) S 170625 170628 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 120167 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
Current children cumulated CPU time: 15.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 480668 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.19 4.18 5/340 170753
/proc/meminfo: memFree=113758088/131249996 swapFree=33010672/33010684
[pid=170628] ppid=170625 vsize=19063512 memory=607788 CPUtime=28.22 cores=0,2
/proc/170628/stat : 170628 (java) S 170625 170628 170132 0 -1 4194304 30831 0 0 0 2801 21 0 0 20 0 20 0 238158184 19521036288 151947 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
/proc/170628/statm: 4765878 151947 5496 1 0 1081476 0
[pid=170628/tid=170630] ppid=170625 vsize=19063512 memory=10752 CPUtime=25.09 cores=0,2
/proc/170628/task/170630/stat : 170630 (java) R 170625 170628 170132 0 -1 4194368 7770 0 0 0 2497 12 0 0 20 0 20 0 238158185 19521036288 151947 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170639] ppid=170625 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/170628/task/170639/stat : 170639 (Finalizer) S 170625 170628 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158187 19521036288 151947 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170646] ppid=170625 vsize=19063512 memory=-8816751112261247676 CPUtime=0 cores=0,2
/proc/170628/task/170646/stat : 170646 (Common-Cleaner) S 170625 170628 170132 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 238158188 19521036288 151947 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170686] ppid=170625 vsize=19063512 memory=14676 CPUtime=0 cores=0,2
/proc/170628/task/170686/stat : 170686 (Timer-0) S 170625 170628 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 151947 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
Current children cumulated CPU time: 28.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 607788 KiB

[startup+51.1057 s]
/proc/loadavg: 4.15 4.19 4.18 5/340 170755
/proc/meminfo: memFree=112766404/131249996 swapFree=33010672/33010684
[pid=170628] ppid=170625 vsize=19063512 memory=818896 CPUtime=54.08 cores=0,2
/proc/170628/stat : 170628 (java) S 170625 170628 170132 0 -1 4194304 32123 0 0 0 5379 29 0 0 20 0 20 0 238158184 19521036288 204724 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
/proc/170628/statm: 4765878 204724 5496 1 0 1081476 0
[pid=170628/tid=170630] ppid=170625 vsize=19063512 memory=14676 CPUtime=50.5 cores=0,2
/proc/170628/task/170630/stat : 170630 (java) R 170625 170628 170132 0 -1 4194368 8109 0 0 0 5033 17 0 0 20 0 20 0 238158185 19521036288 204724 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170639] ppid=170625 vsize=19063512 memory=27264 CPUtime=0 cores=0,2
/proc/170628/task/170639/stat : 170639 (Finalizer) S 170625 170628 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158187 19521036288 204724 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170646] ppid=170625 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/170628/task/170646/stat : 170646 (Common-Cleaner) S 170625 170628 170132 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 238158188 19521036288 204724 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0

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

/proc/meminfo: memFree=63715384/131249996 swapFree=33010672/33010684
[pid=170628] ppid=170625 vsize=19063512 memory=4401972 CPUtime=3193.95 cores=0,2
/proc/170628/stat : 170628 (java) S 170625 170628 170132 0 -1 4194304 254451 0 0 0 318960 435 0 0 20 0 20 0 238158184 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
/proc/170628/statm: 4765878 1100493 5528 1 0 1113091 0
[pid=170628/tid=170630] ppid=170625 vsize=19063512 memory=-9044459746194447340 CPUtime=3138.36 cores=0,2
/proc/170628/task/170630/stat : 170630 (java) R 170625 170628 170132 0 -1 4194368 102595 0 0 0 313535 301 0 0 20 0 20 0 238158185 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170639] ppid=170625 vsize=19063512 memory=14676 CPUtime=0 cores=0,2
/proc/170628/task/170639/stat : 170639 (Finalizer) S 170625 170628 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158187 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170646] ppid=170625 vsize=19063512 memory=4401972 CPUtime=0 cores=0,2
/proc/170628/task/170646/stat : 170646 (Common-Cleaner) S 170625 170628 170132 0 -1 4194368 2394 0 0 0 0 0 0 0 20 0 20 0 238158188 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170686] ppid=170625 vsize=19063512 memory=4401972 CPUtime=0 cores=0,2
/proc/170628/task/170686/stat : 170686 (Timer-0) S 170625 170628 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
Current children cumulated CPU time: 3193.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4401972 KiB

[startup+3222.3 s]
/proc/loadavg: 4.36 4.34 4.34 5/343 170999
/proc/meminfo: memFree=62885808/131249996 swapFree=33010672/33010684
[pid=170628] ppid=170625 vsize=19063512 memory=4401972 CPUtime=3254.01 cores=0,2
/proc/170628/stat : 170628 (java) S 170625 170628 170132 0 -1 4194304 256059 0 0 0 324960 441 0 0 20 0 20 0 238158184 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
/proc/170628/statm: 4765878 1100493 5528 1 0 1113091 0
[pid=170628/tid=170630] ppid=170625 vsize=19063512 memory=-9044459746194447340 CPUtime=3198 cores=0,2
/proc/170628/task/170630/stat : 170630 (java) R 170625 170628 170132 0 -1 4194368 103905 0 0 0 319495 305 0 0 20 0 20 0 238158185 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170639] ppid=170625 vsize=19063512 memory=14676 CPUtime=0 cores=0,2
/proc/170628/task/170639/stat : 170639 (Finalizer) S 170625 170628 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158187 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170646] ppid=170625 vsize=19063512 memory=4401972 CPUtime=0 cores=0,2
/proc/170628/task/170646/stat : 170646 (Common-Cleaner) S 170625 170628 170132 0 -1 4194368 2423 0 0 0 0 0 0 0 20 0 20 0 238158188 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170686] ppid=170625 vsize=19063512 memory=4401972 CPUtime=0 cores=0,2
/proc/170628/task/170686/stat : 170686 (Timer-0) S 170625 170628 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
Current children cumulated CPU time: 3254.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4401972 KiB

[startup+3282.3 s]
/proc/loadavg: 4.28 4.32 4.34 5/343 171001
/proc/meminfo: memFree=62021388/131249996 swapFree=33010672/33010684
[pid=170628] ppid=170625 vsize=19063512 memory=4401972 CPUtime=3314.05 cores=0,2
/proc/170628/stat : 170628 (java) S 170625 170628 170132 0 -1 4194304 256954 0 0 0 330957 448 0 0 20 0 20 0 238158184 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
/proc/170628/statm: 4765878 1100493 5528 1 0 1113091 0
[pid=170628/tid=170630] ppid=170625 vsize=19063512 memory=14676 CPUtime=3257.65 cores=0,2
/proc/170628/task/170630/stat : 170630 (java) R 170625 170628 170132 0 -1 4194368 104777 0 0 0 325454 311 0 0 20 0 20 0 238158185 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170639] ppid=170625 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/170628/task/170639/stat : 170639 (Finalizer) S 170625 170628 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158187 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170646] ppid=170625 vsize=19063512 memory=4401972 CPUtime=0 cores=0,2
/proc/170628/task/170646/stat : 170646 (Common-Cleaner) S 170625 170628 170132 0 -1 4194368 2423 0 0 0 0 0 0 0 20 0 20 0 238158188 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170686] ppid=170625 vsize=19063512 memory=12544 CPUtime=0 cores=0,2
/proc/170628/task/170686/stat : 170686 (Timer-0) S 170625 170628 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
Current children cumulated CPU time: 3314.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4401972 KiB

[startup+3342.3 s]
/proc/loadavg: 4.46 4.35 4.35 5/343 171003
/proc/meminfo: memFree=61203884/131249996 swapFree=33010672/33010684
[pid=170628] ppid=170625 vsize=19063512 memory=4401972 CPUtime=3375.83 cores=0,2
/proc/170628/stat : 170628 (java) S 170625 170628 170132 0 -1 4194304 260085 0 0 0 337128 455 0 0 20 0 20 0 238158184 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
/proc/170628/statm: 4765878 1100493 5528 1 0 1113096 0
[pid=170628/tid=170630] ppid=170625 vsize=19063512 memory=4401972 CPUtime=3317.23 cores=0,2
/proc/170628/task/170630/stat : 170630 (java) R 170625 170628 170132 0 -1 4194368 106591 0 0 0 331407 316 0 0 20 0 20 0 238158185 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170639] ppid=170625 vsize=19063512 memory=4401972 CPUtime=0 cores=0,2
/proc/170628/task/170639/stat : 170639 (Finalizer) S 170625 170628 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158187 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170646] ppid=170625 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/170628/task/170646/stat : 170646 (Common-Cleaner) S 170625 170628 170132 0 -1 4194368 2468 0 0 0 0 0 0 0 20 0 20 0 238158188 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170686] ppid=170625 vsize=19063512 memory=2688 CPUtime=0 cores=0,2
/proc/170628/task/170686/stat : 170686 (Timer-0) S 170625 170628 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
Current children cumulated CPU time: 3375.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4401972 KiB

[startup+3402.3 s]
/proc/loadavg: 4.46 4.38 4.36 5/339 171012
/proc/meminfo: memFree=60394484/131249996 swapFree=33010672/33010684
[pid=170628] ppid=170625 vsize=19063512 memory=4401972 CPUtime=3435.8 cores=0,2
/proc/170628/stat : 170628 (java) S 170625 170628 170132 0 -1 4194304 261068 0 0 0 343120 460 0 0 20 0 20 0 238158184 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
/proc/170628/statm: 4765878 1100493 5528 1 0 1113096 0
[pid=170628/tid=170630] ppid=170625 vsize=19063512 memory=4401972 CPUtime=3376.94 cores=0,2
/proc/170628/task/170630/stat : 170630 (java) R 170625 170628 170132 0 -1 4194368 107553 0 0 0 337373 321 0 0 20 0 20 0 238158185 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170639] ppid=170625 vsize=19063512 memory=4401972 CPUtime=0 cores=0,2
/proc/170628/task/170639/stat : 170639 (Finalizer) S 170625 170628 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158187 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170646] ppid=170625 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/170628/task/170646/stat : 170646 (Common-Cleaner) S 170625 170628 170132 0 -1 4194368 2468 0 0 0 0 0 0 0 20 0 20 0 238158188 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170686] ppid=170625 vsize=19063512 memory=4401972 CPUtime=0 cores=0,2
/proc/170628/task/170686/stat : 170686 (Timer-0) S 170625 170628 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
Current children cumulated CPU time: 3435.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4401972 KiB

[startup+3462.3 s]
/proc/loadavg: 4.40 4.37 4.36 5/339 171014
/proc/meminfo: memFree=59378812/131249996 swapFree=33010672/33010684
[pid=170628] ppid=170625 vsize=19063512 memory=4401972 CPUtime=3495.86 cores=0,2
/proc/170628/stat : 170628 (java) S 170625 170628 170132 0 -1 4194304 262245 0 0 0 349120 466 0 0 20 0 20 0 238158184 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
/proc/170628/statm: 4765878 1100493 5528 1 0 1113096 0
[pid=170628/tid=170630] ppid=170625 vsize=19063512 memory=4401972 CPUtime=3436.58 cores=0,2
/proc/170628/task/170630/stat : 170630 (java) R 170625 170628 170132 0 -1 4194368 108447 0 0 0 343332 326 0 0 20 0 20 0 238158185 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170639] ppid=170625 vsize=19063512 memory=4401972 CPUtime=0 cores=0,2
/proc/170628/task/170639/stat : 170639 (Finalizer) S 170625 170628 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158187 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170646] ppid=170625 vsize=19063512 memory=27264 CPUtime=0 cores=0,2
/proc/170628/task/170646/stat : 170646 (Common-Cleaner) S 170625 170628 170132 0 -1 4194368 2586 0 0 0 0 0 0 0 20 0 20 0 238158188 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170686] ppid=170625 vsize=19063512 memory=4401972 CPUtime=0 cores=0,2
/proc/170628/task/170686/stat : 170686 (Timer-0) S 170625 170628 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
Current children cumulated CPU time: 3495.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4401972 KiB

[startup+3522.3 s]
/proc/loadavg: 4.31 4.35 4.36 5/339 171016
/proc/meminfo: memFree=58391652/131249996 swapFree=33010672/33010684
[pid=170628] ppid=170625 vsize=19063512 memory=4401972 CPUtime=3556.09 cores=0,2
/proc/170628/stat : 170628 (java) S 170625 170628 170132 0 -1 4194304 264038 0 0 0 355138 471 0 0 20 0 20 0 238158184 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
/proc/170628/statm: 4765878 1100493 5528 1 0 1113096 0
[pid=170628/tid=170630] ppid=170625 vsize=19063512 memory=1920 CPUtime=3496.02 cores=0,2
/proc/170628/task/170630/stat : 170630 (java) R 170625 170628 170132 0 -1 4194368 109883 0 0 0 349271 331 0 0 20 0 20 0 238158185 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170639] ppid=170625 vsize=19063512 memory=14676 CPUtime=0 cores=0,2
/proc/170628/task/170639/stat : 170639 (Finalizer) S 170625 170628 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158187 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170646] ppid=170625 vsize=19063512 memory=4401972 CPUtime=0 cores=0,2
/proc/170628/task/170646/stat : 170646 (Common-Cleaner) S 170625 170628 170132 0 -1 4194368 2588 0 0 0 0 0 0 0 20 0 20 0 238158188 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170686] ppid=170625 vsize=19063512 memory=4401972 CPUtime=0 cores=0,2
/proc/170628/task/170686/stat : 170686 (Timer-0) S 170625 170628 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
Current children cumulated CPU time: 3556.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4401972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3566.2 s]
/proc/loadavg: 4.38 4.36 4.36 6/342 171152
/proc/meminfo: memFree=65117220/131249996 swapFree=33010672/33010684
[pid=170628] ppid=170625 vsize=19063512 memory=4401972 CPUtime=3600.08 cores=0,2
/proc/170628/stat : 170628 (java) S 170625 170628 170132 0 -1 4194304 266162 0 0 0 359532 476 0 0 20 0 20 0 238158184 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
/proc/170628/statm: 4765878 1100493 5528 1 0 1113096 0
[pid=170628/tid=170630] ppid=170625 vsize=19063512 memory=5044 CPUtime=3539.6 cores=0,2
/proc/170628/task/170630/stat : 170630 (java) R 170625 170628 170132 0 -1 4194368 111711 0 0 0 353625 335 0 0 20 0 20 0 238158185 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170639] ppid=170625 vsize=19063512 memory=5152 CPUtime=0 cores=0,2
/proc/170628/task/170639/stat : 170639 (Finalizer) S 170625 170628 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158187 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170646] ppid=170625 vsize=19063512 memory=5292 CPUtime=0 cores=0,2
/proc/170628/task/170646/stat : 170646 (Common-Cleaner) S 170625 170628 170132 0 -1 4194368 2615 0 0 0 0 0 0 0 20 0 20 0 238158188 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
[pid=170628/tid=170686] ppid=170625 vsize=19063512 memory=6900 CPUtime=0 cores=0,2
/proc/170628/task/170686/stat : 170686 (Timer-0) S 170625 170628 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 1100493 18446744073709551615 94604528586752 94604528590448 140729971174336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94604528598264 94604528599056 94604548530176 140729971177812 140729971177956 140729971177956 140729971183560 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4401972 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.41 s, system=4.78277 s

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

Child status: 143

Real time (s): 3566.27
CPU time (s): 3600.19
CPU user time (s): 3595.41
CPU system time (s): 4.78277
CPU usage (%): 100.951
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4401972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.41
system time used= 4.78277
maximum resident set size= 4402996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7047464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110585
involuntary context switches= 11617


# summary of solver processes directly reported to runsolver:
#   pid: 170628
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3595.41
#   total CPU system time (s): 4.78277

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.92417 second user time and 16.0329 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 00:53:23
IDJOB=4543057
IDBENCH=171748
IDSOLVER=3364
FILE ID=nodeC024/4543057-1753224803
RUNJOBID= nodeC024-1753221228-170142
SLURM_JOB_ID= 9687809
Free space on /tmp= 406976 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-original/normalized-php_390_389.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543057-1753224803/watcher-4543057-1753224803 -o /tmp/evaluation-result-4543057-1753224803/solver-4543057-1753224803 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753221228-170142 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543057-1753224803 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4543057-1753224803.opb

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

MD5SUM BENCH= 8c310f5c6bc12dfd4cf754da21955474
RANDOM SEED=2132359891

nodeC024 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.36
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.700
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.36
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		: 3586.486
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.36
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.669
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.36
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.675
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.36
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.668
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.36
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.021
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.36
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		: 3598.826
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        98552412 kB
MemAvailable:   116472248 kB
Buffers:            2128 kB
Cached:         18661952 kB
SwapCached:            8 kB
Active:         14366020 kB
Inactive:       17534640 kB
Active(anon):   13261324 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file): 17533052 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             72624 kB
Writeback:            32 kB
AnonPages:      13236392 kB
Mapped:           128820 kB
Shmem:             26248 kB
KReclaimable:     242256 kB
Slab:             339116 kB
SReclaimable:     242256 kB
SUnreclaim:        96860 kB
KernelStack:        4928 kB
PageTables:        29500 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   14281764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151128 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13002752 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 379928 MiB
End job on nodeC024 at 2025-07-23 01:52:49