Trace number 4509292

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 2025-06-06? (TO) 3600.21 3600.09

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm98p-opt.opb.negationfix.opb
MD5SUMa7d39c8a0eed618aa14a4423c4fae159
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark86.2078
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables175232
Total number of constraints2994
Number of constraints which are clauses1368
Number of constraints which are cardinality constraints (but not clauses)1368
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1369
Number of terms in the objective function 128
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 128
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 482918
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1101202
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: ANY
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Armin Biere (Picosat) restarts strategy
0.12/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4509292-1751519881.opb
0.12/0.15	c reading problem ... 
0.12/0.16	c  objective function found
2.83/1.53	c ... done. Wall clock time 1.378s.
2.83/1.53	c declared #vars     175232
2.83/1.53	c #constraints  2994
2.83/1.53	c constraints type 
2.83/1.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 258
2.83/1.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1368
2.83/1.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1368
2.83/1.53	c 2994 constraints processed.
2.83/1.55	c objective function length is 128 literals
3600.06/3600.03	c starts		: 8
3600.06/3600.04	c conflicts		: 996
3600.06/3600.05	c decisions		: 1335959
3600.06/3600.05	c propagations		: 2059946
3600.06/3600.05	c inspects		: 10946309
3600.06/3600.05	c shortcuts		: 0
3600.06/3600.05	c learnt literals	: 0
3600.06/3600.05	c learnt binary clauses	: 0
3600.06/3600.05	c learnt ternary clauses	: 0
3600.06/3600.05	c learnt constraints	: 995
3600.06/3600.05	c ignored constraints	: 0
3600.06/3600.05	c root simplifications	: 0
3600.06/3600.05	c removed literals (reason simplification)	: 0
3600.06/3600.05	c reason swapping (by a shorter reason)	: 0
3600.06/3600.05	c Calls to reduceDB	: 0
3600.06/3600.05	c Number of update (reduction) of LBD	: 0
3600.06/3600.05	c Imported unit clauses	: 0
3600.06/3600.05	c No decision after first conflict	: false
3600.06/3600.05	c number of reductions to clauses (during analyze)	: 0
3600.06/3600.05	c number of learned constraints concerned by reduction	: 0
3600.06/3600.05	c number of learning phase by resolution	: 0
3600.06/3600.05	c number of learning phase by cutting planes	: 0
3600.06/3600.05	c number of rounding to 1 operations	: 0
3600.06/3600.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3600.05	c number of reductions of the coefficients by power 2 	: 0
3600.06/3600.05	c number of right shift for reduction by power 2 	: 0
3600.06/3600.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3600.05	c number of ending skipping 	: 0
3600.06/3600.05	c number of internal skipping 	: 0
3600.06/3600.05	c number of derivation steps 	: 8557
3600.06/3600.05	c number of skipped derivation steps 	: 0
3600.06/3600.05	c number of remaining unassigned 	: 712161
3600.06/3600.05	c number of remaining assigned 	: 6151625
3600.06/3600.05	c number of falsified literals weakened from reason	: 0
3600.06/3600.05	c number of falsified literals weakened from conflict	: 0
3600.06/3600.05	c time for arithmetic operations	: 2099332998
3600.06/3600.06	c minimum degree of deleted constraints	: null
3600.06/3600.06	c maximum degree of deleted constraints	: null
3600.06/3600.06	c number of deleted constraints	: 0
3600.06/3600.06	c speed (assignments/second)	: 572.446377597752
3600.06/3600.06	c non guided choices	: 405534
3600.06/3600.07	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 995
3600.06/3600.07	s UNKNOWN
3600.06/3600.07	c Total wall clock time (in seconds): 3599.912

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509292-1751519881/watcher-4509292-1751519881 -o /tmp/evaluation-result-4509292-1751519881/solver-4509292-1751519881 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751519881-77405 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4509292-1751519881.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 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=77511, runsolver pid=77508

[startup+0.100059 s]*
/proc/loadavg: 0.79 1.94 3.89 10/331 77529
/proc/meminfo: memFree=126087516/131249996 swapFree=33010672/33010684
[pid=77511] ppid=77508 vsize=18930384 memory=57428 CPUtime=0.12 cores=5,7
/proc/77511/stat : 77511 (java) S 77508 77511 77392 0 -1 4194304 6473 0 0 0 10 2 0 0 20 0 18 0 67665923 19384713216 14357 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
/proc/77511/statm: 4732596 14357 5367 1 0 547603 0
[pid=77511/tid=77513] ppid=77508 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/77511/task/77513/stat : 77513 (java) R 77508 77511 77392 0 -1 4194368 5057 0 0 0 6 1 0 0 20 0 18 0 67665924 19384713216 14357 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77522] ppid=77508 vsize=18930384 memory=224227754321 CPUtime=0 cores=5,7
/proc/77511/task/77522/stat : 77522 (Finalizer) S 77508 77511 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67665926 19384713216 14357 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77529] ppid=77508 vsize=18930384 memory=59585004335488 CPUtime=0 cores=5,7
/proc/77511/task/77529/stat : 77529 (Common-Cleaner) S 77508 77511 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 67665927 19384713216 14357 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57428 KiB

[startup+0.205678 s]*
/proc/loadavg: 0.79 1.94 3.89 11/331 77529
/proc/meminfo: memFree=125989328/131249996 swapFree=33010672/33010684
[pid=77511] ppid=77508 vsize=18930384 memory=72144 CPUtime=0.31 cores=5,7
/proc/77511/stat : 77511 (java) S 77508 77511 77392 0 -1 4194304 6975 0 0 0 29 2 0 0 20 0 18 0 67665923 19384713216 18036 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
/proc/77511/statm: 4732596 18036 5463 1 0 548031 0
[pid=77511/tid=77513] ppid=77508 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=5,7
/proc/77511/task/77513/stat : 77513 (java) R 77508 77511 77392 0 -1 4194368 5371 0 0 0 15 1 0 0 20 0 18 0 67665924 19384713216 18036 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77522] ppid=77508 vsize=18930384 memory=16195 CPUtime=0 cores=5,7
/proc/77511/task/77522/stat : 77522 (Finalizer) S 77508 77511 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67665926 19384713216 18036 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77529] ppid=77508 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/77511/task/77529/stat : 77529 (Common-Cleaner) S 77508 77511 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 67665927 19384713216 18036 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72144 KiB

[startup+0.305659 s]*
/proc/loadavg: 0.79 1.94 3.89 11/332 77530
/proc/meminfo: memFree=125845908/131249996 swapFree=33010672/33010684
[pid=77511] ppid=77508 vsize=18930384 memory=109000 CPUtime=0.51 cores=5,7
/proc/77511/stat : 77511 (java) S 77508 77511 77392 0 -1 4194304 8614 0 0 0 47 4 0 0 20 0 18 0 67665923 19384713216 27250 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
/proc/77511/statm: 4732596 27250 5463 1 0 549055 0
[pid=77511/tid=77513] ppid=77508 vsize=18930384 memory=-6000919472790398312 CPUtime=0.26 cores=5,7
/proc/77511/task/77513/stat : 77513 (java) R 77508 77511 77392 0 -1 4194368 5387 0 0 0 24 2 0 0 20 0 18 0 67665924 19384713216 27250 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77522] ppid=77508 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/77511/task/77522/stat : 77522 (Finalizer) S 77508 77511 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67665926 19384713216 27250 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77529] ppid=77508 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/77511/task/77529/stat : 77529 (Common-Cleaner) S 77508 77511 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 67665927 19384713216 27250 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 109000 KiB

[startup+0.700224 s]
/proc/loadavg: 0.79 1.94 3.89 9/335 77533
/proc/meminfo: memFree=125626128/131249996 swapFree=33010672/33010684
[pid=77511] ppid=77508 vsize=18996948 memory=233824 CPUtime=1.27 cores=5,7
/proc/77511/stat : 77511 (java) S 77508 77511 77392 0 -1 4194304 11147 0 0 0 120 7 0 0 20 0 19 0 67665923 19452874752 58456 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
/proc/77511/statm: 4749237 58456 5463 1 0 551196 0
[pid=77511/tid=77513] ppid=77508 vsize=18996948 memory=18688 CPUtime=0.55 cores=5,7
/proc/77511/task/77513/stat : 77513 (java) S 77508 77511 77392 0 -1 4194368 5450 0 0 0 52 3 0 0 20 0 19 0 67665924 19452874752 58456 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77522] ppid=77508 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/77511/task/77522/stat : 77522 (Finalizer) S 77508 77511 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67665926 19452874752 58456 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77529] ppid=77508 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/77511/task/77529/stat : 77529 (Common-Cleaner) S 77508 77511 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 67665927 19452874752 58456 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 233824 KiB

[startup+1.50024 s]
/proc/loadavg: 0.79 1.94 3.89 9/338 77536
/proc/meminfo: memFree=125241568/131249996 swapFree=33010672/33010684
[pid=77511] ppid=77508 vsize=18996948 memory=1146120 CPUtime=2.83 cores=5,7
/proc/77511/stat : 77511 (java) S 77508 77511 77392 0 -1 4194304 15140 0 0 0 258 25 0 0 20 0 19 0 67665923 19452874752 286530 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
/proc/77511/statm: 4749237 286530 5495 1 0 1294600 0
[pid=77511/tid=77513] ppid=77508 vsize=18996948 memory=3328 CPUtime=1.21 cores=5,7
/proc/77511/task/77513/stat : 77513 (java) R 77508 77511 77392 0 -1 4194368 5944 0 0 0 102 19 0 0 20 0 19 0 67665924 19452874752 286530 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77522] ppid=77508 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/77511/task/77522/stat : 77522 (Finalizer) S 77508 77511 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67665926 19452874752 286530 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77529] ppid=77508 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/77511/task/77529/stat : 77529 (Common-Cleaner) S 77508 77511 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 67665927 19452874752 286530 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1146120 KiB

[startup+3.10551 s]
/proc/loadavg: 1.36 2.04 3.91 5/339 77537
/proc/meminfo: memFree=124416248/131249996 swapFree=33010672/33010684
[pid=77511] ppid=77508 vsize=19063512 memory=1272536 CPUtime=5.43 cores=5,7
/proc/77511/stat : 77511 (java) S 77508 77511 77392 0 -1 4194304 15516 0 0 0 515 28 0 0 20 0 20 0 67665923 19521036288 318134 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
/proc/77511/statm: 4765878 318134 5559 1 0 1295027 0
[pid=77511/tid=77513] ppid=77508 vsize=19063512 memory=10752 CPUtime=2.77 cores=5,7
/proc/77511/task/77513/stat : 77513 (java) R 77508 77511 77392 0 -1 4194368 6120 0 0 0 256 21 0 0 20 0 20 0 67665924 19521036288 318134 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77522] ppid=77508 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/77511/task/77522/stat : 77522 (Finalizer) S 77508 77511 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665926 19521036288 318134 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77529] ppid=77508 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/77511/task/77529/stat : 77529 (Common-Cleaner) S 77508 77511 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67665927 19521036288 318134 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77537] ppid=77508 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/77511/task/77537/stat : 77537 (Timer-0) S 77508 77511 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67666080 19521036288 318134 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1272536 KiB

[startup+6.30023 s]
/proc/loadavg: 1.36 2.04 3.91 5/339 77537
/proc/meminfo: memFree=124291644/131249996 swapFree=33010672/33010684
[pid=77511] ppid=77508 vsize=19063512 memory=1266944 CPUtime=8.93 cores=5,7
/proc/77511/stat : 77511 (java) S 77508 77511 77392 0 -1 4194304 15566 0 0 0 865 28 0 0 20 0 20 0 67665923 19521036288 316736 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
/proc/77511/statm: 4765878 316736 5559 1 0 1295029 0
[pid=77511/tid=77513] ppid=77508 vsize=19063512 memory=0 CPUtime=5.95 cores=5,7
/proc/77511/task/77513/stat : 77513 (java) R 77508 77511 77392 0 -1 4194368 6124 0 0 0 574 21 0 0 20 0 20 0 67665924 19521036288 316736 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77522] ppid=77508 vsize=19063512 memory=-6000919472790398312 CPUtime=0 cores=5,7
/proc/77511/task/77522/stat : 77522 (Finalizer) S 77508 77511 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665926 19521036288 316736 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77529] ppid=77508 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/77511/task/77529/stat : 77529 (Common-Cleaner) S 77508 77511 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67665927 19521036288 316736 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77537] ppid=77508 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/77511/task/77537/stat : 77537 (Timer-0) S 77508 77511 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67666080 19521036288 316736 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
Current children cumulated CPU time: 8.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1266944 KiB

[startup+12.7002 s]
/proc/loadavg: 1.92 2.14 3.92 5/339 77537
/proc/meminfo: memFree=123701960/131249996 swapFree=33010672/33010684
[pid=77511] ppid=77508 vsize=19063512 memory=1267072 CPUtime=15.65 cores=5,7
/proc/77511/stat : 77511 (java) S 77508 77511 77392 0 -1 4194304 19800 0 0 0 1536 29 0 0 20 0 20 0 67665923 19521036288 316768 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
/proc/77511/statm: 4765878 316768 5559 1 0 1295031 0
[pid=77511/tid=77513] ppid=77508 vsize=19063512 memory=1267072 CPUtime=12.34 cores=5,7
/proc/77511/task/77513/stat : 77513 (java) R 77508 77511 77392 0 -1 4194368 6719 0 0 0 1213 21 0 0 20 0 20 0 67665924 19521036288 316768 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77522] ppid=77508 vsize=19063512 memory=1267072 CPUtime=0 cores=5,7
/proc/77511/task/77522/stat : 77522 (Finalizer) S 77508 77511 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665926 19521036288 316768 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77529] ppid=77508 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/77511/task/77529/stat : 77529 (Common-Cleaner) S 77508 77511 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67665927 19521036288 316768 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77537] ppid=77508 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/77511/task/77537/stat : 77537 (Timer-0) S 77508 77511 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67666080 19521036288 316768 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
Current children cumulated CPU time: 15.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1267072 KiB

[startup+25.5002 s]
/proc/loadavg: 2.32 2.22 3.93 5/339 77537
/proc/meminfo: memFree=122335304/131249996 swapFree=33010672/33010684
[pid=77511] ppid=77508 vsize=19063512 memory=1268736 CPUtime=28.65 cores=5,7
/proc/77511/stat : 77511 (java) S 77508 77511 77392 0 -1 4194304 24196 0 0 0 2836 29 0 0 20 0 20 0 67665923 19521036288 317184 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
/proc/77511/statm: 4765878 317184 5559 1 0 1295031 0
[pid=77511/tid=77513] ppid=77508 vsize=19063512 memory=18688 CPUtime=25.1 cores=5,7
/proc/77511/task/77513/stat : 77513 (java) R 77508 77511 77392 0 -1 4194368 7428 0 0 0 2489 21 0 0 20 0 20 0 67665924 19521036288 317184 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77522] ppid=77508 vsize=19063512 memory=1268736 CPUtime=0 cores=5,7
/proc/77511/task/77522/stat : 77522 (Finalizer) S 77508 77511 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665926 19521036288 317184 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77529] ppid=77508 vsize=19063512 memory=-6000919472790398312 CPUtime=0 cores=5,7
/proc/77511/task/77529/stat : 77529 (Common-Cleaner) S 77508 77511 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67665927 19521036288 317184 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77537] ppid=77508 vsize=19063512 memory=1268736 CPUtime=0 cores=5,7
/proc/77511/task/77537/stat : 77537 (Timer-0) S 77508 77511 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67666080 19521036288 317184 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
Current children cumulated CPU time: 28.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1268736 KiB

[startup+51.1056 s]
/proc/loadavg: 2.90 2.36 3.93 5/339 77538
/proc/meminfo: memFree=119787824/131249996 swapFree=33010672/33010684
[pid=77511] ppid=77508 vsize=19063512 memory=1268864 CPUtime=54.2 cores=5,7
/proc/77511/stat : 77511 (java) S 77508 77511 77392 0 -1 4194304 25507 0 0 0 5390 30 0 0 20 0 20 0 67665923 19521036288 317216 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
/proc/77511/statm: 4765878 317216 5559 1 0 1295031 0
[pid=77511/tid=77513] ppid=77508 vsize=19063512 memory=1268736 CPUtime=50.63 cores=5,7
/proc/77511/task/77513/stat : 77513 (java) R 77508 77511 77392 0 -1 4194368 8099 0 0 0 5042 21 0 0 20 0 20 0 67665924 19521036288 317216 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77522] ppid=77508 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/77511/task/77522/stat : 77522 (Finalizer) S 77508 77511 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665926 19521036288 317216 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77529] ppid=77508 vsize=19063512 memory=1267072 CPUtime=0 cores=5,7
/proc/77511/task/77529/stat : 77529 (Common-Cleaner) S 77508 77511 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67665927 19521036288 317216 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77537] ppid=77508 vsize=19063512 memory=1268736 CPUtime=0 cores=5,7
/proc/77511/task/77537/stat : 77537 (Timer-0) S 77508 77511 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67666080 19521036288 317216 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
Current children cumulated CPU time: 54.2 s

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

/proc/meminfo: memFree=95353904/131249996 swapFree=33010672/33010684
[pid=77511] ppid=77508 vsize=19063512 memory=4422980 CPUtime=3223.19 cores=5,7
/proc/77511/stat : 77511 (java) S 77508 77511 77392 0 -1 4194304 87182 0 0 0 322164 155 0 0 20 0 20 0 67665923 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
/proc/77511/statm: 4765878 1105745 5559 1 0 1296000 0
[pid=77511/tid=77513] ppid=77508 vsize=19063512 memory=4422980 CPUtime=3211.05 cores=5,7
/proc/77511/task/77513/stat : 77513 (java) R 77508 77511 77392 0 -1 4194368 36215 0 0 0 321049 56 0 0 20 0 20 0 67665924 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77522] ppid=77508 vsize=19063512 memory=4422980 CPUtime=0 cores=5,7
/proc/77511/task/77522/stat : 77522 (Finalizer) S 77508 77511 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665926 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77529] ppid=77508 vsize=19063512 memory=4422980 CPUtime=0 cores=5,7
/proc/77511/task/77529/stat : 77529 (Common-Cleaner) S 77508 77511 77392 0 -1 4194368 2501 0 0 0 0 0 0 0 20 0 20 0 67665927 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77537] ppid=77508 vsize=19063512 memory=4422980 CPUtime=0 cores=5,7
/proc/77511/task/77537/stat : 77537 (Timer-0) S 77508 77511 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67666080 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
Current children cumulated CPU time: 3223.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4422980 KiB

[startup+3282.3 s]
/proc/loadavg: 5.03 4.70 4.45 7/340 77780
/proc/meminfo: memFree=108991608/131249996 swapFree=33010672/33010684
[pid=77511] ppid=77508 vsize=19063512 memory=4422980 CPUtime=3283.04 cores=5,7
/proc/77511/stat : 77511 (java) S 77508 77511 77392 0 -1 4194304 87918 0 0 0 328148 156 0 0 20 0 20 0 67665923 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
/proc/77511/statm: 4765878 1105745 5559 1 0 1296000 0
[pid=77511/tid=77513] ppid=77508 vsize=19063512 memory=4422980 CPUtime=3270.88 cores=5,7
/proc/77511/task/77513/stat : 77513 (java) R 77508 77511 77392 0 -1 4194368 36644 0 0 0 327032 56 0 0 20 0 20 0 67665924 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77522] ppid=77508 vsize=19063512 memory=4422980 CPUtime=0 cores=5,7
/proc/77511/task/77522/stat : 77522 (Finalizer) S 77508 77511 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665926 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77529] ppid=77508 vsize=19063512 memory=4422980 CPUtime=0 cores=5,7
/proc/77511/task/77529/stat : 77529 (Common-Cleaner) S 77508 77511 77392 0 -1 4194368 2523 0 0 0 0 0 0 0 20 0 20 0 67665927 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77537] ppid=77508 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/77511/task/77537/stat : 77537 (Timer-0) S 77508 77511 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67666080 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
Current children cumulated CPU time: 3283.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4422980 KiB

[startup+3342.3 s]
/proc/loadavg: 4.59 4.64 4.45 5/341 77849
/proc/meminfo: memFree=113186840/131249996 swapFree=33010672/33010684
[pid=77511] ppid=77508 vsize=19063512 memory=4422980 CPUtime=3342.89 cores=5,7
/proc/77511/stat : 77511 (java) S 77508 77511 77392 0 -1 4194304 89140 0 0 0 334132 157 0 0 20 0 20 0 67665923 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
/proc/77511/statm: 4765878 1105745 5559 1 0 1296000 0
[pid=77511/tid=77513] ppid=77508 vsize=19063512 memory=4422980 CPUtime=3330.72 cores=5,7
/proc/77511/task/77513/stat : 77513 (java) R 77508 77511 77392 0 -1 4194368 37507 0 0 0 333016 56 0 0 20 0 20 0 67665924 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77522] ppid=77508 vsize=19063512 memory=4422980 CPUtime=0 cores=5,7
/proc/77511/task/77522/stat : 77522 (Finalizer) S 77508 77511 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665926 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77529] ppid=77508 vsize=19063512 memory=-6000919481346581864 CPUtime=0 cores=5,7
/proc/77511/task/77529/stat : 77529 (Common-Cleaner) S 77508 77511 77392 0 -1 4194368 2541 0 0 0 0 0 0 0 20 0 20 0 67665927 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77537] ppid=77508 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/77511/task/77537/stat : 77537 (Timer-0) S 77508 77511 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67666080 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
Current children cumulated CPU time: 3342.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4422980 KiB

[startup+3402.3 s]
/proc/loadavg: 4.57 4.64 4.46 5/341 77851
/proc/meminfo: memFree=111855844/131249996 swapFree=33010672/33010684
[pid=77511] ppid=77508 vsize=19063512 memory=4422980 CPUtime=3402.73 cores=5,7
/proc/77511/stat : 77511 (java) S 77508 77511 77392 0 -1 4194304 89366 0 0 0 340116 157 0 0 20 0 20 0 67665923 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
/proc/77511/statm: 4765878 1105745 5559 1 0 1296000 0
[pid=77511/tid=77513] ppid=77508 vsize=19063512 memory=4422980 CPUtime=3390.55 cores=5,7
/proc/77511/task/77513/stat : 77513 (java) R 77508 77511 77392 0 -1 4194368 37665 0 0 0 338999 56 0 0 20 0 20 0 67665924 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77522] ppid=77508 vsize=19063512 memory=4422980 CPUtime=0 cores=5,7
/proc/77511/task/77522/stat : 77522 (Finalizer) S 77508 77511 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665926 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77529] ppid=77508 vsize=19063512 memory=4422980 CPUtime=0 cores=5,7
/proc/77511/task/77529/stat : 77529 (Common-Cleaner) S 77508 77511 77392 0 -1 4194368 2579 0 0 0 0 0 0 0 20 0 20 0 67665927 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77537] ppid=77508 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/77511/task/77537/stat : 77537 (Timer-0) S 77508 77511 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67666080 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
Current children cumulated CPU time: 3402.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4422980 KiB

[startup+3462.3 s]
/proc/loadavg: 4.31 4.55 4.44 5/340 77853
/proc/meminfo: memFree=111478828/131249996 swapFree=33010672/33010684
[pid=77511] ppid=77508 vsize=19063512 memory=4422980 CPUtime=3462.59 cores=5,7
/proc/77511/stat : 77511 (java) S 77508 77511 77392 0 -1 4194304 90154 0 0 0 346101 158 0 0 20 0 20 0 67665923 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
/proc/77511/statm: 4765878 1105745 5559 1 0 1296000 0
[pid=77511/tid=77513] ppid=77508 vsize=19063512 memory=4422980 CPUtime=3450.39 cores=5,7
/proc/77511/task/77513/stat : 77513 (java) R 77508 77511 77392 0 -1 4194368 38424 0 0 0 344983 56 0 0 20 0 20 0 67665924 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77522] ppid=77508 vsize=19063512 memory=21996 CPUtime=0 cores=5,7
/proc/77511/task/77522/stat : 77522 (Finalizer) S 77508 77511 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665926 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77529] ppid=77508 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/77511/task/77529/stat : 77529 (Common-Cleaner) S 77508 77511 77392 0 -1 4194368 2580 0 0 0 0 0 0 0 20 0 20 0 67665927 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77537] ppid=77508 vsize=19063512 memory=-6000919472790398312 CPUtime=0 cores=5,7
/proc/77511/task/77537/stat : 77537 (Timer-0) S 77508 77511 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67666080 19521036288 1105745 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
Current children cumulated CPU time: 3462.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4422980 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.48 4.42 5/340 77855
/proc/meminfo: memFree=110624596/131249996 swapFree=33010672/33010684
[pid=77511] ppid=77508 vsize=19063512 memory=4445508 CPUtime=3522.56 cores=5,7
/proc/77511/stat : 77511 (java) S 77508 77511 77392 0 -1 4194304 92639 0 0 0 352096 160 0 0 20 0 20 0 67665923 19521036288 1111377 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
/proc/77511/statm: 4765878 1111377 5559 1 0 1296000 0
[pid=77511/tid=77513] ppid=77508 vsize=19063512 memory=4422980 CPUtime=3510.11 cores=5,7
/proc/77511/task/77513/stat : 77513 (java) R 77508 77511 77392 0 -1 4194368 38781 0 0 0 350955 56 0 0 20 0 20 0 67665924 19521036288 1111377 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77522] ppid=77508 vsize=19063512 memory=4422980 CPUtime=0 cores=5,7
/proc/77511/task/77522/stat : 77522 (Finalizer) S 77508 77511 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665926 19521036288 1111377 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77529] ppid=77508 vsize=19063512 memory=18688 CPUtime=0 cores=5,7
/proc/77511/task/77529/stat : 77529 (Common-Cleaner) S 77508 77511 77392 0 -1 4194368 2635 0 0 0 0 0 0 0 20 0 20 0 67665927 19521036288 1111377 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77537] ppid=77508 vsize=19063512 memory=4445508 CPUtime=0 cores=5,7
/proc/77511/task/77537/stat : 77537 (Timer-0) S 77508 77511 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67666080 19521036288 1111377 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
Current children cumulated CPU time: 3522.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4445508 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.42 4.40 5/316 77868
/proc/meminfo: memFree=115544800/131249996 swapFree=33010672/33010684
[pid=77511] ppid=77508 vsize=19063512 memory=4445508 CPUtime=3582.41 cores=5,7
/proc/77511/stat : 77511 (java) S 77508 77511 77392 0 -1 4194304 93225 0 0 0 358080 161 0 0 20 0 20 0 67665923 19521036288 1111377 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
/proc/77511/statm: 4765878 1111377 5559 1 0 1296000 0
[pid=77511/tid=77513] ppid=77508 vsize=19063512 memory=18688 CPUtime=3569.94 cores=5,7
/proc/77511/task/77513/stat : 77513 (java) R 77508 77511 77392 0 -1 4194368 39262 0 0 0 356938 56 0 0 20 0 20 0 67665924 19521036288 1111377 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77522] ppid=77508 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/77511/task/77522/stat : 77522 (Finalizer) S 77508 77511 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665926 19521036288 1111377 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77529] ppid=77508 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/77511/task/77529/stat : 77529 (Common-Cleaner) S 77508 77511 77392 0 -1 4194368 2636 0 0 0 0 0 0 0 20 0 20 0 67665927 19521036288 1111377 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77537] ppid=77508 vsize=19063512 memory=4445508 CPUtime=0 cores=5,7
/proc/77511/task/77537/stat : 77537 (Timer-0) S 77508 77511 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67666080 19521036288 1111377 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
Current children cumulated CPU time: 3582.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4445508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600 s]*
/proc/loadavg: 4.14 4.40 4.40 5/339 77924
/proc/meminfo: memFree=113419104/131249996 swapFree=33010672/33010684
[pid=77511] ppid=77508 vsize=19063512 memory=4445508 CPUtime=3600.06 cores=5,7
/proc/77511/stat : 77511 (java) S 77508 77511 77392 0 -1 4194304 93516 0 0 0 359845 161 0 0 20 0 20 0 67665923 19521036288 1111377 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
/proc/77511/statm: 4765878 1111377 5559 1 0 1296000 0
[pid=77511/tid=77513] ppid=77508 vsize=19063512 memory=1792 CPUtime=3587.6 cores=5,7
/proc/77511/task/77513/stat : 77513 (java) R 77508 77511 77392 0 -1 4194368 39553 0 0 0 358704 56 0 0 20 0 20 0 67665924 19521036288 1111377 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77522] ppid=77508 vsize=19063512 memory=-6000919472790398312 CPUtime=0 cores=5,7
/proc/77511/task/77522/stat : 77522 (Finalizer) S 77508 77511 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665926 19521036288 1111377 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77529] ppid=77508 vsize=19063512 memory=-6000919502854907240 CPUtime=0 cores=5,7
/proc/77511/task/77529/stat : 77529 (Common-Cleaner) S 77508 77511 77392 0 -1 4194368 2636 0 0 0 0 0 0 0 20 0 20 0 67665927 19521036288 1111377 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
[pid=77511/tid=77537] ppid=77508 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/77511/task/77537/stat : 77537 (Timer-0) S 77508 77511 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67666080 19521036288 1111377 18446744073709551615 94238210920448 94238210924144 140727415749552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94238210931960 94238210932752 94238215217152 140727415753086 140727415753190 140727415753190 140727415758792 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4445508 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.58 s, system=1.63815 s

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

Child status: 143

Real time (s): 3600.09
CPU time (s): 3600.21
CPU user time (s): 3598.58
CPU system time (s): 1.63815
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4445508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.58
system time used= 1.63815
maximum resident set size= 4446532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96319
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114581
involuntary context switches= 20698


# summary of solver processes directly reported to runsolver:
#   pid: 77511
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3598.58
#   total CPU system time (s): 1.63815

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.19321 second user time and 15.6704 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-03 07:18:02
IDJOB=4509292
IDBENCH=158606
IDSOLVER=3361
FILE ID=nodeC017/4509292-1751519881
RUNJOBID= nodeC017-1751519881-77405
SLURM_JOB_ID= 9598641
Free space on /tmp= 432508 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm98p-opt.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509292-1751519881/watcher-4509292-1751519881 -o /tmp/evaluation-result-4509292-1751519881/solver-4509292-1751519881 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751519881-77405 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4509292-1751519881.opb

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

MD5SUM BENCH= a7d39c8a0eed618aa14a4423c4fae159
RANDOM SEED=494859017

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.237
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.433
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3600.895
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3600.062
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.147
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.068
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.267
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.061
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126172076 kB
MemAvailable:   129689804 kB
Buffers:            1688 kB
Cached:          4286844 kB
SwapCached:            8 kB
Active:           365728 kB
Inactive:        3999632 kB
Active(anon):      76608 kB
Inactive(anon):    18292 kB
Active(file):     289120 kB
Inactive(file):  3981340 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14992 kB
Writeback:             4 kB
AnonPages:         79980 kB
Mapped:           109132 kB
Shmem:             18072 kB
KReclaimable:     172612 kB
Slab:             263008 kB
SReclaimable:     172612 kB
SUnreclaim:        90396 kB
KernelStack:        4192 kB
PageTables:         2976 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     408284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432512 MiB
End job on nodeC017 at 2025-07-03 08:18:02