Trace number 4509384

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.19 3307.09

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw64/normalized-hw64-vm85p-opt.opb.negationfix.opb
MD5SUM6fdf9a7d79ebf074d013716e2aa9fa25
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 benchmark54
Best CPU time to get the best result obtained on this benchmark19.1004
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40320
Total number of constraints1388
Number of constraints which are clauses629
Number of constraints which are cardinality constraints (but not clauses)629
Number of constraints which are nor clauses,nor cardinality constraints130
Minimum length of a constraint64
Maximum length of a constraint630
Number of terms in the objective function 64
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 64
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 228799
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 550916
Number of bits of the biggest sum of numbers20
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		2104792832
0.09/0.10	c Max memory 		16282288128
0.09/0.10	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.16	c Pseudo Boolean Optimization by upper bound
0.09/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.16	c  - never skip resolution steps
0.09/0.16	c  - Auto-division on coefficients is disabled
0.09/0.16	c  - No postprocessing
0.09/0.16	c  - Conflict is considered as is when resolving
0.09/0.16	c  - Use constraints as they come during conflict analysis
0.09/0.16	c  - Weaken first using unassigned literals
0.09/0.16	c  - Bump strategy: ALWAYS_ONE
0.09/0.16	c  - Bumper: ANY
0.09/0.16	c --- Begin Solver configuration ---
0.09/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.09/0.16	c Learn all clauses as in MiniSAT
0.09/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.16	c No reason simplification
0.09/0.16	c Armin Biere (Picosat) restarts strategy
0.09/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.16	c timeout=2147483s
0.09/0.16	c DB Simplification allowed=false
0.09/0.16	c Listener: none
0.09/0.16	c --- End Solver configuration ---
0.09/0.17	c solving HOME/instance-4509384-1751519881.opb
0.09/0.17	c reading problem ... 
0.09/0.17	c  objective function found
0.87/0.60	c ... done. Wall clock time 0.426s.
0.87/0.60	c declared #vars     40320
0.87/0.60	c #constraints  1388
0.87/0.60	c constraints type 
0.87/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 130
0.87/0.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 629
0.87/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 629
0.87/0.60	c 1388 constraints processed.
1.06/0.62	c objective function length is 64 literals
3600.05/3307.02	c starts		: 15
3600.05/3307.03	c conflicts		: 2734
3600.05/3307.03	c decisions		: 736172
3600.05/3307.03	c propagations		: 1799099
3600.05/3307.03	c inspects		: 123226896
3600.05/3307.03	c shortcuts		: 0
3600.05/3307.03	c learnt literals	: 0
3600.05/3307.03	c learnt binary clauses	: 0
3600.05/3307.03	c learnt ternary clauses	: 0
3600.05/3307.03	c learnt constraints	: 2733
3600.05/3307.04	c ignored constraints	: 0
3600.05/3307.04	c root simplifications	: 0
3600.05/3307.04	c removed literals (reason simplification)	: 0
3600.05/3307.04	c reason swapping (by a shorter reason)	: 0
3600.05/3307.04	c Calls to reduceDB	: 0
3600.05/3307.04	c Number of update (reduction) of LBD	: 0
3600.05/3307.04	c Imported unit clauses	: 0
3600.05/3307.04	c No decision after first conflict	: false
3600.05/3307.04	c number of reductions to clauses (during analyze)	: 0
3600.05/3307.04	c number of learned constraints concerned by reduction	: 0
3600.05/3307.04	c number of learning phase by resolution	: 0
3600.05/3307.04	c number of learning phase by cutting planes	: 0
3600.05/3307.04	c number of rounding to 1 operations	: 0
3600.05/3307.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3307.04	c number of reductions of the coefficients by power 2 	: 0
3600.05/3307.04	c number of right shift for reduction by power 2 	: 0
3600.05/3307.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3307.04	c number of ending skipping 	: 0
3600.05/3307.04	c number of internal skipping 	: 0
3600.05/3307.04	c number of derivation steps 	: 15801
3600.05/3307.04	c number of skipped derivation steps 	: 0
3600.05/3307.04	c number of remaining unassigned 	: 695035
3600.05/3307.04	c number of remaining assigned 	: 17862814
3600.05/3307.04	c number of falsified literals weakened from reason	: 0
3600.05/3307.04	c number of falsified literals weakened from conflict	: 0
3600.05/3307.04	c time for arithmetic operations	: 53495550011
3600.05/3307.05	c minimum degree of deleted constraints	: null
3600.05/3307.05	c maximum degree of deleted constraints	: null
3600.05/3307.05	c number of deleted constraints	: 0
3600.05/3307.05	c speed (assignments/second)	: 544.1226195567293
3600.05/3307.05	c non guided choices	: 54216
3600.05/3307.05	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 2733
3600.05/3307.05	s UNKNOWN
3600.05/3307.05	c Total wall clock time (in seconds): 3306.887

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509384-1751519881/watcher-4509384-1751519881 -o /tmp/evaluation-result-4509384-1751519881/solver-4509384-1751519881 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751519881-77402 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4509384-1751519881.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
Current StackSize limit: 8192 KiB

solver pid=77451, runsolver pid=77438

[startup+0.100058 s]*
/proc/loadavg: 0.79 1.94 3.89 9/320 77518
/proc/meminfo: memFree=126116688/131249996 swapFree=33010672/33010684
[pid=77451] ppid=77438 vsize=18930384 memory=53892 CPUtime=0.09 cores=0,2
/proc/77451/stat : 77451 (java) S 77438 77451 77392 0 -1 4194304 6114 0 30 0 7 2 0 0 20 0 18 0 67665915 19384713216 13473 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
/proc/77451/statm: 4732596 13473 5332 1 0 547309 0
[pid=77451/tid=77460] ppid=77438 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/77451/task/77460/stat : 77460 (java) R 77438 77451 77392 0 -1 4194368 4952 0 30 0 4 2 0 0 20 0 18 0 67665918 19384713216 13473 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77496] ppid=77438 vsize=18930384 memory=16195 CPUtime=0 cores=0,2
/proc/77451/task/77496/stat : 77496 (Finalizer) S 77438 77451 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67665920 19384713216 13473 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77507] ppid=77438 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/77451/task/77507/stat : 77507 (Common-Cleaner) S 77438 77451 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 67665920 19384713216 13473 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53892 KiB

[startup+0.205484 s]*
/proc/loadavg: 0.79 1.94 3.89 12/331 77529
/proc/meminfo: memFree=126079500/131249996 swapFree=33010672/33010684
[pid=77451] ppid=77438 vsize=18930384 memory=67596 CPUtime=0.29 cores=0,2
/proc/77451/stat : 77451 (java) S 77438 77451 77392 0 -1 4194304 6840 0 30 0 26 3 0 0 20 0 18 0 67665915 19384713216 16899 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
/proc/77451/statm: 4732596 16899 5460 1 0 547940 0
[pid=77451/tid=77460] ppid=77438 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=0,2
/proc/77451/task/77460/stat : 77460 (java) R 77438 77451 77392 0 -1 4194368 5343 0 30 0 14 2 0 0 20 0 18 0 67665918 19384713216 16899 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77496] ppid=77438 vsize=18930384 memory=16195 CPUtime=0 cores=0,2
/proc/77451/task/77496/stat : 77496 (Finalizer) S 77438 77451 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67665920 19384713216 16899 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77507] ppid=77438 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/77451/task/77507/stat : 77507 (Common-Cleaner) S 77438 77451 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 67665920 19384713216 16899 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67596 KiB

[startup+0.305171 s]*
/proc/loadavg: 0.79 1.94 3.89 10/331 77529
/proc/meminfo: memFree=125950008/131249996 swapFree=33010672/33010684
[pid=77451] ppid=77438 vsize=18930384 memory=104916 CPUtime=0.48 cores=0,2
/proc/77451/stat : 77451 (java) S 77438 77451 77392 0 -1 4194304 8569 0 30 0 44 4 0 0 20 0 18 0 67665915 19384713216 26229 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
/proc/77451/statm: 4732596 26229 5460 1 0 549053 0
[pid=77451/tid=77460] ppid=77438 vsize=18930384 memory=-6000919472790398312 CPUtime=0.25 cores=0,2
/proc/77451/task/77460/stat : 77460 (java) R 77438 77451 77392 0 -1 4194368 5359 0 30 0 22 3 0 0 20 0 18 0 67665918 19384713216 26229 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77496] ppid=77438 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/77451/task/77496/stat : 77496 (Finalizer) S 77438 77451 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67665920 19384713216 26229 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77507] ppid=77438 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/77451/task/77507/stat : 77507 (Common-Cleaner) S 77438 77451 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 67665920 19384713216 26229 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 104916 KiB

[startup+0.700199 s]
/proc/loadavg: 0.79 1.94 3.89 17/335 77533
/proc/meminfo: memFree=125651128/131249996 swapFree=33010672/33010684
[pid=77451] ppid=77438 vsize=19063512 memory=199504 CPUtime=1.24 cores=0,2
/proc/77451/stat : 77451 (java) S 77438 77451 77392 0 -1 4194304 11386 0 30 0 118 6 0 0 20 0 20 0 67665915 19521036288 49876 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
/proc/77451/statm: 4765878 49876 5492 1 0 551554 0
[pid=77451/tid=77460] ppid=77438 vsize=19063512 memory=18688 CPUtime=0.5 cores=0,2
/proc/77451/task/77460/stat : 77460 (java) R 77438 77451 77392 0 -1 4194368 5533 0 30 0 46 4 0 0 20 0 20 0 67665918 19521036288 49876 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77496] ppid=77438 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/77451/task/77496/stat : 77496 (Finalizer) S 77438 77451 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 49876 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77507] ppid=77438 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/77451/task/77507/stat : 77507 (Common-Cleaner) S 77438 77451 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 49876 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199504 KiB

[startup+1.5002 s]
/proc/loadavg: 0.79 1.94 3.89 12/338 77536
/proc/meminfo: memFree=125372828/131249996 swapFree=33010672/33010684
[pid=77451] ppid=77438 vsize=19063512 memory=203632 CPUtime=2.73 cores=0,2
/proc/77451/stat : 77451 (java) S 77438 77451 77392 0 -1 4194304 12924 0 30 0 266 7 0 0 20 0 20 0 67665915 19521036288 50908 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
/proc/77451/statm: 4765878 50908 5524 1 0 552459 0
[pid=77451/tid=77460] ppid=77438 vsize=19063512 memory=3328 CPUtime=1.27 cores=0,2
/proc/77451/task/77460/stat : 77460 (java) R 77438 77451 77392 0 -1 4194368 5548 0 30 0 123 4 0 0 20 0 20 0 67665918 19521036288 50908 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77496] ppid=77438 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/77451/task/77496/stat : 77496 (Finalizer) S 77438 77451 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 50908 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77507] ppid=77438 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/77451/task/77507/stat : 77507 (Common-Cleaner) S 77438 77451 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 50908 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77534] ppid=77438 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/77451/task/77534/stat : 77534 (Timer-0) S 77438 77451 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67665978 19521036288 50908 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 203632 KiB

[startup+3.10503 s]
/proc/loadavg: 1.36 2.04 3.91 7/339 77537
/proc/meminfo: memFree=124436728/131249996 swapFree=33010672/33010684
[pid=77451] ppid=77438 vsize=19063512 memory=205516 CPUtime=4.83 cores=0,2
/proc/77451/stat : 77451 (java) S 77438 77451 77392 0 -1 4194304 18799 0 30 0 475 8 0 0 20 0 20 0 67665915 19521036288 51379 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
/proc/77451/statm: 4765878 51379 5524 1 0 552870 0
[pid=77451/tid=77460] ppid=77438 vsize=19063512 memory=10752 CPUtime=2.85 cores=0,2
/proc/77451/task/77460/stat : 77460 (java) R 77438 77451 77392 0 -1 4194368 5714 0 30 0 281 4 0 0 20 0 20 0 67665918 19521036288 51379 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77496] ppid=77438 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/77451/task/77496/stat : 77496 (Finalizer) S 77438 77451 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 51379 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77507] ppid=77438 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/77451/task/77507/stat : 77507 (Common-Cleaner) S 77438 77451 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 51379 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77534] ppid=77438 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/77451/task/77534/stat : 77534 (Timer-0) S 77438 77451 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67665978 19521036288 51379 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
Current children cumulated CPU time: 4.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 205516 KiB

[startup+6.30015 s]
/proc/loadavg: 1.36 2.04 3.91 6/339 77537
/proc/meminfo: memFree=124291644/131249996 swapFree=33010672/33010684
[pid=77451] ppid=77438 vsize=19063512 memory=203208 CPUtime=8.31 cores=0,2
/proc/77451/stat : 77451 (java) S 77438 77451 77392 0 -1 4194304 19861 0 30 0 823 8 0 0 20 0 20 0 67665915 19521036288 50802 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
/proc/77451/statm: 4765878 50802 5524 1 0 552877 0
[pid=77451/tid=77460] ppid=77438 vsize=19063512 memory=0 CPUtime=6.03 cores=0,2
/proc/77451/task/77460/stat : 77460 (java) R 77438 77451 77392 0 -1 4194368 6241 0 30 0 599 4 0 0 20 0 20 0 67665918 19521036288 50802 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77496] ppid=77438 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/77451/task/77496/stat : 77496 (Finalizer) S 77438 77451 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 50802 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77507] ppid=77438 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/77451/task/77507/stat : 77507 (Common-Cleaner) S 77438 77451 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 50802 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77534] ppid=77438 vsize=19063512 memory=204948 CPUtime=0 cores=0,2
/proc/77451/task/77534/stat : 77534 (Timer-0) S 77438 77451 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67665978 19521036288 50802 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
Current children cumulated CPU time: 8.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 203208 KiB

[startup+12.7002 s]
/proc/loadavg: 1.92 2.14 3.92 6/339 77537
/proc/meminfo: memFree=123734728/131249996 swapFree=33010672/33010684
[pid=77451] ppid=77438 vsize=19063512 memory=235740 CPUtime=15.91 cores=0,2
/proc/77451/stat : 77451 (java) S 77438 77451 77392 0 -1 4194304 29766 0 30 0 1580 11 0 0 20 0 20 0 67665915 19521036288 58935 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
/proc/77451/statm: 4765878 58935 5524 1 0 554489 0
[pid=77451/tid=77460] ppid=77438 vsize=19063512 memory=204948 CPUtime=12.34 cores=0,2
/proc/77451/task/77460/stat : 77460 (java) R 77438 77451 77392 0 -1 4194368 6887 0 30 0 1230 4 0 0 20 0 20 0 67665918 19521036288 58935 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77496] ppid=77438 vsize=19063512 memory=210208 CPUtime=0 cores=0,2
/proc/77451/task/77496/stat : 77496 (Finalizer) S 77438 77451 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 58935 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77507] ppid=77438 vsize=19063512 memory=219168 CPUtime=0 cores=0,2
/proc/77451/task/77507/stat : 77507 (Common-Cleaner) S 77438 77451 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 58935 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77534] ppid=77438 vsize=19063512 memory=18688 CPUtime=0 cores=0,2
/proc/77451/task/77534/stat : 77534 (Timer-0) S 77438 77451 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67665978 19521036288 58935 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
Current children cumulated CPU time: 15.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 235740 KiB

[startup+25.5002 s]
/proc/loadavg: 2.32 2.22 3.93 6/339 77537
/proc/meminfo: memFree=122347592/131249996 swapFree=33010672/33010684
[pid=77451] ppid=77438 vsize=19063512 memory=297436 CPUtime=29.01 cores=0,2
/proc/77451/stat : 77451 (java) S 77438 77451 77392 0 -1 4194304 34855 0 30 0 2888 13 0 0 20 0 20 0 67665915 19521036288 74359 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
/proc/77451/statm: 4765878 74359 5524 1 0 554489 0
[pid=77451/tid=77460] ppid=77438 vsize=19063512 memory=210208 CPUtime=25.03 cores=0,2
/proc/77451/task/77460/stat : 77460 (java) R 77438 77451 77392 0 -1 4194368 7589 0 30 0 2499 4 0 0 20 0 20 0 67665918 19521036288 74359 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77496] ppid=77438 vsize=19063512 memory=279004 CPUtime=0 cores=0,2
/proc/77451/task/77496/stat : 77496 (Finalizer) S 77438 77451 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 74359 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77507] ppid=77438 vsize=19063512 memory=264664 CPUtime=0 cores=0,2
/proc/77451/task/77507/stat : 77507 (Common-Cleaner) S 77438 77451 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 74359 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77534] ppid=77438 vsize=19063512 memory=18688 CPUtime=0 cores=0,2
/proc/77451/task/77534/stat : 77534 (Timer-0) S 77438 77451 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67665978 19521036288 74359 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
Current children cumulated CPU time: 29.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 297436 KiB

[startup+51.105 s]
/proc/loadavg: 2.90 2.36 3.93 6/339 77538
/proc/meminfo: memFree=119787824/131249996 swapFree=33010672/33010684
[pid=77451] ppid=77438 vsize=19063512 memory=460056 CPUtime=55.47 cores=0,2
/proc/77451/stat : 77451 (java) S 77438 77451 77392 0 -1 4194304 42410 0 30 0 5529 18 0 0 20 0 20 0 67665915 19521036288 115014 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
/proc/77451/statm: 4765878 115014 5524 1 0 554489 0
[pid=77451/tid=77460] ppid=77438 vsize=19063512 memory=14824 CPUtime=50.41 cores=0,2
/proc/77451/task/77460/stat : 77460 (java) R 77438 77451 77392 0 -1 4194368 8501 0 30 0 5036 5 0 0 20 0 20 0 67665918 19521036288 115014 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77496] ppid=77438 vsize=19063512 memory=353380 CPUtime=0 cores=0,2
/proc/77451/task/77496/stat : 77496 (Finalizer) S 77438 77451 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 115014 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77507] ppid=77438 vsize=19063512 memory=235740 CPUtime=0 cores=0,2
/proc/77451/task/77507/stat : 77507 (Common-Cleaner) S 77438 77451 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 115014 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77534] ppid=77438 vsize=19063512 memory=358940 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=96673556/131249996 swapFree=33010672/33010684
[pid=77451] ppid=77438 vsize=19063512 memory=7045856 CPUtime=3005.81 cores=0,2
/proc/77451/stat : 77451 (java) S 77438 77451 77392 0 -1 4194304 215840 0 30 0 300341 240 0 0 20 0 20 0 67665915 19521036288 1761464 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
/proc/77451/statm: 4765878 1761464 5524 1 0 1780709 0
[pid=77451/tid=77460] ppid=77438 vsize=19063512 memory=5276 CPUtime=2905.7 cores=0,2
/proc/77451/task/77460/stat : 77460 (java) R 77438 77451 77392 0 -1 4194368 84630 0 30 0 290450 120 0 0 20 0 20 0 67665918 19521036288 1761464 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77496] ppid=77438 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/77451/task/77496/stat : 77496 (Finalizer) S 77438 77451 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 1761464 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77507] ppid=77438 vsize=19063512 memory=7045856 CPUtime=0 cores=0,2
/proc/77451/task/77507/stat : 77507 (Common-Cleaner) S 77438 77451 77392 0 -1 4194368 2118 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 1761464 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77534] ppid=77438 vsize=19063512 memory=-6000919472740132200 CPUtime=0 cores=0,2
/proc/77451/task/77534/stat : 77534 (Timer-0) S 77438 77451 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67665978 19521036288 1761464 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
Current children cumulated CPU time: 3005.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7045856 KiB

[startup+2982.3 s]
/proc/loadavg: 4.50 4.37 4.29 6/341 77693
/proc/meminfo: memFree=96341164/131249996 swapFree=33010672/33010684
[pid=77451] ppid=77438 vsize=19063512 memory=7171172 CPUtime=3071.42 cores=0,2
/proc/77451/stat : 77451 (java) S 77438 77451 77392 0 -1 4194304 222330 0 30 0 306894 248 0 0 20 0 20 0 67665915 19521036288 1792793 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
/proc/77451/statm: 4765878 1792793 5524 1 0 1812042 0
[pid=77451/tid=77460] ppid=77438 vsize=19063512 memory=7171044 CPUtime=2965.37 cores=0,2
/proc/77451/task/77460/stat : 77460 (java) R 77438 77451 77392 0 -1 4194368 86953 0 30 0 296414 123 0 0 20 0 20 0 67665918 19521036288 1792793 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77496] ppid=77438 vsize=19063512 memory=7171044 CPUtime=0 cores=0,2
/proc/77451/task/77496/stat : 77496 (Finalizer) S 77438 77451 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 1792793 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77507] ppid=77438 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/77451/task/77507/stat : 77507 (Common-Cleaner) S 77438 77451 77392 0 -1 4194368 2164 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 1792793 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77534] ppid=77438 vsize=19063512 memory=7171172 CPUtime=0 cores=0,2
/proc/77451/task/77534/stat : 77534 (Timer-0) S 77438 77451 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67665978 19521036288 1792793 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
Current children cumulated CPU time: 3071.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7171172 KiB

[startup+3042.3 s]
/proc/loadavg: 4.55 4.41 4.31 6/341 77695
/proc/meminfo: memFree=96053808/131249996 swapFree=33010672/33010684
[pid=77451] ppid=77438 vsize=19063512 memory=7462996 CPUtime=3160.88 cores=0,2
/proc/77451/stat : 77451 (java) S 77438 77451 77392 0 -1 4194304 232395 0 30 0 315810 278 0 0 20 0 20 0 67665915 19521036288 1865749 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
/proc/77451/statm: 4765878 1865749 5524 1 0 1885161 0
[pid=77451/tid=77460] ppid=77438 vsize=19063512 memory=0 CPUtime=3024.12 cores=0,2
/proc/77451/task/77460/stat : 77460 (java) R 77438 77451 77392 0 -1 4194368 90190 0 30 0 302283 129 0 0 20 0 20 0 67665918 19521036288 1865749 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77496] ppid=77438 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/77451/task/77496/stat : 77496 (Finalizer) S 77438 77451 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 1865749 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77507] ppid=77438 vsize=19063512 memory=7462996 CPUtime=0 cores=0,2
/proc/77451/task/77507/stat : 77507 (Common-Cleaner) S 77438 77451 77392 0 -1 4194368 2165 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 1865749 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77534] ppid=77438 vsize=19063512 memory=7462996 CPUtime=0 cores=0,2
/proc/77451/task/77534/stat : 77534 (Timer-0) S 77438 77451 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67665978 19521036288 1865749 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
Current children cumulated CPU time: 3160.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7462996 KiB

[startup+3102.3 s]
/proc/loadavg: 4.61 4.46 4.33 7/341 77701
/proc/meminfo: memFree=96037028/131249996 swapFree=33010672/33010684
[pid=77451] ppid=77438 vsize=19063512 memory=7479780 CPUtime=3259.63 cores=0,2
/proc/77451/stat : 77451 (java) S 77438 77451 77392 0 -1 4194304 239591 0 30 0 325653 310 0 0 20 0 20 0 67665915 19521036288 1869945 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
/proc/77451/statm: 4765878 1869945 5524 1 0 1889342 0
[pid=77451/tid=77460] ppid=77438 vsize=19063512 memory=7045856 CPUtime=3083.05 cores=0,2
/proc/77451/task/77460/stat : 77460 (java) R 77438 77451 77392 0 -1 4194368 92426 0 30 0 308176 129 0 0 20 0 20 0 67665918 19521036288 1869945 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77496] ppid=77438 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/77451/task/77496/stat : 77496 (Finalizer) S 77438 77451 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 1869945 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77507] ppid=77438 vsize=19063512 memory=7479780 CPUtime=0 cores=0,2
/proc/77451/task/77507/stat : 77507 (Common-Cleaner) S 77438 77451 77392 0 -1 4194368 2189 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 1869945 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77534] ppid=77438 vsize=19063512 memory=18688 CPUtime=0 cores=0,2
/proc/77451/task/77534/stat : 77534 (Timer-0) S 77438 77451 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67665978 19521036288 1869945 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
Current children cumulated CPU time: 3259.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7479780 KiB

[startup+3162.3 s]
/proc/loadavg: 4.80 4.54 4.37 7/341 77706
/proc/meminfo: memFree=96039824/131249996 swapFree=33010672/33010684
[pid=77451] ppid=77438 vsize=19063512 memory=7479908 CPUtime=3357.76 cores=0,2
/proc/77451/stat : 77451 (java) S 77438 77451 77392 0 -1 4194304 247290 0 30 0 335436 340 0 0 20 0 20 0 67665915 19521036288 1869977 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
/proc/77451/statm: 4765878 1869977 5524 1 0 1889344 0
[pid=77451/tid=77460] ppid=77438 vsize=19063512 memory=7045856 CPUtime=3141.94 cores=0,2
/proc/77451/task/77460/stat : 77460 (java) R 77438 77451 77392 0 -1 4194368 95071 0 30 0 314064 130 0 0 20 0 20 0 67665918 19521036288 1869977 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77496] ppid=77438 vsize=19063512 memory=18688 CPUtime=0 cores=0,2
/proc/77451/task/77496/stat : 77496 (Finalizer) S 77438 77451 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 1869977 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77507] ppid=77438 vsize=19063512 memory=7479780 CPUtime=0 cores=0,2
/proc/77451/task/77507/stat : 77507 (Common-Cleaner) S 77438 77451 77392 0 -1 4194368 2232 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 1869977 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77534] ppid=77438 vsize=19063512 memory=7479908 CPUtime=0 cores=0,2
/proc/77451/task/77534/stat : 77534 (Timer-0) S 77438 77451 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67665978 19521036288 1869977 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
Current children cumulated CPU time: 3357.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7479908 KiB

[startup+3222.3 s]
/proc/loadavg: 4.94 4.63 4.41 7/340 77710
/proc/meminfo: memFree=95353904/131249996 swapFree=33010672/33010684
[pid=77451] ppid=77438 vsize=19063512 memory=7496716 CPUtime=3460.85 cores=0,2
/proc/77451/stat : 77451 (java) S 77438 77451 77392 0 -1 4194304 255057 0 30 0 345711 374 0 0 20 0 20 0 67665915 19521036288 1874179 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
/proc/77451/statm: 4765878 1874179 5524 1 0 1893520 0
[pid=77451/tid=77460] ppid=77438 vsize=19063512 memory=7045856 CPUtime=3200.75 cores=0,2
/proc/77451/task/77460/stat : 77460 (java) R 77438 77451 77392 0 -1 4194368 96860 0 30 0 319945 130 0 0 20 0 20 0 67665918 19521036288 1874179 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77496] ppid=77438 vsize=19063512 memory=7480036 CPUtime=0 cores=0,2
/proc/77451/task/77496/stat : 77496 (Finalizer) S 77438 77451 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 1874179 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77507] ppid=77438 vsize=19063512 memory=7480036 CPUtime=0 cores=0,2
/proc/77451/task/77507/stat : 77507 (Common-Cleaner) S 77438 77451 77392 0 -1 4194368 2276 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 1874179 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77534] ppid=77438 vsize=19063512 memory=7496716 CPUtime=0 cores=0,2
/proc/77451/task/77534/stat : 77534 (Timer-0) S 77438 77451 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67665978 19521036288 1874179 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
Current children cumulated CPU time: 3460.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7496716 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=77451] ppid=77438 vsize=19063512 memory=7605508 CPUtime=3559.87 cores=0,2
/proc/77451/stat : 77451 (java) S 77438 77451 77392 0 -1 4194304 258119 0 30 0 355579 408 0 0 20 0 20 0 67665915 19521036288 1901377 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
/proc/77451/statm: 4765878 1901377 5524 1 0 1920672 0
[pid=77451/tid=77460] ppid=77438 vsize=19063512 memory=7588628 CPUtime=3259.52 cores=0,2
/proc/77451/task/77460/stat : 77460 (java) R 77438 77451 77392 0 -1 4194368 97095 0 30 0 325819 133 0 0 20 0 20 0 67665918 19521036288 1901377 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77496] ppid=77438 vsize=19063512 memory=7588628 CPUtime=0 cores=0,2
/proc/77451/task/77496/stat : 77496 (Finalizer) S 77438 77451 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 1901377 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77507] ppid=77438 vsize=19063512 memory=7588628 CPUtime=0 cores=0,2
/proc/77451/task/77507/stat : 77507 (Common-Cleaner) S 77438 77451 77392 0 -1 4194368 2320 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 1901377 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77534] ppid=77438 vsize=19063512 memory=7588628 CPUtime=0 cores=0,2
/proc/77451/task/77534/stat : 77534 (Timer-0) S 77438 77451 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67665978 19521036288 1901377 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
Current children cumulated CPU time: 3559.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7605508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3307 s]*
/proc/loadavg: 4.95 4.71 4.46 6/340 77781
/proc/meminfo: memFree=108717072/131249996 swapFree=33010672/33010684
[pid=77451] ppid=77438 vsize=19063512 memory=7605636 CPUtime=3600.05 cores=0,2
/proc/77451/stat : 77451 (java) S 77438 77451 77392 0 -1 4194304 259707 0 30 0 359584 421 0 0 20 0 20 0 67665915 19521036288 1901409 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
/proc/77451/statm: 4765878 1901409 5524 1 0 1920672 0
[pid=77451/tid=77460] ppid=77438 vsize=19063512 memory=-6000919477001348456 CPUtime=3284.02 cores=0,2
/proc/77451/task/77460/stat : 77460 (java) R 77438 77451 77392 0 -1 4194368 97921 0 30 0 328269 133 0 0 20 0 20 0 67665918 19521036288 1901409 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77496] ppid=77438 vsize=19063512 memory=7020 CPUtime=0 cores=0,2
/proc/77451/task/77496/stat : 77496 (Finalizer) S 77438 77451 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 1901409 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77507] ppid=77438 vsize=19063512 memory=4422980 CPUtime=0 cores=0,2
/proc/77451/task/77507/stat : 77507 (Common-Cleaner) S 77438 77451 77392 0 -1 4194368 2321 0 0 0 0 0 0 0 20 0 20 0 67665920 19521036288 1901409 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
[pid=77451/tid=77534] ppid=77438 vsize=19063512 memory=6640 CPUtime=0 cores=0,2
/proc/77451/task/77534/stat : 77534 (Timer-0) S 77438 77451 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67665978 19521036288 1901409 18446744073709551615 94738396770304 94738396774000 140731180054496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94738396781816 94738396782608 94738429190144 140731180059006 140731180059110 140731180059110 140731180064712 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7605636 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.94 s, system=4.24586 s

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

Child status: 143

Real time (s): 3307.09
CPU time (s): 3600.19
CPU user time (s): 3595.94
CPU system time (s): 4.24586
CPU usage (%): 108.863
Max. virtual memory (cumulated for all children) (KiB): 19066560
Max. memory (cumulated for all children) (KiB): 7605636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.94
system time used= 4.24586
maximum resident set size= 7606532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261115
page faults= 30
swaps= 0
block input operations= 0
block output operations= 16120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121314
involuntary context switches= 22815


# summary of solver processes directly reported to runsolver:
#   pid: 77451
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3595.94
#   total CPU system time (s): 4.24586

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.20791 second user time and 11.5598 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-03 07:18:02
IDJOB=4509384
IDBENCH=158614
IDSOLVER=3361
FILE ID=nodeC017/4509384-1751519881
RUNJOBID= nodeC017-1751519881-77402
SLURM_JOB_ID= 9598641
Free space on /tmp= 432520 MiB

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

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

MD5SUM BENCH= 6fdf9a7d79ebf074d013716e2aa9fa25
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		: 3599.909
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		: 3595.829
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		: 3601.017
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.202
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.167
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		: 3612.941
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.293
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		: 3600.047
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:        126185456 kB
MemAvailable:   129697292 kB
Buffers:            1688 kB
Cached:          4280952 kB
SwapCached:            8 kB
Active:           364460 kB
Inactive:        3993748 kB
Active(anon):      75348 kB
Inactive(anon):    18292 kB
Active(file):     289112 kB
Inactive(file):  3975456 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9092 kB
Writeback:             0 kB
AnonPages:         78800 kB
Mapped:           103736 kB
Shmem:             18072 kB
KReclaimable:     172612 kB
Slab:             263224 kB
SReclaimable:     172612 kB
SUnreclaim:        90612 kB
KernelStack:        4080 kB
PageTables:         2912 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     339036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 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= 432508 MiB
End job on nodeC017 at 2025-07-03 08:13:09