Trace number 4506007

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.22 3649.58

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null50mast_rapportOE2.0_TMAX180_K192_cod1.opb
MD5SUMa6b74371f97d4ca84ea621a5ce055c49
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-17584
Best CPU time to get the best result obtained on this benchmark3131.31
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 174841973
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 174841973
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4506007-1751497596.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  objective function found
5.82/3.98	c ... done. Wall clock time 3.839s.
5.82/3.98	c declared #vars     399113
5.82/3.98	c #constraints  400980
5.82/3.98	c constraints type 
5.82/3.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
5.82/3.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
5.82/3.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
5.82/3.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
5.82/3.98	c 400980 constraints processed.
5.82/3.99	c objective function length is 306555 literals
191.69/187.64	c cleaning 2499 clauses out of 4999 with flag 21112/5001
308.26/303.96	c cleaning 4250 clauses out of 8499 with flag 40983/11000
456.71/452.54	c cleaning 5625 clauses out of 11251 with flag 65193/18002
589.61/585.50	c cleaning 6812 clauses out of 13624 with flag 100036/26000
736.39/732.57	c cleaning 7875 clauses out of 15812 with flag 145201/35000
889.54/886.00	c cleaning 8969 clauses out of 17937 with flag 179674/45000
1034.08/1036.22	c cleaning 9976 clauses out of 19969 with flag 219967/56001
1187.70/1201.95	c cleaning 10990 clauses out of 21994 with flag 269834/68002
1358.77/1390.40	c cleaning 12001 clauses out of 24002 with flag 332090/81000
1596.16/1635.18	c cleaning 12954 clauses out of 26001 with flag 391212/95000
1842.10/1888.49	c cleaning 14003 clauses out of 28047 with flag 458424/110000
2089.21/2136.24	c cleaning 15015 clauses out of 30045 with flag 528990/126001
2338.32/2385.64	c cleaning 16012 clauses out of 32029 with flag 619915/143000
2591.52/2639.14	c cleaning 17003 clauses out of 34017 with flag 739878/161000
2877.59/2925.78	c cleaning 18005 clauses out of 36015 with flag 870033/180001
3178.20/3226.82	c cleaning 18998 clauses out of 38009 with flag 1017261/200000
3543.20/3592.57	c cleaning 20000 clauses out of 40012 with flag 1177591/221001
3600.09/3649.51	c starts		: 191
3600.09/3649.52	c conflicts		: 224499
3600.09/3649.52	c decisions		: 1350299
3600.09/3649.52	c propagations		: 1469191683
3600.09/3649.52	c inspects		: 661026127
3600.09/3649.52	c shortcuts		: 0
3600.09/3649.52	c learnt literals	: 2
3600.09/3649.52	c learnt binary clauses	: 851
3600.09/3649.52	c learnt ternary clauses	: 530
3600.09/3649.52	c learnt constraints	: 224497
3600.09/3649.52	c ignored constraints	: 0
3600.09/3649.52	c root simplifications	: 0
3600.09/3649.52	c removed literals (reason simplification)	: 55508607
3600.09/3649.52	c reason swapping (by a shorter reason)	: 0
3600.09/3649.52	c Calls to reduceDB	: 17
3600.09/3649.52	c Number of update (reduction) of LBD	: 59967
3600.09/3649.52	c Imported unit clauses	: 0
3600.09/3649.52	c No decision after first conflict	: false
3600.09/3649.52	c number of reductions to clauses (during analyze)	: 0
3600.09/3649.52	c number of learned constraints concerned by reduction	: 0
3600.09/3649.52	c number of learning phase by resolution	: 0
3600.09/3649.52	c number of learning phase by cutting planes	: 0
3600.09/3649.52	c number of rounding to 1 operations	: 0
3600.09/3649.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3649.53	c number of reductions of the coefficients by power 2 	: 0
3600.09/3649.53	c number of right shift for reduction by power 2 	: 0
3600.09/3649.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3649.53	c number of ending skipping 	: 0
3600.09/3649.53	c number of internal skipping 	: 0
3600.09/3649.53	c number of derivation steps 	: 0
3600.09/3649.53	c number of skipped derivation steps 	: 0
3600.09/3649.53	c number of remaining unassigned 	: 0
3600.09/3649.53	c number of remaining assigned 	: 0
3600.09/3649.53	c number of falsified literals weakened from reason	: 0
3600.09/3649.53	c number of falsified literals weakened from conflict	: 0
3600.09/3649.53	c time for arithmetic operations	: 0
3600.09/3649.53	c minimum degree of deleted constraints	: null
3600.09/3649.53	c maximum degree of deleted constraints	: null
3600.09/3649.53	c number of deleted constraints	: 0
3600.09/3649.53	c speed (assignments/second)	: 403057.9252275581
3600.09/3649.53	c non guided choices	: 13072
3600.09/3649.54	c timeout
3600.09/3649.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 22659
3600.09/3649.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 851
3600.09/3649.56	s UNKNOWN
3600.09/3649.56	c Total wall clock time (in seconds): 3649.418

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506007-1751497596/watcher-4506007-1751497596 -o /tmp/evaluation-result-4506007-1751497596/solver-4506007-1751497596 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751495880-69938 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4506007-1751497596 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4506007-1751497596.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=70228, runsolver pid=70225

[startup+0.100059 s]*
/proc/loadavg: 5.07 5.05 4.59 5/342 70246
/proc/meminfo: memFree=100275676/131249996 swapFree=33004236/33010684
[pid=70228] ppid=70225 vsize=18930384 memory=55604 CPUtime=0.12 cores=4,6
/proc/70228/stat : 70228 (java) S 70225 70228 69927 0 -1 4194304 6556 0 0 0 10 2 0 0 20 0 18 0 65437518 19384713216 13901 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
/proc/70228/statm: 4732596 13901 5324 1 0 547603 0
[pid=70228/tid=70230] ppid=70225 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/70228/task/70230/stat : 70230 (java) R 70225 70228 69927 0 -1 4194368 5047 0 0 0 6 1 0 0 20 0 18 0 65437520 19384713216 13901 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70239] ppid=70225 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/70228/task/70239/stat : 70239 (Finalizer) S 70225 70228 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65437522 19384713216 13901 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70246] ppid=70225 vsize=18930384 memory=58485492679666 CPUtime=0 cores=4,6
/proc/70228/task/70246/stat : 70246 (Common-Cleaner) S 70225 70228 69927 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 65437522 19384713216 13901 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55604 KiB

[startup+0.205902 s]*
/proc/loadavg: 5.07 5.05 4.59 6/342 70246
/proc/meminfo: memFree=100253180/131249996 swapFree=33004236/33010684
[pid=70228] ppid=70225 vsize=18930384 memory=84056 CPUtime=0.31 cores=4,6
/proc/70228/stat : 70228 (java) S 70225 70228 69927 0 -1 4194304 7705 0 0 0 28 3 0 0 20 0 18 0 65437518 19384713216 20982 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
/proc/70228/statm: 4732596 20982 5420 1 0 548438 0
[pid=70228/tid=70230] ppid=70225 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=4,6
/proc/70228/task/70230/stat : 70230 (java) R 70225 70228 69927 0 -1 4194368 5238 0 0 0 15 1 0 0 20 0 18 0 65437520 19384713216 21014 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70239] ppid=70225 vsize=18930384 memory=16099 CPUtime=0 cores=4,6
/proc/70228/task/70239/stat : 70239 (Finalizer) S 70225 70228 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65437522 19384713216 21014 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70246] ppid=70225 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/70228/task/70246/stat : 70246 (Common-Cleaner) S 70225 70228 69927 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 65437522 19384713216 21014 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 84056 KiB

[startup+0.30578 s]*
/proc/loadavg: 5.07 5.05 4.59 6/342 70246
/proc/meminfo: memFree=100208440/131249996 swapFree=33004236/33010684
[pid=70228] ppid=70225 vsize=18930384 memory=125236 CPUtime=0.5 cores=4,6
/proc/70228/stat : 70228 (java) S 70225 70228 69927 0 -1 4194304 8591 0 0 0 46 4 0 0 20 0 18 0 65437518 19384713216 31309 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
/proc/70228/statm: 4732596 31309 5420 1 0 548921 0
[pid=70228/tid=70230] ppid=70225 vsize=18930384 memory=-6000919485641944168 CPUtime=0.25 cores=4,6
/proc/70228/task/70230/stat : 70230 (java) R 70225 70228 69927 0 -1 4194368 5260 0 0 0 23 2 0 0 20 0 18 0 65437520 19384713216 31309 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70239] ppid=70225 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/70228/task/70239/stat : 70239 (Finalizer) S 70225 70228 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65437522 19384713216 31309 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70246] ppid=70225 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/70228/task/70246/stat : 70246 (Common-Cleaner) S 70225 70228 69927 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 65437522 19384713216 31309 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 125236 KiB

[startup+0.700225 s]
/proc/loadavg: 5.07 5.05 4.59 6/343 70247
/proc/meminfo: memFree=100134472/131249996 swapFree=33004236/33010684
[pid=70228] ppid=70225 vsize=18996948 memory=212920 CPUtime=1.21 cores=4,6
/proc/70228/stat : 70228 (java) S 70225 70228 69927 0 -1 4194304 9027 0 0 0 115 6 0 0 20 0 19 0 65437518 19452874752 53230 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
/proc/70228/statm: 4749237 53230 5484 1 0 549282 0
[pid=70228/tid=70230] ppid=70225 vsize=18996948 memory=14336 CPUtime=0.57 cores=4,6
/proc/70228/task/70230/stat : 70230 (java) R 70225 70228 69927 0 -1 4194368 5325 0 0 0 54 3 0 0 20 0 19 0 65437520 19452874752 53230 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70239] ppid=70225 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/70228/task/70239/stat : 70239 (Finalizer) S 70225 70228 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 65437522 19452874752 53230 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70246] ppid=70225 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/70228/task/70246/stat : 70246 (Common-Cleaner) S 70225 70228 69927 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 65437522 19452874752 53230 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 212920 KiB

[startup+1.50024 s]
/proc/loadavg: 5.07 5.05 4.59 7/343 70247
/proc/meminfo: memFree=99895364/131249996 swapFree=33004236/33010684
[pid=70228] ppid=70225 vsize=18996948 memory=1841076 CPUtime=2.79 cores=4,6
/proc/70228/stat : 70228 (java) S 70225 70228 69927 0 -1 4194304 21580 0 0 0 240 39 0 0 20 0 19 0 65437518 19452874752 460269 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
/proc/70228/statm: 4749237 460269 5484 1 0 1695919 0
[pid=70228/tid=70230] ppid=70225 vsize=18996948 memory=3200 CPUtime=1.24 cores=4,6
/proc/70228/task/70230/stat : 70230 (java) R 70225 70228 69927 0 -1 4194368 6114 0 0 0 93 31 0 0 20 0 19 0 65437520 19452874752 460269 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70239] ppid=70225 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/70228/task/70239/stat : 70239 (Finalizer) S 70225 70228 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 65437522 19452874752 460269 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70246] ppid=70225 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/70228/task/70246/stat : 70246 (Common-Cleaner) S 70225 70228 69927 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 65437522 19452874752 460269 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1841076 KiB

[startup+3.10567 s]
/proc/loadavg: 5.07 5.05 4.59 5/343 70247
/proc/meminfo: memFree=96700680/131249996 swapFree=33004236/33010684
[pid=70228] ppid=70225 vsize=18996948 memory=3627144 CPUtime=4.82 cores=4,6
/proc/70228/stat : 70228 (java) S 70225 70228 69927 0 -1 4194304 23493 0 0 0 409 73 0 0 20 0 19 0 65437518 19452874752 906786 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
/proc/70228/statm: 4749237 906786 5516 1 0 2090750 0
[pid=70228/tid=70230] ppid=70225 vsize=18996948 memory=10880 CPUtime=2.64 cores=4,6
/proc/70228/task/70230/stat : 70230 (java) R 70225 70228 69927 0 -1 4194368 6918 0 0 0 202 62 0 0 20 0 19 0 65437520 19452874752 906786 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70239] ppid=70225 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/70228/task/70239/stat : 70239 (Finalizer) S 70225 70228 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 65437522 19452874752 906786 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70246] ppid=70225 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/70228/task/70246/stat : 70246 (Common-Cleaner) S 70225 70228 69927 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 65437522 19452874752 906786 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
Current children cumulated CPU time: 4.82 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3627144 KiB

[startup+6.30024 s]
/proc/loadavg: 4.98 5.04 4.59 5/345 70249
/proc/meminfo: memFree=96567028/131249996 swapFree=33004236/33010684
[pid=70228] ppid=70225 vsize=19130076 memory=3751752 CPUtime=9.51 cores=4,6
/proc/70228/stat : 70228 (java) S 70225 70228 69927 0 -1 4194304 24479 0 0 0 874 77 0 0 20 0 21 0 65437518 19589197824 937938 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
/proc/70228/statm: 4782519 937938 5548 1 0 2091698 0
[pid=70228/tid=70230] ppid=70225 vsize=19130076 memory=5632 CPUtime=5.51 cores=4,6
/proc/70228/task/70230/stat : 70230 (java) R 70225 70228 69927 0 -1 4194368 7113 0 0 0 488 63 0 0 20 0 21 0 65437520 19589197824 937938 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70239] ppid=70225 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/70228/task/70239/stat : 70239 (Finalizer) S 70225 70228 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 937938 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70246] ppid=70225 vsize=19130076 memory=-6000919485641944168 CPUtime=0 cores=4,6
/proc/70228/task/70246/stat : 70246 (Common-Cleaner) S 70225 70228 69927 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 937938 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70249] ppid=70225 vsize=19130076 memory=10880 CPUtime=0 cores=4,6
/proc/70228/task/70249/stat : 70249 (Timer-0) S 70225 70228 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65437960 19589197824 937938 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
Current children cumulated CPU time: 9.51 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3751752 KiB

[startup+12.7002 s]
/proc/loadavg: 4.90 5.02 4.59 5/345 70249
/proc/meminfo: memFree=96561924/131249996 swapFree=33004236/33010684
[pid=70228] ppid=70225 vsize=19130076 memory=3746864 CPUtime=15.98 cores=4,6
/proc/70228/stat : 70228 (java) S 70225 70228 69927 0 -1 4194304 24542 0 0 0 1521 77 0 0 20 0 21 0 65437518 19589197824 936716 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
/proc/70228/statm: 4782519 936716 5548 1 0 2091698 0
[pid=70228/tid=70230] ppid=70225 vsize=19130076 memory=10880 CPUtime=11.9 cores=4,6
/proc/70228/task/70230/stat : 70230 (java) R 70225 70228 69927 0 -1 4194368 7115 0 0 0 1127 63 0 0 20 0 21 0 65437520 19589197824 936716 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70239] ppid=70225 vsize=19130076 memory=-6000919485641944168 CPUtime=0 cores=4,6
/proc/70228/task/70239/stat : 70239 (Finalizer) S 70225 70228 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 936716 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70246] ppid=70225 vsize=19130076 memory=3746864 CPUtime=0 cores=4,6
/proc/70228/task/70246/stat : 70246 (Common-Cleaner) S 70225 70228 69927 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 936716 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70249] ppid=70225 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/70228/task/70249/stat : 70249 (Timer-0) S 70225 70228 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65437960 19589197824 936716 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
Current children cumulated CPU time: 15.98 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3746864 KiB

[startup+25.5002 s]
/proc/loadavg: 4.84 5.00 4.58 5/345 70249
/proc/meminfo: memFree=96543708/131249996 swapFree=33004236/33010684
[pid=70228] ppid=70225 vsize=19130076 memory=3747376 CPUtime=29.49 cores=4,6
/proc/70228/stat : 70228 (java) S 70225 70228 69927 0 -1 4194304 27583 0 0 0 2870 79 0 0 20 0 21 0 65437518 19589197824 936844 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
/proc/70228/statm: 4782519 936844 5548 1 0 2091730 0
[pid=70228/tid=70230] ppid=70225 vsize=19130076 memory=3747248 CPUtime=24.67 cores=4,6
/proc/70228/task/70230/stat : 70230 (java) R 70225 70228 69927 0 -1 4194368 7798 0 0 0 2404 63 0 0 20 0 21 0 65437520 19589197824 936844 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70239] ppid=70225 vsize=19130076 memory=3024 CPUtime=0 cores=4,6
/proc/70228/task/70239/stat : 70239 (Finalizer) S 70225 70228 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 936844 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70246] ppid=70225 vsize=19130076 memory=14156 CPUtime=0 cores=4,6
/proc/70228/task/70246/stat : 70246 (Common-Cleaner) S 70225 70228 69927 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 936844 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70249] ppid=70225 vsize=19130076 memory=-6000919485641944168 CPUtime=0 cores=4,6
/proc/70228/task/70249/stat : 70249 (Timer-0) S 70225 70228 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65437960 19589197824 936844 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
Current children cumulated CPU time: 29.49 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3747376 KiB

[startup+51.1057 s]
/proc/loadavg: 4.57 4.92 4.57 5/344 70250
/proc/meminfo: memFree=96503408/131249996 swapFree=33004236/33010684
[pid=70228] ppid=70225 vsize=19130076 memory=3747504 CPUtime=54.91 cores=4,6
/proc/70228/stat : 70228 (java) S 70225 70228 69927 0 -1 4194304 31802 0 0 0 5411 80 0 0 20 0 21 0 65437518 19589197824 936876 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
/proc/70228/statm: 4782519 936876 5548 1 0 2091730 0
[pid=70228/tid=70230] ppid=70225 vsize=19130076 memory=3747504 CPUtime=49.8 cores=4,6
/proc/70228/task/70230/stat : 70230 (java) R 70225 70228 69927 0 -1 4194368 9048 0 0 0 4916 64 0 0 20 0 21 0 65437520 19589197824 936876 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70239] ppid=70225 vsize=19130076 memory=3747504 CPUtime=0 cores=4,6
/proc/70228/task/70239/stat : 70239 (Finalizer) S 70225 70228 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 936876 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70246] ppid=70225 vsize=19130076 memory=10880 CPUtime=0 cores=4,6
/proc/70228/task/70246/stat : 70246 (Common-Cleaner) S 70225 70228 69927 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 936876 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70249] ppid=70225 vsize=19130076 memory=3747504 CPUtime=0 cores=4,6
/proc/70228/task/70249/stat : 70249 (Timer-0) S 70225 70228 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65437960 19589197824 936876 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
Current children cumulated CPU time: 54.91 s
Current children cumulated vsize: 19130076 KiB

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

/proc/meminfo: memFree=94355520/131249996 swapFree=33004236/33010684
[pid=70228] ppid=70225 vsize=19130076 memory=5400608 CPUtime=3293.51 cores=4,6
/proc/70228/stat : 70228 (java) S 70225 70228 69927 0 -1 4194304 111509 0 0 0 329067 284 0 0 20 0 21 0 65437518 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
/proc/70228/statm: 4782519 1350152 5548 1 0 2490808 0
[pid=70228/tid=70230] ppid=70225 vsize=19130076 memory=5632 CPUtime=3284.5 cores=4,6
/proc/70228/task/70230/stat : 70230 (java) R 70225 70228 69927 0 -1 4194368 56662 0 0 0 328294 156 0 0 20 0 21 0 65437520 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70239] ppid=70225 vsize=19130076 memory=14156 CPUtime=0 cores=4,6
/proc/70228/task/70239/stat : 70239 (Finalizer) S 70225 70228 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70246] ppid=70225 vsize=19130076 memory=5400608 CPUtime=0 cores=4,6
/proc/70228/task/70246/stat : 70246 (Common-Cleaner) S 70225 70228 69927 0 -1 4194368 3847 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70249] ppid=70225 vsize=19130076 memory=14156 CPUtime=0 cores=4,6
/proc/70228/task/70249/stat : 70249 (Timer-0) S 70225 70228 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65437960 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
Current children cumulated CPU time: 3293.51 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5400608 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.10 4.12 5/344 70646
/proc/meminfo: memFree=94252908/131249996 swapFree=33004236/33010684
[pid=70228] ppid=70225 vsize=19130076 memory=5400608 CPUtime=3353.39 cores=4,6
/proc/70228/stat : 70228 (java) S 70225 70228 69927 0 -1 4194304 113670 0 0 0 335052 287 0 0 20 0 21 0 65437518 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
/proc/70228/statm: 4782519 1350152 5548 1 0 2490808 0
[pid=70228/tid=70230] ppid=70225 vsize=19130076 memory=5400608 CPUtime=3344.35 cores=4,6
/proc/70228/task/70230/stat : 70230 (java) R 70225 70228 69927 0 -1 4194368 58304 0 0 0 334278 157 0 0 20 0 21 0 65437520 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70239] ppid=70225 vsize=19130076 memory=5400608 CPUtime=0 cores=4,6
/proc/70228/task/70239/stat : 70239 (Finalizer) S 70225 70228 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70246] ppid=70225 vsize=19130076 memory=5400608 CPUtime=0 cores=4,6
/proc/70228/task/70246/stat : 70246 (Common-Cleaner) S 70225 70228 69927 0 -1 4194368 3972 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70249] ppid=70225 vsize=19130076 memory=5400608 CPUtime=0 cores=4,6
/proc/70228/task/70249/stat : 70249 (Timer-0) S 70225 70228 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65437960 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
Current children cumulated CPU time: 3353.39 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5400608 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.08 4.10 5/343 70648
/proc/meminfo: memFree=94200360/131249996 swapFree=33004236/33010684
[pid=70228] ppid=70225 vsize=19130076 memory=5400608 CPUtime=3413.27 cores=4,6
/proc/70228/stat : 70228 (java) S 70225 70228 69927 0 -1 4194304 114063 0 0 0 341038 289 0 0 20 0 21 0 65437518 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
/proc/70228/statm: 4782519 1350152 5548 1 0 2490808 0
[pid=70228/tid=70230] ppid=70225 vsize=19130076 memory=5400608 CPUtime=3404.2 cores=4,6
/proc/70228/task/70230/stat : 70230 (java) R 70225 70228 69927 0 -1 4194368 58559 0 0 0 340262 158 0 0 20 0 21 0 65437520 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70239] ppid=70225 vsize=19130076 memory=5400608 CPUtime=0 cores=4,6
/proc/70228/task/70239/stat : 70239 (Finalizer) S 70225 70228 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70246] ppid=70225 vsize=19130076 memory=5632 CPUtime=0 cores=4,6
/proc/70228/task/70246/stat : 70246 (Common-Cleaner) S 70225 70228 69927 0 -1 4194368 4080 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70249] ppid=70225 vsize=19130076 memory=14156 CPUtime=0 cores=4,6
/proc/70228/task/70249/stat : 70249 (Timer-0) S 70225 70228 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65437960 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
Current children cumulated CPU time: 3413.27 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5400608 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.11 4.11 5/344 70651
/proc/meminfo: memFree=94116760/131249996 swapFree=33004236/33010684
[pid=70228] ppid=70225 vsize=19130076 memory=5400608 CPUtime=3473.14 cores=4,6
/proc/70228/stat : 70228 (java) S 70225 70228 69927 0 -1 4194304 116172 0 0 0 347024 290 0 0 20 0 21 0 65437518 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
/proc/70228/statm: 4782519 1350152 5548 1 0 2490808 0
[pid=70228/tid=70230] ppid=70225 vsize=19130076 memory=5400608 CPUtime=3464.05 cores=4,6
/proc/70228/task/70230/stat : 70230 (java) R 70225 70228 69927 0 -1 4194368 60266 0 0 0 346246 159 0 0 20 0 21 0 65437520 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70239] ppid=70225 vsize=19130076 memory=5400608 CPUtime=0 cores=4,6
/proc/70228/task/70239/stat : 70239 (Finalizer) S 70225 70228 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70246] ppid=70225 vsize=19130076 memory=5400608 CPUtime=0 cores=4,6
/proc/70228/task/70246/stat : 70246 (Common-Cleaner) S 70225 70228 69927 0 -1 4194368 4080 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70249] ppid=70225 vsize=19130076 memory=14156 CPUtime=0 cores=4,6
/proc/70228/task/70249/stat : 70249 (Timer-0) S 70225 70228 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65437960 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
Current children cumulated CPU time: 3473.14 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5400608 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.10 4.10 5/345 70658
/proc/meminfo: memFree=94027200/131249996 swapFree=33004236/33010684
[pid=70228] ppid=70225 vsize=19130076 memory=5400608 CPUtime=3533.03 cores=4,6
/proc/70228/stat : 70228 (java) S 70225 70228 69927 0 -1 4194304 116625 0 0 0 353011 292 0 0 20 0 21 0 65437518 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
/proc/70228/statm: 4782519 1350152 5548 1 0 2490808 0
[pid=70228/tid=70230] ppid=70225 vsize=19130076 memory=-6000919485641944168 CPUtime=3523.91 cores=4,6
/proc/70228/task/70230/stat : 70230 (java) R 70225 70228 69927 0 -1 4194368 60566 0 0 0 352231 160 0 0 20 0 21 0 65437520 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70239] ppid=70225 vsize=19130076 memory=5400608 CPUtime=0 cores=4,6
/proc/70228/task/70239/stat : 70239 (Finalizer) S 70225 70228 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70246] ppid=70225 vsize=19130076 memory=14336 CPUtime=0 cores=4,6
/proc/70228/task/70246/stat : 70246 (Common-Cleaner) S 70225 70228 69927 0 -1 4194368 4196 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70249] ppid=70225 vsize=19130076 memory=5400608 CPUtime=0 cores=4,6
/proc/70228/task/70249/stat : 70249 (Timer-0) S 70225 70228 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65437960 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
Current children cumulated CPU time: 3533.03 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5400608 KiB

[startup+3642.3 s]
/proc/loadavg: 4.09 4.10 4.10 5/344 70660
/proc/meminfo: memFree=93949800/131249996 swapFree=33004236/33010684
[pid=70228] ppid=70225 vsize=19130076 memory=5400608 CPUtime=3592.91 cores=4,6
/proc/70228/stat : 70228 (java) S 70225 70228 69927 0 -1 4194304 118040 0 0 0 358996 295 0 0 20 0 21 0 65437518 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
/proc/70228/statm: 4782519 1350152 5548 1 0 2490808 0
[pid=70228/tid=70230] ppid=70225 vsize=19130076 memory=4752 CPUtime=3583.76 cores=4,6
/proc/70228/task/70230/stat : 70230 (java) R 70225 70228 69927 0 -1 4194368 61737 0 0 0 358215 161 0 0 20 0 21 0 65437520 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70239] ppid=70225 vsize=19130076 memory=5400608 CPUtime=0 cores=4,6
/proc/70228/task/70239/stat : 70239 (Finalizer) S 70225 70228 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70246] ppid=70225 vsize=19130076 memory=14156 CPUtime=0 cores=4,6
/proc/70228/task/70246/stat : 70246 (Common-Cleaner) S 70225 70228 69927 0 -1 4194368 4196 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70249] ppid=70225 vsize=19130076 memory=5400608 CPUtime=0 cores=4,6
/proc/70228/task/70249/stat : 70249 (Timer-0) S 70225 70228 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65437960 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
Current children cumulated CPU time: 3592.91 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5400608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3649.5 s]
/proc/loadavg: 4.08 4.09 4.10 5/344 70660
/proc/meminfo: memFree=93950972/131249996 swapFree=33004236/33010684
[pid=70228] ppid=70225 vsize=19130076 memory=5400608 CPUtime=3600.09 cores=4,6
/proc/70228/stat : 70228 (java) S 70225 70228 69927 0 -1 4194304 118084 0 0 0 359714 295 0 0 20 0 21 0 65437518 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
/proc/70228/statm: 4782519 1350152 5548 1 0 2490808 0
[pid=70228/tid=70230] ppid=70225 vsize=19130076 memory=4752 CPUtime=3590.94 cores=4,6
/proc/70228/task/70230/stat : 70230 (java) R 70225 70228 69927 0 -1 4194368 61778 0 0 0 358933 161 0 0 20 0 21 0 65437520 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70239] ppid=70225 vsize=19130076 memory=5400608 CPUtime=0 cores=4,6
/proc/70228/task/70239/stat : 70239 (Finalizer) S 70225 70228 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70246] ppid=70225 vsize=19130076 memory=5400608 CPUtime=0 cores=4,6
/proc/70228/task/70246/stat : 70246 (Common-Cleaner) S 70225 70228 69927 0 -1 4194368 4196 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70249] ppid=70225 vsize=19130076 memory=14156 CPUtime=0 cores=4,6
/proc/70228/task/70249/stat : 70249 (Timer-0) S 70225 70228 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65437960 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5400608 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.24 s, system=2.97567 s

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

[startup+3649.5 s]
/proc/loadavg: 4.08 4.09 4.10 5/344 70660
/proc/meminfo: memFree=93950972/131249996 swapFree=33004236/33010684
[pid=70228] ppid=70225 vsize=19130076 memory=5400608 CPUtime=3600.09 cores=4,6
/proc/70228/stat : 70228 (java) S 70225 70228 69927 0 -1 4194304 118084 0 0 0 359714 295 0 0 20 0 21 0 65437518 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
/proc/70228/statm: 4782519 1350152 5548 1 0 2490808 0
[pid=70228/tid=70230] ppid=70225 vsize=19130076 memory=4752 CPUtime=3590.94 cores=4,6
/proc/70228/task/70230/stat : 70230 (java) R 70225 70228 69927 0 -1 4194368 61778 0 0 0 358933 161 0 0 20 0 21 0 65437520 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70239] ppid=70225 vsize=19130076 memory=5400608 CPUtime=0 cores=4,6
/proc/70228/task/70239/stat : 70239 (Finalizer) S 70225 70228 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70246] ppid=70225 vsize=19130076 memory=5400608 CPUtime=0 cores=4,6
/proc/70228/task/70246/stat : 70246 (Common-Cleaner) S 70225 70228 69927 0 -1 4194368 4196 0 0 0 0 0 0 0 20 0 21 0 65437522 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
[pid=70228/tid=70249] ppid=70225 vsize=19130076 memory=14156 CPUtime=0 cores=4,6
/proc/70228/task/70249/stat : 70249 (Timer-0) S 70225 70228 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65437960 19589197824 1350152 18446744073709551615 94531349057536 94531349061232 140728008952480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94531349069048 94531349069840 94531350069248 140728008960304 140728008960486 140728008960486 140728008966088 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5400608 KiB

Child status: 143

Real time (s): 3649.58
CPU time (s): 3600.22
CPU user time (s): 3597.24
CPU system time (s): 2.97567
CPU usage (%): 98.6474
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 5400608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.24
system time used= 2.97567
maximum resident set size= 5401760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121137
page faults= 0
swaps= 0
block input operations= 0
block output operations= 386232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146595
involuntary context switches= 6462


# summary of solver processes directly reported to runsolver:
#   pid: 70228
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.24
#   total CPU system time (s): 2.97567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.46701 second user time and 17.5083 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-03 01:06:37
IDJOB=4506007
IDBENCH=157587
IDSOLVER=3364
FILE ID=nodeC023/4506007-1751497596
RUNJOBID= nodeC023-1751495880-69938
SLURM_JOB_ID= 9598568
Free space on /tmp= 431752 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_luby_10null50mast_rapportOE2.0_TMAX180_K192_cod1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506007-1751497596/watcher-4506007-1751497596 -o /tmp/evaluation-result-4506007-1751497596/solver-4506007-1751497596 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751495880-69938 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4506007-1751497596 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4506007-1751497596.opb

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

MD5SUM BENCH= a6b74371f97d4ca84ea621a5ce055c49
RANDOM SEED=258748243

nodeC023 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.887
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.78
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.887
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.78
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.334
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.78
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		: 3600.984
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.78
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		: 3593.339
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.78
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.874
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.78
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.948
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.78
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.977
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        100310568 kB
MemAvailable:   116414896 kB
Buffers:              16 kB
Cached:         16849084 kB
SwapCached:          596 kB
Active:         13572620 kB
Inactive:       16646800 kB
Active(anon):   13360588 kB
Inactive(anon):    23220 kB
Active(file):     212032 kB
Inactive(file): 16623580 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33004236 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             33008 kB
Writeback:             0 kB
AnonPages:      13372952 kB
Mapped:           119404 kB
Shmem:             13396 kB
KReclaimable:     215912 kB
Slab:             308028 kB
SReclaimable:     215912 kB
SUnreclaim:        92116 kB
KernelStack:        5232 kB
PageTables:        29916 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   23904148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13137920 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431748 MiB
End job on nodeC023 at 2025-07-03 02:07:26