Trace number 4515785

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.23 3596.6

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP015.shuf-3.opb
MD5SUM2f85b72b6ef5e59c33ee9cc8af792651
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.0117
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables680
Total number of constraints137
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints135
Minimum length of a constraint5
Maximum length of a constraint15
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 7
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 27
Number of bits of the biggest sum of numbers5
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.09/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.10	c java.vm.version	22.0.1+8-16
0.09/0.10	c java.vm.vendor	Oracle Corporation
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		22.0.1
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.11	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.17	c Pseudo Boolean Optimization by upper bound
0.09/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.17	c  - never skip resolution steps
0.09/0.17	c  - Auto-division on coefficients is disabled
0.09/0.17	c  - No postprocessing
0.09/0.17	c  - Conflict is considered as is when resolving
0.09/0.17	c  - Use constraints as they come during conflict analysis
0.09/0.17	c  - Weaken first using unassigned literals
0.09/0.17	c  - Bump strategy: ALWAYS_ONE
0.09/0.17	c  - Bumper: EFFECTIVE
0.09/0.17	c --- Begin Solver configuration ---
0.09/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.09/0.17	c Learn all clauses as in MiniSAT
0.09/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.17	c No reason simplification
0.09/0.17	c Dynamic restart strategy considering the size of the coefficients
0.09/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.09/0.17	c timeout=2147483s
0.09/0.17	c DB Simplification allowed=false
0.09/0.17	c Listener: none
0.09/0.17	c --- End Solver configuration ---
0.09/0.17	c solving HOME/instance-4515785-1751239612.opb
0.09/0.17	c reading problem ... 
0.09/0.17	c using VERIPB proof format
0.09/0.17	c  no objective function found
0.29/0.22	c ... done. Wall clock time 0.042s.
0.29/0.22	c declared #vars     680
0.29/0.22	c #constraints  137
0.29/0.22	c constraints type 
0.29/0.22	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 137
0.29/0.22	c 137 constraints processed.
7.57/3.91	c cleaning 2494 clauses out of 5000 with flag 0/5000
237.78/232.70	c cleaning 4254 clauses out of 8508 with flag 0/11002
655.58/650.77	c cleaning 5625 clauses out of 11252 with flag 0/18000
1207.81/1203.41	c cleaning 6812 clauses out of 13627 with flag 0/26000
1577.78/1573.48	c cleaning 7903 clauses out of 15817 with flag 0/35002
1610.76/1606.10	c cleaning 8957 clauses out of 17913 with flag 0/45001
1786.67/1781.61	c cleaning 9977 clauses out of 19955 with flag 0/56000
1890.19/1885.05	c cleaning 10983 clauses out of 21978 with flag 0/68000
2826.83/2822.68	c cleaning 11988 clauses out of 23995 with flag 0/81000
3600.04/3596.51	c starts		: 15
3600.04/3596.53	c conflicts		: 93073
3600.04/3596.53	c decisions		: 507679
3600.04/3596.53	c propagations		: 1121390
3600.04/3596.53	c inspects		: 1307999067
3600.04/3596.53	c shortcuts		: 0
3600.04/3596.53	c learnt literals	: 0
3600.04/3596.53	c learnt binary clauses	: 0
3600.04/3596.53	c learnt ternary clauses	: 0
3600.04/3596.53	c learnt constraints	: 93073
3600.04/3596.53	c ignored constraints	: 0
3600.04/3596.53	c root simplifications	: 0
3600.04/3596.53	c removed literals (reason simplification)	: 0
3600.04/3596.53	c reason swapping (by a shorter reason)	: 0
3600.04/3596.53	c Calls to reduceDB	: 9
3600.04/3596.53	c Number of update (reduction) of LBD	: 78128
3600.04/3596.53	c Imported unit clauses	: 0
3600.04/3596.53	c No decision after first conflict	: false
3600.04/3596.53	c number of reductions to clauses (during analyze)	: 0
3600.04/3596.53	c number of learned constraints concerned by reduction	: 0
3600.04/3596.53	c number of learning phase by resolution	: 0
3600.04/3596.53	c number of learning phase by cutting planes	: 0
3600.04/3596.53	c number of rounding to 1 operations	: 0
3600.04/3596.54	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3596.54	c number of reductions of the coefficients by power 2 	: 0
3600.04/3596.54	c number of right shift for reduction by power 2 	: 0
3600.04/3596.54	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3596.54	c number of ending skipping 	: 0
3600.04/3596.54	c number of internal skipping 	: 0
3600.04/3596.54	c number of derivation steps 	: 280996
3600.04/3596.54	c number of skipped derivation steps 	: 0
3600.04/3596.54	c number of remaining unassigned 	: 492953
3600.04/3596.54	c number of remaining assigned 	: 10684520
3600.04/3596.54	c number of falsified literals weakened from reason	: 0
3600.04/3596.54	c number of falsified literals weakened from conflict	: 0
3600.04/3596.54	c time for arithmetic operations	: 1571542444
3600.04/3596.55	c minimum degree of deleted constraints	: 1
3600.04/3596.55	c maximum degree of deleted constraints	: 3089335066958804836755148640284983250179933682674335334585803901031201687816358919142287309563232647206709275013383101171463653360
3600.04/3596.55	c number of deleted constraints	: 68993
3600.04/3596.55	c speed (assignments/second)	: 311.8151003940128
3600.04/3596.55	c non guided choices	: 979
3600.04/3596.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 407
3600.04/3596.58	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 23673
3600.04/3596.59	s UNKNOWN
3600.04/3596.59	c Total wall clock time (in seconds): 3596.414

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515785-1751239612/watcher-4515785-1751239612 -o /tmp/evaluation-result-4515785-1751239612/solver-4515785-1751239612 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751239612-32019 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515785-1751239612 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4515785-1751239612.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=32066, runsolver pid=32056

[startup+0.100059 s]*
/proc/loadavg: 2.17 3.75 4.27 9/332 32143
/proc/meminfo: memFree=127667792/131249992 swapFree=33010160/33010684
[pid=32066] ppid=32056 vsize=18930384 memory=55728 CPUtime=0.09 cores=5,7
/proc/32066/stat : 32066 (java) S 32056 32066 32006 0 -1 4194304 6071 0 0 0 7 2 0 0 20 0 18 0 39635729 19384713216 13932 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
/proc/32066/statm: 4732596 13932 5337 1 0 547233 0
[pid=32066/tid=32083] ppid=32056 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=5,7
/proc/32066/task/32083/stat : 32083 (java) R 32056 32066 32006 0 -1 4194368 4963 0 0 0 4 1 0 0 20 0 18 0 39635731 19384713216 13932 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32119] ppid=32056 vsize=18930384 memory=13934 CPUtime=0 cores=5,7
/proc/32066/task/32119/stat : 32119 (Finalizer) S 32056 32066 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39635733 19384713216 13932 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32133] ppid=32056 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/32066/task/32133/stat : 32133 (Common-Cleaner) S 32056 32066 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39635734 19384713216 13932 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55728 KiB

[startup+0.205696 s]*
/proc/loadavg: 2.17 3.75 4.27 13/332 32143
/proc/meminfo: memFree=127639260/131249992 swapFree=33010160/33010684
[pid=32066] ppid=32056 vsize=18930384 memory=67644 CPUtime=0.29 cores=5,7
/proc/32066/stat : 32066 (java) S 32056 32066 32006 0 -1 4194304 6896 0 0 0 26 3 0 0 20 0 18 0 39635729 19384713216 16911 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
/proc/32066/statm: 4732596 16911 5433 1 0 547960 0
[pid=32066/tid=32083] ppid=32056 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=5,7
/proc/32066/task/32083/stat : 32083 (java) R 32056 32066 32006 0 -1 4194368 5388 0 0 0 14 2 0 0 20 0 18 0 39635731 19384713216 16911 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32119] ppid=32056 vsize=18930384 memory=13934 CPUtime=0 cores=5,7
/proc/32066/task/32119/stat : 32119 (Finalizer) S 32056 32066 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39635733 19384713216 16911 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32133] ppid=32056 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/32066/task/32133/stat : 32133 (Common-Cleaner) S 32056 32066 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39635734 19384713216 16911 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67644 KiB

[startup+0.305658 s]*
/proc/loadavg: 2.17 3.75 4.27 13/336 32147
/proc/meminfo: memFree=127504096/131249992 swapFree=33010160/33010684
[pid=32066] ppid=32056 vsize=18996948 memory=77712 CPUtime=0.47 cores=5,7
/proc/32066/stat : 32066 (java) S 32056 32066 32006 0 -1 4194304 8335 0 0 0 44 3 0 0 20 0 19 0 39635729 19452874752 19428 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
/proc/32066/statm: 4749237 19428 5465 1 0 549262 0
[pid=32066/tid=32083] ppid=32056 vsize=18996948 memory=-6000919468411873900 CPUtime=0.22 cores=5,7
/proc/32066/task/32083/stat : 32083 (java) R 32056 32066 32006 0 -1 4194368 5458 0 0 0 20 2 0 0 20 0 19 0 39635731 19452874752 19428 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32119] ppid=32056 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32066/task/32119/stat : 32119 (Finalizer) S 32056 32066 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39635733 19452874752 19428 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32133] ppid=32056 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32066/task/32133/stat : 32133 (Common-Cleaner) S 32056 32066 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39635734 19452874752 19428 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32144] ppid=32056 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32066/task/32144/stat : 32144 (Timer-0) S 32056 32066 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39635751 19452874752 19428 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77712 KiB

[startup+0.700229 s]
/proc/loadavg: 2.17 3.75 4.27 9/336 32147
/proc/meminfo: memFree=127164392/131249992 swapFree=33010160/33010684
[pid=32066] ppid=32056 vsize=19063512 memory=180268 CPUtime=1.23 cores=5,7
/proc/32066/stat : 32066 (java) S 32056 32066 32006 0 -1 4194304 16217 0 0 0 117 6 0 0 20 0 20 0 39635729 19521036288 45067 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
/proc/32066/statm: 4765878 45067 5497 1 0 554446 0
[pid=32066/tid=32083] ppid=32056 vsize=19063512 memory=17280 CPUtime=0.52 cores=5,7
/proc/32066/task/32083/stat : 32083 (java) R 32056 32066 32006 0 -1 4194368 5518 0 0 0 49 3 0 0 20 0 20 0 39635731 19521036288 45067 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32119] ppid=32056 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32066/task/32119/stat : 32119 (Finalizer) S 32056 32066 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635733 19521036288 45067 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32133] ppid=32056 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/32066/task/32133/stat : 32133 (Common-Cleaner) S 32056 32066 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 45067 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32144] ppid=32056 vsize=19063512 memory=4624 CPUtime=0 cores=5,7
/proc/32066/task/32144/stat : 32144 (Timer-0) S 32056 32066 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635751 19521036288 45067 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180268 KiB

[startup+1.50023 s]
/proc/loadavg: 2.17 3.75 4.27 9/340 32151
/proc/meminfo: memFree=126786724/131249992 swapFree=33010160/33010684
[pid=32066] ppid=32056 vsize=19063512 memory=289432 CPUtime=2.81 cores=5,7
/proc/32066/stat : 32066 (java) S 32056 32066 32006 0 -1 4194304 29280 0 0 0 271 10 0 0 20 0 20 0 39635729 19521036288 72358 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
/proc/32066/statm: 4765878 72358 5497 1 0 559152 0
[pid=32066/tid=32083] ppid=32056 vsize=19063512 memory=10752 CPUtime=1.26 cores=5,7
/proc/32066/task/32083/stat : 32083 (java) R 32056 32066 32006 0 -1 4194368 5869 0 0 0 121 5 0 0 20 0 20 0 39635731 19521036288 72358 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32119] ppid=32056 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32066/task/32119/stat : 32119 (Finalizer) S 32056 32066 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635733 19521036288 72358 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32133] ppid=32056 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/32066/task/32133/stat : 32133 (Common-Cleaner) S 32056 32066 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 72358 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32144] ppid=32056 vsize=19063512 memory=4624 CPUtime=0 cores=5,7
/proc/32066/task/32144/stat : 32144 (Timer-0) S 32056 32066 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635751 19521036288 72358 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 289432 KiB

[startup+3.10568 s]
/proc/loadavg: 2.64 3.82 4.29 9/340 32151
/proc/meminfo: memFree=124737952/131249992 swapFree=33010160/33010684
[pid=32066] ppid=32056 vsize=19063512 memory=626104 CPUtime=5.99 cores=5,7
/proc/32066/stat : 32066 (java) S 32056 32066 32006 0 -1 4194304 33974 0 0 0 581 18 0 0 20 0 20 0 39635729 19521036288 156526 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
/proc/32066/statm: 4765878 156526 5497 1 0 560236 0
[pid=32066/tid=32083] ppid=32056 vsize=19063512 memory=10752 CPUtime=2.83 cores=5,7
/proc/32066/task/32083/stat : 32083 (java) R 32056 32066 32006 0 -1 4194368 6645 0 0 0 271 12 0 0 20 0 20 0 39635731 19521036288 156526 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32119] ppid=32056 vsize=19063512 memory=-6000919481296775788 CPUtime=0 cores=5,7
/proc/32066/task/32119/stat : 32119 (Finalizer) S 32056 32066 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635733 19521036288 156526 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32133] ppid=32056 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32066/task/32133/stat : 32133 (Common-Cleaner) S 32056 32066 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 156526 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32144] ppid=32056 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/32066/task/32144/stat : 32144 (Timer-0) S 32056 32066 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635751 19521036288 156526 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 626104 KiB

[startup+6.3002 s]
/proc/loadavg: 2.64 3.82 4.29 6/340 32151
/proc/meminfo: memFree=122077048/131249992 swapFree=33010160/33010684
[pid=32066] ppid=32056 vsize=19063512 memory=896004 CPUtime=11.03 cores=5,7
/proc/32066/stat : 32066 (java) S 32056 32066 32006 0 -1 4194304 35213 0 0 0 1080 23 0 0 20 0 20 0 39635729 19521036288 224001 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
/proc/32066/statm: 4765878 224001 5497 1 0 560289 0
[pid=32066/tid=32083] ppid=32056 vsize=19063512 memory=0 CPUtime=5.96 cores=5,7
/proc/32066/task/32083/stat : 32083 (java) R 32056 32066 32006 0 -1 4194368 7473 0 0 0 579 17 0 0 20 0 20 0 39635731 19521036288 224001 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32119] ppid=32056 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/32066/task/32119/stat : 32119 (Finalizer) S 32056 32066 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635733 19521036288 224001 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32133] ppid=32056 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32066/task/32133/stat : 32133 (Common-Cleaner) S 32056 32066 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 224001 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32144] ppid=32056 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/32066/task/32144/stat : 32144 (Timer-0) S 32056 32066 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635751 19521036288 224001 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
Current children cumulated CPU time: 11.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 896004 KiB

[startup+12.7002 s]
/proc/loadavg: 2.75 3.83 4.29 5/340 32151
/proc/meminfo: memFree=121585648/131249992 swapFree=33010160/33010684
[pid=32066] ppid=32056 vsize=19063512 memory=1336348 CPUtime=17.47 cores=5,7
/proc/32066/stat : 32066 (java) S 32056 32066 32006 0 -1 4194304 37045 0 0 0 1714 33 0 0 20 0 20 0 39635729 19521036288 334087 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
/proc/32066/statm: 4765878 334087 5497 1 0 560289 0
[pid=32066/tid=32083] ppid=32056 vsize=19063512 memory=10752 CPUtime=12.32 cores=5,7
/proc/32066/task/32083/stat : 32083 (java) R 32056 32066 32006 0 -1 4194368 8024 0 0 0 1206 26 0 0 20 0 20 0 39635731 19521036288 334087 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32119] ppid=32056 vsize=19063512 memory=1336348 CPUtime=0 cores=5,7
/proc/32066/task/32119/stat : 32119 (Finalizer) S 32056 32066 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635733 19521036288 334087 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32133] ppid=32056 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32066/task/32133/stat : 32133 (Common-Cleaner) S 32056 32066 32006 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 334087 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32144] ppid=32056 vsize=19063512 memory=-6000919481296775788 CPUtime=0 cores=5,7
/proc/32066/task/32144/stat : 32144 (Timer-0) S 32056 32066 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635751 19521036288 334087 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
Current children cumulated CPU time: 17.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1336348 KiB

[startup+25.5002 s]
/proc/loadavg: 3.11 3.85 4.29 5/340 32152
/proc/meminfo: memFree=120654812/131249992 swapFree=33010160/33010684
[pid=32066] ppid=32056 vsize=19063512 memory=1338424 CPUtime=30.38 cores=5,7
/proc/32066/stat : 32066 (java) S 32056 32066 32006 0 -1 4194304 43839 0 0 0 3004 34 0 0 20 0 20 0 39635729 19521036288 334606 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
/proc/32066/statm: 4765878 334606 5497 1 0 560289 0
[pid=32066/tid=32083] ppid=32056 vsize=19063512 memory=1336348 CPUtime=25.04 cores=5,7
/proc/32066/task/32083/stat : 32083 (java) R 32056 32066 32006 0 -1 4194368 9719 0 0 0 2478 26 0 0 20 0 20 0 39635731 19521036288 334606 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32119] ppid=32056 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/32066/task/32119/stat : 32119 (Finalizer) S 32056 32066 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635733 19521036288 334606 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32133] ppid=32056 vsize=19063512 memory=-6000919481296775788 CPUtime=0 cores=5,7
/proc/32066/task/32133/stat : 32133 (Common-Cleaner) S 32056 32066 32006 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 334606 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32144] ppid=32056 vsize=19063512 memory=898052 CPUtime=0 cores=5,7
/proc/32066/task/32144/stat : 32144 (Timer-0) S 32056 32066 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635751 19521036288 334606 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
Current children cumulated CPU time: 30.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1338424 KiB

[startup+51.1058 s]
/proc/loadavg: 3.41 3.87 4.28 5/342 32154
/proc/meminfo: memFree=119924256/131249992 swapFree=33010160/33010684
[pid=32066] ppid=32056 vsize=19063512 memory=1350796 CPUtime=55.95 cores=5,7
/proc/32066/stat : 32066 (java) S 32056 32066 32006 0 -1 4194304 46477 0 0 0 5560 35 0 0 20 0 20 0 39635729 19521036288 337699 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
/proc/32066/statm: 4765878 337699 5497 1 0 560289 0
[pid=32066/tid=32083] ppid=32056 vsize=19063512 memory=1350796 CPUtime=50.5 cores=5,7

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

/proc/meminfo: memFree=114495592/131249992 swapFree=33010160/33010684
[pid=32066] ppid=32056 vsize=19063512 memory=1980360 CPUtime=3286.25 cores=5,7
/proc/32066/stat : 32066 (java) S 32056 32066 32006 0 -1 4194304 98018 0 0 0 328469 156 0 0 20 0 20 0 39635729 19521036288 495090 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
/proc/32066/statm: 4765878 495090 5497 1 0 560360 0
[pid=32066/tid=32083] ppid=32056 vsize=19063512 memory=1978312 CPUtime=3264.32 cores=5,7
/proc/32066/task/32083/stat : 32083 (java) R 32056 32066 32006 0 -1 4194368 36622 0 0 0 326387 45 0 0 20 0 20 0 39635731 19521036288 495090 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32119] ppid=32056 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32066/task/32119/stat : 32119 (Finalizer) S 32056 32066 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635733 19521036288 495090 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32133] ppid=32056 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/32066/task/32133/stat : 32133 (Common-Cleaner) S 32056 32066 32006 0 -1 4194368 1452 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 495090 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32144] ppid=32056 vsize=19063512 memory=1980360 CPUtime=0 cores=5,7
/proc/32066/task/32144/stat : 32144 (Timer-0) S 32056 32066 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635751 19521036288 495090 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
Current children cumulated CPU time: 3286.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1980360 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.17 4.12 5/342 32334
/proc/meminfo: memFree=114468160/131249992 swapFree=33010160/33010684
[pid=32066] ppid=32056 vsize=19063512 memory=1990600 CPUtime=3346.19 cores=5,7
/proc/32066/stat : 32066 (java) S 32056 32066 32006 0 -1 4194304 98150 0 0 0 334462 157 0 0 20 0 20 0 39635729 19521036288 497650 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
/proc/32066/statm: 4765878 497650 5497 1 0 560360 0
[pid=32066/tid=32083] ppid=32056 vsize=19063512 memory=1988552 CPUtime=3324.05 cores=5,7
/proc/32066/task/32083/stat : 32083 (java) R 32056 32066 32006 0 -1 4194368 36666 0 0 0 332360 45 0 0 20 0 20 0 39635731 19521036288 497650 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32119] ppid=32056 vsize=19063512 memory=1980360 CPUtime=0 cores=5,7
/proc/32066/task/32119/stat : 32119 (Finalizer) S 32056 32066 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635733 19521036288 497650 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32133] ppid=32056 vsize=19063512 memory=1990600 CPUtime=0 cores=5,7
/proc/32066/task/32133/stat : 32133 (Common-Cleaner) S 32056 32066 32006 0 -1 4194368 1457 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 497650 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32144] ppid=32056 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/32066/task/32144/stat : 32144 (Timer-0) S 32056 32066 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635751 19521036288 497650 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
Current children cumulated CPU time: 3346.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1990600 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.13 4.11 5/342 32336
/proc/meminfo: memFree=114451528/131249992 swapFree=33010160/33010684
[pid=32066] ppid=32056 vsize=19063512 memory=1994696 CPUtime=3406.12 cores=5,7
/proc/32066/stat : 32066 (java) S 32056 32066 32006 0 -1 4194304 98225 0 0 0 340453 159 0 0 20 0 20 0 39635729 19521036288 498674 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
/proc/32066/statm: 4765878 498674 5497 1 0 560360 0
[pid=32066/tid=32083] ppid=32056 vsize=19063512 memory=1990600 CPUtime=3383.81 cores=5,7
/proc/32066/task/32083/stat : 32083 (java) R 32056 32066 32006 0 -1 4194368 36692 0 0 0 338336 45 0 0 20 0 20 0 39635731 19521036288 498674 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32119] ppid=32056 vsize=19063512 memory=1994696 CPUtime=0 cores=5,7
/proc/32066/task/32119/stat : 32119 (Finalizer) S 32056 32066 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635733 19521036288 498674 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32133] ppid=32056 vsize=19063512 memory=1994696 CPUtime=0 cores=5,7
/proc/32066/task/32133/stat : 32133 (Common-Cleaner) S 32056 32066 32006 0 -1 4194368 1457 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 498674 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32144] ppid=32056 vsize=19063512 memory=1994696 CPUtime=0 cores=5,7
/proc/32066/task/32144/stat : 32144 (Timer-0) S 32056 32066 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635751 19521036288 498674 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
Current children cumulated CPU time: 3406.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1994696 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.14 4.11 5/343 32339
/proc/meminfo: memFree=114447536/131249992 swapFree=33010160/33010684
[pid=32066] ppid=32056 vsize=19063512 memory=1998792 CPUtime=3466.04 cores=5,7
/proc/32066/stat : 32066 (java) S 32056 32066 32006 0 -1 4194304 98285 0 0 0 346443 161 0 0 20 0 20 0 39635729 19521036288 499698 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
/proc/32066/statm: 4765878 499698 5497 1 0 560360 0
[pid=32066/tid=32083] ppid=32056 vsize=19063512 memory=1990600 CPUtime=3443.57 cores=5,7
/proc/32066/task/32083/stat : 32083 (java) R 32056 32066 32006 0 -1 4194368 36710 0 0 0 344312 45 0 0 20 0 20 0 39635731 19521036288 499698 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32119] ppid=32056 vsize=19063512 memory=1996744 CPUtime=0 cores=5,7
/proc/32066/task/32119/stat : 32119 (Finalizer) S 32056 32066 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635733 19521036288 499698 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32133] ppid=32056 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/32066/task/32133/stat : 32133 (Common-Cleaner) S 32056 32066 32006 0 -1 4194368 1457 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 499698 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32144] ppid=32056 vsize=19063512 memory=1998792 CPUtime=0 cores=5,7
/proc/32066/task/32144/stat : 32144 (Timer-0) S 32056 32066 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635751 19521036288 499698 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
Current children cumulated CPU time: 3466.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1998792 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.16 4.11 5/343 32341
/proc/meminfo: memFree=114441076/131249992 swapFree=33010160/33010684
[pid=32066] ppid=32056 vsize=19063512 memory=2000840 CPUtime=3525.96 cores=5,7
/proc/32066/stat : 32066 (java) S 32056 32066 32006 0 -1 4194304 98849 0 0 0 352433 163 0 0 20 0 20 0 39635729 19521036288 500210 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
/proc/32066/statm: 4765878 500210 5497 1 0 560360 0
[pid=32066/tid=32083] ppid=32056 vsize=19063512 memory=2000840 CPUtime=3503.3 cores=5,7
/proc/32066/task/32083/stat : 32083 (java) R 32056 32066 32006 0 -1 4194368 37220 0 0 0 350285 45 0 0 20 0 20 0 39635731 19521036288 500210 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32119] ppid=32056 vsize=19063512 memory=1994696 CPUtime=0 cores=5,7
/proc/32066/task/32119/stat : 32119 (Finalizer) S 32056 32066 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635733 19521036288 500210 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32133] ppid=32056 vsize=19063512 memory=2000840 CPUtime=0 cores=5,7
/proc/32066/task/32133/stat : 32133 (Common-Cleaner) S 32056 32066 32006 0 -1 4194368 1457 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 500210 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32144] ppid=32056 vsize=19063512 memory=2000840 CPUtime=0 cores=5,7
/proc/32066/task/32144/stat : 32144 (Timer-0) S 32056 32066 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635751 19521036288 500210 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
Current children cumulated CPU time: 3525.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2000840 KiB

[startup+3582.3 s]
/proc/loadavg: 4.27 4.17 4.12 5/342 32545
/proc/meminfo: memFree=120006336/131249992 swapFree=33010160/33010684
[pid=32066] ppid=32056 vsize=19063512 memory=2004936 CPUtime=3585.87 cores=5,7
/proc/32066/stat : 32066 (java) S 32056 32066 32006 0 -1 4194304 99935 0 0 0 358422 165 0 0 20 0 20 0 39635729 19521036288 501234 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
/proc/32066/statm: 4765878 501234 5497 1 0 560360 0
[pid=32066/tid=32083] ppid=32056 vsize=19063512 memory=2002888 CPUtime=3563.05 cores=5,7
/proc/32066/task/32083/stat : 32083 (java) R 32056 32066 32006 0 -1 4194368 37996 0 0 0 356260 45 0 0 20 0 20 0 39635731 19521036288 501234 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32119] ppid=32056 vsize=19063512 memory=2002888 CPUtime=0 cores=5,7
/proc/32066/task/32119/stat : 32119 (Finalizer) S 32056 32066 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635733 19521036288 501234 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32133] ppid=32056 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/32066/task/32133/stat : 32133 (Common-Cleaner) S 32056 32066 32006 0 -1 4194368 1511 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 501234 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32144] ppid=32056 vsize=19063512 memory=2002888 CPUtime=0 cores=5,7
/proc/32066/task/32144/stat : 32144 (Timer-0) S 32056 32066 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635751 19521036288 501234 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
Current children cumulated CPU time: 3585.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2004936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.5 s]
/proc/loadavg: 4.21 4.16 4.12 6/341 32942
/proc/meminfo: memFree=122721120/131249992 swapFree=33010160/33010684
[pid=32066] ppid=32056 vsize=19063512 memory=2004936 CPUtime=3600.04 cores=5,7
/proc/32066/stat : 32066 (java) S 32056 32066 32006 0 -1 4194304 100209 0 0 0 359839 165 0 0 20 0 20 0 39635729 19521036288 501234 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
/proc/32066/statm: 4765878 501234 5497 1 0 560360 0
[pid=32066/tid=32083] ppid=32056 vsize=19063512 memory=14720 CPUtime=3577.18 cores=5,7
/proc/32066/task/32083/stat : 32083 (java) R 32056 32066 32006 0 -1 4194368 38259 0 0 0 357673 45 0 0 20 0 20 0 39635731 19521036288 501234 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32119] ppid=32056 vsize=19063512 memory=2004936 CPUtime=0 cores=5,7
/proc/32066/task/32119/stat : 32119 (Finalizer) S 32056 32066 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635733 19521036288 501234 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32133] ppid=32056 vsize=19063512 memory=2002888 CPUtime=0 cores=5,7
/proc/32066/task/32133/stat : 32133 (Common-Cleaner) S 32056 32066 32006 0 -1 4194368 1511 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 501234 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32144] ppid=32056 vsize=19063512 memory=2004936 CPUtime=0 cores=5,7
/proc/32066/task/32144/stat : 32144 (Timer-0) S 32056 32066 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635751 19521036288 501234 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2004936 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.56 s, system=1.66981 s

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

[startup+3596.5 s]
/proc/loadavg: 4.21 4.16 4.12 6/341 32942
/proc/meminfo: memFree=122721120/131249992 swapFree=33010160/33010684
[pid=32066] ppid=32056 vsize=19063512 memory=2004936 CPUtime=3600.04 cores=5,7
/proc/32066/stat : 32066 (java) S 32056 32066 32006 0 -1 4194304 100209 0 0 0 359839 165 0 0 20 0 20 0 39635729 19521036288 501234 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
/proc/32066/statm: 4765878 501234 5497 1 0 560360 0
[pid=32066/tid=32083] ppid=32056 vsize=19063512 memory=14720 CPUtime=3577.18 cores=5,7
/proc/32066/task/32083/stat : 32083 (java) R 32056 32066 32006 0 -1 4194368 38259 0 0 0 357673 45 0 0 20 0 20 0 39635731 19521036288 501234 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32119] ppid=32056 vsize=19063512 memory=2004936 CPUtime=0 cores=5,7
/proc/32066/task/32119/stat : 32119 (Finalizer) S 32056 32066 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635733 19521036288 501234 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32133] ppid=32056 vsize=19063512 memory=2002888 CPUtime=0 cores=5,7
/proc/32066/task/32133/stat : 32133 (Common-Cleaner) S 32056 32066 32006 0 -1 4194368 1511 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 501234 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
[pid=32066/tid=32144] ppid=32056 vsize=19063512 memory=2004936 CPUtime=0 cores=5,7
/proc/32066/task/32144/stat : 32144 (Timer-0) S 32056 32066 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635751 19521036288 501234 18446744073709551615 94827548889088 94827548892784 140729173476288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94827548900600 94827548901392 94827572723712 140729173481773 140729173481958 140729173481958 140729173487560 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2004936 KiB

Child status: 143

Real time (s): 3596.6
CPU time (s): 3600.23
CPU user time (s): 3598.56
CPU system time (s): 1.66981
CPU usage (%): 100.101
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2004936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.56
system time used= 1.6698
maximum resident set size= 2005832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102550
page faults= 0
swaps= 0
block input operations= 0
block output operations= 113152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130603
involuntary context switches= 26267


# summary of solver processes directly reported to runsolver:
#   pid: 32066
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3598.56
#   total CPU system time (s): 1.66981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.46228 second user time and 17.1509 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-30 01:26:52
IDJOB=4515785
IDBENCH=165344
IDSOLVER=3362
FILE ID=nodeC035/4515785-1751239612
RUNJOBID= nodeC035-1751239612-32019
SLURM_JOB_ID= 9587722
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP015.shuf-3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515785-1751239612/watcher-4515785-1751239612 -o /tmp/evaluation-result-4515785-1751239612/solver-4515785-1751239612 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751239612-32019 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515785-1751239612 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4515785-1751239612.opb

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

MD5SUM BENCH= 2f85b72b6ef5e59c33ee9cc8af792651
RANDOM SEED=1093104389

nodeC035 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		: 3071.542
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.51
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.908
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.51
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		: 3294.650
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.51
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		: 3601.260
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.51
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		: 3163.390
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.51
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.019
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.51
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		: 3304.479
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        127782044 kB
MemAvailable:   129728228 kB
Buffers:            1840 kB
Cached:          2700944 kB
SwapCached:           12 kB
Active:           346156 kB
Inactive:        2421800 kB
Active(anon):      71444 kB
Inactive(anon):    11772 kB
Active(file):     274712 kB
Inactive(file):  2410028 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               972 kB
Writeback:             0 kB
AnonPages:         68140 kB
Mapped:           102140 kB
Shmem:             18044 kB
KReclaimable:     201368 kB
Slab:             289588 kB
SReclaimable:     201368 kB
SUnreclaim:        88220 kB
KernelStack:        4024 kB
PageTables:         2672 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     329620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC035 at 2025-06-30 02:26:49