Trace number 4514057

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 CP VeriPB 2025-06-06? (TO) 3600.17 3559.39

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v071-n1.opb
MD5SUM6929a7343695a3957aad0265eef3dd9c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.031444
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213
Total number of constraints71
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)71
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.01/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.19	c See www.sat4j.org for details.
0.01/0.19	c version PB25.v20250606
0.01/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.01/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.01/0.20	c java.vm.version	22.0.1+8-16
0.01/0.20	c java.vm.vendor	Oracle Corporation
0.01/0.20	c sun.arch.data.model	64
0.01/0.20	c java.version		22.0.1
0.01/0.20	c os.name		Linux
0.01/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.01/0.20	c os.arch		amd64
0.11/0.21	c Free memory 		2104792832
0.11/0.21	c Max memory 		16282288128
0.11/0.21	c Total memory 		2113929216
0.11/0.21	c Number of processors 	2
0.11/0.27	c Pseudo Boolean Optimization by upper bound
0.11/0.27	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.27	c  - never skip resolution steps
0.11/0.27	c  - Auto-division on coefficients is disabled
0.11/0.27	c  - No postprocessing
0.11/0.27	c  - Conflict is considered as is when resolving
0.11/0.27	c  - Use constraints as they come during conflict analysis
0.11/0.27	c  - Weaken first using unassigned literals
0.11/0.27	c  - Bump strategy: ALWAYS_ONE
0.11/0.27	c  - Bumper: EFFECTIVE
0.11/0.27	c --- Begin Solver configuration ---
0.11/0.27	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.11/0.27	c Learn all clauses as in MiniSAT
0.11/0.27	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.27	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.27	c No reason simplification
0.11/0.27	c Dynamic restart strategy considering the size of the coefficients
0.11/0.27	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.11/0.27	c timeout=2147483s
0.11/0.27	c DB Simplification allowed=false
0.11/0.27	c Listener: none
0.11/0.27	c --- End Solver configuration ---
0.11/0.27	c solving HOME/instance-4514057-1751227368.opb
0.11/0.27	c reading problem ... 
0.11/0.28	c using VERIPB proof format
0.11/0.28	c  no objective function found
0.11/0.30	c ... done. Wall clock time 0.025s.
0.11/0.30	c declared #vars     213
0.11/0.30	c #constraints  142
0.11/0.30	c constraints type 
0.11/0.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 71
0.11/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 71
0.11/0.30	c 142 constraints processed.
6.50/3.52	c cleaning 2500 clauses out of 5000 with flag 0/5000
10.93/7.13	c cleaning 4252 clauses out of 8504 with flag 0/11004
17.35/13.34	c cleaning 5624 clauses out of 11248 with flag 0/18000
24.07/19.93	c cleaning 6812 clauses out of 13626 with flag 0/26002
33.55/29.31	c cleaning 7911 clauses out of 15822 with flag 0/35010
44.50/40.25	c cleaning 8949 clauses out of 17901 with flag 0/45000
56.47/52.05	c cleaning 9971 clauses out of 19952 with flag 0/56000
71.39/66.84	c cleaning 10987 clauses out of 21981 with flag 0/68000
90.63/85.86	c cleaning 11997 clauses out of 23994 with flag 0/81000
112.84/107.80	c cleaning 12999 clauses out of 26000 with flag 0/95003
143.44/137.99	c cleaning 13999 clauses out of 27998 with flag 0/110000
174.82/168.84	c cleaning 14993 clauses out of 30000 with flag 0/126001
208.91/202.37	c cleaning 16002 clauses out of 32006 with flag 0/143000
243.57/236.40	c cleaning 17000 clauses out of 34004 with flag 0/161000
290.66/282.89	c cleaning 18005 clauses out of 36011 with flag 0/180007
337.15/328.76	c cleaning 19002 clauses out of 38004 with flag 0/200005
384.26/375.15	c cleaning 19995 clauses out of 39998 with flag 0/221001
435.95/426.16	c cleaning 21000 clauses out of 42003 with flag 0/243001
494.71/484.01	c cleaning 22000 clauses out of 44004 with flag 0/266002
563.64/552.38	c cleaning 22996 clauses out of 46003 with flag 0/290001
637.62/625.53	c cleaning 23998 clauses out of 48007 with flag 0/315001
709.67/696.73	c cleaning 25004 clauses out of 50012 with flag 0/341004
795.07/781.18	c cleaning 25996 clauses out of 52005 with flag 0/368001
888.70/873.89	c cleaning 27005 clauses out of 54010 with flag 0/396002
984.40/968.67	c cleaning 27997 clauses out of 56003 with flag 0/425000
1102.04/1085.31	c cleaning 28998 clauses out of 58008 with flag 0/455002
1197.59/1179.95	c cleaning 30001 clauses out of 60008 with flag 0/486000
1326.03/1307.07	c cleaning 31000 clauses out of 62008 with flag 0/518001
1443.54/1423.65	c cleaning 31998 clauses out of 64007 with flag 0/551000
1578.37/1557.41	c cleaning 33005 clauses out of 66009 with flag 0/585000
1714.15/1692.17	c cleaning 33995 clauses out of 68004 with flag 0/620000
1845.13/1822.00	c cleaning 35006 clauses out of 70012 with flag 0/656003
1986.10/1961.79	c cleaning 35992 clauses out of 72003 with flag 0/693000
2130.09/2104.25	c cleaning 37006 clauses out of 74011 with flag 0/731000
2300.61/2273.21	c cleaning 38003 clauses out of 76008 with flag 0/770003
2461.73/2432.83	c cleaning 39005 clauses out of 78012 with flag 0/810010
2630.19/2599.63	c cleaning 39994 clauses out of 80002 with flag 0/851005
2800.23/2767.38	c cleaning 41000 clauses out of 82006 with flag 0/893003
2980.36/2945.65	c cleaning 42002 clauses out of 84004 with flag 0/936001
3169.54/3133.15	c cleaning 42998 clauses out of 86001 with flag 0/980000
3372.79/3334.45	c cleaning 43994 clauses out of 88003 with flag 0/1025000
3577.16/3536.63	c cleaning 45003 clauses out of 90010 with flag 0/1071001
3600.03/3559.32	c starts		: 1722
3600.03/3559.32	c conflicts		: 1078732
3600.03/3559.32	c decisions		: 1203232
3600.03/3559.32	c propagations		: 13330352
3600.03/3559.32	c inspects		: 3981574992
3600.03/3559.32	c shortcuts		: 0
3600.03/3559.32	c learnt literals	: 0
3600.03/3559.32	c learnt binary clauses	: 0
3600.03/3559.32	c learnt ternary clauses	: 0
3600.03/3559.32	c learnt constraints	: 1078731
3600.03/3559.32	c ignored constraints	: 0
3600.03/3559.32	c root simplifications	: 0
3600.03/3559.32	c removed literals (reason simplification)	: 0
3600.03/3559.32	c reason swapping (by a shorter reason)	: 0
3600.03/3559.32	c Calls to reduceDB	: 42
3600.03/3559.32	c Number of update (reduction) of LBD	: 848781
3600.03/3559.32	c Imported unit clauses	: 0
3600.03/3559.32	c No decision after first conflict	: false
3600.03/3559.32	c number of reductions to clauses (during analyze)	: 0
3600.03/3559.32	c number of learned constraints concerned by reduction	: 0
3600.03/3559.32	c number of learning phase by resolution	: 0
3600.03/3559.32	c number of learning phase by cutting planes	: 0
3600.03/3559.32	c number of rounding to 1 operations	: 0
3600.03/3559.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3559.32	c number of reductions of the coefficients by power 2 	: 0
3600.03/3559.32	c number of right shift for reduction by power 2 	: 0
3600.03/3559.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3559.32	c number of ending skipping 	: 0
3600.03/3559.32	c number of internal skipping 	: 0
3600.03/3559.32	c number of derivation steps 	: 8830629
3600.03/3559.32	c number of skipped derivation steps 	: 0
3600.03/3559.32	c number of remaining unassigned 	: 25372
3600.03/3559.32	c number of remaining assigned 	: 359728412
3600.03/3559.32	c number of falsified literals weakened from reason	: 0
3600.03/3559.32	c number of falsified literals weakened from conflict	: 0
3600.03/3559.32	c time for arithmetic operations	: 4320177347
3600.03/3559.32	c timeout
3600.03/3559.32	c minimum degree of deleted constraints	: 2
3600.03/3559.33	c maximum degree of deleted constraints	: 13200278
3600.03/3559.33	c number of deleted constraints	: 1025994
3600.03/3559.33	c speed (assignments/second)	: 3745.510914377858
3600.03/3559.33	c non guided choices	: 64
3600.03/3559.37	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 25
3600.03/3559.37	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 52712
3600.03/3559.37	s UNKNOWN
3600.03/3559.37	c Total wall clock time (in seconds): 3559.096

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514057-1751227368/watcher-4514057-1751227368 -o /tmp/evaluation-result-4514057-1751227368/solver-4514057-1751227368 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751227368-31955 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514057-1751227368 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4514057-1751227368.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=32011, runsolver pid=31996

[startup+0.100059 s]*
/proc/loadavg: 0.96 1.54 2.73 3/288 32037
/proc/meminfo: memFree=129874680/131249988 swapFree=33010684/33010684
[pid=32011] ppid=31996 vsize=18130736 memory=28120 CPUtime=0.01 cores=1,3
/proc/32011/stat : 32011 (java) S 31996 32011 31943 0 -1 4194304 3506 0 173 0 0 1 0 0 20 0 7 0 38415340 18565873664 7030 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 0 0 16784588 0 0 0 17 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
/proc/32011/statm: 4532684 7030 3232 1 0 540973 0
[pid=32011/tid=32023] ppid=31996 vsize=18130736 memory=4026531960 CPUtime=0 cores=1,3
/proc/32011/task/32023/stat : 32023 (java) D 31996 32011 31943 0 -1 4194368 2930 0 152 0 0 0 0 0 20 0 7 0 38415347 18565873664 7030 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16784588 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 28120 KiB

[startup+0.20509 s]*
/proc/loadavg: 0.96 1.54 2.73 11/334 32083
/proc/meminfo: memFree=129814156/131249988 swapFree=33010684/33010684
[pid=32011] ppid=31996 vsize=18930384 memory=54524 CPUtime=0.11 cores=1,3
/proc/32011/stat : 32011 (java) S 31996 32011 31943 0 -1 4194304 6249 0 303 0 8 3 0 0 20 0 18 0 38415340 19384713216 13631 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
/proc/32011/statm: 4732596 13631 5255 1 0 547532 0
[pid=32011/tid=32023] ppid=31996 vsize=18930384 memory=3472328132922704156 CPUtime=0.07 cores=1,3
/proc/32011/task/32023/stat : 32023 (java) R 31996 32011 31943 0 -1 4194368 4829 0 254 0 5 2 0 0 20 0 18 0 38415347 19384713216 13631 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32059] ppid=31996 vsize=18930384 memory=15156 CPUtime=0 cores=1,3
/proc/32011/task/32059/stat : 32059 (Finalizer) S 31996 32011 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38415354 19384713216 13631 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32081] ppid=31996 vsize=18930384 memory=56286469424100 CPUtime=0 cores=1,3
/proc/32011/task/32081/stat : 32081 (Common-Cleaner) S 31996 32011 31943 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 38415355 19384713216 13631 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 54524 KiB

[startup+0.305292 s]*
/proc/loadavg: 0.96 1.54 2.73 13/335 32084
/proc/meminfo: memFree=129777748/131249988 swapFree=33010684/33010684
[pid=32011] ppid=31996 vsize=18930384 memory=63420 CPUtime=0.28 cores=1,3
/proc/32011/stat : 32011 (java) S 31996 32011 31943 0 -1 4194304 6829 0 308 0 24 4 0 0 20 0 18 0 38415340 19384713216 15855 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
/proc/32011/statm: 4732596 15855 5351 1 0 548021 0
[pid=32011/tid=32023] ppid=31996 vsize=18930384 memory=-6000919481229077356 CPUtime=0.15 cores=1,3
/proc/32011/task/32023/stat : 32023 (java) R 31996 32011 31943 0 -1 4194368 5247 0 257 0 13 2 0 0 20 0 18 0 38415347 19384713216 15855 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32059] ppid=31996 vsize=18930384 memory=-4421386509116336484 CPUtime=0 cores=1,3
/proc/32011/task/32059/stat : 32059 (Finalizer) S 31996 32011 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38415354 19384713216 15855 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32081] ppid=31996 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/32011/task/32081/stat : 32081 (Common-Cleaner) S 31996 32011 31943 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 38415355 19384713216 15855 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63420 KiB

[startup+0.700217 s]
/proc/loadavg: 0.96 1.54 2.73 11/339 32088
/proc/meminfo: memFree=129581104/131249988 swapFree=33010684/33010684
[pid=32011] ppid=31996 vsize=18996948 memory=162424 CPUtime=1.05 cores=1,3
/proc/32011/stat : 32011 (java) S 31996 32011 31943 0 -1 4194304 11518 0 308 0 98 7 0 0 20 0 19 0 38415340 19452874752 40606 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
/proc/32011/statm: 4749237 40606 5351 1 0 551498 0
[pid=32011/tid=32023] ppid=31996 vsize=18996948 memory=17152 CPUtime=0.45 cores=1,3
/proc/32011/task/32023/stat : 32023 (java) R 31996 32011 31943 0 -1 4194368 5359 0 257 0 41 4 0 0 20 0 19 0 38415347 19452874752 40606 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32059] ppid=31996 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/32011/task/32059/stat : 32059 (Finalizer) S 31996 32011 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38415354 19452874752 40606 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32081] ppid=31996 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/32011/task/32081/stat : 32081 (Common-Cleaner) S 31996 32011 31943 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 38415355 19452874752 40606 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32086] ppid=31996 vsize=18996948 memory=2204 CPUtime=0 cores=1,3
/proc/32011/task/32086/stat : 32086 (Timer-0) S 31996 32011 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38415371 19452874752 40606 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 162424 KiB

[startup+1.50024 s]
/proc/loadavg: 0.96 1.54 2.73 8/321 32093
/proc/meminfo: memFree=129455116/131249988 swapFree=33010684/33010684
[pid=32011] ppid=31996 vsize=19063512 memory=259024 CPUtime=2.6 cores=1,3
/proc/32011/stat : 32011 (java) S 31996 32011 31943 0 -1 4194304 23466 0 308 0 249 11 0 0 20 0 20 0 38415340 19521036288 64756 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
/proc/32011/statm: 4765878 64756 5415 1 0 557564 0
[pid=32011/tid=32023] ppid=31996 vsize=19063512 memory=0 CPUtime=1.19 cores=1,3
/proc/32011/task/32023/stat : 32023 (java) R 31996 32011 31943 0 -1 4194368 5473 0 257 0 113 6 0 0 20 0 20 0 38415347 19521036288 64756 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32059] ppid=31996 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32011/task/32059/stat : 32059 (Finalizer) S 31996 32011 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 64756 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32081] ppid=31996 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/32011/task/32081/stat : 32081 (Common-Cleaner) S 31996 32011 31943 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 64756 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32086] ppid=31996 vsize=19063512 memory=2204 CPUtime=0 cores=1,3
/proc/32011/task/32086/stat : 32086 (Timer-0) S 31996 32011 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 64756 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 259024 KiB

[startup+3.10513 s]
/proc/loadavg: 0.96 1.54 2.73 10/341 32157
/proc/meminfo: memFree=127483244/131249988 swapFree=33010684/33010684
[pid=32011] ppid=31996 vsize=19063512 memory=721068 CPUtime=5.73 cores=1,3
/proc/32011/stat : 32011 (java) S 31996 32011 31943 0 -1 4194304 30558 0 308 0 553 20 0 0 20 0 20 0 38415340 19521036288 180267 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
/proc/32011/statm: 4765878 180267 5415 1 0 906409 0
[pid=32011/tid=32023] ppid=31996 vsize=19063512 memory=0 CPUtime=2.68 cores=1,3
/proc/32011/task/32023/stat : 32023 (java) S 31996 32011 31943 0 -1 4194368 6687 0 257 0 254 14 0 0 20 0 20 0 38415347 19521036288 180267 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32059] ppid=31996 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32011/task/32059/stat : 32059 (Finalizer) S 31996 32011 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 180267 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32081] ppid=31996 vsize=19063512 memory=-6000919481229077356 CPUtime=0 cores=1,3
/proc/32011/task/32081/stat : 32081 (Common-Cleaner) S 31996 32011 31943 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 180267 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32086] ppid=31996 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32011/task/32086/stat : 32086 (Timer-0) S 31996 32011 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 180267 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
Current children cumulated CPU time: 5.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 721068 KiB

[startup+6.30022 s]
/proc/loadavg: 1.52 1.64 2.76 8/342 32158
/proc/meminfo: memFree=125353384/131249988 swapFree=33010684/33010684
[pid=32011] ppid=31996 vsize=19063512 memory=1272680 CPUtime=9.99 cores=1,3
/proc/32011/stat : 32011 (java) S 31996 32011 31943 0 -1 4194304 33146 0 310 0 967 32 0 0 20 0 20 0 38415340 19521036288 318170 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
/proc/32011/statm: 4765878 318170 5415 1 0 906461 0
[pid=32011/tid=32023] ppid=31996 vsize=19063512 memory=0 CPUtime=5.74 cores=1,3
/proc/32011/task/32023/stat : 32023 (java) R 31996 32011 31943 0 -1 4194368 7694 0 258 0 550 24 0 0 20 0 20 0 38415347 19521036288 318170 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32059] ppid=31996 vsize=19063512 memory=-9036047633257700725 CPUtime=0 cores=1,3
/proc/32011/task/32059/stat : 32059 (Finalizer) S 31996 32011 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 318170 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32081] ppid=31996 vsize=19063512 memory=797452 CPUtime=0 cores=1,3
/proc/32011/task/32081/stat : 32081 (Common-Cleaner) S 31996 32011 31943 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 318170 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32086] ppid=31996 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32011/task/32086/stat : 32086 (Timer-0) S 31996 32011 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 318170 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
Current children cumulated CPU time: 9.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1272680 KiB

[startup+12.7002 s]
/proc/loadavg: 1.72 1.68 2.77 6/342 32158
/proc/meminfo: memFree=123831084/131249988 swapFree=33010684/33010684
[pid=32011] ppid=31996 vsize=19063512 memory=2091648 CPUtime=16.75 cores=1,3
/proc/32011/stat : 32011 (java) S 31996 32011 31943 0 -1 4194304 36178 0 310 0 1626 49 0 0 20 0 20 0 38415340 19521036288 522912 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
/proc/32011/statm: 4765878 522912 5415 1 0 1035006 0
[pid=32011/tid=32023] ppid=31996 vsize=19063512 memory=2060900 CPUtime=12 cores=1,3
/proc/32011/task/32023/stat : 32023 (java) R 31996 32011 31943 0 -1 4194368 8837 0 258 0 1161 39 0 0 20 0 20 0 38415347 19521036288 522912 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32059] ppid=31996 vsize=19063512 memory=2060900 CPUtime=0 cores=1,3
/proc/32011/task/32059/stat : 32059 (Finalizer) S 31996 32011 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 522912 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32081] ppid=31996 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32011/task/32081/stat : 32081 (Common-Cleaner) S 31996 32011 31943 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 522912 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32086] ppid=31996 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32011/task/32086/stat : 32086 (Timer-0) S 31996 32011 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 522912 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
Current children cumulated CPU time: 16.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2091648 KiB

[startup+25.5002 s]
/proc/loadavg: 2.23 1.80 2.79 6/342 32158
/proc/meminfo: memFree=122567344/131249988 swapFree=33010684/33010684
[pid=32011] ppid=31996 vsize=19063512 memory=2544372 CPUtime=29.72 cores=1,3
/proc/32011/stat : 32011 (java) S 31996 32011 31943 0 -1 4194304 42016 0 310 0 2909 63 0 0 20 0 20 0 38415340 19521036288 636093 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
/proc/32011/statm: 4765878 636093 5415 1 0 1035025 0
[pid=32011/tid=32023] ppid=31996 vsize=19063512 memory=14344 CPUtime=24.62 cores=1,3
/proc/32011/task/32023/stat : 32023 (java) R 31996 32011 31943 0 -1 4194368 11733 0 258 0 2412 50 0 0 20 0 20 0 38415347 19521036288 636093 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32059] ppid=31996 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32011/task/32059/stat : 32059 (Finalizer) S 31996 32011 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 636093 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32081] ppid=31996 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/32011/task/32081/stat : 32081 (Common-Cleaner) S 31996 32011 31943 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 636093 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32086] ppid=31996 vsize=19063512 memory=2544372 CPUtime=0 cores=1,3
/proc/32011/task/32086/stat : 32086 (Timer-0) S 31996 32011 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 636093 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
Current children cumulated CPU time: 29.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2544372 KiB

[startup+51.1063 s]
/proc/loadavg: 2.90 1.99 2.83 6/342 32158
/proc/meminfo: memFree=121870496/131249988 swapFree=33010684/33010684
[pid=32011] ppid=31996 vsize=19063512 memory=2575248 CPUtime=55.53 cores=1,3
/proc/32011/stat : 32011 (java) S 31996 32011 31943 0 -1 4194304 47787 0 310 0 5482 71 0 0 20 0 20 0 38415340 19521036288 643812 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
/proc/32011/statm: 4765878 643812 5415 1 0 1035025 0
[pid=32011/tid=32023] ppid=31996 vsize=19063512 memory=2571128 CPUtime=49.58 cores=1,3
/proc/32011/task/32023/stat : 32023 (java) S 31996 32011 31943 0 -1 4194368 14778 0 258 0 4902 56 0 0 20 0 20 0 38415347 19521036288 643812 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32059] ppid=31996 vsize=19063512 memory=2573196 CPUtime=0 cores=1,3
/proc/32011/task/32059/stat : 32059 (Finalizer) S 31996 32011 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 643812 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32081] ppid=31996 vsize=19063512 memory=2564964 CPUtime=0 cores=1,3
/proc/32011/task/32081/stat : 32081 (Common-Cleaner) S 31996 32011 31943 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 643812 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32086] ppid=31996 vsize=19063512 memory=2556712 CPUtime=0 cores=1,3
/proc/32011/task/32086/stat : 32086 (Timer-0) S 31996 32011 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 643812 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0

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

/proc/meminfo: memFree=110757196/131249988 swapFree=33010684/33010684
[pid=32011] ppid=31996 vsize=19063512 memory=4084960 CPUtime=3259.53 cores=1,3
/proc/32011/stat : 32011 (java) S 31996 32011 31943 0 -1 4194304 153959 0 310 0 325393 560 0 0 20 0 20 0 38415340 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
/proc/32011/statm: 4765878 1021240 5479 1 0 1036135 0
[pid=32011/tid=32023] ppid=31996 vsize=19063512 memory=4084960 CPUtime=3162.52 cores=1,3
/proc/32011/task/32023/stat : 32023 (java) R 31996 32011 31943 0 -1 4194368 73530 0 258 0 315834 418 0 0 20 0 20 0 38415347 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32059] ppid=31996 vsize=19063512 memory=4084960 CPUtime=0 cores=1,3
/proc/32011/task/32059/stat : 32059 (Finalizer) S 31996 32011 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32081] ppid=31996 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/32011/task/32081/stat : 32081 (Common-Cleaner) S 31996 32011 31943 0 -1 4194368 1897 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32086] ppid=31996 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/32011/task/32086/stat : 32086 (Timer-0) S 31996 32011 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
Current children cumulated CPU time: 3259.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4084960 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.20 4.18 5/344 32399
/proc/meminfo: memFree=110677720/131249988 swapFree=33010684/33010684
[pid=32011] ppid=31996 vsize=19063512 memory=4084960 CPUtime=3320.1 cores=1,3
/proc/32011/stat : 32011 (java) S 31996 32011 31943 0 -1 4194304 156518 0 310 0 331442 568 0 0 20 0 20 0 38415340 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
/proc/32011/statm: 4765878 1021240 5479 1 0 1036135 0
[pid=32011/tid=32023] ppid=31996 vsize=19063512 memory=4084960 CPUtime=3221.49 cores=1,3
/proc/32011/task/32023/stat : 32023 (java) S 31996 32011 31943 0 -1 4194368 75185 0 258 0 321725 424 0 0 20 0 20 0 38415347 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32059] ppid=31996 vsize=19063512 memory=4084960 CPUtime=0 cores=1,3
/proc/32011/task/32059/stat : 32059 (Finalizer) S 31996 32011 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32081] ppid=31996 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/32011/task/32081/stat : 32081 (Common-Cleaner) S 31996 32011 31943 0 -1 4194368 1949 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32086] ppid=31996 vsize=19063512 memory=4084960 CPUtime=0 cores=1,3
/proc/32011/task/32086/stat : 32086 (Timer-0) S 31996 32011 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
Current children cumulated CPU time: 3320.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4084960 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.19 4.18 5/344 32405
/proc/meminfo: memFree=110597336/131249988 swapFree=33010684/33010684
[pid=32011] ppid=31996 vsize=19063512 memory=4084960 CPUtime=3380.73 cores=1,3
/proc/32011/stat : 32011 (java) S 31996 32011 31943 0 -1 4194304 158860 0 310 0 337498 575 0 0 20 0 20 0 38415340 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
/proc/32011/statm: 4765878 1021240 5479 1 0 1036140 0
[pid=32011/tid=32023] ppid=31996 vsize=19063512 memory=10752 CPUtime=3280.52 cores=1,3
/proc/32011/task/32023/stat : 32023 (java) R 31996 32011 31943 0 -1 4194368 76685 0 258 0 327623 429 0 0 20 0 20 0 38415347 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32059] ppid=31996 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/32011/task/32059/stat : 32059 (Finalizer) S 31996 32011 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32081] ppid=31996 vsize=19063512 memory=4084960 CPUtime=0 cores=1,3
/proc/32011/task/32081/stat : 32081 (Common-Cleaner) S 31996 32011 31943 0 -1 4194368 1992 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32086] ppid=31996 vsize=19063512 memory=4084960 CPUtime=0 cores=1,3
/proc/32011/task/32086/stat : 32086 (Timer-0) S 31996 32011 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
Current children cumulated CPU time: 3380.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4084960 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.17 4.17 5/344 32407
/proc/meminfo: memFree=110502244/131249988 swapFree=33010684/33010684
[pid=32011] ppid=31996 vsize=19063512 memory=4084960 CPUtime=3441.31 cores=1,3
/proc/32011/stat : 32011 (java) S 31996 32011 31943 0 -1 4194304 159004 0 310 0 343548 583 0 0 20 0 20 0 38415340 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
/proc/32011/statm: 4765878 1021240 5479 1 0 1036140 0
[pid=32011/tid=32023] ppid=31996 vsize=19063512 memory=4084960 CPUtime=3339.55 cores=1,3
/proc/32011/task/32023/stat : 32023 (java) R 31996 32011 31943 0 -1 4194368 76733 0 258 0 333520 435 0 0 20 0 20 0 38415347 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32059] ppid=31996 vsize=19063512 memory=4084960 CPUtime=0 cores=1,3
/proc/32011/task/32059/stat : 32059 (Finalizer) S 31996 32011 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32081] ppid=31996 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32011/task/32081/stat : 32081 (Common-Cleaner) S 31996 32011 31943 0 -1 4194368 2005 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32086] ppid=31996 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32011/task/32086/stat : 32086 (Timer-0) S 31996 32011 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
Current children cumulated CPU time: 3441.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4084960 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.18 4.18 5/344 32409
/proc/meminfo: memFree=110398276/131249988 swapFree=33010684/33010684
[pid=32011] ppid=31996 vsize=19063512 memory=4084960 CPUtime=3501.98 cores=1,3
/proc/32011/stat : 32011 (java) S 31996 32011 31943 0 -1 4194304 160550 0 310 0 349608 590 0 0 20 0 20 0 38415340 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
/proc/32011/statm: 4765878 1021240 5479 1 0 1036144 0
[pid=32011/tid=32023] ppid=31996 vsize=19063512 memory=4084960 CPUtime=3398.43 cores=1,3
/proc/32011/task/32023/stat : 32023 (java) R 31996 32011 31943 0 -1 4194368 78117 0 258 0 339403 440 0 0 20 0 20 0 38415347 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32059] ppid=31996 vsize=19063512 memory=4084960 CPUtime=0 cores=1,3
/proc/32011/task/32059/stat : 32059 (Finalizer) S 31996 32011 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32081] ppid=31996 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32011/task/32081/stat : 32081 (Common-Cleaner) S 31996 32011 31943 0 -1 4194368 2005 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32086] ppid=31996 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/32011/task/32086/stat : 32086 (Timer-0) S 31996 32011 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
Current children cumulated CPU time: 3501.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4084960 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.16 4.17 5/342 32422
/proc/meminfo: memFree=110306632/131249988 swapFree=33010684/33010684
[pid=32011] ppid=31996 vsize=19063512 memory=4084960 CPUtime=3562.65 cores=1,3
/proc/32011/stat : 32011 (java) S 31996 32011 31943 0 -1 4194304 163182 0 310 0 355667 598 0 0 20 0 20 0 38415340 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
/proc/32011/statm: 4765878 1021240 5479 1 0 1036144 0
[pid=32011/tid=32023] ppid=31996 vsize=19063512 memory=4084960 CPUtime=3457.47 cores=1,3
/proc/32011/task/32023/stat : 32023 (java) R 31996 32011 31943 0 -1 4194368 79813 0 258 0 345301 446 0 0 20 0 20 0 38415347 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32059] ppid=31996 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/32011/task/32059/stat : 32059 (Finalizer) S 31996 32011 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32081] ppid=31996 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/32011/task/32081/stat : 32081 (Common-Cleaner) S 31996 32011 31943 0 -1 4194368 2078 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32086] ppid=31996 vsize=19063512 memory=4084960 CPUtime=0 cores=1,3
/proc/32011/task/32086/stat : 32086 (Timer-0) S 31996 32011 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 1021240 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
Current children cumulated CPU time: 3562.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4084960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3559.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/320 32641
/proc/meminfo: memFree=115811180/131249988 swapFree=33010684/33010684
[pid=32011] ppid=31996 vsize=19063512 memory=4085216 CPUtime=3600.03 cores=1,3
/proc/32011/stat : 32011 (java) S 31996 32011 31943 0 -1 4194304 164910 0 310 0 359400 603 0 0 20 0 20 0 38415340 19521036288 1021304 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
/proc/32011/statm: 4765878 1021304 5479 1 0 1036181 0
[pid=32011/tid=32023] ppid=31996 vsize=19063512 memory=4085216 CPUtime=3493.87 cores=1,3
/proc/32011/task/32023/stat : 32023 (java) R 31996 32011 31943 0 -1 4194368 80804 0 258 0 348937 450 0 0 20 0 20 0 38415347 19521036288 1021304 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32059] ppid=31996 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/32011/task/32059/stat : 32059 (Finalizer) S 31996 32011 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 1021304 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32081] ppid=31996 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/32011/task/32081/stat : 32081 (Common-Cleaner) S 31996 32011 31943 0 -1 4194368 2105 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 1021304 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32086] ppid=31996 vsize=19063512 memory=4085216 CPUtime=0 cores=1,3
/proc/32011/task/32086/stat : 32086 (Timer-0) S 31996 32011 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 1021304 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4085216 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.11 s, system=6.05502 s

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

[startup+3559.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/320 32641
/proc/meminfo: memFree=115811180/131249988 swapFree=33010684/33010684
[pid=32011] ppid=31996 vsize=19063512 memory=4085216 CPUtime=3600.03 cores=1,3
/proc/32011/stat : 32011 (java) S 31996 32011 31943 0 -1 4194304 164910 0 310 0 359400 603 0 0 20 0 20 0 38415340 19521036288 1021304 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
/proc/32011/statm: 4765878 1021304 5479 1 0 1036181 0
[pid=32011/tid=32023] ppid=31996 vsize=19063512 memory=4085216 CPUtime=3493.87 cores=1,3
/proc/32011/task/32023/stat : 32023 (java) R 31996 32011 31943 0 -1 4194368 80804 0 258 0 348937 450 0 0 20 0 20 0 38415347 19521036288 1021304 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32059] ppid=31996 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/32011/task/32059/stat : 32059 (Finalizer) S 31996 32011 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 1021304 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32081] ppid=31996 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/32011/task/32081/stat : 32081 (Common-Cleaner) S 31996 32011 31943 0 -1 4194368 2105 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 1021304 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
[pid=32011/tid=32086] ppid=31996 vsize=19063512 memory=4085216 CPUtime=0 cores=1,3
/proc/32011/task/32086/stat : 32086 (Timer-0) S 31996 32011 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 1021304 18446744073709551615 94704895008768 94704895012464 140729024085648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704895020280 94704895021072 94704925413376 140729024092461 140729024092646 140729024092646 140729024098248 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4085216 KiB

Child status: 143

Real time (s): 3559.39
CPU time (s): 3600.17
CPU user time (s): 3594.11
CPU system time (s): 6.05502
CPU usage (%): 101.146
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4085216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.11
system time used= 6.05502
maximum resident set size= 4086240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167332
page faults= 310
swaps= 0
block input operations= 5968
block output operations= 3151976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 144087
involuntary context switches= 14661


# summary of solver processes directly reported to runsolver:
#   pid: 32011
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3594.11
#   total CPU system time (s): 6.05502

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.61029 second user time and 15.9488 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 22:02:48
IDJOB=4514057
IDBENCH=162599
IDSOLVER=3362
FILE ID=nodeC031/4514057-1751227368
RUNJOBID= nodeC031-1751227368-31955
SLURM_JOB_ID= 9587685
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v071-n1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514057-1751227368/watcher-4514057-1751227368 -o /tmp/evaluation-result-4514057-1751227368/solver-4514057-1751227368 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751227368-31955 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514057-1751227368 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4514057-1751227368.opb

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

MD5SUM BENCH= 6929a7343695a3957aad0265eef3dd9c
RANDOM SEED=4021210

nodeC031 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		: 3600.438
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.854
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.937
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		: 3599.723
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		: 3599.978
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		: 3600.069
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		: 3600.377
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		: 3601.331
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:       131249988 kB
MemFree:        129925156 kB
MemAvailable:   129724212 kB
Buffers:            3280 kB
Cached:           608152 kB
SwapCached:            0 kB
Active:           302700 kB
Inactive:         388104 kB
Active(anon):      97436 kB
Inactive(anon):        0 kB
Active(file):     205264 kB
Inactive(file):   388104 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2916 kB
Writeback:             0 kB
AnonPages:         82492 kB
Mapped:           102796 kB
Shmem:             18064 kB
KReclaimable:      89856 kB
Slab:             176160 kB
SReclaimable:      89856 kB
SUnreclaim:        86304 kB
KernelStack:        4008 kB
PageTables:         2704 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     342520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC031 at 2025-06-29 23:02:07