Trace number 4545124

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.15 3603.6

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-AverageAvoiding-mini-40_c24.opb
MD5SUMe60f0e926bcd6b192a3b449cde285525
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables103760
Total number of constraints89518
Number of constraints which are clauses19880
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints69478
Minimum length of a constraint1
Maximum length of a constraint85
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 1561
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4808
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4545124-1753237121.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.13	c  no objective function found
4.10/2.47	c ... done. Wall clock time 2.34s.
4.10/2.47	c declared #vars     103760
4.10/2.47	c #constraints  99558
4.10/2.47	c constraints type 
4.10/2.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 160
4.10/2.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 79398
4.10/2.47	c org.sat4j.pb.constraints.pb.UnitClausePB => 9960
4.10/2.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10040
4.10/2.47	c 99558 constraints processed.
15.79/12.42	c cleaning 2505 clauses out of 5017 with flag 11809/5017
29.56/25.53	c cleaning 4249 clauses out of 8509 with flag 28318/11014
43.04/38.88	c cleaning 5623 clauses out of 11253 with flag 50337/18007
58.93/54.65	c cleaning 6809 clauses out of 13627 with flag 77014/26004
76.82/72.53	c cleaning 7885 clauses out of 15815 with flag 109761/35001
95.88/91.63	c cleaning 8964 clauses out of 17945 with flag 149098/45016
116.57/112.39	c cleaning 9965 clauses out of 19965 with flag 189894/56000
139.92/135.78	c cleaning 10980 clauses out of 22007 with flag 236723/68007
168.76/164.63	c cleaning 12000 clauses out of 24020 with flag 291993/81000
197.05/192.95	c cleaning 12989 clauses out of 26020 with flag 348649/95000
233.37/229.31	c cleaning 14018 clauses out of 28036 with flag 413977/110005
266.68/262.81	c cleaning 14994 clauses out of 30016 with flag 481686/126003
306.23/302.37	c cleaning 15974 clauses out of 32021 with flag 559389/143002
353.34/349.49	c cleaning 17009 clauses out of 34050 with flag 642047/161005
401.64/397.84	c cleaning 18019 clauses out of 36037 with flag 734117/180001
456.89/453.11	c cleaning 18987 clauses out of 38023 with flag 834692/200006
521.30/517.61	c cleaning 19978 clauses out of 40035 with flag 952535/221005
581.34/577.88	c cleaning 21001 clauses out of 42053 with flag 1067881/243001
649.66/646.30	c cleaning 22019 clauses out of 44052 with flag 1193962/266001
718.48/715.25	c cleaning 22990 clauses out of 46032 with flag 1328275/290000
783.71/780.69	c cleaning 23973 clauses out of 48042 with flag 1462918/315000
857.83/854.80	c cleaning 25006 clauses out of 50073 with flag 1607553/341004
935.55/932.78	c cleaning 26000 clauses out of 52065 with flag 1763461/368002
1010.37/1007.61	c cleaning 26970 clauses out of 54063 with flag 1922238/396000
1085.37/1082.84	c cleaning 28007 clauses out of 56102 with flag 2080722/425009
1282.95/1280.72	c cleaning 29042 clauses out of 58097 with flag 2435760/455011
1555.01/1553.36	c cleaning 29974 clauses out of 60044 with flag 2944273/486000
1846.06/1845.11	c cleaning 31017 clauses out of 62070 with flag 3471911/518000
2194.95/2194.98	c cleaning 31961 clauses out of 64053 with flag 4220002/551000
2588.85/2589.61	c cleaning 33017 clauses out of 66093 with flag 5262910/585001
2983.12/2984.72	c cleaning 34007 clauses out of 68075 with flag 6272798/620000
3426.66/3429.45	c cleaning 35002 clauses out of 70068 with flag 7372332/656000
3600.00/3603.51	c starts		: 1956
3600.00/3603.52	c conflicts		: 674328
3600.00/3603.52	c decisions		: 2226135
3600.00/3603.52	c propagations		: 553156431
3600.00/3603.52	c inspects		: 24604430538
3600.00/3603.52	c shortcuts		: 0
3600.00/3603.52	c learnt literals	: 0
3600.00/3603.52	c learnt binary clauses	: 107
3600.00/3603.52	c learnt ternary clauses	: 207
3600.00/3603.52	c learnt constraints	: 674328
3600.00/3603.52	c ignored constraints	: 0
3600.00/3603.52	c root simplifications	: 0
3600.00/3603.52	c removed literals (reason simplification)	: 15752025
3600.00/3603.52	c reason swapping (by a shorter reason)	: 0
3600.00/3603.52	c Calls to reduceDB	: 32
3600.00/3603.53	c Number of update (reduction) of LBD	: 299709
3600.00/3603.53	c Imported unit clauses	: 0
3600.00/3603.53	c No decision after first conflict	: false
3600.00/3603.53	c number of reductions to clauses (during analyze)	: 0
3600.00/3603.53	c number of learned constraints concerned by reduction	: 0
3600.00/3603.53	c number of learning phase by resolution	: 0
3600.00/3603.53	c number of learning phase by cutting planes	: 0
3600.00/3603.53	c number of rounding to 1 operations	: 0
3600.00/3603.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3603.53	c number of reductions of the coefficients by power 2 	: 0
3600.00/3603.53	c number of right shift for reduction by power 2 	: 0
3600.00/3603.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3603.53	c number of ending skipping 	: 0
3600.00/3603.53	c number of internal skipping 	: 0
3600.00/3603.53	c number of derivation steps 	: 0
3600.00/3603.53	c number of skipped derivation steps 	: 0
3600.00/3603.53	c number of remaining unassigned 	: 0
3600.00/3603.53	c number of remaining assigned 	: 0
3600.00/3603.53	c number of falsified literals weakened from reason	: 0
3600.00/3603.53	c number of falsified literals weakened from conflict	: 0
3600.00/3603.53	c time for arithmetic operations	: 0
3600.00/3603.53	c minimum degree of deleted constraints	: null
3600.00/3603.53	c maximum degree of deleted constraints	: null
3600.00/3603.53	c number of deleted constraints	: 0
3600.00/3603.53	c speed (assignments/second)	: 153610.5291483108
3600.00/3603.53	c non guided choices	: 27928
3600.00/3603.55	c timeout
3600.00/3603.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 53287
3600.00/3603.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 107
3600.00/3603.57	s UNKNOWN
3600.00/3603.57	c Total wall clock time (in seconds): 3603.445

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545124-1753237121/watcher-4545124-1753237121 -o /tmp/evaluation-result-4545124-1753237121/solver-4545124-1753237121 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753233633-178284 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545124-1753237121 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4545124-1753237121.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=179142, runsolver pid=179139

[startup+0.100063 s]*
/proc/loadavg: 4.60 4.83 4.82 5/345 179160
/proc/meminfo: memFree=115501376/131250000 swapFree=33009904/33010684
[pid=179142] ppid=179139 vsize=18930384 memory=57692 CPUtime=0.12 cores=4,6
/proc/179142/stat : 179142 (java) S 179139 179142 178273 0 -1 4194304 6569 0 0 0 10 2 0 0 20 0 18 0 239391960 19384713216 14423 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
/proc/179142/statm: 4732596 14423 5344 1 0 547619 0
[pid=179142/tid=179144] ppid=179139 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/179142/task/179144/stat : 179144 (java) R 179139 179142 178273 0 -1 4194368 5071 0 0 0 6 1 0 0 20 0 18 0 239391961 19384713216 14423 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179153] ppid=179139 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/179142/task/179153/stat : 179153 (Finalizer) S 179139 179142 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239391963 19384713216 14423 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179160] ppid=179139 vsize=18930384 memory=61784027586760 CPUtime=0 cores=4,6
/proc/179142/task/179160/stat : 179160 (Common-Cleaner) S 179139 179142 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239391963 19384713216 14423 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57692 KiB

[startup+0.205899 s]*
/proc/loadavg: 4.60 4.83 4.82 8/345 179160
/proc/meminfo: memFree=115345212/131250000 swapFree=33009904/33010684
[pid=179142] ppid=179139 vsize=18930384 memory=133568 CPUtime=0.32 cores=4,6
/proc/179142/stat : 179142 (java) S 179139 179142 178273 0 -1 4194304 7057 0 0 0 29 3 0 0 20 0 18 0 239391960 19384713216 33392 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
/proc/179142/statm: 4732596 33392 5408 1 0 547909 0
[pid=179142/tid=179144] ppid=179139 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=4,6
/proc/179142/task/179144/stat : 179144 (java) R 179139 179142 178273 0 -1 4194368 5332 0 0 0 14 2 0 0 20 0 18 0 239391961 19384713216 33392 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179153] ppid=179139 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/179142/task/179153/stat : 179153 (Finalizer) S 179139 179142 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239391963 19384713216 33392 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179160] ppid=179139 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/179142/task/179160/stat : 179160 (Common-Cleaner) S 179139 179142 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239391963 19384713216 33392 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 133568 KiB

[startup+0.305945 s]*
/proc/loadavg: 4.60 4.83 4.82 6/346 179161
/proc/meminfo: memFree=115206308/131250000 swapFree=33009904/33010684
[pid=179142] ppid=179139 vsize=18996948 memory=159568 CPUtime=0.51 cores=4,6
/proc/179142/stat : 179142 (java) S 179139 179142 178273 0 -1 4194304 8877 0 0 0 47 4 0 0 20 0 19 0 239391960 19452874752 39892 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
/proc/179142/statm: 4749237 39892 5440 1 0 549434 0
[pid=179142/tid=179144] ppid=179139 vsize=18996948 memory=-8528244720036258492 CPUtime=0.24 cores=4,6
/proc/179142/task/179144/stat : 179144 (java) R 179139 179142 178273 0 -1 4194368 5352 0 0 0 22 2 0 0 20 0 19 0 239391961 19452874752 39892 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179153] ppid=179139 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/179142/task/179153/stat : 179153 (Finalizer) S 179139 179142 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239391963 19452874752 39892 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179160] ppid=179139 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/179142/task/179160/stat : 179160 (Common-Cleaner) S 179139 179142 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239391963 19452874752 39892 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 159568 KiB

[startup+0.700222 s]
/proc/loadavg: 4.60 4.83 4.82 6/346 179161
/proc/meminfo: memFree=115205300/131250000 swapFree=33009904/33010684
[pid=179142] ppid=179139 vsize=18996948 memory=178716 CPUtime=1.28 cores=4,6
/proc/179142/stat : 179142 (java) S 179139 179142 178273 0 -1 4194304 10560 0 0 0 123 5 0 0 20 0 19 0 239391960 19452874752 44679 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
/proc/179142/statm: 4749237 44679 5440 1 0 550524 0
[pid=179142/tid=179144] ppid=179139 vsize=18996948 memory=27264 CPUtime=0.59 cores=4,6
/proc/179142/task/179144/stat : 179144 (java) R 179139 179142 178273 0 -1 4194368 5360 0 0 0 56 3 0 0 20 0 19 0 239391961 19452874752 44679 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179153] ppid=179139 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/179142/task/179153/stat : 179153 (Finalizer) S 179139 179142 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239391963 19452874752 44679 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179160] ppid=179139 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/179142/task/179160/stat : 179160 (Common-Cleaner) S 179139 179142 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239391963 19452874752 44679 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 178716 KiB

[startup+1.50023 s]
/proc/loadavg: 4.60 4.83 4.82 7/346 179161
/proc/meminfo: memFree=115069132/131250000 swapFree=33009904/33010684
[pid=179142] ppid=179139 vsize=18996948 memory=445020 CPUtime=2.84 cores=4,6
/proc/179142/stat : 179142 (java) S 179139 179142 178273 0 -1 4194304 17861 0 0 0 273 11 0 0 20 0 19 0 239391960 19452874752 111255 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
/proc/179142/statm: 4749237 111255 5440 1 0 1081631 0
[pid=179142/tid=179144] ppid=179139 vsize=18996948 memory=3328 CPUtime=1.29 cores=4,6
/proc/179142/task/179144/stat : 179144 (java) R 179139 179142 178273 0 -1 4194368 5456 0 0 0 122 7 0 0 20 0 19 0 239391961 19452874752 111255 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179153] ppid=179139 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/179142/task/179153/stat : 179153 (Finalizer) S 179139 179142 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239391963 19452874752 111255 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179160] ppid=179139 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/179142/task/179160/stat : 179160 (Common-Cleaner) S 179139 179142 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239391963 19452874752 111255 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 445020 KiB

[startup+3.10576 s]
/proc/loadavg: 4.60 4.83 4.82 5/347 179162
/proc/meminfo: memFree=114439696/131250000 swapFree=33009904/33010684
[pid=179142] ppid=179139 vsize=19063512 memory=874344 CPUtime=5.29 cores=4,6
/proc/179142/stat : 179142 (java) S 179139 179142 178273 0 -1 4194304 19396 0 0 0 509 20 0 0 20 0 20 0 239391960 19521036288 218586 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
/proc/179142/statm: 4765878 218586 5472 1 0 1683624 0
[pid=179142/tid=179144] ppid=179139 vsize=19063512 memory=10880 CPUtime=2.74 cores=4,6
/proc/179142/task/179144/stat : 179144 (java) R 179139 179142 178273 0 -1 4194368 5673 0 0 0 261 13 0 0 20 0 20 0 239391961 19521036288 218586 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179153] ppid=179139 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/179142/task/179153/stat : 179153 (Finalizer) S 179139 179142 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 218586 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179160] ppid=179139 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/179142/task/179160/stat : 179160 (Common-Cleaner) S 179139 179142 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 218586 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179162] ppid=179139 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/179142/task/179162/stat : 179162 (Timer-0) S 179139 179142 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239392210 19521036288 218586 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
Current children cumulated CPU time: 5.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 874344 KiB

[startup+6.30023 s]
/proc/loadavg: 4.63 4.83 4.82 6/347 179162
/proc/meminfo: memFree=113409104/131250000 swapFree=33009904/33010684
[pid=179142] ppid=179139 vsize=19063512 memory=869900 CPUtime=9.3 cores=4,6
/proc/179142/stat : 179142 (java) S 179139 179142 178273 0 -1 4194304 19584 0 0 0 909 21 0 0 20 0 20 0 239391960 19521036288 217475 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
/proc/179142/statm: 4765878 217475 5472 1 0 1683657 0
[pid=179142/tid=179144] ppid=179139 vsize=19063512 memory=0 CPUtime=5.93 cores=4,6
/proc/179142/task/179144/stat : 179144 (java) R 179139 179142 178273 0 -1 4194368 5700 0 0 0 580 13 0 0 20 0 20 0 239391961 19521036288 217475 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179153] ppid=179139 vsize=19063512 memory=874088 CPUtime=0 cores=4,6
/proc/179142/task/179153/stat : 179153 (Finalizer) S 179139 179142 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 217475 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179160] ppid=179139 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/179142/task/179160/stat : 179160 (Common-Cleaner) S 179139 179142 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 217475 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179162] ppid=179139 vsize=19063512 memory=-8528244720036258492 CPUtime=0 cores=4,6
/proc/179142/task/179162/stat : 179162 (Timer-0) S 179139 179142 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239392210 19521036288 217475 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
Current children cumulated CPU time: 9.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 869900 KiB

[startup+12.7002 s]
/proc/loadavg: 4.58 4.82 4.82 5/347 179162
/proc/meminfo: memFree=113126384/131250000 swapFree=33009904/33010684
[pid=179142] ppid=179139 vsize=19063512 memory=875148 CPUtime=16.33 cores=4,6
/proc/179142/stat : 179142 (java) S 179139 179142 178273 0 -1 4194304 29307 0 0 0 1611 22 0 0 20 0 20 0 239391960 19521036288 218787 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
/proc/179142/statm: 4765878 218787 5504 1 0 1683673 0
[pid=179142/tid=179144] ppid=179139 vsize=19063512 memory=870028 CPUtime=12.31 cores=4,6
/proc/179142/task/179144/stat : 179144 (java) R 179139 179142 178273 0 -1 4194368 7959 0 0 0 1217 14 0 0 20 0 20 0 239391961 19521036288 218787 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179153] ppid=179139 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/179142/task/179153/stat : 179153 (Finalizer) S 179139 179142 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 218787 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179160] ppid=179139 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/179142/task/179160/stat : 179160 (Common-Cleaner) S 179139 179142 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 218787 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179162] ppid=179139 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/179142/task/179162/stat : 179162 (Timer-0) S 179139 179142 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239392210 19521036288 218787 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
Current children cumulated CPU time: 16.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 875148 KiB

[startup+25.5002 s]
/proc/loadavg: 4.60 4.81 4.81 5/347 179162
/proc/meminfo: memFree=112721968/131250000 swapFree=33009904/33010684
[pid=179142] ppid=179139 vsize=19063512 memory=870792 CPUtime=29.56 cores=4,6
/proc/179142/stat : 179142 (java) S 179139 179142 178273 0 -1 4194304 36619 0 0 0 2932 24 0 0 20 0 20 0 239391960 19521036288 217698 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
/proc/179142/statm: 4765878 217698 5504 1 0 1683689 0
[pid=179142/tid=179144] ppid=179139 vsize=19063512 memory=870028 CPUtime=25.07 cores=4,6
/proc/179142/task/179144/stat : 179144 (java) R 179139 179142 178273 0 -1 4194368 9529 0 0 0 2493 14 0 0 20 0 20 0 239391961 19521036288 217698 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179153] ppid=179139 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/179142/task/179153/stat : 179153 (Finalizer) S 179139 179142 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 217698 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179160] ppid=179139 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/179142/task/179160/stat : 179160 (Common-Cleaner) S 179139 179142 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 217698 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179162] ppid=179139 vsize=19063512 memory=870792 CPUtime=0 cores=4,6
/proc/179142/task/179162/stat : 179162 (Timer-0) S 179139 179142 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239392210 19521036288 217698 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
Current children cumulated CPU time: 29.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 870792 KiB

[startup+51.1058 s]
/proc/loadavg: 4.45 4.76 4.80 5/346 179162
/proc/meminfo: memFree=111057944/131250000 swapFree=33009904/33010684
[pid=179142] ppid=179139 vsize=19063512 memory=912264 CPUtime=55.44 cores=4,6
/proc/179142/stat : 179142 (java) S 179139 179142 178273 0 -1 4194304 40867 0 0 0 5516 28 0 0 20 0 20 0 239391960 19521036288 228066 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
/proc/179142/statm: 4765878 228066 5504 1 0 1683752 0
[pid=179142/tid=179144] ppid=179139 vsize=19063512 memory=912136 CPUtime=50.57 cores=4,6
/proc/179142/task/179144/stat : 179144 (java) R 179139 179142 178273 0 -1 4194368 10674 0 0 0 5041 16 0 0 20 0 20 0 239391961 19521036288 228066 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179153] ppid=179139 vsize=19063512 memory=912136 CPUtime=0 cores=4,6
/proc/179142/task/179153/stat : 179153 (Finalizer) S 179139 179142 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 228066 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179160] ppid=179139 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/179142/task/179160/stat : 179160 (Common-Cleaner) S 179139 179142 178273 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 228066 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179162] ppid=179139 vsize=19063512 memory=0 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=63222632/131250000 swapFree=33009904/33010684
[pid=179142] ppid=179139 vsize=19063512 memory=4463772 CPUtime=3279.95 cores=4,6
/proc/179142/stat : 179142 (java) S 179139 179142 178273 0 -1 4194304 117837 0 0 0 327663 332 0 0 20 0 20 0 239391960 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
/proc/179142/statm: 4765878 1115943 5504 1 0 1683797 0
[pid=179142/tid=179144] ppid=179139 vsize=19063512 memory=14720 CPUtime=3271.07 cores=4,6
/proc/179142/task/179144/stat : 179144 (java) R 179139 179142 178273 0 -1 4194368 62655 0 0 0 326889 218 0 0 20 0 20 0 239391961 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179153] ppid=179139 vsize=19063512 memory=4463772 CPUtime=0 cores=4,6
/proc/179142/task/179153/stat : 179153 (Finalizer) S 179139 179142 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179160] ppid=179139 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/179142/task/179160/stat : 179160 (Common-Cleaner) S 179139 179142 178273 0 -1 4194368 3430 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179162] ppid=179139 vsize=19063512 memory=4463772 CPUtime=0 cores=4,6
/proc/179142/task/179162/stat : 179162 (Timer-0) S 179139 179142 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239392210 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
Current children cumulated CPU time: 3279.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4463772 KiB

[startup+3342.3 s]
/proc/loadavg: 3.99 4.18 4.23 4/315 179385
/proc/meminfo: memFree=72325972/131250000 swapFree=33009904/33010684
[pid=179142] ppid=179139 vsize=19063512 memory=4463772 CPUtime=3339.79 cores=4,6
/proc/179142/stat : 179142 (java) S 179139 179142 178273 0 -1 4194304 120282 0 0 0 333643 336 0 0 20 0 20 0 239391960 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
/proc/179142/statm: 4765878 1115943 5504 1 0 1683797 0
[pid=179142/tid=179144] ppid=179139 vsize=19063512 memory=4463772 CPUtime=3330.88 cores=4,6
/proc/179142/task/179144/stat : 179144 (java) R 179139 179142 178273 0 -1 4194368 64957 0 0 0 332867 221 0 0 20 0 20 0 239391961 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179153] ppid=179139 vsize=19063512 memory=4463772 CPUtime=0 cores=4,6
/proc/179142/task/179153/stat : 179153 (Finalizer) S 179139 179142 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179160] ppid=179139 vsize=19063512 memory=4463772 CPUtime=0 cores=4,6
/proc/179142/task/179160/stat : 179160 (Common-Cleaner) S 179139 179142 178273 0 -1 4194368 3519 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179162] ppid=179139 vsize=19063512 memory=4463772 CPUtime=0 cores=4,6
/proc/179142/task/179162/stat : 179162 (Timer-0) S 179139 179142 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239392210 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
Current children cumulated CPU time: 3339.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4463772 KiB

[startup+3402.3 s]
/proc/loadavg: 3.51 4.01 4.16 4/314 179387
/proc/meminfo: memFree=71744392/131250000 swapFree=33009904/33010684
[pid=179142] ppid=179139 vsize=19063512 memory=4463772 CPUtime=3399.63 cores=4,6
/proc/179142/stat : 179142 (java) S 179139 179142 178273 0 -1 4194304 120518 0 0 0 339622 341 0 0 20 0 20 0 239391960 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
/proc/179142/statm: 4765878 1115943 5504 1 0 1683797 0
[pid=179142/tid=179144] ppid=179139 vsize=19063512 memory=4463772 CPUtime=3390.7 cores=4,6
/proc/179142/task/179144/stat : 179144 (java) R 179139 179142 178273 0 -1 4194368 65177 0 0 0 338845 225 0 0 20 0 20 0 239391961 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179153] ppid=179139 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/179142/task/179153/stat : 179153 (Finalizer) S 179139 179142 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179160] ppid=179139 vsize=19063512 memory=27264 CPUtime=0 cores=4,6
/proc/179142/task/179160/stat : 179160 (Common-Cleaner) S 179139 179142 178273 0 -1 4194368 3526 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179162] ppid=179139 vsize=19063512 memory=4463772 CPUtime=0 cores=4,6
/proc/179142/task/179162/stat : 179162 (Timer-0) S 179139 179142 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239392210 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
Current children cumulated CPU time: 3399.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4463772 KiB

[startup+3462.3 s]
/proc/loadavg: 2.25 3.59 4.01 2/265 179457
/proc/meminfo: memFree=124655904/131250000 swapFree=33009904/33010684
[pid=179142] ppid=179139 vsize=19063512 memory=4463772 CPUtime=3459.51 cores=4,6
/proc/179142/stat : 179142 (java) S 179139 179142 178273 0 -1 4194304 121998 0 0 0 345605 346 0 0 20 0 20 0 239391960 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
/proc/179142/statm: 4765878 1115943 5504 1 0 1683797 0
[pid=179142/tid=179144] ppid=179139 vsize=19063512 memory=4463772 CPUtime=3450.54 cores=4,6
/proc/179142/task/179144/stat : 179144 (java) R 179139 179142 178273 0 -1 4194368 66650 0 0 0 344826 228 0 0 20 0 20 0 239391961 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179153] ppid=179139 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/179142/task/179153/stat : 179153 (Finalizer) S 179139 179142 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179160] ppid=179139 vsize=19063512 memory=4463772 CPUtime=0 cores=4,6
/proc/179142/task/179160/stat : 179160 (Common-Cleaner) S 179139 179142 178273 0 -1 4194368 3526 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179162] ppid=179139 vsize=19063512 memory=4463772 CPUtime=0 cores=4,6
/proc/179142/task/179162/stat : 179162 (Timer-0) S 179139 179142 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239392210 19521036288 1115943 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
Current children cumulated CPU time: 3459.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4463772 KiB

[startup+3522.3 s]
/proc/loadavg: 1.52 3.13 3.82 2/265 179459
/proc/meminfo: memFree=124274960/131250000 swapFree=33009904/33010684
[pid=179142] ppid=179139 vsize=19063512 memory=4838564 CPUtime=3519.41 cores=4,6
/proc/179142/stat : 179142 (java) S 179139 179142 178273 0 -1 4194304 125917 0 0 0 351581 360 0 0 20 0 20 0 239391960 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
/proc/179142/statm: 4765878 1209641 5504 1 0 1683799 0
[pid=179142/tid=179144] ppid=179139 vsize=19063512 memory=10880 CPUtime=3510.17 cores=4,6
/proc/179142/task/179144/stat : 179144 (java) R 179139 179142 178273 0 -1 4194368 68631 0 0 0 350778 239 0 0 20 0 20 0 239391961 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179153] ppid=179139 vsize=19063512 memory=4838564 CPUtime=0 cores=4,6
/proc/179142/task/179153/stat : 179153 (Finalizer) S 179139 179142 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179160] ppid=179139 vsize=19063512 memory=4838564 CPUtime=0 cores=4,6
/proc/179142/task/179160/stat : 179160 (Common-Cleaner) S 179139 179142 178273 0 -1 4194368 3602 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179162] ppid=179139 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/179142/task/179162/stat : 179162 (Timer-0) S 179139 179142 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239392210 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
Current children cumulated CPU time: 3519.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4838564 KiB

[startup+3582.3 s]
/proc/loadavg: 1.24 2.75 3.65 2/265 179462
/proc/meminfo: memFree=124272536/131250000 swapFree=33009904/33010684
[pid=179142] ppid=179139 vsize=19063512 memory=4838564 CPUtime=3578.88 cores=4,6
/proc/179142/stat : 179142 (java) S 179139 179142 178273 0 -1 4194304 126682 0 0 0 357522 366 0 0 20 0 20 0 239391960 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
/proc/179142/statm: 4765878 1209641 5504 1 0 1683799 0
[pid=179142/tid=179144] ppid=179139 vsize=19063512 memory=27264 CPUtime=3569.63 cores=4,6
/proc/179142/task/179144/stat : 179144 (java) R 179139 179142 178273 0 -1 4194368 69225 0 0 0 356720 243 0 0 20 0 20 0 239391961 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179153] ppid=179139 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/179142/task/179153/stat : 179153 (Finalizer) S 179139 179142 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179160] ppid=179139 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/179142/task/179160/stat : 179160 (Common-Cleaner) S 179139 179142 178273 0 -1 4194368 3725 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179162] ppid=179139 vsize=19063512 memory=27264 CPUtime=0 cores=4,6
/proc/179142/task/179162/stat : 179162 (Timer-0) S 179139 179142 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239392210 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
Current children cumulated CPU time: 3578.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4838564 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.5 s]
/proc/loadavg: 1.24 2.66 3.60 2/265 179462
/proc/meminfo: memFree=124271528/131250000 swapFree=33009904/33010684
[pid=179142] ppid=179139 vsize=19063512 memory=4838564 CPUtime=3600 cores=4,6
/proc/179142/stat : 179142 (java) S 179139 179142 178273 0 -1 4194304 126787 0 0 0 359632 368 0 0 20 0 20 0 239391960 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
/proc/179142/statm: 4765878 1209641 5504 1 0 1683799 0
[pid=179142/tid=179144] ppid=179139 vsize=19063512 memory=27264 CPUtime=3590.73 cores=4,6
/proc/179142/task/179144/stat : 179144 (java) R 179139 179142 178273 0 -1 4194368 69320 0 0 0 358829 244 0 0 20 0 20 0 239391961 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179153] ppid=179139 vsize=19063512 memory=4838564 CPUtime=0 cores=4,6
/proc/179142/task/179153/stat : 179153 (Finalizer) S 179139 179142 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179160] ppid=179139 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/179142/task/179160/stat : 179160 (Common-Cleaner) S 179139 179142 178273 0 -1 4194368 3725 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179162] ppid=179139 vsize=19063512 memory=4838564 CPUtime=0 cores=4,6
/proc/179142/task/179162/stat : 179162 (Timer-0) S 179139 179142 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239392210 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4838564 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.45 s, system=3.70384 s

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

[startup+3603.5 s]
/proc/loadavg: 1.24 2.66 3.60 2/265 179462
/proc/meminfo: memFree=124271528/131250000 swapFree=33009904/33010684
[pid=179142] ppid=179139 vsize=19063512 memory=4838564 CPUtime=3600 cores=4,6
/proc/179142/stat : 179142 (java) S 179139 179142 178273 0 -1 4194304 126787 0 0 0 359632 368 0 0 20 0 20 0 239391960 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
/proc/179142/statm: 4765878 1209641 5504 1 0 1683799 0
[pid=179142/tid=179144] ppid=179139 vsize=19063512 memory=27264 CPUtime=3590.73 cores=4,6
/proc/179142/task/179144/stat : 179144 (java) R 179139 179142 178273 0 -1 4194368 69320 0 0 0 358829 244 0 0 20 0 20 0 239391961 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179153] ppid=179139 vsize=19063512 memory=4838564 CPUtime=0 cores=4,6
/proc/179142/task/179153/stat : 179153 (Finalizer) S 179139 179142 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179160] ppid=179139 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/179142/task/179160/stat : 179160 (Common-Cleaner) S 179139 179142 178273 0 -1 4194368 3725 0 0 0 0 0 0 0 20 0 20 0 239391963 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
[pid=179142/tid=179162] ppid=179139 vsize=19063512 memory=4838564 CPUtime=0 cores=4,6
/proc/179142/task/179162/stat : 179162 (Timer-0) S 179139 179142 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239392210 19521036288 1209641 18446744073709551615 94150611058688 94150611062384 140724222815632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150611070200 94150611070992 94150616027136 140724222822740 140724222822884 140724222822884 140724222828488 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4838564 KiB

Child status: 143

Real time (s): 3603.6
CPU time (s): 3600.15
CPU user time (s): 3596.45
CPU system time (s): 3.70384
CPU usage (%): 99.9044
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4838564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.45
system time used= 3.70384
maximum resident set size= 4839460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129724
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1335392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112627
involuntary context switches= 8149


# summary of solver processes directly reported to runsolver:
#   pid: 179142
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3596.45
#   total CPU system time (s): 3.70384

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.44027 second user time and 17.0859 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-23 04:18:41
IDJOB=4545124
IDBENCH=180714
IDSOLVER=3364
FILE ID=nodeC027/4545124-1753237121
RUNJOBID= nodeC027-1753233633-178284
SLURM_JOB_ID= 9687850
Free space on /tmp= 430864 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-AverageAvoiding-mini-40_c24.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545124-1753237121/watcher-4545124-1753237121 -o /tmp/evaluation-result-4545124-1753237121/solver-4545124-1753237121 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753233633-178284 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545124-1753237121 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4545124-1753237121.opb

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

MD5SUM BENCH= e60f0e926bcd6b192a3b449cde285525
RANDOM SEED=423024625

nodeC027 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.672
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.29
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.684
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.29
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		: 3597.666
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.29
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.477
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.358
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.29
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.638
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.29
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.653
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.29
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		: 3596.026
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115533408 kB
MemAvailable:   117231832 kB
Buffers:            1204 kB
Cached:          2465212 kB
SwapCached:            8 kB
Active:         12950696 kB
Inactive:        2051752 kB
Active(anon):   12515056 kB
Inactive(anon):    47308 kB
Active(file):     435640 kB
Inactive(file):  2004444 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            409236 kB
Writeback:             0 kB
AnonPages:      12539232 kB
Mapped:           128812 kB
Shmem:             26224 kB
KReclaimable:     194760 kB
Slab:             290724 kB
SReclaimable:     194760 kB
SUnreclaim:        95964 kB
KernelStack:        5296 kB
PageTables:        27972 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   21938416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151544 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12304384 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432320 MiB
End job on nodeC027 at 2025-07-23 05:18:44