Trace number 4489835

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.22 3689.3

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_5.opb.PB06.opb
MD5SUM446effd89caaa2fd386cf7c17951a1a5
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark239
Best CPU time to get the best result obtained on this benchmark3587.14
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494177
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494177
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.15	c See www.sat4j.org for details.
0.11/0.17	c version PB25.v20250606
0.11/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.19	c java.vm.version	22.0.1+8-16
0.11/0.19	c java.vm.vendor	Oracle Corporation
0.11/0.19	c sun.arch.data.model	64
0.11/0.19	c java.version		22.0.1
0.11/0.19	c os.name		Linux
0.11/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.19	c os.arch		amd64
0.11/0.20	c Free memory 		2104792832
0.11/0.20	c Max memory 		16282288128
0.11/0.20	c Total memory 		2113929216
0.11/0.21	c Number of processors 	2
0.42/0.37	c Pseudo Boolean Optimization by upper bound
0.42/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.42/0.37	c  - never skip resolution steps
0.42/0.37	c  - Auto-division on coefficients is disabled
0.42/0.37	c  - No postprocessing
0.42/0.37	c  - Conflict is considered as is when resolving
0.42/0.37	c  - Use constraints as they come during conflict analysis
0.42/0.37	c  - Weaken first using unassigned literals
0.42/0.37	c  - Bump strategy: ALWAYS_ONE
0.42/0.37	c  - Bumper: EFFECTIVE
0.42/0.37	c --- Begin Solver configuration ---
0.42/0.37	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.42/0.37	c Learn all clauses as in MiniSAT
0.42/0.37	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.42/0.37	c No reason simplification
0.42/0.37	c Dynamic restart strategy considering the size of the coefficients
0.42/0.37	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.42/0.37	c timeout=2147483s
0.42/0.37	c DB Simplification allowed=false
0.42/0.37	c Listener: none
0.42/0.37	c --- End Solver configuration ---
0.42/0.37	c solving HOME/instance-4489835-1751365675.opb
0.42/0.37	c reading problem ... 
0.52/1.21	c using VERIPB proof format
0.52/1.22	c  objective function found
15.89/14.46	c ... done. Wall clock time 14.086s.
15.89/14.46	c declared #vars     10000
15.89/14.46	c #constraints  656900
15.89/14.46	c constraints type 
15.89/14.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
15.89/14.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
15.89/14.46	c 656900 constraints processed.
15.89/14.47	c objective function length is 10000 literals
268.67/286.63	c cleaning 2495 clauses out of 5000 with flag 0/5000
633.73/658.99	c cleaning 4248 clauses out of 8505 with flag 0/11000
1040.48/1106.88	c cleaning 5620 clauses out of 11257 with flag 0/18000
1618.12/1693.64	c cleaning 6811 clauses out of 13638 with flag 0/26001
2221.14/2295.68	c cleaning 7908 clauses out of 15827 with flag 0/35001
2905.24/2979.14	c cleaning 8955 clauses out of 17920 with flag 0/45002
3600.06/3689.23	c starts		: 1
3600.06/3689.25	c conflicts		: 55261
3600.06/3689.25	c decisions		: 75268
3600.06/3689.25	c propagations		: 5225595
3600.06/3689.25	c inspects		: 212068011
3600.06/3689.25	c shortcuts		: 0
3600.06/3689.25	c learnt literals	: 0
3600.06/3689.25	c learnt binary clauses	: 0
3600.06/3689.25	c learnt ternary clauses	: 0
3600.06/3689.25	c learnt constraints	: 55261
3600.06/3689.25	c ignored constraints	: 0
3600.06/3689.25	c root simplifications	: 0
3600.06/3689.25	c removed literals (reason simplification)	: 0
3600.06/3689.25	c reason swapping (by a shorter reason)	: 0
3600.06/3689.25	c Calls to reduceDB	: 6
3600.06/3689.25	c Number of update (reduction) of LBD	: 83993
3600.06/3689.25	c Imported unit clauses	: 0
3600.06/3689.25	c No decision after first conflict	: false
3600.06/3689.25	c number of reductions to clauses (during analyze)	: 0
3600.06/3689.25	c timeout
3600.06/3689.25	c number of learned constraints concerned by reduction	: 0
3600.06/3689.25	c number of learning phase by resolution	: 0
3600.06/3689.25	c number of learning phase by cutting planes	: 0
3600.06/3689.25	c number of rounding to 1 operations	: 0
3600.06/3689.25	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3689.25	c number of reductions of the coefficients by power 2 	: 0
3600.06/3689.25	c number of right shift for reduction by power 2 	: 0
3600.06/3689.25	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3689.25	c number of ending skipping 	: 0
3600.06/3689.25	c number of internal skipping 	: 0
3600.06/3689.25	c number of derivation steps 	: 1493181
3600.06/3689.25	c number of skipped derivation steps 	: 0
3600.06/3689.25	c number of remaining unassigned 	: 0
3600.06/3689.25	c number of remaining assigned 	: 0
3600.06/3689.25	c number of falsified literals weakened from reason	: 0
3600.06/3689.25	c number of falsified literals weakened from conflict	: 0
3600.06/3689.25	c time for arithmetic operations	: 0
3600.06/3689.25	c minimum degree of deleted constraints	: 1
3600.06/3689.25	c maximum degree of deleted constraints	: 1
3600.06/3689.25	c number of deleted constraints	: 36037
3600.06/3689.25	c speed (assignments/second)	: 1422.042440888549
3600.06/3689.25	c non guided choices	: 0
3600.06/3689.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 19224
3600.06/3689.27	s UNKNOWN
3600.06/3689.27	c Total wall clock time (in seconds): 3688.899

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489835-1751365675/watcher-4489835-1751365675 -o /tmp/evaluation-result-4489835-1751365675/solver-4489835-1751365675 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751362023-49774 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489835-1751365675 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489835-1751365675.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=50276, runsolver pid=50273

[startup+0.100066 s]*
/proc/loadavg: 4.28 4.20 4.18 9/322 50297
/proc/meminfo: memFree=116785940/131382112 swapFree=33010160/33010684
[pid=50276] ppid=50273 vsize=18930384 memory=48496 CPUtime=0.11 cores=5,7
/proc/50276/stat : 50276 (java) S 50273 50276 49761 0 -1 4194304 5800 0 0 0 8 3 0 0 20 0 18 0 52246450 19384713216 12124 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
/proc/50276/statm: 4732596 12124 5335 1 0 546995 0
[pid=50276/tid=50278] ppid=50273 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/50276/task/50278/stat : 50278 (java) R 50273 50276 49761 0 -1 4194368 4678 0 0 0 5 2 0 0 20 0 18 0 52246452 19384713216 12124 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50290] ppid=50273 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/50276/task/50290/stat : 50290 (Finalizer) S 50273 50276 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52246456 19384713216 12124 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50297] ppid=50273 vsize=18930384 memory=61792617516369 CPUtime=0 cores=5,7
/proc/50276/task/50297/stat : 50297 (Common-Cleaner) S 50273 50276 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 52246457 19384713216 12124 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48496 KiB

[startup+0.209479 s]*
/proc/loadavg: 4.28 4.20 4.18 6/300 50297
/proc/meminfo: memFree=123451132/131382112 swapFree=33010160/33010684
[pid=50276] ppid=50273 vsize=18930384 memory=55408 CPUtime=0.26 cores=5,7
/proc/50276/stat : 50276 (java) S 50273 50276 49761 0 -1 4194304 6518 0 0 0 22 4 0 0 20 0 18 0 52246450 19384713216 13852 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
/proc/50276/statm: 4732596 13852 5335 1 0 547581 0
[pid=50276/tid=50278] ppid=50273 vsize=18930384 memory=4026663031 CPUtime=0.17 cores=5,7
/proc/50276/task/50278/stat : 50278 (java) R 50273 50276 49761 0 -1 4194368 5018 0 0 0 15 2 0 0 20 0 18 0 52246452 19384713216 13852 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50290] ppid=50273 vsize=18930384 memory=215637820694 CPUtime=0 cores=5,7
/proc/50276/task/50290/stat : 50290 (Finalizer) S 50273 50276 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52246456 19384713216 13852 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50297] ppid=50273 vsize=18930384 memory=20755 CPUtime=0 cores=5,7
/proc/50276/task/50297/stat : 50297 (Common-Cleaner) S 50273 50276 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 52246457 19384713216 13852 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55408 KiB

[startup+0.309551 s]*
/proc/loadavg: 4.28 4.20 4.18 5/300 50301
/proc/meminfo: memFree=123452624/131382112 swapFree=33010160/33010684
[pid=50276] ppid=50273 vsize=18930384 memory=59072 CPUtime=0.42 cores=5,7
/proc/50276/stat : 50276 (java) S 50273 50276 49761 0 -1 4194304 6824 0 0 0 37 5 0 0 20 0 18 0 52246450 19384713216 14768 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
/proc/50276/statm: 4732596 14768 5431 1 0 547829 0
[pid=50276/tid=50278] ppid=50273 vsize=18930384 memory=7445406026435683392 CPUtime=0.27 cores=5,7
/proc/50276/task/50278/stat : 50278 (java) R 50273 50276 49761 0 -1 4194368 5221 0 0 0 24 3 0 0 20 0 18 0 52246452 19384713216 14768 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50290] ppid=50273 vsize=18930384 memory=8039887049847964585 CPUtime=0 cores=5,7
/proc/50276/task/50290/stat : 50290 (Finalizer) S 50273 50276 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52246456 19384713216 14768 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50297] ppid=50273 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/50276/task/50297/stat : 50297 (Common-Cleaner) S 50273 50276 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 52246457 19384713216 14768 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59072 KiB

[startup+0.700294 s]
/proc/loadavg: 4.28 4.20 4.18 4/300 50311
/proc/meminfo: memFree=123451488/131382112 swapFree=33010160/33010684
[pid=50276] ppid=50273 vsize=18930384 memory=61816 CPUtime=0.52 cores=5,7
/proc/50276/stat : 50276 (java) S 50273 50276 49761 0 -1 4194304 6997 0 0 0 47 5 0 0 20 0 18 0 52246450 19384713216 15454 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
/proc/50276/statm: 4732596 15454 5431 1 0 547906 0
[pid=50276/tid=50278] ppid=50273 vsize=18930384 memory=17792 CPUtime=0.32 cores=5,7
/proc/50276/task/50278/stat : 50278 (java) D 50273 50276 49761 0 -1 4456512 5318 0 0 0 29 3 0 0 20 0 18 0 52246452 19384713216 15454 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50290] ppid=50273 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/50276/task/50290/stat : 50290 (Finalizer) S 50273 50276 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52246456 19384713216 15454 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50297] ppid=50273 vsize=18930384 memory=2764 CPUtime=0 cores=5,7
/proc/50276/task/50297/stat : 50297 (Common-Cleaner) S 50273 50276 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 52246457 19384713216 15454 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61816 KiB

[startup+1.50041 s]
/proc/loadavg: 4.28 4.20 4.18 3/297 50323
/proc/meminfo: memFree=123465364/131382112 swapFree=33010160/33010684
[pid=50276] ppid=50273 vsize=18996948 memory=157840 CPUtime=1.07 cores=5,7
/proc/50276/stat : 50276 (java) S 50273 50276 49761 0 -1 4194304 8291 0 0 0 97 10 0 0 20 0 19 0 52246450 19452874752 39460 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
/proc/50276/statm: 4749237 39460 5495 1 0 549003 0
[pid=50276/tid=50278] ppid=50273 vsize=18996948 memory=2764 CPUtime=0.55 cores=5,7
/proc/50276/task/50278/stat : 50278 (java) R 50273 50276 49761 0 -1 4194368 5403 0 0 0 49 6 0 0 20 0 19 0 52246452 19452874752 39460 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50290] ppid=50273 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/50276/task/50290/stat : 50290 (Finalizer) S 50273 50276 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52246456 19452874752 39460 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50297] ppid=50273 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/50276/task/50297/stat : 50297 (Common-Cleaner) S 50273 50276 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 52246457 19452874752 39460 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157840 KiB

[startup+3.1058 s]
/proc/loadavg: 4.28 4.20 4.18 6/321 50361
/proc/meminfo: memFree=119338008/131382112 swapFree=33010160/33010684
[pid=50276] ppid=50273 vsize=18996948 memory=2551084 CPUtime=4.17 cores=5,7
/proc/50276/stat : 50276 (java) S 50273 50276 49761 0 -1 4194304 21909 0 0 0 340 77 0 0 20 0 19 0 52246450 19452874752 637771 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
/proc/50276/statm: 4749237 637771 5495 1 0 1080942 0
[pid=50276/tid=50278] ppid=50273 vsize=18996948 memory=11264 CPUtime=2.06 cores=5,7
/proc/50276/task/50278/stat : 50278 (java) R 50273 50276 49761 0 -1 4194368 6552 0 0 0 138 68 0 0 20 0 19 0 52246452 19452874752 637771 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50290] ppid=50273 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/50276/task/50290/stat : 50290 (Finalizer) S 50273 50276 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52246456 19452874752 637771 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50297] ppid=50273 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/50276/task/50297/stat : 50297 (Common-Cleaner) S 50273 50276 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 52246457 19452874752 637771 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
Current children cumulated CPU time: 4.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2551084 KiB

[startup+6.30047 s]
/proc/loadavg: 4.33 4.21 4.19 5/321 50361
/proc/meminfo: memFree=114403360/131382112 swapFree=33010160/33010684
[pid=50276] ppid=50273 vsize=18996948 memory=3445532 CPUtime=7.55 cores=5,7
/proc/50276/stat : 50276 (java) S 50273 50276 49761 0 -1 4194304 23196 0 0 0 657 98 0 0 20 0 19 0 52246450 19452874752 861383 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
/proc/50276/statm: 4749237 861383 5495 1 0 1202126 0
[pid=50276/tid=50278] ppid=50273 vsize=18996948 memory=11264 CPUtime=5.1 cores=5,7
/proc/50276/task/50278/stat : 50278 (java) R 50273 50276 49761 0 -1 4194368 7420 0 0 0 422 88 0 0 20 0 19 0 52246452 19452874752 861383 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50290] ppid=50273 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/50276/task/50290/stat : 50290 (Finalizer) S 50273 50276 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52246456 19452874752 861383 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50297] ppid=50273 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/50276/task/50297/stat : 50297 (Common-Cleaner) S 50273 50276 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 52246457 19452874752 861383 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
Current children cumulated CPU time: 7.55 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3445532 KiB

[startup+12.7003 s]
/proc/loadavg: 4.31 4.21 4.19 6/323 50363
/proc/meminfo: memFree=109628312/131382112 swapFree=33010160/33010684
[pid=50276] ppid=50273 vsize=18996948 memory=5038124 CPUtime=14.13 cores=5,7
/proc/50276/stat : 50276 (java) S 50273 50276 49761 0 -1 4194304 25484 0 0 0 1284 129 0 0 20 0 19 0 52246450 19452874752 1259531 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
/proc/50276/statm: 4749237 1259531 5495 1 0 1500854 0
[pid=50276/tid=50278] ppid=50273 vsize=18996948 memory=0 CPUtime=11.07 cores=5,7
/proc/50276/task/50278/stat : 50278 (java) R 50273 50276 49761 0 -1 4194368 8635 0 0 0 989 118 0 0 20 0 19 0 52246452 19452874752 1259531 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50290] ppid=50273 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/50276/task/50290/stat : 50290 (Finalizer) S 50273 50276 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52246456 19452874752 1259531 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50297] ppid=50273 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/50276/task/50297/stat : 50297 (Common-Cleaner) S 50273 50276 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 52246457 19452874752 1259531 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
Current children cumulated CPU time: 14.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 5038124 KiB

[startup+25.5004 s]
/proc/loadavg: 4.33 4.22 4.19 5/325 50365
/proc/meminfo: memFree=109611172/131382112 swapFree=33010160/33010684
[pid=50276] ppid=50273 vsize=19063512 memory=5050664 CPUtime=28.72 cores=5,7
/proc/50276/stat : 50276 (java) S 50273 50276 49761 0 -1 4194304 30712 0 0 0 2739 133 0 0 20 0 20 0 52246450 19521036288 1262666 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
/proc/50276/statm: 4765878 1262666 5527 1 0 1501298 0
[pid=50276/tid=50278] ppid=50273 vsize=19063512 memory=5035972 CPUtime=23.53 cores=5,7
/proc/50276/task/50278/stat : 50278 (java) R 50273 50276 49761 0 -1 4194368 10262 0 0 0 2234 119 0 0 20 0 20 0 52246452 19521036288 1262666 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50290] ppid=50273 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/50276/task/50290/stat : 50290 (Finalizer) S 50273 50276 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246456 19521036288 1262666 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50297] ppid=50273 vsize=19063512 memory=5050664 CPUtime=0 cores=5,7
/proc/50276/task/50297/stat : 50297 (Common-Cleaner) S 50273 50276 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 52246457 19521036288 1262666 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50364] ppid=50273 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/50276/task/50364/stat : 50364 (Timer-0) S 50273 50276 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247904 19521036288 1262666 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
Current children cumulated CPU time: 28.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5050664 KiB

[startup+51.1122 s]
/proc/loadavg: 4.37 4.24 4.20 5/325 50366
/proc/meminfo: memFree=109612600/131382112 swapFree=33010160/33010684
[pid=50276] ppid=50273 vsize=19063512 memory=5050920 CPUtime=52.3 cores=5,7
/proc/50276/stat : 50276 (java) S 50273 50276 49761 0 -1 4194304 35202 0 0 0 5093 137 0 0 20 0 20 0 52246450 19521036288 1262730 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
/proc/50276/statm: 4765878 1262730 5527 1 0 1501314 0
[pid=50276/tid=50278] ppid=50273 vsize=19063512 memory=5050792 CPUtime=46.37 cores=5,7
/proc/50276/task/50278/stat : 50278 (java) R 50273 50276 49761 0 -1 4194368 12345 0 0 0 4517 120 0 0 20 0 20 0 52246452 19521036288 1262730 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50290] ppid=50273 vsize=19063512 memory=-6000919494147992682 CPUtime=0 cores=5,7
/proc/50276/task/50290/stat : 50290 (Finalizer) S 50273 50276 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246456 19521036288 1262730 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50297] ppid=50273 vsize=19063512 memory=5050792 CPUtime=0 cores=5,7
/proc/50276/task/50297/stat : 50297 (Common-Cleaner) S 50273 50276 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 52246457 19521036288 1262730 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50364] ppid=50273 vsize=19063512 memory=17792 CPUtime=0 cores=5,7
/proc/50276/task/50364/stat : 50364 (Timer-0) S 50273 50276 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247904 19521036288 1262730 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
Current children cumulated CPU time: 52.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5050920 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.22 4.19 5/327 50369

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

/proc/meminfo: memFree=103867944/131382112 swapFree=33010160/33010684
[pid=50276] ppid=50273 vsize=19063512 memory=5949076 CPUtime=3196.43 cores=5,7
/proc/50276/stat : 50276 (java) S 50273 50276 49761 0 -1 4194304 241044 0 0 0 319305 338 0 0 20 0 20 0 52246450 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
/proc/50276/statm: 4765878 1487269 5559 1 0 1501889 0
[pid=50276/tid=50278] ppid=50273 vsize=19063512 memory=5949076 CPUtime=3165.68 cores=5,7
/proc/50276/task/50278/stat : 50278 (java) R 50273 50276 49761 0 -1 4194368 130652 0 0 0 316409 159 0 0 20 0 20 0 52246452 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50290] ppid=50273 vsize=19063512 memory=5949076 CPUtime=0 cores=5,7
/proc/50276/task/50290/stat : 50290 (Finalizer) S 50273 50276 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246456 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50297] ppid=50273 vsize=19063512 memory=14720 CPUtime=0.01 cores=5,7
/proc/50276/task/50297/stat : 50297 (Common-Cleaner) S 50273 50276 49761 0 -1 4194368 3290 0 0 0 0 1 0 0 20 0 20 0 52246457 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50364] ppid=50273 vsize=19063512 memory=5949076 CPUtime=0 cores=5,7
/proc/50276/task/50364/stat : 50364 (Timer-0) S 50273 50276 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247904 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
Current children cumulated CPU time: 3196.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5949076 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.15 4.13 5/327 50544
/proc/meminfo: memFree=103870128/131382112 swapFree=33010160/33010684
[pid=50276] ppid=50273 vsize=19063512 memory=5949076 CPUtime=3250.53 cores=5,7
/proc/50276/stat : 50276 (java) S 50273 50276 49761 0 -1 4194304 244663 0 0 0 324712 341 0 0 20 0 20 0 52246450 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
/proc/50276/statm: 4765878 1487269 5559 1 0 1501889 0
[pid=50276/tid=50278] ppid=50273 vsize=19063512 memory=14720 CPUtime=3219.46 cores=5,7
/proc/50276/task/50278/stat : 50278 (java) S 50273 50276 49761 0 -1 4194368 133355 0 0 0 321787 159 0 0 20 0 20 0 52246452 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50290] ppid=50273 vsize=19063512 memory=5949076 CPUtime=0 cores=5,7
/proc/50276/task/50290/stat : 50290 (Finalizer) S 50273 50276 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246456 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50297] ppid=50273 vsize=19063512 memory=5949076 CPUtime=0.01 cores=5,7
/proc/50276/task/50297/stat : 50297 (Common-Cleaner) S 50273 50276 49761 0 -1 4194368 3410 0 0 0 0 1 0 0 20 0 20 0 52246457 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50364] ppid=50273 vsize=19063512 memory=46336 CPUtime=0 cores=5,7
/proc/50276/task/50364/stat : 50364 (Timer-0) S 50273 50276 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247904 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
Current children cumulated CPU time: 3250.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5949076 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.14 4.13 5/327 50546
/proc/meminfo: memFree=103871824/131382112 swapFree=33010160/33010684
[pid=50276] ppid=50273 vsize=19063512 memory=5949076 CPUtime=3310.6 cores=5,7
/proc/50276/stat : 50276 (java) S 50273 50276 49761 0 -1 4194304 247555 0 0 0 330716 344 0 0 20 0 20 0 52246450 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
/proc/50276/statm: 4765878 1487269 5559 1 0 1501889 0
[pid=50276/tid=50278] ppid=50273 vsize=19063512 memory=5949076 CPUtime=3279.1 cores=5,7
/proc/50276/task/50278/stat : 50278 (java) R 50273 50276 49761 0 -1 4194368 135633 0 0 0 327749 161 0 0 20 0 20 0 52246452 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50290] ppid=50273 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/50276/task/50290/stat : 50290 (Finalizer) S 50273 50276 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246456 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50297] ppid=50273 vsize=19063512 memory=5632 CPUtime=0.01 cores=5,7
/proc/50276/task/50297/stat : 50297 (Common-Cleaner) S 50273 50276 49761 0 -1 4194368 3410 0 0 0 0 1 0 0 20 0 20 0 52246457 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50364] ppid=50273 vsize=19063512 memory=5949076 CPUtime=0 cores=5,7
/proc/50276/task/50364/stat : 50364 (Timer-0) S 50273 50276 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247904 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
Current children cumulated CPU time: 3310.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5949076 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.17 4.14 5/328 50549
/proc/meminfo: memFree=103871052/131382112 swapFree=33010160/33010684
[pid=50276] ppid=50273 vsize=19063512 memory=5949076 CPUtime=3370.65 cores=5,7
/proc/50276/stat : 50276 (java) S 50273 50276 49761 0 -1 4194304 253124 0 0 0 336717 348 0 0 20 0 20 0 52246450 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
/proc/50276/statm: 4765878 1487269 5559 1 0 1501889 0
[pid=50276/tid=50278] ppid=50273 vsize=19063512 memory=5949076 CPUtime=3338.84 cores=5,7
/proc/50276/task/50278/stat : 50278 (java) R 50273 50276 49761 0 -1 4194368 138704 0 0 0 333723 161 0 0 20 0 20 0 52246452 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50290] ppid=50273 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/50276/task/50290/stat : 50290 (Finalizer) S 50273 50276 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246456 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50297] ppid=50273 vsize=19063512 memory=5632 CPUtime=0.01 cores=5,7
/proc/50276/task/50297/stat : 50297 (Common-Cleaner) S 50273 50276 49761 0 -1 4194368 3514 0 0 0 0 1 0 0 20 0 20 0 52246457 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50364] ppid=50273 vsize=19063512 memory=-6000919494147992682 CPUtime=0 cores=5,7
/proc/50276/task/50364/stat : 50364 (Timer-0) S 50273 50276 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247904 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
Current children cumulated CPU time: 3370.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5949076 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.15 4.13 5/328 50551
/proc/meminfo: memFree=103859424/131382112 swapFree=33010160/33010684
[pid=50276] ppid=50273 vsize=19063512 memory=5949076 CPUtime=3430.73 cores=5,7
/proc/50276/stat : 50276 (java) S 50273 50276 49761 0 -1 4194304 254577 0 0 0 342723 350 0 0 20 0 20 0 52246450 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
/proc/50276/statm: 4765878 1487269 5559 1 0 1501889 0
[pid=50276/tid=50278] ppid=50273 vsize=19063512 memory=5949076 CPUtime=3398.49 cores=5,7
/proc/50276/task/50278/stat : 50278 (java) R 50273 50276 49761 0 -1 4194368 140000 0 0 0 339688 161 0 0 20 0 20 0 52246452 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50290] ppid=50273 vsize=19063512 memory=5949076 CPUtime=0 cores=5,7
/proc/50276/task/50290/stat : 50290 (Finalizer) S 50273 50276 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246456 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50297] ppid=50273 vsize=19063512 memory=5949076 CPUtime=0.01 cores=5,7
/proc/50276/task/50297/stat : 50297 (Common-Cleaner) S 50273 50276 49761 0 -1 4194368 3583 0 0 0 0 1 0 0 20 0 20 0 52246457 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50364] ppid=50273 vsize=19063512 memory=5949076 CPUtime=0 cores=5,7
/proc/50276/task/50364/stat : 50364 (Timer-0) S 50273 50276 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247904 19521036288 1487269 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
Current children cumulated CPU time: 3430.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5949076 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.15 4.13 5/328 50553
/proc/meminfo: memFree=103857980/131382112 swapFree=33010160/33010684
[pid=50276] ppid=50273 vsize=19063512 memory=5949332 CPUtime=3493.13 cores=5,7
/proc/50276/stat : 50276 (java) S 50273 50276 49761 0 -1 4194304 260866 0 0 0 348958 355 0 0 20 0 20 0 52246450 19521036288 1487333 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
/proc/50276/statm: 4765878 1487333 5559 1 0 1501943 0
[pid=50276/tid=50278] ppid=50273 vsize=19063512 memory=4892 CPUtime=3458.19 cores=5,7
/proc/50276/task/50278/stat : 50278 (java) R 50273 50276 49761 0 -1 4194368 141944 0 0 0 345656 163 0 0 20 0 20 0 52246452 19521036288 1487333 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50290] ppid=50273 vsize=19063512 memory=5949332 CPUtime=0 cores=5,7
/proc/50276/task/50290/stat : 50290 (Finalizer) S 50273 50276 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246456 19521036288 1487333 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50297] ppid=50273 vsize=19063512 memory=4426920366556475042 CPUtime=0.01 cores=5,7
/proc/50276/task/50297/stat : 50297 (Common-Cleaner) S 50273 50276 49761 0 -1 4194368 3699 0 0 0 0 1 0 0 20 0 20 0 52246457 19521036288 1487333 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50364] ppid=50273 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/50276/task/50364/stat : 50364 (Timer-0) S 50273 50276 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247904 19521036288 1487333 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
Current children cumulated CPU time: 3493.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5949332 KiB

[startup+3642.3 s]
/proc/loadavg: 4.22 4.17 4.14 5/328 50555
/proc/meminfo: memFree=103858268/131382112 swapFree=33010160/33010684
[pid=50276] ppid=50273 vsize=19063512 memory=5949332 CPUtime=3553.1 cores=5,7
/proc/50276/stat : 50276 (java) S 50273 50276 49761 0 -1 4194304 263003 0 0 0 354952 358 0 0 20 0 20 0 52246450 19521036288 1487333 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
/proc/50276/statm: 4765878 1487333 5559 1 0 1501943 0
[pid=50276/tid=50278] ppid=50273 vsize=19063512 memory=5949332 CPUtime=3517.77 cores=5,7
/proc/50276/task/50278/stat : 50278 (java) R 50273 50276 49761 0 -1 4194368 143991 0 0 0 351613 164 0 0 20 0 20 0 52246452 19521036288 1487333 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50290] ppid=50273 vsize=19063512 memory=5949332 CPUtime=0 cores=5,7
/proc/50276/task/50290/stat : 50290 (Finalizer) S 50273 50276 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246456 19521036288 1487333 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50297] ppid=50273 vsize=19063512 memory=5949332 CPUtime=0.01 cores=5,7
/proc/50276/task/50297/stat : 50297 (Common-Cleaner) S 50273 50276 49761 0 -1 4194368 3700 0 0 0 0 1 0 0 20 0 20 0 52246457 19521036288 1487333 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50364] ppid=50273 vsize=19063512 memory=5949332 CPUtime=0 cores=5,7
/proc/50276/task/50364/stat : 50364 (Timer-0) S 50273 50276 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247904 19521036288 1487333 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
Current children cumulated CPU time: 3553.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5949332 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3689.2 s]
/proc/loadavg: 4.18 4.16 4.14 4/304 50634
/proc/meminfo: memFree=114311388/131382112 swapFree=33010160/33010684
[pid=50276] ppid=50273 vsize=19063512 memory=5949332 CPUtime=3600.06 cores=5,7
/proc/50276/stat : 50276 (java) S 50273 50276 49761 0 -1 4194304 266594 0 0 0 359643 363 0 0 20 0 20 0 52246450 19521036288 1487333 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
/proc/50276/statm: 4765878 1487333 5559 1 0 1501943 0
[pid=50276/tid=50278] ppid=50273 vsize=19063512 memory=5164 CPUtime=3564.41 cores=5,7
/proc/50276/task/50278/stat : 50278 (java) R 50273 50276 49761 0 -1 4194368 145278 0 0 0 356275 166 0 0 20 0 20 0 52246452 19521036288 1487333 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50290] ppid=50273 vsize=19063512 memory=5028 CPUtime=0 cores=5,7
/proc/50276/task/50290/stat : 50290 (Finalizer) S 50273 50276 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246456 19521036288 1487333 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50297] ppid=50273 vsize=19063512 memory=-6000919494147992682 CPUtime=0.01 cores=5,7
/proc/50276/task/50297/stat : 50297 (Common-Cleaner) S 50273 50276 49761 0 -1 4194368 3784 0 0 0 0 1 0 0 20 0 20 0 52246457 19521036288 1487333 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
[pid=50276/tid=50364] ppid=50273 vsize=19063512 memory=2432 CPUtime=0 cores=5,7
/proc/50276/task/50364/stat : 50364 (Timer-0) S 50273 50276 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247904 19521036288 1487333 18446744073709551615 94379013689344 94379013693040 140729959637184 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94379013700856 94379013701648 94379039514624 140729959639341 140729959639526 140729959639526 140729959645128 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5949332 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.56 s, system=3.66223 s

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

Child status: 143

Real time (s): 3689.3
CPU time (s): 3600.22
CPU user time (s): 3596.56
CPU system time (s): 3.66223
CPU usage (%): 97.5853
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5949332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.56
system time used= 3.66223
maximum resident set size= 5950228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269508
page faults= 0
swaps= 0
block input operations= 0
block output operations= 39192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116622
involuntary context switches= 11701


# summary of solver processes directly reported to runsolver:
#   pid: 50276
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3596.56
#   total CPU system time (s): 3.66223

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.567 second user time and 32.8244 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-01 12:27:56
IDJOB=4489835
IDBENCH=147564
IDSOLVER=3362
FILE ID=nodeC001/4489835-1751365675
RUNJOBID= nodeC001-1751362023-49774
SLURM_JOB_ID= 9598175
Free space on /tmp= 432988 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_5.opb.PB06.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489835-1751365675/watcher-4489835-1751365675 -o /tmp/evaluation-result-4489835-1751365675/solver-4489835-1751365675 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751362023-49774 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489835-1751365675 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489835-1751365675.opb

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

MD5SUM BENCH= 446effd89caaa2fd386cf7c17951a1a5
RANDOM SEED=88911826

nodeC001 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	: 0xb00001f
cpu MHz		: 3491.740
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3660.972
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 2793.851
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.258
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.167
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3492.099
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.399
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        117431528 kB
MemAvailable:   117307188 kB
Buffers:            2128 kB
Cached:           679840 kB
SwapCached:           28 kB
Active:         12975016 kB
Inactive:         380956 kB
Active(anon):   12681580 kB
Inactive(anon):    10380 kB
Active(file):     293436 kB
Inactive(file):   370576 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             53280 kB
Writeback:             0 kB
AnonPages:      12677160 kB
Mapped:           122748 kB
Shmem:             17932 kB
KReclaimable:     102168 kB
Slab:             185696 kB
SReclaimable:     102168 kB
SUnreclaim:        83528 kB
KernelStack:        4912 kB
PageTables:        28184 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   15822096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150232 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12398592 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432964 MiB
End job on nodeC001 at 2025-07-01 13:29:25