Trace number 4545239

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.21 3543.88

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-45-21-3-mgd_c18.opb
MD5SUM6b2fe99dba414b0499b72921573350a8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark128.51
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4115
Total number of constraints47919
Number of constraints which are clauses44840
Number of constraints which are cardinality constraints (but not clauses)45
Number of constraints which are nor clauses,nor cardinality constraints3034
Minimum length of a constraint1
Maximum length of a constraint195
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 241
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.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.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4545239-1753231184.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
1.44/0.82	c ... done. Wall clock time 0.659s.
1.44/0.82	c declared #vars     4115
1.44/0.82	c #constraints  48009
1.44/0.82	c constraints type 
1.44/0.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 44823
1.44/0.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 45
1.44/0.82	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 3079
1.44/0.82	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.44/0.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
1.44/0.82	c 48009 constraints processed.
17.53/12.20	c cleaning 2499 clauses out of 5000 with flag 0/5000
32.28/26.54	c cleaning 4249 clauses out of 8502 with flag 0/11001
58.77/51.52	c cleaning 5620 clauses out of 11252 with flag 0/18000
89.25/81.48	c cleaning 6809 clauses out of 13632 with flag 0/26000
126.56/118.16	c cleaning 7900 clauses out of 15823 with flag 0/35000
172.92/163.72	c cleaning 8956 clauses out of 17923 with flag 0/45000
219.60/209.55	c cleaning 9972 clauses out of 19967 with flag 0/56000
273.68/262.76	c cleaning 10992 clauses out of 21995 with flag 0/68000
344.85/332.72	c cleaning 11995 clauses out of 24005 with flag 0/81002
432.04/418.79	c cleaning 12993 clauses out of 26010 with flag 0/95002
546.50/531.54	c cleaning 13992 clauses out of 28017 with flag 0/110002
695.32/678.60	c cleaning 14997 clauses out of 30024 with flag 0/126001
823.28/804.74	c cleaning 15997 clauses out of 32028 with flag 0/143002
989.12/968.37	c cleaning 16998 clauses out of 34029 with flag 0/161000
1184.79/1161.61	c cleaning 18011 clauses out of 36031 with flag 0/180000
1404.45/1378.62	c cleaning 19000 clauses out of 38020 with flag 0/200000
1521.97/1494.23	c cleaning 20001 clauses out of 40020 with flag 0/221000
1697.57/1666.97	c cleaning 21010 clauses out of 42019 with flag 0/243000
1844.44/1811.78	c cleaning 21976 clauses out of 44009 with flag 0/266000
2049.68/2013.80	c cleaning 22998 clauses out of 46035 with flag 0/290002
2269.90/2231.00	c cleaning 24011 clauses out of 48039 with flag 0/315004
2558.41/2515.81	c cleaning 24975 clauses out of 50024 with flag 0/341000
2808.88/2762.91	c cleaning 25992 clauses out of 52049 with flag 0/368000
3093.63/3043.82	c cleaning 27022 clauses out of 54058 with flag 0/396001
3408.69/3354.69	c cleaning 27985 clauses out of 56035 with flag 0/425000
3600.09/3543.81	c starts		: 34
3600.09/3543.81	c conflicts		: 446829
3600.09/3543.81	c decisions		: 647386
3600.09/3543.81	c propagations		: 120502521
3600.09/3543.81	c inspects		: 4334587006
3600.09/3543.82	c shortcuts		: 0
3600.09/3543.82	c learnt literals	: 0
3600.09/3543.82	c learnt binary clauses	: 0
3600.09/3543.82	c learnt ternary clauses	: 0
3600.09/3543.82	c learnt constraints	: 446828
3600.09/3543.82	c ignored constraints	: 0
3600.09/3543.82	c root simplifications	: 0
3600.09/3543.82	c removed literals (reason simplification)	: 0
3600.09/3543.82	c reason swapping (by a shorter reason)	: 0
3600.09/3543.82	c Calls to reduceDB	: 25
3600.09/3543.82	c Number of update (reduction) of LBD	: 568341
3600.09/3543.82	c Imported unit clauses	: 0
3600.09/3543.82	c No decision after first conflict	: false
3600.09/3543.82	c number of reductions to clauses (during analyze)	: 0
3600.09/3543.82	c number of learned constraints concerned by reduction	: 0
3600.09/3543.82	c number of learning phase by resolution	: 0
3600.09/3543.82	c number of learning phase by cutting planes	: 0
3600.09/3543.82	c number of rounding to 1 operations	: 0
3600.09/3543.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3543.82	c number of reductions of the coefficients by power 2 	: 0
3600.09/3543.82	c number of right shift for reduction by power 2 	: 0
3600.09/3543.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3543.82	c number of ending skipping 	: 0
3600.09/3543.82	c number of internal skipping 	: 0
3600.09/3543.82	c number of derivation steps 	: 19688766
3600.09/3543.82	c number of skipped derivation steps 	: 0
3600.09/3543.82	c number of remaining unassigned 	: 83269
3600.09/3543.82	c number of remaining assigned 	: 414690627
3600.09/3543.82	c number of falsified literals weakened from reason	: 0
3600.09/3543.82	c number of falsified literals weakened from conflict	: 0
3600.09/3543.82	c time for arithmetic operations	: 12435426601
3600.09/3543.82	c minimum degree of deleted constraints	: 1
3600.09/3543.82	c maximum degree of deleted constraints	: 2958168398078188460913737684241231122099368
3600.09/3543.82	c number of deleted constraints	: 396950
3600.09/3543.82	c speed (assignments/second)	: 34011.4945156554
3600.09/3543.82	c non guided choices	: 695
3600.09/3543.83	c timeout
3600.09/3543.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 26945
3600.09/3543.86	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 228
3600.09/3543.86	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 22705
3600.09/3543.86	s UNKNOWN
3600.09/3543.86	c Total wall clock time (in seconds): 3543.701

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=175954, runsolver pid=175951

[startup+0.100061 s]*
/proc/loadavg: 4.16 4.23 4.20 5/339 175972
/proc/meminfo: memFree=111820708/131249996 swapFree=33005016/33010684
[pid=175954] ppid=175951 vsize=18930384 memory=57796 CPUtime=0.12 cores=5,7
/proc/175954/stat : 175954 (java) S 175951 175954 173935 0 -1 4194304 6567 0 0 0 10 2 0 0 20 0 18 0 238797952 19384713216 14449 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
/proc/175954/statm: 4732596 14449 5369 1 0 547604 0
[pid=175954/tid=175956] ppid=175951 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/175954/task/175956/stat : 175956 (java) R 175951 175954 173935 0 -1 4194368 5058 0 0 0 6 1 0 0 20 0 18 0 238797953 19384713216 14449 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175965] ppid=175951 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/175954/task/175965/stat : 175965 (Finalizer) S 175951 175954 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238797955 19384713216 14449 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175972] ppid=175951 vsize=18930384 memory=59585004335790 CPUtime=0 cores=5,7
/proc/175954/task/175972/stat : 175972 (Common-Cleaner) S 175951 175954 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238797956 19384713216 14449 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57796 KiB

[startup+0.205835 s]*
/proc/loadavg: 4.16 4.23 4.20 7/339 175972
/proc/meminfo: memFree=111810752/131249996 swapFree=33005016/33010684
[pid=175954] ppid=175951 vsize=18930384 memory=72960 CPUtime=0.3 cores=5,7
/proc/175954/stat : 175954 (java) S 175951 175954 173935 0 -1 4194304 7188 0 0 0 28 2 0 0 20 0 18 0 238797952 19384713216 18240 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
/proc/175954/statm: 4732596 18240 5465 1 0 548036 0
[pid=175954/tid=175956] ppid=175951 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=5,7
/proc/175954/task/175956/stat : 175956 (java) R 175951 175954 173935 0 -1 4194368 5435 0 0 0 15 2 0 0 20 0 18 0 238797953 19384713216 18240 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175965] ppid=175951 vsize=18930384 memory=16912 CPUtime=0 cores=5,7
/proc/175954/task/175965/stat : 175965 (Finalizer) S 175951 175954 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238797955 19384713216 18240 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175972] ppid=175951 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/175954/task/175972/stat : 175972 (Common-Cleaner) S 175951 175954 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238797956 19384713216 18240 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72960 KiB

[startup+0.305913 s]*
/proc/loadavg: 4.16 4.23 4.20 6/340 175973
/proc/meminfo: memFree=111723176/131249996 swapFree=33005016/33010684
[pid=175954] ppid=175951 vsize=18996948 memory=154812 CPUtime=0.5 cores=5,7
/proc/175954/stat : 175954 (java) S 175951 175954 173935 0 -1 4194304 8637 0 0 0 46 4 0 0 20 0 19 0 238797952 19452874752 38703 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
/proc/175954/statm: 4749237 38703 5497 1 0 549177 0
[pid=175954/tid=175956] ppid=175951 vsize=18996948 memory=-9104133743473107644 CPUtime=0.25 cores=5,7
/proc/175954/task/175956/stat : 175956 (java) R 175951 175954 173935 0 -1 4194368 5480 0 0 0 22 3 0 0 20 0 19 0 238797953 19452874752 38703 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175965] ppid=175951 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/175954/task/175965/stat : 175965 (Finalizer) S 175951 175954 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238797955 19452874752 38703 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175972] ppid=175951 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/175954/task/175972/stat : 175972 (Common-Cleaner) S 175951 175954 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238797956 19452874752 38703 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154812 KiB

[startup+0.700229 s]
/proc/loadavg: 4.16 4.23 4.20 6/340 175973
/proc/meminfo: memFree=111345588/131249996 swapFree=33005016/33010684
[pid=175954] ppid=175951 vsize=18996948 memory=1062744 CPUtime=1.25 cores=5,7
/proc/175954/stat : 175954 (java) S 175951 175954 173935 0 -1 4194304 14640 0 0 0 103 22 0 0 20 0 19 0 238797952 19452874752 265686 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
/proc/175954/statm: 4749237 265686 5497 1 0 551816 0
[pid=175954/tid=175956] ppid=175951 vsize=18996948 memory=23168 CPUtime=0.62 cores=5,7
/proc/175954/task/175956/stat : 175956 (java) R 175951 175954 173935 0 -1 4194368 5916 0 0 0 43 19 0 0 20 0 19 0 238797953 19452874752 265686 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175965] ppid=175951 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/175954/task/175965/stat : 175965 (Finalizer) S 175951 175954 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238797955 19452874752 265686 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175972] ppid=175951 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/175954/task/175972/stat : 175972 (Common-Cleaner) S 175951 175954 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238797956 19452874752 265686 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1062744 KiB

[startup+1.50025 s]
/proc/loadavg: 4.16 4.23 4.20 6/341 175974
/proc/meminfo: memFree=110551792/131249996 swapFree=33005016/33010684
[pid=175954] ppid=175951 vsize=19063512 memory=1318832 CPUtime=2.83 cores=5,7
/proc/175954/stat : 175954 (java) S 175951 175954 173935 0 -1 4194304 22036 0 0 0 253 30 0 0 20 0 20 0 238797952 19521036288 329708 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
/proc/175954/statm: 4765878 329708 5497 1 0 556189 0
[pid=175954/tid=175956] ppid=175951 vsize=19063512 memory=3200 CPUtime=1.29 cores=5,7
/proc/175954/task/175956/stat : 175956 (java) R 175951 175954 173935 0 -1 4194368 6089 0 0 0 105 24 0 0 20 0 20 0 238797953 19521036288 329708 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175965] ppid=175951 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/175954/task/175965/stat : 175965 (Finalizer) S 175951 175954 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238797955 19521036288 329708 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175972] ppid=175951 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/175954/task/175972/stat : 175972 (Common-Cleaner) S 175951 175954 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238797956 19521036288 329708 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175974] ppid=175951 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/175954/task/175974/stat : 175974 (Timer-0) S 175951 175954 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238798035 19521036288 329708 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1318832 KiB

[startup+3.10566 s]
/proc/loadavg: 4.16 4.23 4.20 6/341 175974
/proc/meminfo: memFree=110544208/131249996 swapFree=33005016/33010684
[pid=175954] ppid=175951 vsize=19063512 memory=1319728 CPUtime=6.02 cores=5,7
/proc/175954/stat : 175954 (java) S 175951 175954 173935 0 -1 4194304 22358 0 0 0 571 31 0 0 20 0 20 0 238797952 19521036288 329932 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
/proc/175954/statm: 4765878 329932 5497 1 0 556197 0
[pid=175954/tid=175956] ppid=175951 vsize=19063512 memory=14464 CPUtime=2.86 cores=5,7
/proc/175954/task/175956/stat : 175956 (java) R 175951 175954 173935 0 -1 4194368 6164 0 0 0 262 24 0 0 20 0 20 0 238797953 19521036288 329932 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175965] ppid=175951 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/175954/task/175965/stat : 175965 (Finalizer) S 175951 175954 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238797955 19521036288 329932 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175972] ppid=175951 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/175954/task/175972/stat : 175972 (Common-Cleaner) S 175951 175954 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238797956 19521036288 329932 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175974] ppid=175951 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/175954/task/175974/stat : 175974 (Timer-0) S 175951 175954 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238798035 19521036288 329932 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1319728 KiB

[startup+6.30026 s]
/proc/loadavg: 4.23 4.25 4.20 5/341 175974
/proc/meminfo: memFree=110470592/131249996 swapFree=33005016/33010684
[pid=175954] ppid=175951 vsize=19063512 memory=1388356 CPUtime=10.97 cores=5,7
/proc/175954/stat : 175954 (java) S 175951 175954 173935 0 -1 4194304 25458 0 0 0 1064 33 0 0 20 0 20 0 238797952 19521036288 347089 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
/proc/175954/statm: 4765878 347089 5497 1 0 556485 0
[pid=175954/tid=175956] ppid=175951 vsize=19063512 memory=0 CPUtime=5.94 cores=5,7
/proc/175954/task/175956/stat : 175956 (java) R 175951 175954 173935 0 -1 4194368 6917 0 0 0 569 25 0 0 20 0 20 0 238797953 19521036288 347089 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175965] ppid=175951 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/175954/task/175965/stat : 175965 (Finalizer) S 175951 175954 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238797955 19521036288 347089 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175972] ppid=175951 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/175954/task/175972/stat : 175972 (Common-Cleaner) S 175951 175954 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238797956 19521036288 347089 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175974] ppid=175951 vsize=19063512 memory=1318832 CPUtime=0 cores=5,7
/proc/175954/task/175974/stat : 175974 (Timer-0) S 175951 175954 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238798035 19521036288 347089 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
Current children cumulated CPU time: 10.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1388356 KiB

[startup+12.7002 s]
/proc/loadavg: 4.29 4.26 4.21 5/341 175974
/proc/meminfo: memFree=108832824/131249996 swapFree=33005016/33010684
[pid=175954] ppid=175951 vsize=19063512 memory=3116396 CPUtime=18.08 cores=5,7
/proc/175954/stat : 175954 (java) S 175951 175954 173935 0 -1 4194304 34437 0 0 0 1740 68 0 0 20 0 20 0 238797952 19521036288 779099 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
/proc/175954/statm: 4765878 779099 5497 1 0 1082944 0
[pid=175954/tid=175956] ppid=175951 vsize=19063512 memory=1318832 CPUtime=12.25 cores=5,7
/proc/175954/task/175956/stat : 175956 (java) R 175951 175954 173935 0 -1 4194368 9661 0 0 0 1167 58 0 0 20 0 20 0 238797953 19521036288 779611 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175965] ppid=175951 vsize=19063512 memory=2716812 CPUtime=0 cores=5,7
/proc/175954/task/175965/stat : 175965 (Finalizer) S 175951 175954 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238797955 19521036288 779611 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175972] ppid=175951 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/175954/task/175972/stat : 175972 (Common-Cleaner) S 175951 175954 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238797956 19521036288 779611 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175974] ppid=175951 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/175954/task/175974/stat : 175974 (Timer-0) S 175951 175954 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238798035 19521036288 779611 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
Current children cumulated CPU time: 18.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3116396 KiB

[startup+25.5003 s]
/proc/loadavg: 4.31 4.26 4.21 5/341 175974
/proc/meminfo: memFree=108334948/131249996 swapFree=33005016/33010684
[pid=175954] ppid=175951 vsize=19063512 memory=3303024 CPUtime=31.27 cores=5,7
/proc/175954/stat : 175954 (java) S 175951 175954 173935 0 -1 4194304 34980 0 0 0 3053 74 0 0 20 0 20 0 238797952 19521036288 825756 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
/proc/175954/statm: 4765878 825756 5497 1 0 1082965 0
[pid=175954/tid=175956] ppid=175951 vsize=19063512 memory=0 CPUtime=24.71 cores=5,7
/proc/175954/task/175956/stat : 175956 (java) R 175951 175954 173935 0 -1 4194368 9906 0 0 0 2409 62 0 0 20 0 20 0 238797953 19521036288 825756 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175965] ppid=175951 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/175954/task/175965/stat : 175965 (Finalizer) S 175951 175954 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238797955 19521036288 825756 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175972] ppid=175951 vsize=19063512 memory=3272144 CPUtime=0 cores=5,7
/proc/175954/task/175972/stat : 175972 (Common-Cleaner) S 175951 175954 173935 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 238797956 19521036288 825756 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175974] ppid=175951 vsize=19063512 memory=3272144 CPUtime=0 cores=5,7
/proc/175954/task/175974/stat : 175974 (Timer-0) S 175951 175954 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238798035 19521036288 825756 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
Current children cumulated CPU time: 31.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3303024 KiB

[startup+51.1058 s]
/proc/loadavg: 4.20 4.24 4.20 5/341 175975
/proc/meminfo: memFree=107724660/131249996 swapFree=33005016/33010684
[pid=175954] ppid=175951 vsize=19063512 memory=3567992 CPUtime=58.38 cores=5,7
/proc/175954/stat : 175954 (java) S 175951 175954 173935 0 -1 4194304 47030 0 0 0 5752 86 0 0 20 0 20 0 238797952 19521036288 891998 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
/proc/175954/statm: 4765878 891998 5497 1 0 1083118 0
[pid=175954/tid=175956] ppid=175951 vsize=19063512 memory=3303024 CPUtime=49.75 cores=5,7
/proc/175954/task/175956/stat : 175956 (java) R 175951 175954 173935 0 -1 4194368 14420 0 0 0 4906 69 0 0 20 0 20 0 238797953 19521036288 891998 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175965] ppid=175951 vsize=19063512 memory=13312 CPUtime=0 cores=5,7
/proc/175954/task/175965/stat : 175965 (Finalizer) S 175951 175954 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238797955 19521036288 891998 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175972] ppid=175951 vsize=19063512 memory=2308 CPUtime=0 cores=5,7

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

/proc/meminfo: memFree=115508744/131249996 swapFree=33005016/33010684
[pid=175954] ppid=175951 vsize=19063512 memory=4280836 CPUtime=3213.85 cores=5,7
/proc/175954/stat : 175954 (java) S 175951 175954 173935 0 -1 4194304 182287 0 0 0 320986 399 0 0 20 0 20 0 238797952 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
/proc/175954/statm: 4765878 1070209 5561 1 0 1084020 0
[pid=175954/tid=175956] ppid=175951 vsize=19063512 memory=14464 CPUtime=3096.93 cores=5,7
/proc/175954/task/175956/stat : 175956 (java) R 175951 175954 173935 0 -1 4194368 86116 0 0 0 309421 272 0 0 20 0 20 0 238797953 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175965] ppid=175951 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/175954/task/175965/stat : 175965 (Finalizer) S 175951 175954 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238797955 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175972] ppid=175951 vsize=19063512 memory=4280836 CPUtime=0 cores=5,7
/proc/175954/task/175972/stat : 175972 (Common-Cleaner) S 175951 175954 173935 0 -1 4194368 2333 0 0 0 0 0 0 0 20 0 20 0 238797956 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175974] ppid=175951 vsize=19063512 memory=4280836 CPUtime=0 cores=5,7
/proc/175954/task/175974/stat : 175974 (Timer-0) S 175951 175954 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238798035 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
Current children cumulated CPU time: 3213.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4280836 KiB

[startup+3222.3 s]
/proc/loadavg: 2.45 3.18 3.76 3/293 176219
/proc/meminfo: memFree=115502352/131249996 swapFree=33005016/33010684
[pid=175954] ppid=175951 vsize=19063512 memory=4280836 CPUtime=3274.4 cores=5,7
/proc/175954/stat : 175954 (java) S 175951 175954 173935 0 -1 4194304 182981 0 0 0 327035 405 0 0 20 0 20 0 238797952 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
/proc/175954/statm: 4765878 1070209 5561 1 0 1084020 0
[pid=175954/tid=175956] ppid=175951 vsize=19063512 memory=14464 CPUtime=3155.66 cores=5,7
/proc/175954/task/175956/stat : 175956 (java) R 175951 175954 173935 0 -1 4194368 86741 0 0 0 315290 276 0 0 20 0 20 0 238797953 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175965] ppid=175951 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/175954/task/175965/stat : 175965 (Finalizer) S 175951 175954 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238797955 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175972] ppid=175951 vsize=19063512 memory=4280836 CPUtime=0 cores=5,7
/proc/175954/task/175972/stat : 175972 (Common-Cleaner) S 175951 175954 173935 0 -1 4194368 2334 0 0 0 0 0 0 0 20 0 20 0 238797956 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175974] ppid=175951 vsize=19063512 memory=4280836 CPUtime=0 cores=5,7
/proc/175954/task/175974/stat : 175974 (Timer-0) S 175951 175954 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238798035 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
Current children cumulated CPU time: 3274.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4280836 KiB

[startup+3282.3 s]
/proc/loadavg: 2.21 2.98 3.65 3/293 176221
/proc/meminfo: memFree=115481664/131249996 swapFree=33005016/33010684
[pid=175954] ppid=175951 vsize=19063512 memory=4280836 CPUtime=3335.08 cores=5,7
/proc/175954/stat : 175954 (java) S 175951 175954 173935 0 -1 4194304 185779 0 0 0 333098 410 0 0 20 0 20 0 238797952 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
/proc/175954/statm: 4765878 1070209 5561 1 0 1084020 0
[pid=175954/tid=175956] ppid=175951 vsize=19063512 memory=4280836 CPUtime=3214.5 cores=5,7
/proc/175954/task/175956/stat : 175956 (java) S 175951 175954 173935 0 -1 4194368 88706 0 0 0 321171 279 0 0 20 0 20 0 238797953 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175965] ppid=175951 vsize=19063512 memory=4280836 CPUtime=0 cores=5,7
/proc/175954/task/175965/stat : 175965 (Finalizer) S 175951 175954 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238797955 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175972] ppid=175951 vsize=19063512 memory=23168 CPUtime=0 cores=5,7
/proc/175954/task/175972/stat : 175972 (Common-Cleaner) S 175951 175954 173935 0 -1 4194368 2380 0 0 0 0 0 0 0 20 0 20 0 238797956 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175974] ppid=175951 vsize=19063512 memory=4280836 CPUtime=0 cores=5,7
/proc/175954/task/175974/stat : 175974 (Timer-0) S 175951 175954 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238798035 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
Current children cumulated CPU time: 3335.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4280836 KiB

[startup+3342.3 s]
/proc/loadavg: 2.14 2.81 3.55 3/292 176223
/proc/meminfo: memFree=115462452/131249996 swapFree=33005016/33010684
[pid=175954] ppid=175951 vsize=19063512 memory=4280836 CPUtime=3395.57 cores=5,7
/proc/175954/stat : 175954 (java) S 175951 175954 173935 0 -1 4194304 188223 0 0 0 339142 415 0 0 20 0 20 0 238797952 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
/proc/175954/statm: 4765878 1070209 5561 1 0 1084020 0
[pid=175954/tid=175956] ppid=175951 vsize=19063512 memory=4280836 CPUtime=3273.18 cores=5,7
/proc/175954/task/175956/stat : 175956 (java) R 175951 175954 173935 0 -1 4194368 90212 0 0 0 327036 282 0 0 20 0 20 0 238797953 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175965] ppid=175951 vsize=19063512 memory=4280836 CPUtime=0 cores=5,7
/proc/175954/task/175965/stat : 175965 (Finalizer) S 175951 175954 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238797955 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175972] ppid=175951 vsize=19063512 memory=4280836 CPUtime=0 cores=5,7
/proc/175954/task/175972/stat : 175972 (Common-Cleaner) S 175951 175954 173935 0 -1 4194368 2380 0 0 0 0 0 0 0 20 0 20 0 238797956 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175974] ppid=175951 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/175954/task/175974/stat : 175974 (Timer-0) S 175951 175954 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238798035 19521036288 1070209 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
Current children cumulated CPU time: 3395.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4280836 KiB

[startup+3402.3 s]
/proc/loadavg: 1.66 2.57 3.42 2/267 176258
/proc/meminfo: memFree=124779696/131249996 swapFree=33005016/33010684
[pid=175954] ppid=175951 vsize=19063512 memory=4281092 CPUtime=3456.82 cores=5,7
/proc/175954/stat : 175954 (java) S 175951 175954 173935 0 -1 4194304 190576 0 0 0 345260 422 0 0 20 0 20 0 238797952 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
/proc/175954/statm: 4765878 1070273 5561 1 0 1084079 0
[pid=175954/tid=175956] ppid=175951 vsize=19063512 memory=4280836 CPUtime=3332.07 cores=5,7
/proc/175954/task/175956/stat : 175956 (java) R 175951 175954 173935 0 -1 4194368 90858 0 0 0 332920 287 0 0 20 0 20 0 238797953 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175965] ppid=175951 vsize=19063512 memory=4280836 CPUtime=0 cores=5,7
/proc/175954/task/175965/stat : 175965 (Finalizer) S 175951 175954 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238797955 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175972] ppid=175951 vsize=19063512 memory=4280836 CPUtime=0 cores=5,7
/proc/175954/task/175972/stat : 175972 (Common-Cleaner) S 175951 175954 173935 0 -1 4194368 2407 0 0 0 0 0 0 0 20 0 20 0 238797956 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175974] ppid=175951 vsize=19063512 memory=23168 CPUtime=0 cores=5,7
/proc/175954/task/175974/stat : 175974 (Timer-0) S 175951 175954 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238798035 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
Current children cumulated CPU time: 3456.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4281092 KiB

[startup+3462.3 s]
/proc/loadavg: 1.28 2.29 3.27 2/265 176262
/proc/meminfo: memFree=124779984/131249996 swapFree=33005016/33010684
[pid=175954] ppid=175951 vsize=19063512 memory=4281092 CPUtime=3517.54 cores=5,7
/proc/175954/stat : 175954 (java) S 175951 175954 173935 0 -1 4194304 193269 0 0 0 351327 427 0 0 20 0 20 0 238797952 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
/proc/175954/statm: 4765878 1070273 5561 1 0 1084079 0
[pid=175954/tid=175956] ppid=175951 vsize=19063512 memory=4280836 CPUtime=3390.77 cores=5,7
/proc/175954/task/175956/stat : 175956 (java) R 175951 175954 173935 0 -1 4194368 92747 0 0 0 338786 291 0 0 20 0 20 0 238797953 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175965] ppid=175951 vsize=19063512 memory=4280836 CPUtime=0 cores=5,7
/proc/175954/task/175965/stat : 175965 (Finalizer) S 175951 175954 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238797955 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175972] ppid=175951 vsize=19063512 memory=4280836 CPUtime=0 cores=5,7
/proc/175954/task/175972/stat : 175972 (Common-Cleaner) S 175951 175954 173935 0 -1 4194368 2407 0 0 0 0 0 0 0 20 0 20 0 238797956 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175974] ppid=175951 vsize=19063512 memory=23168 CPUtime=0 cores=5,7
/proc/175954/task/175974/stat : 175974 (Timer-0) S 175951 175954 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238798035 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
Current children cumulated CPU time: 3517.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4281092 KiB

[startup+3522.3 s]
/proc/loadavg: 1.19 2.08 3.13 2/265 176265
/proc/meminfo: memFree=124778756/131249996 swapFree=33005016/33010684
[pid=175954] ppid=175951 vsize=19063512 memory=4281092 CPUtime=3578.24 cores=5,7
/proc/175954/stat : 175954 (java) S 175951 175954 173935 0 -1 4194304 195811 0 0 0 357390 434 0 0 20 0 20 0 238797952 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
/proc/175954/statm: 4765878 1070273 5561 1 0 1084079 0
[pid=175954/tid=175956] ppid=175951 vsize=19063512 memory=14464 CPUtime=3449.44 cores=5,7
/proc/175954/task/175956/stat : 175956 (java) R 175951 175954 173935 0 -1 4194368 94359 0 0 0 344648 296 0 0 20 0 20 0 238797953 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175965] ppid=175951 vsize=19063512 memory=4281092 CPUtime=0 cores=5,7
/proc/175954/task/175965/stat : 175965 (Finalizer) S 175951 175954 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238797955 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175972] ppid=175951 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/175954/task/175972/stat : 175972 (Common-Cleaner) S 175951 175954 173935 0 -1 4194368 2480 0 0 0 0 0 0 0 20 0 20 0 238797956 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175974] ppid=175951 vsize=19063512 memory=4281092 CPUtime=0 cores=5,7
/proc/175954/task/175974/stat : 175974 (Timer-0) S 175951 175954 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238798035 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
Current children cumulated CPU time: 3578.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4281092 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3543.8 s]
/proc/loadavg: 1.20 2.03 3.09 2/266 176267
/proc/meminfo: memFree=124779276/131249996 swapFree=33005016/33010684
[pid=175954] ppid=175951 vsize=19063512 memory=4281092 CPUtime=3600.09 cores=5,7
/proc/175954/stat : 175954 (java) S 175951 175954 173935 0 -1 4194304 195904 0 0 0 359573 436 0 0 20 0 20 0 238797952 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
/proc/175954/statm: 4765878 1070273 5561 1 0 1084079 0
[pid=175954/tid=175956] ppid=175951 vsize=19063512 memory=4764 CPUtime=3470.49 cores=5,7
/proc/175954/task/175956/stat : 175956 (java) R 175951 175954 173935 0 -1 4194368 94419 0 0 0 346752 297 0 0 20 0 20 0 238797953 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175965] ppid=175951 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/175954/task/175965/stat : 175965 (Finalizer) S 175951 175954 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238797955 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175972] ppid=175951 vsize=19063512 memory=20096 CPUtime=0 cores=5,7
/proc/175954/task/175972/stat : 175972 (Common-Cleaner) S 175951 175954 173935 0 -1 4194368 2480 0 0 0 0 0 0 0 20 0 20 0 238797956 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
[pid=175954/tid=175974] ppid=175951 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/175954/task/175974/stat : 175974 (Timer-0) S 175951 175954 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238798035 19521036288 1070273 18446744073709551615 93976901050368 93976901054064 140730869279536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93976901061880 93976901062672 93976929714176 140730869283153 140730869283300 140730869283300 140730869288904 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4281092 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.83 s, system=4.37798 s

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

Child status: 143

Real time (s): 3543.88
CPU time (s): 3600.21
CPU user time (s): 3595.83
CPU system time (s): 4.37798
CPU usage (%): 101.589
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4281092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.83
system time used= 4.37798
maximum resident set size= 4281988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198450
page faults= 0
swaps= 0
block input operations= 0
block output operations= 844064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135041
involuntary context switches= 19554


# summary of solver processes directly reported to runsolver:
#   pid: 175954
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3595.83
#   total CPU system time (s): 4.37798

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.588 second user time and 18.4188 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-23 02:39:44
IDJOB=4545239
IDBENCH=180780
IDSOLVER=3362
FILE ID=nodeC030/4545239-1753231184
RUNJOBID= nodeC030-1753223901-173948
SLURM_JOB_ID= 9687830
Free space on /tmp= 432616 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-45-21-3-mgd_c18.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545239-1753231184/watcher-4545239-1753231184 -o /tmp/evaluation-result-4545239-1753231184/solver-4545239-1753231184 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753223901-173948 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545239-1753231184 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4545239-1753231184.opb

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

MD5SUM BENCH= 6b2fe99dba414b0499b72921573350a8
RANDOM SEED=542588118

nodeC030 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.361
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	: 7000.62
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		: 3600.322
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	: 7000.62
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		: 3602.250
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	: 7000.62
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.420
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	: 7000.62
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.329
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	: 7000.62
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		: 3598.632
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	: 7000.62
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		: 3603.108
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	: 7000.62
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		: 3600.323
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        111843796 kB
MemAvailable:   112285896 kB
Buffers:              16 kB
Cached:          1208024 kB
SwapCached:          232 kB
Active:         18135332 kB
Inactive:         536792 kB
Active(anon):   17447944 kB
Inactive(anon):    37900 kB
Active(file):     687388 kB
Inactive(file):   498892 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12660 kB
Writeback:             0 kB
AnonPages:      17466956 kB
Mapped:           123888 kB
Shmem:             21756 kB
KReclaimable:     189720 kB
Slab:             285212 kB
SReclaimable:     189720 kB
SUnreclaim:        95492 kB
KernelStack:        5232 kB
PageTables:        37972 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   20048240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17201152 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432436 MiB
End job on nodeC030 at 2025-07-23 03:38:48