Trace number 4485740

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.33 3587.49

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-greenbeb.opb
MD5SUMd021d78883fac2a7bf820bb220b2a7e2
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.14616
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155020
Total number of constraints2675
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 constraints2675
Minimum length of a constraint11
Maximum length of a constraint7172
Number of terms in the objective function 14882
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 12491747892670016
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 24454743822989865
Number of bits of the biggest sum of numbers55
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.14	c See www.sat4j.org for details.
0.11/0.15	c version PB25.v20250606
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.17	c Free memory 		2104792832
0.11/0.17	c Max memory 		16282288128
0.11/0.17	c Total memory 		2113929216
0.11/0.18	c Number of processors 	2
0.34/0.29	c Pseudo Boolean Optimization by upper bound
0.34/0.29	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.29	c  - never skip resolution steps
0.34/0.29	c  - Auto-division on coefficients is disabled
0.34/0.29	c  - No postprocessing
0.34/0.29	c  - Conflict is considered as is when resolving
0.34/0.29	c  - Use constraints as they come during conflict analysis
0.34/0.29	c  - Weaken first using unassigned literals
0.34/0.29	c  - Bump strategy: ALWAYS_ONE
0.34/0.29	c  - Bumper: ANY
0.34/0.29	c --- Begin Solver configuration ---
0.34/0.29	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.34/0.29	c Learn all clauses as in MiniSAT
0.34/0.29	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.29	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.29	c No reason simplification
0.34/0.29	c Armin Biere (Picosat) restarts strategy
0.34/0.29	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.34/0.29	c timeout=2147483s
0.34/0.29	c DB Simplification allowed=false
0.34/0.29	c Listener: none
0.34/0.29	c --- End Solver configuration ---
0.34/0.29	c solving HOME/instance-4485740-1751309803.opb
0.34/0.29	c reading problem ... 
0.34/0.30	c  objective function found
3.92/2.32	c ... done. Wall clock time 2.028s.
3.92/2.33	c declared #vars     155020
3.92/2.33	c #constraints  4867
3.92/2.33	c constraints type 
3.92/2.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4528
3.92/2.33	c org.sat4j.specs.Constr$1 => 339
3.92/2.33	c 4867 constraints processed.
3.92/2.33	c objective function length is 14882 literals
515.97/504.51	c cleaning 2491 clauses out of 5000
783.74/771.16	c cleaning 4252 clauses out of 8509
1629.09/1616.58	c cleaning 5626 clauses out of 11257
2941.36/2928.61	c cleaning 6808 clauses out of 13631
3600.01/3587.34	c starts		: 15
3600.01/3587.35	c conflicts		: 29212
3600.01/3587.37	c decisions		: 732690
3600.01/3587.37	c propagations		: 2256788
3600.01/3587.37	c inspects		: 3611614267
3600.01/3587.37	c shortcuts		: 0
3600.01/3587.37	c learnt literals	: 0
3600.01/3587.37	c learnt binary clauses	: 0
3600.01/3587.38	c learnt ternary clauses	: 0
3600.01/3587.38	c learnt constraints	: 29212
3600.01/3587.38	c ignored constraints	: 0
3600.01/3587.38	c root simplifications	: 0
3600.01/3587.38	c removed literals (reason simplification)	: 0
3600.01/3587.38	c reason swapping (by a shorter reason)	: 0
3600.01/3587.38	c Calls to reduceDB	: 4
3600.01/3587.38	c Number of update (reduction) of LBD	: 0
3600.01/3587.38	c Imported unit clauses	: 0
3600.01/3587.38	c No decision after first conflict	: false
3600.01/3587.38	c number of reductions to clauses (during analyze)	: 0
3600.01/3587.38	c number of learned constraints concerned by reduction	: 0
3600.01/3587.38	c number of learning phase by resolution	: 0
3600.01/3587.38	c number of learning phase by cutting planes	: 0
3600.01/3587.39	c number of rounding to 1 operations	: 0
3600.01/3587.39	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3587.40	c number of reductions of the coefficients by power 2 	: 0
3600.01/3587.40	c number of right shift for reduction by power 2 	: 0
3600.01/3587.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3587.40	c number of ending skipping 	: 0
3600.01/3587.40	c number of internal skipping 	: 0
3600.21/3587.40	c number of derivation steps 	: 131124
3600.21/3587.40	c number of skipped derivation steps 	: 0
3600.21/3587.40	c number of remaining unassigned 	: 1688592
3600.21/3587.40	c number of remaining assigned 	: 8214369
3600.21/3587.40	c number of falsified literals weakened from reason	: 0
3600.21/3587.40	c number of falsified literals weakened from conflict	: 0
3600.21/3587.40	c time for arithmetic operations	: 21709953729
3600.21/3587.41	c minimum degree of deleted constraints	: null
3600.21/3587.42	c maximum degree of deleted constraints	: null
3600.21/3587.42	c number of deleted constraints	: 0
3600.21/3587.42	c speed (assignments/second)	: 629.527296909559
3600.21/3587.42	c non guided choices	: 0
3600.21/3587.45	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 157
3600.21/3587.45	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 9878
3600.21/3587.45	s UNKNOWN
3600.21/3587.45	c Total wall clock time (in seconds): 3587.152

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485740-1751309803/watcher-4485740-1751309803 -o /tmp/evaluation-result-4485740-1751309803/solver-4485740-1751309803 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751306214-44072 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4485740-1751309803.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=44638, runsolver pid=44635
Current StackSize limit: 8192 KiB


[startup+0.100071 s]*
/proc/loadavg: 4.68 4.25 4.12 5/324 44656
/proc/meminfo: memFree=124226200/131382116 swapFree=33010684/33010684
[pid=44638] ppid=44635 vsize=18930384 memory=48516 CPUtime=0.11 cores=4,6
/proc/44638/stat : 44638 (java) S 44635 44638 44061 0 -1 4194304 5794 0 0 0 8 3 0 0 20 0 18 0 46660051 19384713216 12129 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
/proc/44638/statm: 4732596 12129 5337 1 0 547004 0
[pid=44638/tid=44640] ppid=44635 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/44638/task/44640/stat : 44640 (java) R 44635 44638 44061 0 -1 4194368 4735 0 0 0 6 2 0 0 20 0 18 0 46660053 19384713216 12161 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44649] ppid=44635 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/44638/task/44649/stat : 44649 (Finalizer) S 44635 44638 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 46660057 19384713216 12161 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44656] ppid=44635 vsize=18930384 memory=59593594265959 CPUtime=0 cores=4,6
/proc/44638/task/44656/stat : 44656 (Common-Cleaner) S 44635 44638 44061 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 46660058 19384713216 12161 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48516 KiB

[startup+0.223684 s]*
/proc/loadavg: 4.68 4.25 4.12 7/324 44656
/proc/meminfo: memFree=124220088/131382116 swapFree=33010684/33010684
[pid=44638] ppid=44635 vsize=18930384 memory=58272 CPUtime=0.34 cores=4,6
/proc/44638/stat : 44638 (java) S 44635 44638 44061 0 -1 4194304 6713 0 0 0 30 4 0 0 20 0 18 0 46660051 19384713216 14568 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
/proc/44638/statm: 4732596 14568 5337 1 0 547741 0
[pid=44638/tid=44640] ppid=44635 vsize=18930384 memory=4026663196 CPUtime=0.2 cores=4,6
/proc/44638/task/44640/stat : 44640 (java) R 44635 44638 44061 0 -1 4194368 5207 0 0 0 18 2 0 0 20 0 18 0 46660053 19384713216 14568 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44649] ppid=44635 vsize=18930384 memory=1641 CPUtime=0 cores=4,6
/proc/44638/task/44649/stat : 44649 (Finalizer) S 44635 44638 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 46660057 19384713216 14568 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44656] ppid=44635 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/44638/task/44656/stat : 44656 (Common-Cleaner) S 44635 44638 44061 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 46660058 19384713216 14568 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58272 KiB

[startup+0.321702 s]*
/proc/loadavg: 4.68 4.25 4.12 7/324 44656
/proc/meminfo: memFree=124210952/131382116 swapFree=33010684/33010684
[pid=44638] ppid=44635 vsize=18930384 memory=65580 CPUtime=0.5 cores=4,6
/proc/44638/stat : 44638 (java) S 44635 44638 44061 0 -1 4194304 6921 0 0 0 46 4 0 0 20 0 18 0 46660051 19384713216 16395 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
/proc/44638/statm: 4732596 16395 5433 1 0 547894 0
[pid=44638/tid=44640] ppid=44635 vsize=18930384 memory=-6000919485624903787 CPUtime=0.29 cores=4,6
/proc/44638/task/44640/stat : 44640 (java) R 44635 44638 44061 0 -1 4194368 5339 0 0 0 26 3 0 0 20 0 18 0 46660053 19384713216 16395 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44649] ppid=44635 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/44638/task/44649/stat : 44649 (Finalizer) S 44635 44638 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 46660057 19384713216 16395 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44656] ppid=44635 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/44638/task/44656/stat : 44656 (Common-Cleaner) S 44635 44638 44061 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 46660058 19384713216 16395 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65580 KiB

[startup+0.700338 s]
/proc/loadavg: 4.68 4.25 4.12 6/324 44656
/proc/meminfo: memFree=124196648/131382116 swapFree=33010684/33010684
[pid=44638] ppid=44635 vsize=18930384 memory=130572 CPUtime=1.2 cores=4,6
/proc/44638/stat : 44638 (java) S 44635 44638 44061 0 -1 4194304 9614 0 0 0 113 7 0 0 20 0 18 0 46660051 19384713216 32643 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
/proc/44638/statm: 4732596 32643 5433 1 0 549637 0
[pid=44638/tid=44640] ppid=44635 vsize=18930384 memory=17664 CPUtime=0.57 cores=4,6
/proc/44638/task/44640/stat : 44640 (java) R 44635 44638 44061 0 -1 4194368 5409 0 0 0 53 4 0 0 20 0 18 0 46660053 19384713216 32643 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44649] ppid=44635 vsize=18930384 memory=11136 CPUtime=0 cores=4,6
/proc/44638/task/44649/stat : 44649 (Finalizer) S 44635 44638 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 46660057 19384713216 32643 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44656] ppid=44635 vsize=18930384 memory=3328 CPUtime=0 cores=4,6
/proc/44638/task/44656/stat : 44656 (Common-Cleaner) S 44635 44638 44061 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 46660058 19384713216 32643 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 130572 KiB

[startup+1.50027 s]
/proc/loadavg: 4.68 4.25 4.12 6/325 44657
/proc/meminfo: memFree=124020964/131382116 swapFree=33010684/33010684
[pid=44638] ppid=44635 vsize=18996948 memory=243196 CPUtime=2.7 cores=4,6
/proc/44638/stat : 44638 (java) S 44635 44638 44061 0 -1 4194304 12243 0 0 0 259 11 0 0 20 0 19 0 46660051 19452874752 60799 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
/proc/44638/statm: 4749237 60799 5465 1 0 551638 0
[pid=44638/tid=44640] ppid=44635 vsize=18996948 memory=3328 CPUtime=1.15 cores=4,6
/proc/44638/task/44640/stat : 44640 (java) S 44635 44638 44061 0 -1 4194368 5448 0 0 0 110 5 0 0 20 0 19 0 46660053 19452874752 60799 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44649] ppid=44635 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/44638/task/44649/stat : 44649 (Finalizer) S 44635 44638 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 46660057 19452874752 60799 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44656] ppid=44635 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/44638/task/44656/stat : 44656 (Common-Cleaner) S 44635 44638 44061 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 46660058 19452874752 60799 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 243196 KiB

[startup+3.10564 s]
/proc/loadavg: 4.87 4.29 4.13 6/326 44658
/proc/meminfo: memFree=122791852/131382116 swapFree=33010684/33010684
[pid=44638] ppid=44635 vsize=19063512 memory=632416 CPUtime=5.46 cores=4,6
/proc/44638/stat : 44638 (java) S 44635 44638 44061 0 -1 4194304 13933 0 0 0 526 20 0 0 20 0 20 0 46660051 19521036288 158104 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
/proc/44638/statm: 4765878 158104 5529 1 0 1337618 0
[pid=44638/tid=44640] ppid=44635 vsize=19063512 memory=11136 CPUtime=2.45 cores=4,6
/proc/44638/task/44640/stat : 44640 (java) R 44635 44638 44061 0 -1 4194368 5759 0 0 0 235 10 0 0 20 0 20 0 46660053 19521036288 158104 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44649] ppid=44635 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/44638/task/44649/stat : 44649 (Finalizer) S 44635 44638 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46660057 19521036288 158104 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44656] ppid=44635 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/44638/task/44656/stat : 44656 (Common-Cleaner) S 44635 44638 44061 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 46660058 19521036288 158104 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44658] ppid=44635 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/44638/task/44658/stat : 44658 (Timer-0) S 44635 44638 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46660304 19521036288 158104 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
Current children cumulated CPU time: 5.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 632416 KiB

[startup+6.30038 s]
/proc/loadavg: 4.87 4.29 4.13 6/326 44658
/proc/meminfo: memFree=122705500/131382116 swapFree=33010684/33010684
[pid=44638] ppid=44635 vsize=19063512 memory=641120 CPUtime=9.89 cores=4,6
/proc/44638/stat : 44638 (java) S 44635 44638 44061 0 -1 4194304 17910 0 0 0 968 21 0 0 20 0 20 0 46660051 19521036288 160280 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
/proc/44638/statm: 4765878 160280 5529 1 0 1337621 0
[pid=44638/tid=44640] ppid=44635 vsize=19063512 memory=0 CPUtime=5.59 cores=4,6
/proc/44638/task/44640/stat : 44640 (java) S 44635 44638 44061 0 -1 4194368 6482 0 0 0 548 11 0 0 20 0 20 0 46660053 19521036288 160280 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44649] ppid=44635 vsize=19063512 memory=587044 CPUtime=0 cores=4,6
/proc/44638/task/44649/stat : 44649 (Finalizer) S 44635 44638 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46660057 19521036288 160280 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44656] ppid=44635 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/44638/task/44656/stat : 44656 (Common-Cleaner) S 44635 44638 44061 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 46660058 19521036288 160280 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44658] ppid=44635 vsize=19063512 memory=-6000919485624903787 CPUtime=0 cores=4,6
/proc/44638/task/44658/stat : 44658 (Timer-0) S 44635 44638 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46660304 19521036288 160280 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
Current children cumulated CPU time: 9.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 641120 KiB

[startup+12.7004 s]
/proc/loadavg: 4.88 4.30 4.14 6/325 44725
/proc/meminfo: memFree=126786948/131382116 swapFree=33010684/33010684
[pid=44638] ppid=44635 vsize=19063512 memory=671984 CPUtime=17.55 cores=4,6
/proc/44638/stat : 44638 (java) S 44635 44638 44061 0 -1 4194304 19227 0 0 0 1732 23 0 0 20 0 20 0 46660051 19521036288 167996 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
/proc/44638/statm: 4765878 167996 5529 1 0 1337622 0
[pid=44638/tid=44640] ppid=44635 vsize=19063512 memory=0 CPUtime=11.82 cores=4,6
/proc/44638/task/44640/stat : 44640 (java) R 44635 44638 44061 0 -1 4194368 6606 0 0 0 1171 11 0 0 20 0 20 0 46660053 19521036288 167996 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44649] ppid=44635 vsize=19063512 memory=671984 CPUtime=0 cores=4,6
/proc/44638/task/44649/stat : 44649 (Finalizer) S 44635 44638 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46660057 19521036288 167996 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44656] ppid=44635 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/44638/task/44656/stat : 44656 (Common-Cleaner) S 44635 44638 44061 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 46660058 19521036288 167996 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44658] ppid=44635 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/44638/task/44658/stat : 44658 (Timer-0) S 44635 44638 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46660304 19521036288 167996 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
Current children cumulated CPU time: 17.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 671984 KiB

[startup+25.5005 s]
/proc/loadavg: 4.91 4.34 4.15 5/326 44726
/proc/meminfo: memFree=126054348/131382116 swapFree=33010684/33010684
[pid=44638] ppid=44635 vsize=19063512 memory=1059228 CPUtime=30.83 cores=4,6
/proc/44638/stat : 44638 (java) S 44635 44638 44061 0 -1 4194304 27929 0 0 0 3050 33 0 0 20 0 20 0 46660051 19521036288 264807 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
/proc/44638/statm: 4765878 264807 5529 1 0 1337622 0
[pid=44638/tid=44640] ppid=44635 vsize=19063512 memory=0 CPUtime=24.45 cores=4,6
/proc/44638/task/44640/stat : 44640 (java) R 44635 44638 44061 0 -1 4194368 8385 0 0 0 2429 16 0 0 20 0 20 0 46660053 19521036288 264807 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44649] ppid=44635 vsize=19063512 memory=715108 CPUtime=0 cores=4,6
/proc/44638/task/44649/stat : 44649 (Finalizer) S 44635 44638 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46660057 19521036288 264807 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44656] ppid=44635 vsize=19063512 memory=715108 CPUtime=0 cores=4,6
/proc/44638/task/44656/stat : 44656 (Common-Cleaner) S 44635 44638 44061 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 46660058 19521036288 264807 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44658] ppid=44635 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/44638/task/44658/stat : 44658 (Timer-0) S 44635 44638 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46660304 19521036288 264807 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
Current children cumulated CPU time: 30.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1059228 KiB

[startup+51.113 s]
/proc/loadavg: 4.77 4.36 4.17 5/326 44726
/proc/meminfo: memFree=125459932/131382116 swapFree=33010684/33010684
[pid=44638] ppid=44635 vsize=19063512 memory=1211636 CPUtime=56.88 cores=4,6
/proc/44638/stat : 44638 (java) S 44635 44638 44061 0 -1 4194304 28856 0 0 0 5649 39 0 0 20 0 20 0 46660051 19521036288 302909 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
/proc/44638/statm: 4765878 302909 5529 1 0 1337834 0
[pid=44638/tid=44640] ppid=44635 vsize=19063512 memory=211309297979 CPUtime=49.62 cores=4,6
/proc/44638/task/44640/stat : 44640 (java) R 44635 44638 44061 0 -1 4194368 8554 0 0 0 4945 17 0 0 20 0 20 0 46660053 19521036288 302909 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44649] ppid=44635 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/44638/task/44649/stat : 44649 (Finalizer) S 44635 44638 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46660057 19521036288 302909 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44656] ppid=44635 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/44638/task/44656/stat : 44656 (Common-Cleaner) S 44635 44638 44061 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 46660058 19521036288 302909 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44658] ppid=44635 vsize=19063512 memory=1174672 CPUtime=0 cores=4,6
/proc/44638/task/44658/stat : 44658 (Timer-0) S 44635 44638 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46660304 19521036288 302909 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
Current children cumulated CPU time: 56.88 s

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

[startup+3282.3 s]
/proc/loadavg: 4.43 4.34 4.25 5/330 44901
/proc/meminfo: memFree=111410208/131382116 swapFree=33010684/33010684
[pid=44638] ppid=44635 vsize=19063512 memory=4500636 CPUtime=3295.11 cores=4,6
/proc/44638/stat : 44638 (java) S 44635 44638 44061 0 -1 4194304 160661 0 0 0 329182 329 0 0 20 0 20 0 46660051 19521036288 1125159 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
/proc/44638/statm: 4765878 1125159 5561 1 0 1347626 0
[pid=44638/tid=44640] ppid=44635 vsize=19063512 memory=4500636 CPUtime=3258.99 cores=4,6
/proc/44638/task/44640/stat : 44640 (java) R 44635 44638 44061 0 -1 4194368 84148 0 0 0 325820 79 0 0 20 0 20 0 46660053 19521036288 1125159 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44649] ppid=44635 vsize=19063512 memory=4500636 CPUtime=0 cores=4,6
/proc/44638/task/44649/stat : 44649 (Finalizer) S 44635 44638 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46660057 19521036288 1125159 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44656] ppid=44635 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/44638/task/44656/stat : 44656 (Common-Cleaner) S 44635 44638 44061 0 -1 4194368 1803 0 0 0 0 0 0 0 20 0 20 0 46660058 19521036288 1125159 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44658] ppid=44635 vsize=19063512 memory=4500636 CPUtime=0 cores=4,6
/proc/44638/task/44658/stat : 44658 (Timer-0) S 44635 44638 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46660304 19521036288 1125159 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
Current children cumulated CPU time: 3295.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4500636 KiB

[startup+3342.3 s]
/proc/loadavg: 4.31 4.32 4.25 5/330 44903
/proc/meminfo: memFree=111413376/131382116 swapFree=33010684/33010684
[pid=44638] ppid=44635 vsize=19063512 memory=4504732 CPUtime=3355.08 cores=4,6
/proc/44638/stat : 44638 (java) S 44635 44638 44061 0 -1 4194304 164254 0 0 0 335176 332 0 0 20 0 20 0 46660051 19521036288 1126183 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
/proc/44638/statm: 4765878 1126183 5561 1 0 1347626 0
[pid=44638/tid=44640] ppid=44635 vsize=19063512 memory=4502684 CPUtime=3318.61 cores=4,6
/proc/44638/task/44640/stat : 44640 (java) R 44635 44638 44061 0 -1 4194368 86661 0 0 0 331781 80 0 0 20 0 20 0 46660053 19521036288 1126183 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44649] ppid=44635 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/44638/task/44649/stat : 44649 (Finalizer) S 44635 44638 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46660057 19521036288 1126183 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44656] ppid=44635 vsize=19063512 memory=4502684 CPUtime=0 cores=4,6
/proc/44638/task/44656/stat : 44656 (Common-Cleaner) S 44635 44638 44061 0 -1 4194368 1881 0 0 0 0 0 0 0 20 0 20 0 46660058 19521036288 1126183 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44658] ppid=44635 vsize=19063512 memory=4504732 CPUtime=0 cores=4,6
/proc/44638/task/44658/stat : 44658 (Timer-0) S 44635 44638 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46660304 19521036288 1126183 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
Current children cumulated CPU time: 3355.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4504732 KiB

[startup+3402.3 s]
/proc/loadavg: 4.38 4.34 4.26 5/330 44906
/proc/meminfo: memFree=111409068/131382116 swapFree=33010684/33010684
[pid=44638] ppid=44635 vsize=19063512 memory=4506780 CPUtime=3415 cores=4,6
/proc/44638/stat : 44638 (java) S 44635 44638 44061 0 -1 4194304 167352 0 0 0 341163 337 0 0 20 0 20 0 46660051 19521036288 1126695 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
/proc/44638/statm: 4765878 1126695 5561 1 0 1347626 0
[pid=44638/tid=44640] ppid=44635 vsize=19063512 memory=4502684 CPUtime=3378.21 cores=4,6
/proc/44638/task/44640/stat : 44640 (java) R 44635 44638 44061 0 -1 4194368 88480 0 0 0 337740 81 0 0 20 0 20 0 46660053 19521036288 1126695 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44649] ppid=44635 vsize=19063512 memory=4502684 CPUtime=0 cores=4,6
/proc/44638/task/44649/stat : 44649 (Finalizer) S 44635 44638 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46660057 19521036288 1126695 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44656] ppid=44635 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/44638/task/44656/stat : 44656 (Common-Cleaner) S 44635 44638 44061 0 -1 4194368 1936 0 0 0 0 0 0 0 20 0 20 0 46660058 19521036288 1126695 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44658] ppid=44635 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/44638/task/44658/stat : 44658 (Timer-0) S 44635 44638 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46660304 19521036288 1126695 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
Current children cumulated CPU time: 3415 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4506780 KiB

[startup+3462.3 s]
/proc/loadavg: 4.73 4.42 4.30 6/306 45280
/proc/meminfo: memFree=122078580/131382116 swapFree=33010684/33010684
[pid=44638] ppid=44635 vsize=19063512 memory=4508828 CPUtime=3475.03 cores=4,6
/proc/44638/stat : 44638 (java) S 44635 44638 44061 0 -1 4194304 167891 0 0 0 347163 340 0 0 20 0 20 0 46660051 19521036288 1127207 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
/proc/44638/statm: 4765878 1127207 5561 1 0 1347630 0
[pid=44638/tid=44640] ppid=44635 vsize=19063512 memory=4502684 CPUtime=3437.88 cores=4,6
/proc/44638/task/44640/stat : 44640 (java) R 44635 44638 44061 0 -1 4194368 89000 0 0 0 343707 81 0 0 20 0 20 0 46660053 19521036288 1127207 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44649] ppid=44635 vsize=19063512 memory=4502684 CPUtime=0 cores=4,6
/proc/44638/task/44649/stat : 44649 (Finalizer) S 44635 44638 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46660057 19521036288 1127207 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44656] ppid=44635 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/44638/task/44656/stat : 44656 (Common-Cleaner) S 44635 44638 44061 0 -1 4194368 1936 0 0 0 0 0 0 0 20 0 20 0 46660058 19521036288 1127207 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44658] ppid=44635 vsize=19063512 memory=4508828 CPUtime=0 cores=4,6
/proc/44638/task/44658/stat : 44658 (Timer-0) S 44635 44638 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46660304 19521036288 1127207 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
Current children cumulated CPU time: 3475.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4508828 KiB

[startup+3522.3 s]
/proc/loadavg: 4.46 4.40 4.30 5/328 45307
/proc/meminfo: memFree=118001900/131382116 swapFree=33010684/33010684
[pid=44638] ppid=44635 vsize=19063512 memory=4510896 CPUtime=3535.02 cores=4,6
/proc/44638/stat : 44638 (java) S 44635 44638 44061 0 -1 4194304 170631 0 0 0 353157 345 0 0 20 0 20 0 46660051 19521036288 1127724 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
/proc/44638/statm: 4765878 1127724 5561 1 0 1347630 0
[pid=44638/tid=44640] ppid=44635 vsize=19063512 memory=4508828 CPUtime=3497.57 cores=4,6
/proc/44638/task/44640/stat : 44640 (java) R 44635 44638 44061 0 -1 4194368 91104 0 0 0 349676 81 0 0 20 0 20 0 46660053 19521036288 1127724 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44649] ppid=44635 vsize=19063512 memory=4510896 CPUtime=0 cores=4,6
/proc/44638/task/44649/stat : 44649 (Finalizer) S 44635 44638 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46660057 19521036288 1127724 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44656] ppid=44635 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/44638/task/44656/stat : 44656 (Common-Cleaner) S 44635 44638 44061 0 -1 4194368 1978 0 0 0 0 0 0 0 20 0 20 0 46660058 19521036288 1127724 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44658] ppid=44635 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/44638/task/44658/stat : 44658 (Timer-0) S 44635 44638 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46660304 19521036288 1127724 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
Current children cumulated CPU time: 3535.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4510896 KiB

[startup+3582.3 s]
/proc/loadavg: 4.32 4.37 4.29 5/328 45308
/proc/meminfo: memFree=117707488/131382116 swapFree=33010684/33010684
[pid=44638] ppid=44635 vsize=19063512 memory=4512944 CPUtime=3595.01 cores=4,6
/proc/44638/stat : 44638 (java) S 44635 44638 44061 0 -1 4194304 172939 0 0 0 359152 349 0 0 20 0 20 0 46660051 19521036288 1128236 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
/proc/44638/statm: 4765878 1128236 5561 1 0 1347630 0
[pid=44638/tid=44640] ppid=44635 vsize=19063512 memory=4512944 CPUtime=3557.28 cores=4,6
/proc/44638/task/44640/stat : 44640 (java) R 44635 44638 44061 0 -1 4194368 92833 0 0 0 355646 82 0 0 20 0 20 0 46660053 19521036288 1128236 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44649] ppid=44635 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/44638/task/44649/stat : 44649 (Finalizer) S 44635 44638 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46660057 19521036288 1128236 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44656] ppid=44635 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/44638/task/44656/stat : 44656 (Common-Cleaner) S 44635 44638 44061 0 -1 4194368 1978 0 0 0 0 0 0 0 20 0 20 0 46660058 19521036288 1128236 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44658] ppid=44635 vsize=19063512 memory=4512944 CPUtime=0 cores=4,6
/proc/44638/task/44658/stat : 44658 (Timer-0) S 44635 44638 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46660304 19521036288 1128236 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
Current children cumulated CPU time: 3595.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4512944 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3587.3 s]
/proc/loadavg: 4.29 4.37 4.29 5/328 45309
/proc/meminfo: memFree=117643216/131382116 swapFree=33010684/33010684
[pid=44638] ppid=44635 vsize=19063512 memory=4512944 CPUtime=3600.01 cores=4,6
/proc/44638/stat : 44638 (java) S 44635 44638 44061 0 -1 4194304 172941 0 0 0 359651 350 0 0 20 0 20 0 46660051 19521036288 1128236 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
/proc/44638/statm: 4765878 1128236 5561 1 0 1347630 0
[pid=44638/tid=44640] ppid=44635 vsize=19063512 memory=14336 CPUtime=3562.27 cores=4,6
/proc/44638/task/44640/stat : 44640 (java) R 44635 44638 44061 0 -1 4194368 92835 0 0 0 356145 82 0 0 20 0 20 0 46660053 19521036288 1128236 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44649] ppid=44635 vsize=19063512 memory=4506780 CPUtime=0 cores=4,6
/proc/44638/task/44649/stat : 44649 (Finalizer) S 44635 44638 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46660057 19521036288 1128236 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44656] ppid=44635 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/44638/task/44656/stat : 44656 (Common-Cleaner) S 44635 44638 44061 0 -1 4194368 1978 0 0 0 0 0 0 0 20 0 20 0 46660058 19521036288 1128236 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44658] ppid=44635 vsize=19063512 memory=4512944 CPUtime=0 cores=4,6
/proc/44638/task/44658/stat : 44658 (Timer-0) S 44635 44638 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46660304 19521036288 1128236 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4512944 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.79 s, system=3.54222 s

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

[startup+3587.4 s]
/proc/loadavg: 4.29 4.37 4.29 5/328 45309
/proc/meminfo: memFree=117643216/131382116 swapFree=33010684/33010684
[pid=44638] ppid=44635 vsize=19263204 memory=4513584 CPUtime=3600.21 cores=4,6
/proc/44638/stat : 44638 (java) S 44635 44638 44061 0 -1 4194304 175384 0 0 0 359670 351 0 0 20 0 21 0 46660051 19725520896 1128396 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
/proc/44638/statm: 4815801 1128396 5561 1 0 1348581 0
[pid=44638/tid=44640] ppid=44635 vsize=19263204 memory=14336 CPUtime=3562.37 cores=4,6
/proc/44638/task/44640/stat : 44640 (java) R 44635 44638 44061 0 -1 4194368 92930 0 0 0 356155 82 0 0 20 0 21 0 46660053 19725520896 1128396 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44649] ppid=44635 vsize=19263204 memory=-6000919485624903787 CPUtime=0 cores=4,6
/proc/44638/task/44649/stat : 44649 (Finalizer) S 44635 44638 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 46660057 19725520896 1128396 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
[pid=44638/tid=44656] ppid=44635 vsize=19263204 memory=21672 CPUtime=0 cores=4,6
/proc/44638/task/44656/stat : 44656 (Common-Cleaner) S 44635 44638 44061 0 -1 4194368 1978 0 0 0 0 0 0 0 20 0 21 0 46660058 19725520896 1128396 18446744073709551615 94130536239104 94130536242800 140720749512528 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130536250616 94130536251408 94130542776320 140720749517182 140720749517286 140720749517286 140720749522888 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4513584 KiB

Child status: 143

Real time (s): 3587.49
CPU time (s): 3600.33
CPU user time (s): 3596.79
CPU system time (s): 3.54222
CPU usage (%): 100.358
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4513584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.79
system time used= 3.54222
maximum resident set size= 4513840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175598
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123220
involuntary context switches= 6549


# summary of solver processes directly reported to runsolver:
#   pid: 44638
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3596.79
#   total CPU system time (s): 3.54222

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8969 second user time and 36.8341 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-30 20:56:43
IDJOB=4485740
IDBENCH=146868
IDSOLVER=3361
FILE ID=nodeC011/4485740-1751309803
RUNJOBID= nodeC011-1751306214-44072
SLURM_JOB_ID= 9594308
Free space on /tmp= 433032 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-greenbeb.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485740-1751309803/watcher-4485740-1751309803 -o /tmp/evaluation-result-4485740-1751309803/solver-4485740-1751309803 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751306214-44072 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4485740-1751309803.opb

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

MD5SUM BENCH= d021d78883fac2a7bf820bb220b2a7e2
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.408
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		: 3660.260
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		: 3552.515
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.271
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		: 1995.487
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		: 3660.353
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		: 2500.566
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.852
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:        124239856 kB
MemAvailable:   124112780 kB
Buffers:            3280 kB
Cached:           681064 kB
SwapCached:            0 kB
Active:          6215424 kB
Inactive:         382064 kB
Active(anon):    5931104 kB
Inactive(anon):        0 kB
Active(file):     284320 kB
Inactive(file):   382064 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19532 kB
Writeback:             0 kB
AnonPages:       5916536 kB
Mapped:           122284 kB
Shmem:             17960 kB
KReclaimable:      91952 kB
Slab:             173692 kB
SReclaimable:      91952 kB
SUnreclaim:        81740 kB
KernelStack:        4960 kB
PageTables:        15216 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   11613300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150248 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5722112 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= 433016 MiB
End job on nodeC011 at 2025-06-30 21:56:31