Trace number 4485832

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.32 3509.24

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-grow7.opb
MD5SUMf6174806ed62bf92db0e2ac6f71348b5
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1210.43
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7994
Total number of constraints420
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints420
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 623
Biggest coefficient in the objective function 3758096384
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 68719476658
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 878188741787648
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4550739094651140
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.21	c Free memory 		2104792832
0.12/0.21	c Max memory 		16282288128
0.12/0.21	c Total memory 		2113929216
0.12/0.22	c Number of processors 	2
0.47/0.39	c Pseudo Boolean Optimization by upper bound
0.47/0.39	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.39	c  - never skip resolution steps
0.47/0.39	c  - Auto-division on coefficients is disabled
0.47/0.39	c  - No postprocessing
0.47/0.39	c  - Conflict is considered as is when resolving
0.47/0.39	c  - Use constraints as they come during conflict analysis
0.47/0.39	c  - Weaken first using unassigned literals
0.47/0.39	c  - Bump strategy: ALWAYS_ONE
0.47/0.39	c  - Bumper: ANY
0.47/0.39	c --- Begin Solver configuration ---
0.47/0.39	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.47/0.39	c Learn all clauses as in MiniSAT
0.47/0.39	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.39	c No reason simplification
0.47/0.39	c Armin Biere (Picosat) restarts strategy
0.47/0.39	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.47/0.39	c timeout=2147483s
0.47/0.39	c DB Simplification allowed=false
0.47/0.39	c Listener: none
0.47/0.39	c --- End Solver configuration ---
0.47/0.39	c solving HOME/instance-4485832-1751313236.opb
0.47/0.39	c reading problem ... 
0.47/0.39	c  objective function found
1.36/0.80	c ... done. Wall clock time 0.403s.
1.36/0.80	c declared #vars     7994
1.36/0.81	c #constraints  560
1.36/0.81	c constraints type 
1.36/0.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 560
1.36/0.81	c 560 constraints processed.
1.36/0.83	c objective function length is 623 literals
71.27/64.61	c cleaning 2493 clauses out of 5000
200.32/190.45	c cleaning 4246 clauses out of 8508
427.07/413.00	c cleaning 5625 clauses out of 11261
825.82/806.97	c cleaning 6806 clauses out of 13638
2011.07/1982.04	c cleaning 7906 clauses out of 15830
2905.80/2865.43	c cleaning 8960 clauses out of 17924
3363.22/3290.41	c cleaning 9966 clauses out of 19965
3600.07/3509.16	c starts		: 76
3600.07/3509.16	c conflicts		: 60137
3600.07/3509.16	c decisions		: 94539
3600.07/3509.16	c propagations		: 428830
3600.07/3509.16	c inspects		: 1739761590
3600.07/3509.16	c shortcuts		: 0
3600.07/3509.16	c learnt literals	: 0
3600.07/3509.16	c learnt binary clauses	: 0
3600.07/3509.16	c learnt ternary clauses	: 0
3600.07/3509.16	c learnt constraints	: 60137
3600.07/3509.16	c ignored constraints	: 0
3600.07/3509.16	c root simplifications	: 0
3600.07/3509.16	c removed literals (reason simplification)	: 0
3600.07/3509.16	c reason swapping (by a shorter reason)	: 0
3600.07/3509.16	c Calls to reduceDB	: 7
3600.07/3509.16	c Number of update (reduction) of LBD	: 0
3600.07/3509.16	c Imported unit clauses	: 0
3600.07/3509.16	c No decision after first conflict	: false
3600.07/3509.16	c number of reductions to clauses (during analyze)	: 0
3600.07/3509.16	c number of learned constraints concerned by reduction	: 0
3600.07/3509.16	c number of learning phase by resolution	: 0
3600.07/3509.16	c number of learning phase by cutting planes	: 0
3600.07/3509.17	c number of rounding to 1 operations	: 0
3600.07/3509.17	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3509.17	c number of reductions of the coefficients by power 2 	: 0
3600.07/3509.17	c number of right shift for reduction by power 2 	: 0
3600.07/3509.17	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3509.17	c number of ending skipping 	: 0
3600.07/3509.17	c number of internal skipping 	: 0
3600.07/3509.17	c number of derivation steps 	: 317651
3600.07/3509.17	c number of skipped derivation steps 	: 0
3600.07/3509.17	c number of remaining unassigned 	: 29668
3600.07/3509.17	c number of remaining assigned 	: 61739504
3600.07/3509.17	c number of falsified literals weakened from reason	: 0
3600.07/3509.17	c number of falsified literals weakened from conflict	: 0
3600.07/3509.17	c time for arithmetic operations	: 435287260876
3600.07/3509.18	c minimum degree of deleted constraints	: null
3600.07/3509.18	c maximum degree of deleted constraints	: null
3600.07/3509.19	c number of deleted constraints	: 0
3600.07/3509.19	c speed (assignments/second)	: 122.23131798783929
3600.07/3509.19	c non guided choices	: 0
3600.27/3509.21	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 6
3600.27/3509.21	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 14129
3600.27/3509.21	s UNKNOWN
3600.27/3509.21	c Total wall clock time (in seconds): 3508.822

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (58781 MiB free)
  memory of node 1: 64507 MiB (53840 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485832-1751313236/watcher-4485832-1751313236 -o /tmp/evaluation-result-4485832-1751313236/solver-4485832-1751313236 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751306214-44071 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4485832-1751313236.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=44953, runsolver pid=44950

[startup+0.100072 s]*
/proc/loadavg: 4.37 4.34 4.27 7/326 44971
/proc/meminfo: memFree=115300424/131382116 swapFree=33010684/33010684
[pid=44953] ppid=44950 vsize=18930384 memory=48252 CPUtime=0.12 cores=0,2
/proc/44953/stat : 44953 (java) S 44950 44953 44061 0 -1 4194304 5787 0 0 0 9 3 0 0 20 0 18 0 47003293 19384713216 12063 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
/proc/44953/statm: 4732596 12063 5305 1 0 546987 0
[pid=44953/tid=44955] ppid=44950 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/44953/task/44955/stat : 44955 (java) R 44950 44953 44061 0 -1 4194368 4686 0 0 0 6 2 0 0 20 0 18 0 47003295 19384713216 12063 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44964] ppid=44950 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/44953/task/44964/stat : 44964 (Finalizer) S 44950 44953 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47003299 19384713216 12063 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44971] ppid=44950 vsize=18930384 memory=59593594265959 CPUtime=0 cores=0,2
/proc/44953/task/44971/stat : 44971 (Common-Cleaner) S 44950 44953 44061 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47003300 19384713216 12063 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48252 KiB

[startup+0.217298 s]*
/proc/loadavg: 4.37 4.34 4.27 6/326 44971
/proc/meminfo: memFree=115298688/131382116 swapFree=33010684/33010684
[pid=44953] ppid=44950 vsize=18930384 memory=55628 CPUtime=0.31 cores=0,2
/proc/44953/stat : 44953 (java) S 44950 44953 44061 0 -1 4194304 6520 0 0 0 27 4 0 0 20 0 18 0 47003293 19384713216 13907 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
/proc/44953/statm: 4732596 13907 5369 1 0 547604 0
[pid=44953/tid=44955] ppid=44950 vsize=18930384 memory=4026663196 CPUtime=0.19 cores=0,2
/proc/44953/task/44955/stat : 44955 (java) R 44950 44953 44061 0 -1 4194368 5044 0 0 0 17 2 0 0 20 0 18 0 47003295 19384713216 13907 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44964] ppid=44950 vsize=18930384 memory=1641 CPUtime=0 cores=0,2
/proc/44953/task/44964/stat : 44964 (Finalizer) S 44950 44953 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47003299 19384713216 13907 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44971] ppid=44950 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/44953/task/44971/stat : 44971 (Common-Cleaner) S 44950 44953 44061 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47003300 19384713216 13907 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55628 KiB

[startup+0.315747 s]*
/proc/loadavg: 4.37 4.34 4.27 7/326 44971
/proc/meminfo: memFree=115293836/131382116 swapFree=33010684/33010684
[pid=44953] ppid=44950 vsize=18930384 memory=58908 CPUtime=0.47 cores=0,2
/proc/44953/stat : 44953 (java) S 44950 44953 44061 0 -1 4194304 6792 0 0 0 43 4 0 0 20 0 18 0 47003293 19384713216 14727 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
/proc/44953/statm: 4732596 14727 5433 1 0 547787 0
[pid=44953/tid=44955] ppid=44950 vsize=18930384 memory=-6000919507065989227 CPUtime=0.29 cores=0,2
/proc/44953/task/44955/stat : 44955 (java) R 44950 44953 44061 0 -1 4194368 5238 0 0 0 26 3 0 0 20 0 18 0 47003295 19384713216 14727 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44964] ppid=44950 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/44953/task/44964/stat : 44964 (Finalizer) S 44950 44953 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47003299 19384713216 14727 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44971] ppid=44950 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/44953/task/44971/stat : 44971 (Common-Cleaner) S 44950 44953 44061 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47003300 19384713216 14727 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58908 KiB

[startup+0.700297 s]
/proc/loadavg: 4.37 4.34 4.27 6/326 44971
/proc/meminfo: memFree=115287976/131382116 swapFree=33010684/33010684
[pid=44953] ppid=44950 vsize=18930384 memory=99500 CPUtime=1.16 cores=0,2
/proc/44953/stat : 44953 (java) S 44950 44953 44061 0 -1 4194304 8812 0 0 0 110 6 0 0 20 0 18 0 47003293 19384713216 24875 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
/proc/44953/statm: 4732596 24875 5433 1 0 549087 0
[pid=44953/tid=44955] ppid=44950 vsize=18930384 memory=17664 CPUtime=0.58 cores=0,2
/proc/44953/task/44955/stat : 44955 (java) R 44950 44953 44061 0 -1 4194368 5382 0 0 0 55 3 0 0 20 0 18 0 47003295 19384713216 24875 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44964] ppid=44950 vsize=18930384 memory=11136 CPUtime=0 cores=0,2
/proc/44953/task/44964/stat : 44964 (Finalizer) S 44950 44953 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47003299 19384713216 24875 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44971] ppid=44950 vsize=18930384 memory=3328 CPUtime=0 cores=0,2
/proc/44953/task/44971/stat : 44971 (Common-Cleaner) S 44950 44953 44061 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47003300 19384713216 24875 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 99500 KiB

[startup+1.50045 s]
/proc/loadavg: 4.37 4.34 4.27 6/327 44972
/proc/meminfo: memFree=115218220/131382116 swapFree=33010684/33010684
[pid=44953] ppid=44950 vsize=19063512 memory=179884 CPUtime=2.74 cores=0,2
/proc/44953/stat : 44953 (java) S 44950 44953 44061 0 -1 4194304 14423 0 0 0 265 9 0 0 20 0 20 0 47003293 19521036288 44971 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
/proc/44953/statm: 4765878 44971 5497 1 0 551839 0
[pid=44953/tid=44955] ppid=44950 vsize=19063512 memory=3328 CPUtime=1.2 cores=0,2
/proc/44953/task/44955/stat : 44955 (java) R 44950 44953 44061 0 -1 4194368 5826 0 0 0 115 5 0 0 20 0 20 0 47003295 19521036288 44971 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44964] ppid=44950 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/44953/task/44964/stat : 44964 (Finalizer) S 44950 44953 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47003299 19521036288 44971 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44971] ppid=44950 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/44953/task/44971/stat : 44971 (Common-Cleaner) S 44950 44953 44061 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47003300 19521036288 44971 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44972] ppid=44950 vsize=19063512 memory=14336 CPUtime=0 cores=0,2
/proc/44953/task/44972/stat : 44972 (Timer-0) S 44950 44953 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47003377 19521036288 44971 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179884 KiB

[startup+3.1055 s]
/proc/loadavg: 4.42 4.35 4.27 5/328 44973
/proc/meminfo: memFree=114879800/131382116 swapFree=33010684/33010684
[pid=44953] ppid=44950 vsize=19063512 memory=478136 CPUtime=5.46 cores=0,2
/proc/44953/stat : 44953 (java) S 44950 44953 44061 0 -1 4194304 19144 0 0 0 530 16 0 0 20 0 20 0 47003293 19521036288 119534 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
/proc/44953/statm: 4765878 119534 5497 1 0 677480 0
[pid=44953/tid=44955] ppid=44950 vsize=19063512 memory=14336 CPUtime=2.65 cores=0,2
/proc/44953/task/44955/stat : 44955 (java) R 44950 44953 44061 0 -1 4194368 6328 0 0 0 255 10 0 0 20 0 20 0 47003295 19521036288 119534 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44964] ppid=44950 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/44953/task/44964/stat : 44964 (Finalizer) S 44950 44953 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47003299 19521036288 119534 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44971] ppid=44950 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/44953/task/44971/stat : 44971 (Common-Cleaner) S 44950 44953 44061 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47003300 19521036288 119534 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44972] ppid=44950 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/44953/task/44972/stat : 44972 (Timer-0) S 44950 44953 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47003377 19521036288 119534 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
Current children cumulated CPU time: 5.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 478136 KiB

[startup+6.3004 s]
/proc/loadavg: 4.42 4.35 4.27 5/328 44973
/proc/meminfo: memFree=114629952/131382116 swapFree=33010684/33010684
[pid=44953] ppid=44950 vsize=19063512 memory=720736 CPUtime=8.92 cores=0,2
/proc/44953/stat : 44953 (java) S 44950 44953 44061 0 -1 4194304 19420 0 0 0 871 21 0 0 20 0 20 0 47003293 19521036288 180184 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
/proc/44953/statm: 4765878 180184 5497 1 0 677484 0
[pid=44953/tid=44955] ppid=44950 vsize=19063512 memory=0 CPUtime=5.69 cores=0,2
/proc/44953/task/44955/stat : 44955 (java) R 44950 44953 44061 0 -1 4194368 6468 0 0 0 555 14 0 0 20 0 20 0 47003295 19521036288 180184 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44964] ppid=44950 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/44953/task/44964/stat : 44964 (Finalizer) S 44950 44953 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47003299 19521036288 180184 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44971] ppid=44950 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/44953/task/44971/stat : 44971 (Common-Cleaner) S 44950 44953 44061 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47003300 19521036288 180184 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44972] ppid=44950 vsize=19063512 memory=192504 CPUtime=0 cores=0,2
/proc/44953/task/44972/stat : 44972 (Timer-0) S 44950 44953 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47003377 19521036288 180184 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
Current children cumulated CPU time: 8.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 720736 KiB

[startup+12.7004 s]
/proc/loadavg: 4.36 4.34 4.27 5/328 44973
/proc/meminfo: memFree=113147964/131382116 swapFree=33010684/33010684
[pid=44953] ppid=44950 vsize=19063512 memory=2192500 CPUtime=17.01 cores=0,2
/proc/44953/stat : 44953 (java) S 44950 44953 44061 0 -1 4194304 32234 0 0 0 1649 52 0 0 20 0 20 0 47003293 19521036288 548125 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
/proc/44953/statm: 4765878 548125 5497 1 0 893061 0
[pid=44953/tid=44955] ppid=44950 vsize=19063512 memory=192504 CPUtime=11.89 cores=0,2
/proc/44953/task/44955/stat : 44955 (java) R 44950 44953 44061 0 -1 4194368 8510 0 0 0 1149 40 0 0 20 0 20 0 47003295 19521036288 548125 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44964] ppid=44950 vsize=19063512 memory=2192500 CPUtime=0 cores=0,2
/proc/44953/task/44964/stat : 44964 (Finalizer) S 44950 44953 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47003299 19521036288 548125 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44971] ppid=44950 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/44953/task/44971/stat : 44971 (Common-Cleaner) S 44950 44953 44061 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47003300 19521036288 548125 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44972] ppid=44950 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/44953/task/44972/stat : 44972 (Timer-0) S 44950 44953 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47003377 19521036288 548125 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
Current children cumulated CPU time: 17.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2192500 KiB

[startup+25.5004 s]
/proc/loadavg: 4.54 4.38 4.28 7/326 45171
/proc/meminfo: memFree=122068800/131382116 swapFree=33010684/33010684
[pid=44953] ppid=44950 vsize=19063512 memory=2287044 CPUtime=30.57 cores=0,2
/proc/44953/stat : 44953 (java) S 44950 44953 44061 0 -1 4194304 40259 0 0 0 3000 57 0 0 20 0 20 0 47003293 19521036288 571761 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
/proc/44953/statm: 4765878 571761 5497 1 0 893079 0
[pid=44953/tid=44955] ppid=44950 vsize=19063512 memory=0 CPUtime=24.18 cores=0,2
/proc/44953/task/44955/stat : 44955 (java) R 44950 44953 44061 0 -1 4194368 12164 0 0 0 2378 40 0 0 20 0 20 0 47003295 19521036288 571761 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44964] ppid=44950 vsize=19063512 memory=14336 CPUtime=0 cores=0,2
/proc/44953/task/44964/stat : 44964 (Finalizer) S 44950 44953 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47003299 19521036288 571761 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44971] ppid=44950 vsize=19063512 memory=2287044 CPUtime=0 cores=0,2
/proc/44953/task/44971/stat : 44971 (Common-Cleaner) S 44950 44953 44061 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 47003300 19521036288 571761 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44972] ppid=44950 vsize=19063512 memory=2287044 CPUtime=0 cores=0,2
/proc/44953/task/44972/stat : 44972 (Timer-0) S 44950 44953 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47003377 19521036288 571761 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
Current children cumulated CPU time: 30.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2287044 KiB

[startup+51.1135 s]
/proc/loadavg: 4.65 4.43 4.30 5/327 45304
/proc/meminfo: memFree=118100364/131382116 swapFree=33010684/33010684
[pid=44953] ppid=44950 vsize=19063512 memory=4399876 CPUtime=57.32 cores=0,2
/proc/44953/stat : 44953 (java) S 44950 44953 44061 0 -1 4194304 51809 0 0 0 5630 102 0 0 20 0 20 0 47003293 19521036288 1099969 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
/proc/44953/statm: 4765878 1099969 5497 1 0 1415311 0
[pid=44953/tid=44955] ppid=44950 vsize=19063512 memory=2287044 CPUtime=49.3 cores=0,2
/proc/44953/task/44955/stat : 44955 (java) R 44950 44953 44061 0 -1 4194368 16183 0 0 0 4849 81 0 0 20 0 20 0 47003295 19521036288 1099969 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44964] ppid=44950 vsize=19063512 memory=-6000919507065989227 CPUtime=0 cores=0,2
/proc/44953/task/44964/stat : 44964 (Finalizer) S 44950 44953 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47003299 19521036288 1099969 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44971] ppid=44950 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/44953/task/44971/stat : 44971 (Common-Cleaner) S 44950 44953 44061 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 47003300 19521036288 1099969 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0

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

[startup+3162.3 s]
/proc/loadavg: 4.54 4.42 4.43 7/327 45791
/proc/meminfo: memFree=104662836/131382116 swapFree=33010684/33010684
[pid=44953] ppid=44950 vsize=19063512 memory=6046876 CPUtime=3223.21 cores=0,2
/proc/44953/stat : 44953 (java) S 44950 44953 44061 0 -1 4194304 224131 0 0 0 321938 383 0 0 20 0 20 0 47003293 19521036288 1511719 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
/proc/44953/statm: 4765878 1511719 5529 1 0 1530115 0
[pid=44953/tid=44955] ppid=44950 vsize=19063512 memory=17664 CPUtime=3108.41 cores=0,2
/proc/44953/task/44955/stat : 44955 (java) R 44950 44953 44061 0 -1 4194368 110752 0 0 0 310732 109 0 0 20 0 20 0 47003295 19521036288 1511719 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44964] ppid=44950 vsize=19063512 memory=6045596 CPUtime=0 cores=0,2
/proc/44953/task/44964/stat : 44964 (Finalizer) S 44950 44953 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47003299 19521036288 1511719 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44971] ppid=44950 vsize=19063512 memory=6046876 CPUtime=0 cores=0,2
/proc/44953/task/44971/stat : 44971 (Common-Cleaner) S 44950 44953 44061 0 -1 4194368 2061 0 0 0 0 0 0 0 20 0 20 0 47003300 19521036288 1511719 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44972] ppid=44950 vsize=19063512 memory=6046876 CPUtime=0 cores=0,2
/proc/44953/task/44972/stat : 44972 (Timer-0) S 44950 44953 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47003377 19521036288 1511719 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
Current children cumulated CPU time: 3223.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6046876 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.32 4.40 4/302 45827
/proc/meminfo: memFree=112743888/131382116 swapFree=33010684/33010684
[pid=44953] ppid=44950 vsize=19063512 memory=6047132 CPUtime=3286.36 cores=0,2
/proc/44953/stat : 44953 (java) S 44950 44953 44061 0 -1 4194304 227797 0 0 0 328248 388 0 0 20 0 20 0 47003293 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
/proc/44953/statm: 4765878 1511783 5529 1 0 1530178 0
[pid=44953/tid=44955] ppid=44950 vsize=19063512 memory=6045596 CPUtime=3167.67 cores=0,2
/proc/44953/task/44955/stat : 44955 (java) R 44950 44953 44061 0 -1 4194368 113290 0 0 0 316657 110 0 0 20 0 20 0 47003295 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44964] ppid=44950 vsize=19063512 memory=6046876 CPUtime=0 cores=0,2
/proc/44953/task/44964/stat : 44964 (Finalizer) S 44950 44953 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47003299 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44971] ppid=44950 vsize=19063512 memory=6046876 CPUtime=0 cores=0,2
/proc/44953/task/44971/stat : 44971 (Common-Cleaner) S 44950 44953 44061 0 -1 4194368 2188 0 0 0 0 0 0 0 20 0 20 0 47003300 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44972] ppid=44950 vsize=19063512 memory=6047132 CPUtime=0 cores=0,2
/proc/44953/task/44972/stat : 44972 (Timer-0) S 44950 44953 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47003377 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
Current children cumulated CPU time: 3286.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6047132 KiB

[startup+3282.3 s]
/proc/loadavg: 3.58 4.14 4.33 4/304 45833
/proc/meminfo: memFree=110710876/131382116 swapFree=33010684/33010684
[pid=44953] ppid=44950 vsize=19063512 memory=6047132 CPUtime=3355.14 cores=0,2
/proc/44953/stat : 44953 (java) S 44950 44953 44061 0 -1 4194304 234113 0 0 0 335115 399 0 0 20 0 20 0 47003293 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
/proc/44953/statm: 4765878 1511783 5529 1 0 1530181 0
[pid=44953/tid=44955] ppid=44950 vsize=19063512 memory=6047132 CPUtime=3226.6 cores=0,2
/proc/44953/task/44955/stat : 44955 (java) R 44950 44953 44061 0 -1 4194368 114917 0 0 0 322550 110 0 0 20 0 20 0 47003295 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44964] ppid=44950 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/44953/task/44964/stat : 44964 (Finalizer) S 44950 44953 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47003299 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44971] ppid=44950 vsize=19063512 memory=6047132 CPUtime=0 cores=0,2
/proc/44953/task/44971/stat : 44971 (Common-Cleaner) S 44950 44953 44061 0 -1 4194368 2326 0 0 0 0 0 0 0 20 0 20 0 47003300 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44972] ppid=44950 vsize=19063512 memory=198340509722 CPUtime=0 cores=0,2
/proc/44953/task/44972/stat : 44972 (Timer-0) S 44950 44953 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47003377 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
Current children cumulated CPU time: 3355.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6047132 KiB

[startup+3342.3 s]
/proc/loadavg: 3.43 3.99 4.26 5/305 45840
/proc/meminfo: memFree=110070408/131382116 swapFree=33010684/33010684
[pid=44953] ppid=44950 vsize=19063512 memory=6047132 CPUtime=3418.35 cores=0,2
/proc/44953/stat : 44953 (java) S 44950 44953 44061 0 -1 4194304 236439 0 0 0 341430 405 0 0 20 0 20 0 47003293 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
/proc/44953/statm: 4765878 1511783 5529 1 0 1530181 0
[pid=44953/tid=44955] ppid=44950 vsize=19063512 memory=7686721470264483783 CPUtime=3285.58 cores=0,2
/proc/44953/task/44955/stat : 44955 (java) R 44950 44953 44061 0 -1 4194368 116335 0 0 0 328447 111 0 0 20 0 20 0 47003295 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44964] ppid=44950 vsize=19063512 memory=6047132 CPUtime=0 cores=0,2
/proc/44953/task/44964/stat : 44964 (Finalizer) S 44950 44953 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47003299 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44971] ppid=44950 vsize=19063512 memory=6047132 CPUtime=0 cores=0,2
/proc/44953/task/44971/stat : 44971 (Common-Cleaner) S 44950 44953 44061 0 -1 4194368 2326 0 0 0 0 0 0 0 20 0 20 0 47003300 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44972] ppid=44950 vsize=19063512 memory=6047132 CPUtime=0 cores=0,2
/proc/44953/task/44972/stat : 44972 (Timer-0) S 44950 44953 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47003377 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
Current children cumulated CPU time: 3418.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6047132 KiB

[startup+3402.3 s]
/proc/loadavg: 3.40 3.88 4.21 4/304 45842
/proc/meminfo: memFree=109762964/131382116 swapFree=33010684/33010684
[pid=44953] ppid=44950 vsize=19063512 memory=6047132 CPUtime=3485.09 cores=0,2
/proc/44953/stat : 44953 (java) S 44950 44953 44061 0 -1 4194304 242013 0 0 0 348095 414 0 0 20 0 20 0 47003293 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
/proc/44953/statm: 4765878 1511783 5529 1 0 1530181 0
[pid=44953/tid=44955] ppid=44950 vsize=19063512 memory=7686721470264483783 CPUtime=3344.93 cores=0,2
/proc/44953/task/44955/stat : 44955 (java) R 44950 44953 44061 0 -1 4194368 118578 0 0 0 334382 111 0 0 20 0 20 0 47003295 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44964] ppid=44950 vsize=19063512 memory=6047132 CPUtime=0 cores=0,2
/proc/44953/task/44964/stat : 44964 (Finalizer) S 44950 44953 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47003299 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44971] ppid=44950 vsize=19063512 memory=6047132 CPUtime=0 cores=0,2
/proc/44953/task/44971/stat : 44971 (Common-Cleaner) S 44950 44953 44061 0 -1 4194368 2418 0 0 0 0 0 0 0 20 0 20 0 47003300 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44972] ppid=44950 vsize=19063512 memory=6047132 CPUtime=0 cores=0,2
/proc/44953/task/44972/stat : 44972 (Timer-0) S 44950 44953 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47003377 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
Current children cumulated CPU time: 3485.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6047132 KiB

[startup+3462.3 s]
/proc/loadavg: 3.25 3.75 4.14 4/305 45846
/proc/meminfo: memFree=108543520/131382116 swapFree=33010684/33010684
[pid=44953] ppid=44950 vsize=19063512 memory=6047132 CPUtime=3545.96 cores=0,2
/proc/44953/stat : 44953 (java) S 44950 44953 44061 0 -1 4194304 244050 0 0 0 354179 417 0 0 20 0 20 0 47003293 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
/proc/44953/statm: 4765878 1511783 5529 1 0 1530181 0
[pid=44953/tid=44955] ppid=44950 vsize=19063512 memory=7686721470264483783 CPUtime=3403.88 cores=0,2
/proc/44953/task/44955/stat : 44955 (java) R 44950 44953 44061 0 -1 4194368 119694 0 0 0 340277 111 0 0 20 0 20 0 47003295 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44964] ppid=44950 vsize=19063512 memory=6047132 CPUtime=0 cores=0,2
/proc/44953/task/44964/stat : 44964 (Finalizer) S 44950 44953 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47003299 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44971] ppid=44950 vsize=19063512 memory=6047132 CPUtime=0 cores=0,2
/proc/44953/task/44971/stat : 44971 (Common-Cleaner) S 44950 44953 44061 0 -1 4194368 2500 0 0 0 0 0 0 0 20 0 20 0 47003300 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44972] ppid=44950 vsize=19063512 memory=6047132 CPUtime=0 cores=0,2
/proc/44953/task/44972/stat : 44972 (Timer-0) S 44950 44953 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47003377 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
Current children cumulated CPU time: 3545.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6047132 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3509.11 s]
/proc/loadavg: 3.48 3.74 4.12 5/305 45847
/proc/meminfo: memFree=107047300/131382116 swapFree=33010684/33010684
[pid=44953] ppid=44950 vsize=19063512 memory=6047132 CPUtime=3600.07 cores=0,2
/proc/44953/stat : 44953 (java) S 44950 44953 44061 0 -1 4194304 247796 0 0 0 359581 426 0 0 20 0 20 0 47003293 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
/proc/44953/statm: 4765878 1511783 5529 1 0 1530181 0
[pid=44953/tid=44955] ppid=44950 vsize=19063512 memory=6047132 CPUtime=3449.99 cores=0,2
/proc/44953/task/44955/stat : 44955 (java) R 44950 44953 44061 0 -1 4194368 121373 0 0 0 344888 111 0 0 20 0 20 0 47003295 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44964] ppid=44950 vsize=19063512 memory=6047132 CPUtime=0 cores=0,2
/proc/44953/task/44964/stat : 44964 (Finalizer) S 44950 44953 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47003299 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44971] ppid=44950 vsize=19063512 memory=6047132 CPUtime=0 cores=0,2
/proc/44953/task/44971/stat : 44971 (Common-Cleaner) S 44950 44953 44061 0 -1 4194368 2500 0 0 0 0 0 0 0 20 0 20 0 47003300 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44972] ppid=44950 vsize=19063512 memory=6047132 CPUtime=0 cores=0,2
/proc/44953/task/44972/stat : 44972 (Timer-0) S 44950 44953 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47003377 19521036288 1511783 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6047132 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.03 s, system=4.28364 s

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

[startup+3509.21 s]
/proc/loadavg: 3.48 3.74 4.12 5/305 45847
/proc/meminfo: memFree=107047300/131382116 swapFree=33010684/33010684
[pid=44953] ppid=44950 vsize=19263204 memory=6048028 CPUtime=3600.27 cores=0,2
/proc/44953/stat : 44953 (java) S 44950 44953 44061 0 -1 4194304 249145 0 0 0 359601 426 0 0 20 0 21 0 47003293 19725520896 1512007 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
/proc/44953/statm: 4815801 1512007 5561 1 0 1531100 0
[pid=44953/tid=44955] ppid=44950 vsize=19263204 memory=5632 CPUtime=3450.08 cores=0,2
/proc/44953/task/44955/stat : 44955 (java) R 44950 44953 44061 0 -1 4194368 121380 0 0 0 344897 111 0 0 20 0 21 0 47003295 19725520896 1512007 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44964] ppid=44950 vsize=19263204 memory=4380 CPUtime=0 cores=0,2
/proc/44953/task/44964/stat : 44964 (Finalizer) S 44950 44953 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 47003299 19725520896 1512007 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
[pid=44953/tid=44971] ppid=44950 vsize=19263204 memory=3328 CPUtime=0 cores=0,2
/proc/44953/task/44971/stat : 44971 (Common-Cleaner) S 44950 44953 44061 0 -1 4194368 2500 0 0 0 0 0 0 0 20 0 21 0 47003300 19725520896 1512007 18446744073709551615 94704640077824 94704640081520 140721457707472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94704640089336 94704640090128 94704662548480 140721457715582 140721457715686 140721457715686 140721457721288 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6048028 KiB

Child status: 143

Real time (s): 3509.24
CPU time (s): 3600.32
CPU user time (s): 3596.03
CPU system time (s): 4.28364
CPU usage (%): 102.595
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6048028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.03
system time used= 4.28364
maximum resident set size= 6048156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249215
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131699
involuntary context switches= 16352


# summary of solver processes directly reported to runsolver:
#   pid: 44953
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3596.03
#   total CPU system time (s): 4.28364

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4752 second user time and 36.5303 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-30 21:53:56
IDJOB=4485832
IDBENCH=146890
IDSOLVER=3361
FILE ID=nodeC011/4485832-1751313236
RUNJOBID= nodeC011-1751306214-44071
SLURM_JOB_ID= 9594308
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-grow7.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485832-1751313236/watcher-4485832-1751313236 -o /tmp/evaluation-result-4485832-1751313236/solver-4485832-1751313236 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751306214-44071 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4485832-1751313236.opb

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

MD5SUM BENCH= f6174806ed62bf92db0e2ac6f71348b5
RANDOM SEED=1893172740

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        115323772 kB
MemAvailable:   115214596 kB
Buffers:            3280 kB
Cached:           698932 kB
SwapCached:            0 kB
Active:         15115136 kB
Inactive:         399932 kB
Active(anon):   14830816 kB
Inactive(anon):        0 kB
Active(file):     284320 kB
Inactive(file):   399932 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1468 kB
Writeback:             0 kB
AnonPages:      14815976 kB
Mapped:           122420 kB
Shmem:             17960 kB
KReclaimable:      92016 kB
Slab:             174044 kB
SReclaimable:      92016 kB
SUnreclaim:        82028 kB
KernelStack:        4976 kB
PageTables:        32668 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   22514884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14487552 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC011 at 2025-06-30 22:52:25