Trace number 4543096

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.13 3529.18

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-original/normalized-php_220_219.opb
MD5SUM4a5f06b7fb11c81ea5ac116ad2781b11
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.746578
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48180
Total number of constraints439
Number of constraints which are clauses220
Number of constraints which are cardinality constraints (but not clauses)219
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint219
Maximum length of a constraint220
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 221
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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.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-4543096-1753224803.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.14	c  no objective function found
0.52/0.37	c ... done. Wall clock time 0.232s.
0.52/0.37	c declared #vars     48180
0.52/0.37	c #constraints  439
0.52/0.37	c constraints type 
0.52/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 219
0.52/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 220
0.52/0.37	c 439 constraints processed.
30.39/28.33	c cleaning 2497 clauses out of 5002 with flag 32514/5002
71.12/68.63	c cleaning 4249 clauses out of 8503 with flag 71948/11000
121.78/118.91	c cleaning 5624 clauses out of 11254 with flag 124411/18000
186.92/183.64	c cleaning 6818 clauses out of 13635 with flag 178766/26005
258.73/254.54	c cleaning 7906 clauses out of 15814 with flag 239022/35002
333.35/328.72	c cleaning 8950 clauses out of 17909 with flag 315206/45003
419.42/413.70	c cleaning 9971 clauses out of 19956 with flag 404298/56000
520.89/513.83	c cleaning 10985 clauses out of 21986 with flag 500324/68001
629.70/621.23	c cleaning 11998 clauses out of 24002 with flag 604281/81002
755.82/745.84	c cleaning 13003 clauses out of 26005 with flag 716317/95003
889.20/877.79	c cleaning 13995 clauses out of 28000 with flag 849071/110001
1041.77/1027.20	c cleaning 15001 clauses out of 30006 with flag 986540/126002
1204.73/1188.35	c cleaning 16001 clauses out of 32006 with flag 1133045/143003
1365.46/1345.44	c cleaning 16986 clauses out of 34004 with flag 1292641/161002
1520.53/1498.58	c cleaning 18003 clauses out of 36017 with flag 1449973/180001
1713.81/1685.66	c cleaning 18998 clauses out of 38014 with flag 1621060/200001
1912.15/1879.70	c cleaning 19999 clauses out of 40016 with flag 1804818/221001
2126.51/2089.71	c cleaning 21004 clauses out of 42017 with flag 1996023/243001
2366.04/2321.94	c cleaning 21995 clauses out of 44012 with flag 2196835/266000
2620.97/2571.77	c cleaning 23003 clauses out of 46019 with flag 2400367/290002
2895.98/2841.57	c cleaning 23994 clauses out of 48015 with flag 2611520/315001
3179.14/3119.23	c cleaning 25004 clauses out of 50020 with flag 2833688/341000
3496.23/3427.42	c cleaning 26000 clauses out of 52016 with flag 3061014/368000
3600.01/3529.12	c starts		: 1
3600.01/3529.12	c conflicts		: 377284
3600.01/3529.12	c decisions		: 452779
3600.01/3529.12	c propagations		: 5501855
3600.01/3529.12	c inspects		: 1282243360
3600.01/3529.12	c shortcuts		: 0
3600.01/3529.12	c learnt literals	: 0
3600.01/3529.12	c learnt binary clauses	: 0
3600.01/3529.12	c learnt ternary clauses	: 0
3600.01/3529.12	c learnt constraints	: 377284
3600.01/3529.13	c timeout
3600.01/3529.13	c ignored constraints	: 0
3600.01/3529.13	c root simplifications	: 0
3600.01/3529.13	c removed literals (reason simplification)	: 967018
3600.01/3529.13	c reason swapping (by a shorter reason)	: 0
3600.01/3529.13	c Calls to reduceDB	: 23
3600.01/3529.13	c Number of update (reduction) of LBD	: 215345
3600.01/3529.13	c Imported unit clauses	: 0
3600.01/3529.13	c No decision after first conflict	: false
3600.01/3529.13	c number of reductions to clauses (during analyze)	: 0
3600.01/3529.13	c number of learned constraints concerned by reduction	: 0
3600.01/3529.13	c number of learning phase by resolution	: 0
3600.01/3529.13	c number of learning phase by cutting planes	: 0
3600.01/3529.13	c number of rounding to 1 operations	: 0
3600.01/3529.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3529.13	c number of reductions of the coefficients by power 2 	: 0
3600.01/3529.13	c number of right shift for reduction by power 2 	: 0
3600.01/3529.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3529.13	c number of ending skipping 	: 0
3600.01/3529.13	c number of internal skipping 	: 0
3600.01/3529.13	c number of derivation steps 	: 0
3600.01/3529.13	c number of skipped derivation steps 	: 0
3600.01/3529.13	c number of remaining unassigned 	: 0
3600.01/3529.13	c number of remaining assigned 	: 0
3600.01/3529.13	c number of falsified literals weakened from reason	: 0
3600.01/3529.13	c number of falsified literals weakened from conflict	: 0
3600.01/3529.13	c time for arithmetic operations	: 0
3600.01/3529.13	c minimum degree of deleted constraints	: null
3600.01/3529.13	c maximum degree of deleted constraints	: null
3600.01/3529.13	c number of deleted constraints	: 0
3600.01/3529.13	c speed (assignments/second)	: 1559.1499320014748
3600.01/3529.13	c non guided choices	: 23885
3600.01/3529.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 35300
3600.01/3529.16	s UNKNOWN
3600.01/3529.16	c Total wall clock time (in seconds): 3529.025

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=170665, runsolver pid=170662
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.09 4.19 4.17 7/337 170683
/proc/meminfo: memFree=103346532/131249996 swapFree=33010672/33010684
[pid=170665] ppid=170662 vsize=18930384 memory=57800 CPUtime=0.13 cores=1,3
/proc/170665/stat : 170665 (java) S 170662 170665 170132 0 -1 4194304 6554 0 0 0 11 2 0 0 20 0 18 0 238158225 19384713216 14450 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
/proc/170665/statm: 4732596 14450 5373 1 0 547603 0
[pid=170665/tid=170667] ppid=170662 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/170665/task/170667/stat : 170667 (java) R 170662 170665 170132 0 -1 4194368 5056 0 0 0 7 1 0 0 20 0 18 0 238158227 19384713216 14450 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170676] ppid=170662 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/170665/task/170676/stat : 170676 (Finalizer) S 170662 170665 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238158229 19384713216 14450 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170683] ppid=170662 vsize=18930384 memory=59585004324181 CPUtime=0 cores=1,3
/proc/170665/task/170683/stat : 170683 (Common-Cleaner) S 170662 170665 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 238158229 19384713216 14450 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57800 KiB

[startup+0.205768 s]*
/proc/loadavg: 4.09 4.19 4.17 8/337 170683
/proc/meminfo: memFree=103334244/131249996 swapFree=33010672/33010684
[pid=170665] ppid=170662 vsize=18930384 memory=72352 CPUtime=0.33 cores=1,3
/proc/170665/stat : 170665 (java) S 170662 170665 170132 0 -1 4194304 7068 0 0 0 30 3 0 0 20 0 18 0 238158225 19384713216 18088 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
/proc/170665/statm: 4732596 18088 5437 1 0 547977 0
[pid=170665/tid=170667] ppid=170662 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=1,3
/proc/170665/task/170667/stat : 170667 (java) R 170662 170665 170132 0 -1 4194368 5269 0 0 0 16 2 0 0 20 0 18 0 238158227 19384713216 18088 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170676] ppid=170662 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/170665/task/170676/stat : 170676 (Finalizer) S 170662 170665 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238158229 19384713216 18088 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170683] ppid=170662 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/170665/task/170683/stat : 170683 (Common-Cleaner) S 170662 170665 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 238158229 19384713216 18088 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72352 KiB

[startup+0.306116 s]*
/proc/loadavg: 4.09 4.19 4.17 7/337 170683
/proc/meminfo: memFree=103147972/131249996 swapFree=33010672/33010684
[pid=170665] ppid=170662 vsize=18930384 memory=137816 CPUtime=0.52 cores=1,3
/proc/170665/stat : 170665 (java) S 170662 170665 170132 0 -1 4194304 8521 0 0 0 48 4 0 0 20 0 18 0 238158225 19384713216 34454 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
/proc/170665/statm: 4732596 34454 5437 1 0 548891 0
[pid=170665/tid=170667] ppid=170662 vsize=18930384 memory=-9031797994468188860 CPUtime=0.27 cores=1,3
/proc/170665/task/170667/stat : 170667 (java) R 170662 170665 170132 0 -1 4194368 5315 0 0 0 25 2 0 0 20 0 18 0 238158227 19384713216 34454 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170676] ppid=170662 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/170665/task/170676/stat : 170676 (Finalizer) S 170662 170665 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238158229 19384713216 34454 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170683] ppid=170662 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/170665/task/170683/stat : 170683 (Common-Cleaner) S 170662 170665 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 238158229 19384713216 34454 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 137816 KiB

[startup+0.700216 s]
/proc/loadavg: 4.09 4.19 4.17 7/340 170686
/proc/meminfo: memFree=103024716/131249996 swapFree=33010672/33010684
[pid=170665] ppid=170662 vsize=19063512 memory=171020 CPUtime=1.28 cores=1,3
/proc/170665/stat : 170665 (java) S 170662 170665 170132 0 -1 4194304 10827 0 0 0 122 6 0 0 20 0 20 0 238158225 19521036288 42755 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
/proc/170665/statm: 4765878 42755 5469 1 0 550836 0
[pid=170665/tid=170667] ppid=170662 vsize=19063512 memory=27264 CPUtime=0.61 cores=1,3
/proc/170665/task/170667/stat : 170667 (java) R 170662 170665 170132 0 -1 4194368 5380 0 0 0 58 3 0 0 20 0 20 0 238158227 19521036288 42755 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170676] ppid=170662 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/170665/task/170676/stat : 170676 (Finalizer) S 170662 170665 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 42755 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170683] ppid=170662 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/170665/task/170683/stat : 170683 (Common-Cleaner) S 170662 170665 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 42755 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170685] ppid=170662 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/170665/task/170685/stat : 170685 (Timer-0) S 170662 170665 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 42755 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171020 KiB

[startup+1.50022 s]
/proc/loadavg: 4.09 4.19 4.17 7/340 170686
/proc/meminfo: memFree=102996300/131249996 swapFree=33010672/33010684
[pid=170665] ppid=170662 vsize=19063512 memory=186480 CPUtime=2.67 cores=1,3
/proc/170665/stat : 170665 (java) S 170662 170665 170132 0 -1 4194304 12400 0 0 0 260 7 0 0 20 0 20 0 238158225 19521036288 46620 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
/proc/170665/statm: 4765878 46620 5469 1 0 551427 0
[pid=170665/tid=170667] ppid=170662 vsize=19063512 memory=0 CPUtime=1.4 cores=1,3
/proc/170665/task/170667/stat : 170667 (java) R 170662 170665 170132 0 -1 4194368 5384 0 0 0 136 4 0 0 20 0 20 0 238158227 19521036288 46620 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170676] ppid=170662 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/170665/task/170676/stat : 170676 (Finalizer) S 170662 170665 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 46620 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170683] ppid=170662 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/170665/task/170683/stat : 170683 (Common-Cleaner) S 170662 170665 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 46620 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170685] ppid=170662 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/170665/task/170685/stat : 170685 (Timer-0) S 170662 170665 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 46620 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186480 KiB

[startup+3.10555 s]
/proc/loadavg: 4.09 4.19 4.17 5/340 170686
/proc/meminfo: memFree=102972152/131249996 swapFree=33010672/33010684
[pid=170665] ppid=170662 vsize=19063512 memory=186608 CPUtime=4.38 cores=1,3
/proc/170665/stat : 170665 (java) S 170662 170665 170132 0 -1 4194304 14315 0 0 0 430 8 0 0 20 0 20 0 238158225 19521036288 46652 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
/proc/170665/statm: 4765878 46652 5469 1 0 551431 0
[pid=170665/tid=170667] ppid=170662 vsize=19063512 memory=10752 CPUtime=2.98 cores=1,3
/proc/170665/task/170667/stat : 170667 (java) R 170662 170665 170132 0 -1 4194368 5742 0 0 0 294 4 0 0 20 0 20 0 238158227 19521036288 46652 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170676] ppid=170662 vsize=19063512 memory=-9031797994468188860 CPUtime=0 cores=1,3
/proc/170665/task/170676/stat : 170676 (Finalizer) S 170662 170665 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 46652 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170683] ppid=170662 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/170665/task/170683/stat : 170683 (Common-Cleaner) S 170662 170665 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 46652 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170685] ppid=170662 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/170665/task/170685/stat : 170685 (Timer-0) S 170662 170665 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 46652 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
Current children cumulated CPU time: 4.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186608 KiB

[startup+6.30021 s]
/proc/loadavg: 4.09 4.18 4.17 5/340 170686
/proc/meminfo: memFree=102908660/131249996 swapFree=33010672/33010684
[pid=170665] ppid=170662 vsize=19063512 memory=205332 CPUtime=7.86 cores=1,3
/proc/170665/stat : 170665 (java) S 170662 170665 170132 0 -1 4194304 16604 0 0 0 776 10 0 0 20 0 20 0 238158225 19521036288 51333 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
/proc/170665/statm: 4765878 51333 5469 1 0 551432 0
[pid=170665/tid=170667] ppid=170662 vsize=19063512 memory=0 CPUtime=6.11 cores=1,3
/proc/170665/task/170667/stat : 170667 (java) R 170662 170665 170132 0 -1 4194368 6090 0 0 0 606 5 0 0 20 0 20 0 238158227 19521036288 51333 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170676] ppid=170662 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/170665/task/170676/stat : 170676 (Finalizer) S 170662 170665 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 51333 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170683] ppid=170662 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/170665/task/170683/stat : 170683 (Common-Cleaner) S 170662 170665 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 51333 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170685] ppid=170662 vsize=19063512 memory=186480 CPUtime=0 cores=1,3
/proc/170665/task/170685/stat : 170685 (Timer-0) S 170662 170665 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 51333 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
Current children cumulated CPU time: 7.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 205332 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=170665] ppid=170662 vsize=19063512 memory=293576 CPUtime=14.59 cores=1,3
/proc/170665/stat : 170665 (java) S 170662 170665 170132 0 -1 4194304 21804 0 0 0 1445 14 0 0 20 0 20 0 238158225 19521036288 73394 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
/proc/170665/statm: 4765878 73394 5469 1 0 551432 0
[pid=170665/tid=170667] ppid=170662 vsize=19063512 memory=186480 CPUtime=12.42 cores=1,3
/proc/170665/task/170667/stat : 170667 (java) R 170662 170665 170132 0 -1 4194368 7377 0 0 0 1235 7 0 0 20 0 20 0 238158227 19521036288 73394 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170676] ppid=170662 vsize=19063512 memory=289480 CPUtime=0 cores=1,3
/proc/170665/task/170676/stat : 170676 (Finalizer) S 170662 170665 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 73394 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170683] ppid=170662 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/170665/task/170683/stat : 170683 (Common-Cleaner) S 170662 170665 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 73394 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170685] ppid=170662 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/170665/task/170685/stat : 170685 (Timer-0) S 170662 170665 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 73394 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
Current children cumulated CPU time: 14.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 293576 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.19 4.18 5/340 170753
/proc/meminfo: memFree=113744228/131249996 swapFree=33010672/33010684
[pid=170665] ppid=170662 vsize=19063512 memory=513176 CPUtime=27.58 cores=1,3
/proc/170665/stat : 170665 (java) S 170662 170665 170132 0 -1 4194304 27675 0 0 0 2738 20 0 0 20 0 20 0 238158225 19521036288 128294 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
/proc/170665/statm: 4765878 128294 5501 1 0 551725 0
[pid=170665/tid=170667] ppid=170662 vsize=19063512 memory=463592 CPUtime=25.06 cores=1,3
/proc/170665/task/170667/stat : 170667 (java) R 170662 170665 170132 0 -1 4194368 8349 0 0 0 2496 10 0 0 20 0 20 0 238158227 19521036288 128294 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170676] ppid=170662 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/170665/task/170676/stat : 170676 (Finalizer) S 170662 170665 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 128294 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170683] ppid=170662 vsize=19063512 memory=27264 CPUtime=0 cores=1,3
/proc/170665/task/170683/stat : 170683 (Common-Cleaner) S 170662 170665 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 128294 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170685] ppid=170662 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/170665/task/170685/stat : 170685 (Timer-0) S 170662 170665 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 128294 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
Current children cumulated CPU time: 27.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 513176 KiB

[startup+51.1056 s]
/proc/loadavg: 4.15 4.19 4.18 5/340 170755
/proc/meminfo: memFree=112765396/131249996 swapFree=33010672/33010684
[pid=170665] ppid=170662 vsize=19063512 memory=845180 CPUtime=53.58 cores=1,3
/proc/170665/stat : 170665 (java) S 170662 170665 170132 0 -1 4194304 30776 0 0 0 5327 31 0 0 20 0 20 0 238158225 19521036288 211295 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
/proc/170665/statm: 4765878 211295 5501 1 0 551942 0
[pid=170665/tid=170667] ppid=170662 vsize=19063512 memory=722288 CPUtime=50.37 cores=1,3
/proc/170665/task/170667/stat : 170667 (java) R 170662 170665 170132 0 -1 4194368 9392 0 0 0 5022 15 0 0 20 0 20 0 238158227 19521036288 211295 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170676] ppid=170662 vsize=19063512 memory=722288 CPUtime=0 cores=1,3
/proc/170665/task/170676/stat : 170676 (Finalizer) S 170662 170665 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 211295 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0

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

/proc/meminfo: memFree=62877744/131249996 swapFree=33010672/33010684
[pid=170665] ppid=170662 vsize=19063512 memory=3433780 CPUtime=3284.07 cores=1,3
/proc/170665/stat : 170665 (java) S 170662 170665 170132 0 -1 4194304 143983 0 0 0 327815 592 0 0 20 0 20 0 238158225 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
/proc/170665/statm: 4765878 858445 5533 1 0 869876 0
[pid=170665/tid=170667] ppid=170662 vsize=19063512 memory=3416632 CPUtime=3192.7 cores=1,3
/proc/170665/task/170667/stat : 170667 (java) R 170662 170665 170132 0 -1 4194368 60621 0 0 0 318816 454 0 0 20 0 20 0 238158227 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170676] ppid=170662 vsize=19063512 memory=3433652 CPUtime=0 cores=1,3
/proc/170665/task/170676/stat : 170676 (Finalizer) S 170662 170665 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170683] ppid=170662 vsize=19063512 memory=3433780 CPUtime=0 cores=1,3
/proc/170665/task/170683/stat : 170683 (Common-Cleaner) S 170662 170665 170132 0 -1 4194368 1504 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170685] ppid=170662 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/170665/task/170685/stat : 170685 (Timer-0) S 170662 170665 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
Current children cumulated CPU time: 3284.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3433780 KiB

[startup+3282.3 s]
/proc/loadavg: 4.28 4.32 4.34 5/343 171001
/proc/meminfo: memFree=62005260/131249996 swapFree=33010672/33010684
[pid=170665] ppid=170662 vsize=19063512 memory=3433780 CPUtime=3344.33 cores=1,3
/proc/170665/stat : 170665 (java) S 170662 170665 170132 0 -1 4194304 145577 0 0 0 333831 602 0 0 20 0 20 0 238158225 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
/proc/170665/statm: 4765878 858445 5533 1 0 869876 0
[pid=170665/tid=170667] ppid=170662 vsize=19063512 memory=3433780 CPUtime=3252.2 cores=1,3
/proc/170665/task/170667/stat : 170667 (java) R 170662 170665 170132 0 -1 4194368 61789 0 0 0 324757 463 0 0 20 0 20 0 238158227 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170676] ppid=170662 vsize=19063512 memory=3433780 CPUtime=0 cores=1,3
/proc/170665/task/170676/stat : 170676 (Finalizer) S 170662 170665 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170683] ppid=170662 vsize=19063512 memory=3433780 CPUtime=0 cores=1,3
/proc/170665/task/170683/stat : 170683 (Common-Cleaner) S 170662 170665 170132 0 -1 4194368 1557 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170685] ppid=170662 vsize=19063512 memory=3433780 CPUtime=0 cores=1,3
/proc/170665/task/170685/stat : 170685 (Timer-0) S 170662 170665 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
Current children cumulated CPU time: 3344.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3433780 KiB

[startup+3342.3 s]
/proc/loadavg: 4.46 4.35 4.35 5/343 171003
/proc/meminfo: memFree=61195820/131249996 swapFree=33010672/33010684
[pid=170665] ppid=170662 vsize=19063512 memory=3433780 CPUtime=3404.53 cores=1,3
/proc/170665/stat : 170665 (java) S 170662 170665 170132 0 -1 4194304 146586 0 0 0 339840 613 0 0 20 0 20 0 238158225 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
/proc/170665/statm: 4765878 858445 5533 1 0 869876 0
[pid=170665/tid=170667] ppid=170662 vsize=19063512 memory=27264 CPUtime=3311.71 cores=1,3
/proc/170665/task/170667/stat : 170667 (java) R 170662 170665 170132 0 -1 4194368 62404 0 0 0 330699 472 0 0 20 0 20 0 238158227 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170676] ppid=170662 vsize=19063512 memory=3433780 CPUtime=0 cores=1,3
/proc/170665/task/170676/stat : 170676 (Finalizer) S 170662 170665 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170683] ppid=170662 vsize=19063512 memory=3433780 CPUtime=0 cores=1,3
/proc/170665/task/170683/stat : 170683 (Common-Cleaner) S 170662 170665 170132 0 -1 4194368 1557 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170685] ppid=170662 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/170665/task/170685/stat : 170685 (Timer-0) S 170662 170665 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
Current children cumulated CPU time: 3404.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3433780 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=170665] ppid=170662 vsize=19063512 memory=3433780 CPUtime=3467.71 cores=1,3
/proc/170665/stat : 170665 (java) S 170662 170665 170132 0 -1 4194304 149875 0 0 0 346147 624 0 0 20 0 20 0 238158225 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
/proc/170665/statm: 4765878 858445 5533 1 0 869876 0
[pid=170665/tid=170667] ppid=170662 vsize=19063512 memory=27264 CPUtime=3371.12 cores=1,3
/proc/170665/task/170667/stat : 170667 (java) R 170662 170665 170132 0 -1 4194368 64551 0 0 0 336631 481 0 0 20 0 20 0 238158227 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170676] ppid=170662 vsize=19063512 memory=3433780 CPUtime=0 cores=1,3
/proc/170665/task/170676/stat : 170676 (Finalizer) S 170662 170665 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170683] ppid=170662 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/170665/task/170683/stat : 170683 (Common-Cleaner) S 170662 170665 170132 0 -1 4194368 1558 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170685] ppid=170662 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/170665/task/170685/stat : 170685 (Timer-0) S 170662 170665 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 858445 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
Current children cumulated CPU time: 3467.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3433780 KiB

[startup+3462.3 s]
/proc/loadavg: 4.40 4.37 4.36 5/339 171014
/proc/meminfo: memFree=59370748/131249996 swapFree=33010672/33010684
[pid=170665] ppid=170662 vsize=19063512 memory=3711096 CPUtime=3531.29 cores=1,3
/proc/170665/stat : 170665 (java) S 170662 170665 170132 0 -1 4194304 153085 0 0 0 352490 639 0 0 20 0 20 0 238158225 19521036288 927774 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
/proc/170665/statm: 4765878 927774 5533 1 0 938810 0
[pid=170665/tid=170667] ppid=170662 vsize=19063512 memory=27264 CPUtime=3430.61 cores=1,3
/proc/170665/task/170667/stat : 170667 (java) R 170662 170665 170132 0 -1 4194368 66565 0 0 0 342567 494 0 0 20 0 20 0 238158227 19521036288 927774 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170676] ppid=170662 vsize=19063512 memory=3433780 CPUtime=0 cores=1,3
/proc/170665/task/170676/stat : 170676 (Finalizer) S 170662 170665 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 927774 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170683] ppid=170662 vsize=19063512 memory=3709040 CPUtime=0 cores=1,3
/proc/170665/task/170683/stat : 170683 (Common-Cleaner) S 170662 170665 170132 0 -1 4194368 1569 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 927774 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170685] ppid=170662 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/170665/task/170685/stat : 170685 (Timer-0) S 170662 170665 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 927774 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
Current children cumulated CPU time: 3531.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3711096 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=170665] ppid=170662 vsize=19063512 memory=3877964 CPUtime=3593.1 cores=1,3
/proc/170665/stat : 170665 (java) S 170662 170665 170132 0 -1 4194304 155493 0 0 0 358657 653 0 0 20 0 20 0 238158225 19521036288 969491 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
/proc/170665/statm: 4765878 969491 5533 1 0 980606 0
[pid=170665/tid=170667] ppid=170662 vsize=19063512 memory=3433780 CPUtime=3490.19 cores=1,3
/proc/170665/task/170667/stat : 170667 (java) R 170662 170665 170132 0 -1 4194368 67386 0 0 0 348514 505 0 0 20 0 20 0 238158227 19521036288 969491 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170676] ppid=170662 vsize=19063512 memory=3877964 CPUtime=0 cores=1,3
/proc/170665/task/170676/stat : 170676 (Finalizer) S 170662 170665 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 969491 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170683] ppid=170662 vsize=19063512 memory=3711096 CPUtime=0 cores=1,3
/proc/170665/task/170683/stat : 170683 (Common-Cleaner) S 170662 170665 170132 0 -1 4194368 1606 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 969491 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170685] ppid=170662 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/170665/task/170685/stat : 170685 (Timer-0) S 170662 170665 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 969491 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
Current children cumulated CPU time: 3593.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3877964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3529.11 s]
/proc/loadavg: 4.37 4.36 4.36 5/339 171016
/proc/meminfo: memFree=58351332/131249996 swapFree=33010672/33010684
[pid=170665] ppid=170662 vsize=19063512 memory=3877964 CPUtime=3600.01 cores=1,3
/proc/170665/stat : 170665 (java) S 170662 170665 170132 0 -1 4194304 155503 0 0 0 359347 654 0 0 20 0 20 0 238158225 19521036288 969491 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
/proc/170665/statm: 4765878 969491 5533 1 0 980606 0
[pid=170665/tid=170667] ppid=170662 vsize=19063512 memory=3433780 CPUtime=3496.86 cores=1,3
/proc/170665/task/170667/stat : 170667 (java) R 170662 170665 170132 0 -1 4194368 67386 0 0 0 349180 506 0 0 20 0 20 0 238158227 19521036288 969491 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170676] ppid=170662 vsize=19063512 memory=3877964 CPUtime=0 cores=1,3
/proc/170665/task/170676/stat : 170676 (Finalizer) S 170662 170665 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 969491 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170683] ppid=170662 vsize=19063512 memory=3711096 CPUtime=0 cores=1,3
/proc/170665/task/170683/stat : 170683 (Common-Cleaner) S 170662 170665 170132 0 -1 4194368 1606 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 969491 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170685] ppid=170662 vsize=19063512 memory=3877964 CPUtime=0 cores=1,3
/proc/170665/task/170685/stat : 170685 (Timer-0) S 170662 170665 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 969491 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3877964 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.56 s, system=6.56529 s

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

[startup+3529.11 s]
/proc/loadavg: 4.37 4.36 4.36 5/339 171016
/proc/meminfo: memFree=58351332/131249996 swapFree=33010672/33010684
[pid=170665] ppid=170662 vsize=19063512 memory=3877964 CPUtime=3600.01 cores=1,3
/proc/170665/stat : 170665 (java) S 170662 170665 170132 0 -1 4194304 155503 0 0 0 359347 654 0 0 20 0 20 0 238158225 19521036288 969491 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
/proc/170665/statm: 4765878 969491 5533 1 0 980606 0
[pid=170665/tid=170667] ppid=170662 vsize=19063512 memory=3433780 CPUtime=3496.86 cores=1,3
/proc/170665/task/170667/stat : 170667 (java) R 170662 170665 170132 0 -1 4194368 67386 0 0 0 349180 506 0 0 20 0 20 0 238158227 19521036288 969491 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170676] ppid=170662 vsize=19063512 memory=3877964 CPUtime=0 cores=1,3
/proc/170665/task/170676/stat : 170676 (Finalizer) S 170662 170665 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 969491 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170683] ppid=170662 vsize=19063512 memory=3711096 CPUtime=0 cores=1,3
/proc/170665/task/170683/stat : 170683 (Common-Cleaner) S 170662 170665 170132 0 -1 4194368 1606 0 0 0 0 0 0 0 20 0 20 0 238158229 19521036288 969491 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
[pid=170665/tid=170685] ppid=170662 vsize=19063512 memory=3877964 CPUtime=0 cores=1,3
/proc/170665/task/170685/stat : 170685 (Timer-0) S 170662 170665 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238158264 19521036288 969491 18446744073709551615 94064556331008 94064556334704 140727745657872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94064556342520 94064556343312 94064558211072 140727745661268 140727745661412 140727745661412 140727745667016 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3877964 KiB

Child status: 143

Real time (s): 3529.18
CPU time (s): 3600.13
CPU user time (s): 3593.56
CPU system time (s): 6.56529
CPU usage (%): 102.01
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3877964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.56
system time used= 6.56529
maximum resident set size= 3878732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157103
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10042160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114990
involuntary context switches= 10913


# summary of solver processes directly reported to runsolver:
#   pid: 170665
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3593.56
#   total CPU system time (s): 6.56529

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9079 second user time and 13.0517 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 00:53:23
IDJOB=4543096
IDBENCH=171756
IDSOLVER=3364
FILE ID=nodeC024/4543096-1753224803
RUNJOBID= nodeC024-1753221228-170144
SLURM_JOB_ID= 9687809
Free space on /tmp= 416636 MiB

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

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

MD5SUM BENCH= 4a5f06b7fb11c81ea5ac116ad2781b11
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.671
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		: 3601.060
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		: 3599.690
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.692
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.681
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.671
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		: 3630.639
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		: 3599.909
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:        103411844 kB
MemAvailable:   116362712 kB
Buffers:            2128 kB
Cached:         13699128 kB
SwapCached:            8 kB
Active:         14513392 kB
Inactive:       12571836 kB
Active(anon):   13408696 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file): 12570248 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             62376 kB
Writeback:             4 kB
AnonPages:      13384160 kB
Mapped:           128772 kB
Shmem:             26248 kB
KReclaimable:     229924 kB
Slab:             326312 kB
SReclaimable:     229924 kB
SUnreclaim:        96388 kB
KernelStack:        5136 kB
PageTables:        29644 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   16516004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13109248 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= 374884 MiB
End job on nodeC024 at 2025-07-23 01:52:13