Trace number 4495934

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 2025-06-06? (TO) 3600.27 3585.2

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww4.opb
MD5SUM13439fe0222d33319b9169d149c100b9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.005377
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint82
Maximum length of a constraint82
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 104723596
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 1078440737
Number of bits of the biggest sum of numbers31
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.14	c  - never skip resolution steps
0.13/0.14	c  - Auto-division on coefficients is disabled
0.13/0.14	c  - No postprocessing
0.13/0.14	c  - Conflict is considered as is when resolving
0.13/0.14	c  - Use constraints as they come during conflict analysis
0.13/0.14	c  - Weaken first using unassigned literals
0.13/0.14	c  - Bump strategy: ALWAYS_ONE
0.13/0.14	c  - Bumper: ANY
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.14	c No reason simplification
0.13/0.14	c Armin Biere (Picosat) restarts strategy
0.13/0.14	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4495934-1751162863.opb
0.13/0.14	c reading problem ... 
0.13/0.15	c  no objective function found
0.13/0.16	c ... done. Wall clock time 0.009s.
0.13/0.16	c declared #vars     82
0.13/0.16	c #constraints  2
0.13/0.16	c constraints type 
0.13/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.13/0.16	c 2 constraints processed.
18.39/16.33	c cleaning 2493 clauses out of 5000
74.59/71.94	c cleaning 4247 clauses out of 8507
186.74/183.14	c cleaning 5622 clauses out of 11261
360.48/356.45	c cleaning 6816 clauses out of 13639
620.79/616.51	c cleaning 7907 clauses out of 15823
993.84/989.20	c cleaning 8955 clauses out of 17916
1456.56/1451.26	c cleaning 9974 clauses out of 19960
2076.04/2069.59	c cleaning 10984 clauses out of 21986
2908.50/2898.26	c cleaning 11995 clauses out of 24003
3600.08/3585.12	c starts		: 89
3600.08/3585.13	c conflicts		: 91354
3600.08/3585.13	c decisions		: 107763
3600.08/3585.13	c propagations		: 472474
3600.08/3585.13	c inspects		: 2900464606
3600.08/3585.13	c shortcuts		: 0
3600.08/3585.13	c learnt literals	: 0
3600.08/3585.13	c learnt binary clauses	: 0
3600.08/3585.13	c learnt ternary clauses	: 0
3600.08/3585.13	c learnt constraints	: 91354
3600.08/3585.13	c ignored constraints	: 0
3600.08/3585.13	c root simplifications	: 0
3600.08/3585.13	c removed literals (reason simplification)	: 0
3600.08/3585.13	c reason swapping (by a shorter reason)	: 0
3600.08/3585.13	c Calls to reduceDB	: 9
3600.08/3585.13	c Number of update (reduction) of LBD	: 0
3600.08/3585.13	c Imported unit clauses	: 0
3600.08/3585.14	c No decision after first conflict	: false
3600.08/3585.14	c number of reductions to clauses (during analyze)	: 0
3600.08/3585.14	c number of learned constraints concerned by reduction	: 0
3600.08/3585.14	c number of learning phase by resolution	: 0
3600.08/3585.14	c number of learning phase by cutting planes	: 0
3600.08/3585.14	c number of rounding to 1 operations	: 0
3600.08/3585.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3585.14	c number of reductions of the coefficients by power 2 	: 0
3600.08/3585.14	c number of right shift for reduction by power 2 	: 0
3600.08/3585.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3585.14	c number of ending skipping 	: 0
3600.08/3585.14	c number of internal skipping 	: 0
3600.08/3585.14	c number of derivation steps 	: 373430
3600.08/3585.14	c number of skipped derivation steps 	: 0
3600.08/3585.14	c number of remaining unassigned 	: 7222
3600.08/3585.14	c number of remaining assigned 	: 15539812
3600.08/3585.14	c number of falsified literals weakened from reason	: 0
3600.08/3585.14	c number of falsified literals weakened from conflict	: 0
3600.08/3585.14	c time for arithmetic operations	: 2158252184
3600.08/3585.15	c minimum degree of deleted constraints	: null
3600.08/3585.15	c maximum degree of deleted constraints	: null
3600.08/3585.15	c number of deleted constraints	: 0
3600.08/3585.16	c speed (assignments/second)	: 131.79252053910318
3600.08/3585.16	c non guided choices	: 69
3600.08/3585.18	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 22361
3600.08/3585.19	s UNKNOWN
3600.08/3585.19	c Total wall clock time (in seconds): 3585.043

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (59387 MiB free)
  memory of node 1: 64507 MiB (58614 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495934-1751162863/watcher-4495934-1751162863 -o /tmp/evaluation-result-4495934-1751162863/solver-4495934-1751162863 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751159266-16593 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4495934-1751162863.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 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
solver pid=17230, runsolver pid=17227
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.37 4.16 4.06 6/338 17248
/proc/meminfo: memFree=120802448/131249996 swapFree=33010684/33010684
[pid=17230] ppid=17227 vsize=18930384 memory=57848 CPUtime=0.13 cores=0,2
/proc/17230/stat : 17230 (java) S 17227 17230 16583 0 -1 4194304 6621 0 0 0 11 2 0 0 20 0 18 0 31964069 19384713216 14462 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
/proc/17230/statm: 4732596 14462 5319 1 0 547659 0
[pid=17230/tid=17232] ppid=17227 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/17230/task/17232/stat : 17232 (java) R 17227 17230 16583 0 -1 4194368 5112 0 0 0 7 1 0 0 20 0 18 0 31964070 19384713216 14462 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17241] ppid=17227 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/17230/task/17241/stat : 17241 (Finalizer) S 17227 17230 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31964072 19384713216 14462 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17248] ppid=17227 vsize=18930384 memory=60684515966010 CPUtime=0 cores=0,2
/proc/17230/task/17248/stat : 17248 (Common-Cleaner) S 17227 17230 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31964072 19384713216 14462 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57848 KiB

[startup+0.205661 s]*
/proc/loadavg: 4.37 4.16 4.06 7/339 17249
/proc/meminfo: memFree=120796820/131249996 swapFree=33010684/33010684
[pid=17230] ppid=17227 vsize=18996948 memory=67276 CPUtime=0.33 cores=0,2
/proc/17230/stat : 17230 (java) S 17227 17230 16583 0 -1 4194304 7425 0 0 0 30 3 0 0 20 0 19 0 31964069 19452874752 16819 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
/proc/17230/statm: 4749237 16819 5447 1 0 548423 0
[pid=17230/tid=17232] ppid=17227 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/17230/task/17232/stat : 17232 (java) R 17227 17230 16583 0 -1 4194368 5411 0 0 0 16 2 0 0 20 0 19 0 31964070 19452874752 16819 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17241] ppid=17227 vsize=18996948 memory=16880 CPUtime=0 cores=0,2
/proc/17230/task/17241/stat : 17241 (Finalizer) S 17227 17230 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31964072 19452874752 16819 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17248] ppid=17227 vsize=18996948 memory=59585004307431 CPUtime=0 cores=0,2
/proc/17230/task/17248/stat : 17248 (Common-Cleaner) S 17227 17230 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31964072 19452874752 16819 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17249] ppid=17227 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/17230/task/17249/stat : 17249 (Timer-0) S 17227 17230 16583 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31964085 19452874752 16819 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67276 KiB

[startup+0.305721 s]*
/proc/loadavg: 4.37 4.16 4.06 6/339 17249
/proc/meminfo: memFree=120776340/131249996 swapFree=33010684/33010684
[pid=17230] ppid=17227 vsize=18996948 memory=89124 CPUtime=0.52 cores=0,2
/proc/17230/stat : 17230 (java) S 17227 17230 16583 0 -1 4194304 8022 0 0 0 49 3 0 0 20 0 19 0 31964069 19452874752 22281 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
/proc/17230/statm: 4749237 22281 5447 1 0 548685 0
[pid=17230/tid=17232] ppid=17227 vsize=18996948 memory=-6000919477052007790 CPUtime=0.28 cores=0,2
/proc/17230/task/17232/stat : 17232 (java) R 17227 17230 16583 0 -1 4194368 5430 0 0 0 26 2 0 0 20 0 19 0 31964070 19452874752 22281 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17241] ppid=17227 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/17230/task/17241/stat : 17241 (Finalizer) S 17227 17230 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31964072 19452874752 22281 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17248] ppid=17227 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/17230/task/17248/stat : 17248 (Common-Cleaner) S 17227 17230 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31964072 19452874752 22281 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17249] ppid=17227 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/17230/task/17249/stat : 17249 (Timer-0) S 17227 17230 16583 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31964085 19452874752 22281 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 89124 KiB

[startup+0.700228 s]
/proc/loadavg: 4.37 4.16 4.06 6/339 17249
/proc/meminfo: memFree=120714460/131249996 swapFree=33010684/33010684
[pid=17230] ppid=17227 vsize=19063512 memory=166812 CPUtime=1.29 cores=0,2
/proc/17230/stat : 17230 (java) S 17227 17230 16583 0 -1 4194304 13720 0 0 0 123 6 0 0 20 0 20 0 31964069 19521036288 41703 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
/proc/17230/statm: 4765878 41703 5479 1 0 551712 0
[pid=17230/tid=17232] ppid=17227 vsize=19063512 memory=17408 CPUtime=0.62 cores=0,2
/proc/17230/task/17232/stat : 17232 (java) R 17227 17230 16583 0 -1 4194368 5520 0 0 0 59 3 0 0 20 0 20 0 31964070 19521036288 41703 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17241] ppid=17227 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/17230/task/17241/stat : 17241 (Finalizer) S 17227 17230 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 41703 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17248] ppid=17227 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/17230/task/17248/stat : 17248 (Common-Cleaner) S 17227 17230 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 41703 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17249] ppid=17227 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/17230/task/17249/stat : 17249 (Timer-0) S 17227 17230 16583 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31964085 19521036288 41703 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166812 KiB

[startup+1.50025 s]
/proc/loadavg: 4.37 4.16 4.06 6/340 17250
/proc/meminfo: memFree=120692848/131249996 swapFree=33010684/33010684
[pid=17230] ppid=17227 vsize=19063512 memory=214160 CPUtime=2.85 cores=0,2
/proc/17230/stat : 17230 (java) S 17227 17230 16583 0 -1 4194304 20366 0 0 0 278 7 0 0 20 0 20 0 31964069 19521036288 53540 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
/proc/17230/statm: 4765878 53540 5479 1 0 552701 0
[pid=17230/tid=17232] ppid=17227 vsize=19063512 memory=0 CPUtime=1.38 cores=0,2
/proc/17230/task/17232/stat : 17232 (java) R 17227 17230 16583 0 -1 4194368 5791 0 0 0 134 4 0 0 20 0 20 0 31964070 19521036288 53540 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17241] ppid=17227 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/17230/task/17241/stat : 17241 (Finalizer) S 17227 17230 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 53540 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17248] ppid=17227 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/17230/task/17248/stat : 17248 (Common-Cleaner) S 17227 17230 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 53540 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17249] ppid=17227 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/17230/task/17249/stat : 17249 (Timer-0) S 17227 17230 16583 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31964085 19521036288 53540 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 214160 KiB

[startup+3.10557 s]
/proc/loadavg: 4.37 4.16 4.06 5/340 17250
/proc/meminfo: memFree=120324232/131249996 swapFree=33010684/33010684
[pid=17230] ppid=17227 vsize=19063512 memory=570796 CPUtime=5.05 cores=0,2
/proc/17230/stat : 17230 (java) S 17227 17230 16583 0 -1 4194304 21533 0 0 0 490 15 0 0 20 0 20 0 31964069 19521036288 142699 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
/proc/17230/statm: 4765878 142699 5479 1 0 552711 0
[pid=17230/tid=17232] ppid=17227 vsize=19063512 memory=10752 CPUtime=2.97 cores=0,2
/proc/17230/task/17232/stat : 17232 (java) R 17227 17230 16583 0 -1 4194368 6542 0 0 0 286 11 0 0 20 0 20 0 31964070 19521036288 142699 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17241] ppid=17227 vsize=19063512 memory=-6000919477052007790 CPUtime=0 cores=0,2
/proc/17230/task/17241/stat : 17241 (Finalizer) S 17227 17230 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 142699 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17248] ppid=17227 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/17230/task/17248/stat : 17248 (Common-Cleaner) S 17227 17230 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 142699 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17249] ppid=17227 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/17230/task/17249/stat : 17249 (Timer-0) S 17227 17230 16583 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31964085 19521036288 142699 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
Current children cumulated CPU time: 5.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 570796 KiB

[startup+6.30021 s]
/proc/loadavg: 4.34 4.16 4.06 5/340 17250
/proc/meminfo: memFree=120144772/131249996 swapFree=33010684/33010684
[pid=17230] ppid=17227 vsize=19063512 memory=663832 CPUtime=8.28 cores=0,2
/proc/17230/stat : 17230 (java) S 17227 17230 16583 0 -1 4194304 22444 0 0 0 811 17 0 0 20 0 20 0 31964069 19521036288 165958 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
/proc/17230/statm: 4765878 165958 5479 1 0 552714 0
[pid=17230/tid=17232] ppid=17227 vsize=19063512 memory=0 CPUtime=6.13 cores=0,2
/proc/17230/task/17232/stat : 17232 (java) R 17227 17230 16583 0 -1 4194368 6702 0 0 0 601 12 0 0 20 0 20 0 31964070 19521036288 165958 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17241] ppid=17227 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/17230/task/17241/stat : 17241 (Finalizer) S 17227 17230 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 165958 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17248] ppid=17227 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/17230/task/17248/stat : 17248 (Common-Cleaner) S 17227 17230 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 165958 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17249] ppid=17227 vsize=19063512 memory=216216 CPUtime=0 cores=0,2
/proc/17230/task/17249/stat : 17249 (Timer-0) S 17227 17230 16583 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31964085 19521036288 165958 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
Current children cumulated CPU time: 8.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 663832 KiB

[startup+12.7002 s]
/proc/loadavg: 4.39 4.17 4.07 5/340 17250
/proc/meminfo: memFree=119594144/131249996 swapFree=33010684/33010684
[pid=17230] ppid=17227 vsize=19063512 memory=1212724 CPUtime=14.71 cores=0,2
/proc/17230/stat : 17230 (java) S 17227 17230 16583 0 -1 4194304 26066 0 0 0 1442 29 0 0 20 0 20 0 31964069 19521036288 303181 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
/proc/17230/statm: 4765878 303181 5479 1 0 552714 0
[pid=17230/tid=17232] ppid=17227 vsize=19063512 memory=216216 CPUtime=12.48 cores=0,2
/proc/17230/task/17232/stat : 17232 (java) R 17227 17230 16583 0 -1 4194368 8126 0 0 0 1225 23 0 0 20 0 20 0 31964070 19521036288 303181 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17241] ppid=17227 vsize=19063512 memory=1212724 CPUtime=0 cores=0,2
/proc/17230/task/17241/stat : 17241 (Finalizer) S 17227 17230 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 303181 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17248] ppid=17227 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/17230/task/17248/stat : 17248 (Common-Cleaner) S 17227 17230 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 303181 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17249] ppid=17227 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/17230/task/17249/stat : 17249 (Timer-0) S 17227 17230 16583 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31964085 19521036288 303181 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
Current children cumulated CPU time: 14.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1212724 KiB

[startup+25.5002 s]
/proc/loadavg: 4.30 4.16 4.07 5/340 17250
/proc/meminfo: memFree=119475368/131249996 swapFree=33010684/33010684
[pid=17230] ppid=17227 vsize=19063512 memory=1333876 CPUtime=27.81 cores=0,2
/proc/17230/stat : 17230 (java) S 17227 17230 16583 0 -1 4194304 35945 0 0 0 2749 32 0 0 20 0 20 0 31964069 19521036288 333469 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
/proc/17230/statm: 4765878 333469 5479 1 0 553565 0
[pid=17230/tid=17232] ppid=17227 vsize=19063512 memory=1212724 CPUtime=25.16 cores=0,2
/proc/17230/task/17232/stat : 17232 (java) R 17227 17230 16583 0 -1 4194368 10272 0 0 0 2492 24 0 0 20 0 20 0 31964070 19521036288 333469 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17241] ppid=17227 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/17230/task/17241/stat : 17241 (Finalizer) S 17227 17230 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 333469 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17248] ppid=17227 vsize=19063512 memory=1327640 CPUtime=0 cores=0,2
/proc/17230/task/17248/stat : 17248 (Common-Cleaner) S 17227 17230 16583 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 333469 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17249] ppid=17227 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/17230/task/17249/stat : 17249 (Timer-0) S 17227 17230 16583 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31964085 19521036288 333469 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
Current children cumulated CPU time: 27.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333876 KiB

[startup+51.1056 s]
/proc/loadavg: 4.20 4.15 4.06 5/341 17251
/proc/meminfo: memFree=119450784/131249996 swapFree=33010684/33010684
[pid=17230] ppid=17227 vsize=19063512 memory=1352432 CPUtime=53.57 cores=0,2
/proc/17230/stat : 17230 (java) S 17227 17230 16583 0 -1 4194304 41261 0 0 0 5323 34 0 0 20 0 20 0 31964069 19521036288 338108 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
/proc/17230/statm: 4765878 338108 5479 1 0 553565 0
[pid=17230/tid=17232] ppid=17227 vsize=19063512 memory=1335940 CPUtime=50.56 cores=0,2

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

/proc/meminfo: memFree=121456796/131249996 swapFree=33010684/33010684
[pid=17230] ppid=17227 vsize=19063512 memory=1901576 CPUtime=3295.08 cores=0,2
/proc/17230/stat : 17230 (java) S 17227 17230 16583 0 -1 4194304 106446 0 0 0 329337 171 0 0 20 0 20 0 31964069 19521036288 475394 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
/proc/17230/statm: 4765878 475394 5479 1 0 556764 0
[pid=17230/tid=17232] ppid=17227 vsize=19063512 memory=5632 CPUtime=3257.06 cores=0,2
/proc/17230/task/17232/stat : 17232 (java) R 17227 17230 16583 0 -1 4194368 39847 0 0 0 325658 48 0 0 20 0 20 0 31964070 19521036288 475394 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17241] ppid=17227 vsize=19063512 memory=2944 CPUtime=0 cores=0,2
/proc/17230/task/17241/stat : 17241 (Finalizer) S 17227 17230 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 475394 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17248] ppid=17227 vsize=19063512 memory=1901576 CPUtime=0 cores=0,2
/proc/17230/task/17248/stat : 17248 (Common-Cleaner) S 17227 17230 16583 0 -1 4194368 1415 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 475394 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17249] ppid=17227 vsize=19063512 memory=1901576 CPUtime=0 cores=0,2
/proc/17230/task/17249/stat : 17249 (Timer-0) S 17227 17230 16583 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31964085 19521036288 475394 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
Current children cumulated CPU time: 3295.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1901576 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.24 4.18 5/339 18135
/proc/meminfo: memFree=121370644/131249996 swapFree=33010684/33010684
[pid=17230] ppid=17227 vsize=19063512 memory=1907728 CPUtime=3355.51 cores=0,2
/proc/17230/stat : 17230 (java) S 17227 17230 16583 0 -1 4194304 107967 0 0 0 335378 173 0 0 20 0 20 0 31964069 19521036288 476932 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
/proc/17230/statm: 4765878 476932 5479 1 0 556764 0
[pid=17230/tid=17232] ppid=17227 vsize=19063512 memory=1907728 CPUtime=3316.54 cores=0,2
/proc/17230/task/17232/stat : 17232 (java) R 17227 17230 16583 0 -1 4194368 40583 0 0 0 331605 49 0 0 20 0 20 0 31964070 19521036288 476932 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17241] ppid=17227 vsize=19063512 memory=1901576 CPUtime=0 cores=0,2
/proc/17230/task/17241/stat : 17241 (Finalizer) S 17227 17230 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 476932 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17248] ppid=17227 vsize=19063512 memory=1905680 CPUtime=0 cores=0,2
/proc/17230/task/17248/stat : 17248 (Common-Cleaner) S 17227 17230 16583 0 -1 4194368 1501 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 476932 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17249] ppid=17227 vsize=19063512 memory=1907728 CPUtime=0 cores=0,2
/proc/17230/task/17249/stat : 17249 (Timer-0) S 17227 17230 16583 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31964085 19521036288 476932 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
Current children cumulated CPU time: 3355.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1907728 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.22 4.18 5/339 18140
/proc/meminfo: memFree=121323896/131249996 swapFree=33010684/33010684
[pid=17230] ppid=17227 vsize=19063512 memory=1913872 CPUtime=3415.93 cores=0,2
/proc/17230/stat : 17230 (java) S 17227 17230 16583 0 -1 4194304 108138 0 0 0 341417 176 0 0 20 0 20 0 31964069 19521036288 478468 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
/proc/17230/statm: 4765878 478468 5479 1 0 556764 0
[pid=17230/tid=17232] ppid=17227 vsize=19063512 memory=1905680 CPUtime=3376.05 cores=0,2
/proc/17230/task/17232/stat : 17232 (java) R 17227 17230 16583 0 -1 4194368 40618 0 0 0 337556 49 0 0 20 0 20 0 31964070 19521036288 478468 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17241] ppid=17227 vsize=19063512 memory=1909776 CPUtime=0 cores=0,2
/proc/17230/task/17241/stat : 17241 (Finalizer) S 17227 17230 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 478468 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17248] ppid=17227 vsize=19063512 memory=1911824 CPUtime=0 cores=0,2
/proc/17230/task/17248/stat : 17248 (Common-Cleaner) S 17227 17230 16583 0 -1 4194368 1586 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 478468 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17249] ppid=17227 vsize=19063512 memory=1913872 CPUtime=0 cores=0,2
/proc/17230/task/17249/stat : 17249 (Timer-0) S 17227 17230 16583 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31964085 19521036288 478468 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
Current children cumulated CPU time: 3415.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1913872 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.20 4.17 5/340 18147
/proc/meminfo: memFree=121245988/131249996 swapFree=33010684/33010684
[pid=17230] ppid=17227 vsize=19063512 memory=1921040 CPUtime=3476.38 cores=0,2
/proc/17230/stat : 17230 (java) S 17227 17230 16583 0 -1 4194304 108204 0 0 0 347459 179 0 0 20 0 20 0 31964069 19521036288 480260 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
/proc/17230/statm: 4765878 480260 5479 1 0 556764 0
[pid=17230/tid=17232] ppid=17227 vsize=19063512 memory=1905680 CPUtime=3435.55 cores=0,2
/proc/17230/task/17232/stat : 17232 (java) R 17227 17230 16583 0 -1 4194368 40642 0 0 0 343506 49 0 0 20 0 20 0 31964070 19521036288 480260 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17241] ppid=17227 vsize=19063512 memory=12288 CPUtime=0 cores=0,2
/proc/17230/task/17241/stat : 17241 (Finalizer) S 17227 17230 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 480260 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17248] ppid=17227 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/17230/task/17248/stat : 17248 (Common-Cleaner) S 17227 17230 16583 0 -1 4194368 1586 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 480260 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17249] ppid=17227 vsize=19063512 memory=1921040 CPUtime=0 cores=0,2
/proc/17230/task/17249/stat : 17249 (Timer-0) S 17227 17230 16583 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31964085 19521036288 480260 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
Current children cumulated CPU time: 3476.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1921040 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.19 4.17 5/340 18149
/proc/meminfo: memFree=121183080/131249996 swapFree=33010684/33010684
[pid=17230] ppid=17227 vsize=19063512 memory=1930512 CPUtime=3536.79 cores=0,2
/proc/17230/stat : 17230 (java) S 17227 17230 16583 0 -1 4194304 109026 0 0 0 353497 182 0 0 20 0 20 0 31964069 19521036288 482628 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
/proc/17230/statm: 4765878 482628 5479 1 0 556764 0
[pid=17230/tid=17232] ppid=17227 vsize=19063512 memory=17408 CPUtime=3495.04 cores=0,2
/proc/17230/task/17232/stat : 17232 (java) R 17227 17230 16583 0 -1 4194368 41421 0 0 0 349455 49 0 0 20 0 20 0 31964070 19521036288 482628 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17241] ppid=17227 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/17230/task/17241/stat : 17241 (Finalizer) S 17227 17230 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 482628 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17248] ppid=17227 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/17230/task/17248/stat : 17248 (Common-Cleaner) S 17227 17230 16583 0 -1 4194368 1586 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 482628 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17249] ppid=17227 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/17230/task/17249/stat : 17249 (Timer-0) S 17227 17230 16583 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31964085 19521036288 482628 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
Current children cumulated CPU time: 3536.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1930512 KiB

[startup+3582.3 s]
/proc/loadavg: 4.32 4.24 4.19 5/340 18151
/proc/meminfo: memFree=121128636/131249996 swapFree=33010684/33010684
[pid=17230] ppid=17227 vsize=19063512 memory=1936656 CPUtime=3597.28 cores=0,2
/proc/17230/stat : 17230 (java) S 17227 17230 16583 0 -1 4194304 110250 0 0 0 359544 184 0 0 20 0 20 0 31964069 19521036288 484164 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
/proc/17230/statm: 4765878 484164 5479 1 0 556764 0
[pid=17230/tid=17232] ppid=17227 vsize=19063512 memory=17408 CPUtime=3554.53 cores=0,2
/proc/17230/task/17232/stat : 17232 (java) R 17227 17230 16583 0 -1 4194368 42253 0 0 0 355404 49 0 0 20 0 20 0 31964070 19521036288 484164 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17241] ppid=17227 vsize=19063512 memory=1934608 CPUtime=0 cores=0,2
/proc/17230/task/17241/stat : 17241 (Finalizer) S 17227 17230 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 484164 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17248] ppid=17227 vsize=19063512 memory=1934608 CPUtime=0 cores=0,2
/proc/17230/task/17248/stat : 17248 (Common-Cleaner) S 17227 17230 16583 0 -1 4194368 1586 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 484164 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17249] ppid=17227 vsize=19063512 memory=1936656 CPUtime=0 cores=0,2
/proc/17230/task/17249/stat : 17249 (Timer-0) S 17227 17230 16583 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31964085 19521036288 484164 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
Current children cumulated CPU time: 3597.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1936656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.11 s]
/proc/loadavg: 4.37 4.26 4.20 5/340 18151
/proc/meminfo: memFree=121120696/131249996 swapFree=33010684/33010684
[pid=17230] ppid=17227 vsize=19063512 memory=1936656 CPUtime=3600.08 cores=0,2
/proc/17230/stat : 17230 (java) S 17227 17230 16583 0 -1 4194304 110387 0 0 0 359824 184 0 0 20 0 20 0 31964069 19521036288 484164 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
/proc/17230/statm: 4765878 484164 5479 1 0 556764 0
[pid=17230/tid=17232] ppid=17227 vsize=19063512 memory=1934608 CPUtime=3557.33 cores=0,2
/proc/17230/task/17232/stat : 17232 (java) R 17227 17230 16583 0 -1 4194368 42344 0 0 0 355684 49 0 0 20 0 20 0 31964070 19521036288 484164 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17241] ppid=17227 vsize=19063512 memory=1934608 CPUtime=0 cores=0,2
/proc/17230/task/17241/stat : 17241 (Finalizer) S 17227 17230 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 484164 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17248] ppid=17227 vsize=19063512 memory=1932560 CPUtime=0 cores=0,2
/proc/17230/task/17248/stat : 17248 (Common-Cleaner) S 17227 17230 16583 0 -1 4194368 1632 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 484164 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17249] ppid=17227 vsize=19063512 memory=1936656 CPUtime=0 cores=0,2
/proc/17230/task/17249/stat : 17249 (Timer-0) S 17227 17230 16583 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31964085 19521036288 484164 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1936656 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.42 s, system=1.85308 s

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

[startup+3585.11 s]
/proc/loadavg: 4.37 4.26 4.20 5/340 18151
/proc/meminfo: memFree=121120696/131249996 swapFree=33010684/33010684
[pid=17230] ppid=17227 vsize=19063512 memory=1936656 CPUtime=3600.08 cores=0,2
/proc/17230/stat : 17230 (java) S 17227 17230 16583 0 -1 4194304 110387 0 0 0 359824 184 0 0 20 0 20 0 31964069 19521036288 484164 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
/proc/17230/statm: 4765878 484164 5479 1 0 556764 0
[pid=17230/tid=17232] ppid=17227 vsize=19063512 memory=1934608 CPUtime=3557.33 cores=0,2
/proc/17230/task/17232/stat : 17232 (java) R 17227 17230 16583 0 -1 4194368 42344 0 0 0 355684 49 0 0 20 0 20 0 31964070 19521036288 484164 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17241] ppid=17227 vsize=19063512 memory=1934608 CPUtime=0 cores=0,2
/proc/17230/task/17241/stat : 17241 (Finalizer) S 17227 17230 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 484164 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17248] ppid=17227 vsize=19063512 memory=1932560 CPUtime=0 cores=0,2
/proc/17230/task/17248/stat : 17248 (Common-Cleaner) S 17227 17230 16583 0 -1 4194368 1632 0 0 0 0 0 0 0 20 0 20 0 31964072 19521036288 484164 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
[pid=17230/tid=17249] ppid=17227 vsize=19063512 memory=1936656 CPUtime=0 cores=0,2
/proc/17230/task/17249/stat : 17249 (Timer-0) S 17227 17230 16583 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31964085 19521036288 484164 18446744073709551615 94782515142656 94782515146352 140735541203776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782515154168 94782515154960 94782534885376 140735541209470 140735541209574 140735541209574 140735541215176 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1936656 KiB

Child status: 143

Real time (s): 3585.2
CPU time (s): 3600.27
CPU user time (s): 3598.42
CPU system time (s): 1.85308
CPU usage (%): 100.42
Max. virtual memory (cumulated for all children) (KiB): 19065668
Max. memory (cumulated for all children) (KiB): 1936656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.42
system time used= 1.85308
maximum resident set size= 1937552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112826
page faults= 0
swaps= 0
block input operations= 0
block output operations= 23320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129537
involuntary context switches= 11787


# summary of solver processes directly reported to runsolver:
#   pid: 17230
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3598.42
#   total CPU system time (s): 1.85308

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.5785 second user time and 17.1219 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 04:07:43
IDJOB=4495934
IDBENCH=148102
IDSOLVER=3361
FILE ID=nodeC022/4495934-1751162863
RUNJOBID= nodeC022-1751159266-16593
SLURM_JOB_ID= 9587500
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww4.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4495934-1751162863/watcher-4495934-1751162863 -o /tmp/evaluation-result-4495934-1751162863/solver-4495934-1751162863 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751159266-16593 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4495934-1751162863.opb

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

MD5SUM BENCH= 13439fe0222d33319b9169d149c100b9
RANDOM SEED=108437169

nodeC022 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        120833860 kB
MemAvailable:   120461172 kB
Buffers:            3280 kB
Cached:           419036 kB
SwapCached:            0 kB
Active:          9678360 kB
Inactive:         171168 kB
Active(anon):    9445276 kB
Inactive(anon):        0 kB
Active(file):     233084 kB
Inactive(file):   171168 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               696 kB
Writeback:             0 kB
AnonPages:       9430288 kB
Mapped:           122212 kB
Shmem:             18060 kB
KReclaimable:      85324 kB
Slab:             168624 kB
SReclaimable:      85324 kB
SUnreclaim:        83300 kB
KernelStack:        5216 kB
PageTables:        22096 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10847164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9172992 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= 433056 MiB
End job on nodeC022 at 2025-06-29 05:07:28