Trace number 4490478

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.2 3556.2

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUM3b6cd88d51672ff5fa8d3ce8152b7bd3
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 benchmark14.6414
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.18	c Pseudo Boolean Optimization by upper bound
0.12/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.18	c  - never skip resolution steps
0.12/0.18	c  - Auto-division on coefficients is disabled
0.12/0.18	c  - No postprocessing
0.12/0.18	c  - Conflict is considered as is when resolving
0.12/0.18	c  - Use constraints as they come during conflict analysis
0.12/0.18	c  - Weaken first using unassigned literals
0.12/0.18	c  - Bump strategy: ALWAYS_ONE
0.12/0.18	c  - Bumper: ANY
0.12/0.18	c --- Begin Solver configuration ---
0.12/0.18	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.18	c Learn all clauses as in MiniSAT
0.12/0.18	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.18	c No reason simplification
0.12/0.18	c Armin Biere (Picosat) restarts strategy
0.12/0.18	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.18	c timeout=2147483s
0.12/0.18	c DB Simplification allowed=false
0.12/0.18	c Listener: none
0.12/0.18	c --- End Solver configuration ---
0.12/0.18	c solving HOME/instance-4490478-1751364019.opb
0.12/0.18	c reading problem ... 
0.12/0.18	c  objective function found
0.12/0.20	c ... done. Wall clock time 0.012s.
0.12/0.20	c declared #vars     31
0.12/0.20	c #constraints  9
0.12/0.20	c constraints type 
0.12/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.12/0.20	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.12/0.20	c 9 constraints processed.
0.27/0.21	c objective function length is 1 literals
9.56/7.56	c cleaning 2495 clauses out of 5001
35.53/33.22	c cleaning 4247 clauses out of 8505
93.28/90.85	c cleaning 5619 clauses out of 11258
195.59/193.04	c cleaning 6818 clauses out of 13642
340.30/337.51	c cleaning 7908 clauses out of 15822
509.72/506.54	c cleaning 8951 clauses out of 17913
755.71/751.62	c cleaning 9976 clauses out of 19963
1063.08/1057.86	c cleaning 10989 clauses out of 21986
1457.20/1449.80	c cleaning 11995 clauses out of 23997
1951.80/1940.14	c cleaning 12997 clauses out of 26003
2567.53/2547.21	c cleaning 13995 clauses out of 28005
3323.41/3286.72	c cleaning 14996 clauses out of 30011
3600.01/3556.12	c starts		: 103
3600.01/3556.13	c conflicts		: 132143
3600.01/3556.13	c decisions		: 137070
3600.01/3556.13	c propagations		: 666351
3600.01/3556.13	c inspects		: 4738021404
3600.01/3556.13	c shortcuts		: 0
3600.01/3556.13	c learnt literals	: 0
3600.01/3556.13	c learnt binary clauses	: 0
3600.01/3556.13	c learnt ternary clauses	: 0
3600.01/3556.13	c learnt constraints	: 132143
3600.01/3556.14	c ignored constraints	: 0
3600.01/3556.14	c root simplifications	: 0
3600.01/3556.14	c removed literals (reason simplification)	: 0
3600.01/3556.14	c reason swapping (by a shorter reason)	: 0
3600.01/3556.14	c Calls to reduceDB	: 12
3600.01/3556.14	c Number of update (reduction) of LBD	: 0
3600.01/3556.14	c Imported unit clauses	: 0
3600.01/3556.14	c No decision after first conflict	: false
3600.01/3556.14	c number of reductions to clauses (during analyze)	: 0
3600.01/3556.14	c number of learned constraints concerned by reduction	: 0
3600.01/3556.14	c number of learning phase by resolution	: 0
3600.01/3556.14	c number of learning phase by cutting planes	: 0
3600.01/3556.14	c number of rounding to 1 operations	: 0
3600.01/3556.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3556.14	c number of reductions of the coefficients by power 2 	: 0
3600.01/3556.14	c number of right shift for reduction by power 2 	: 0
3600.01/3556.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3556.14	c number of ending skipping 	: 0
3600.01/3556.14	c number of internal skipping 	: 0
3600.01/3556.14	c number of derivation steps 	: 706389
3600.01/3556.14	c number of skipped derivation steps 	: 0
3600.01/3556.14	c number of remaining unassigned 	: 245494
3600.01/3556.14	c number of remaining assigned 	: 10849670
3600.01/3556.14	c number of falsified literals weakened from reason	: 0
3600.01/3556.14	c number of falsified literals weakened from conflict	: 0
3600.01/3556.14	c time for arithmetic operations	: 17180537529
3600.01/3556.15	c minimum degree of deleted constraints	: null
3600.01/3556.15	c maximum degree of deleted constraints	: null
3600.01/3556.15	c number of deleted constraints	: 0
3600.01/3556.16	c speed (assignments/second)	: 187.39095710276325
3600.01/3556.16	c non guided choices	: 13
3600.01/3556.19	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 21157
3600.01/3556.19	s UNKNOWN
3600.01/3556.19	c Total wall clock time (in seconds): 3556.004

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490478-1751364019/watcher-4490478-1751364019 -o /tmp/evaluation-result-4490478-1751364019/solver-4490478-1751364019 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751360763-55278 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4490478-1751364019.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100058 s]*
/proc/loadavg: 4.75 4.55 4.36 6/340 55673
/proc/meminfo: memFree=117451084/131249996 swapFree=33010684/33010684
[pid=55655] ppid=55652 vsize=18930384 memory=55732 CPUtime=0.12 cores=0,2
/proc/55655/stat : 55655 (java) S 55652 55655 55268 0 -1 4194304 6546 0 0 0 10 2 0 0 20 0 18 0 52079805 19384713216 13933 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
/proc/55655/statm: 4732596 13933 5359 1 0 547603 0
[pid=55655/tid=55657] ppid=55652 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/55655/task/55657/stat : 55657 (java) R 55652 55655 55268 0 -1 4194368 5045 0 0 0 5 2 0 0 20 0 18 0 52079806 19384713216 13933 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55666] ppid=55652 vsize=18930384 memory=237112656212 CPUtime=0 cores=0,2
/proc/55655/task/55666/stat : 55666 (Finalizer) S 55652 55655 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52079808 19384713216 13933 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55673] ppid=55652 vsize=18930384 memory=58485492706614 CPUtime=0 cores=0,2
/proc/55655/task/55673/stat : 55673 (Common-Cleaner) S 55652 55655 55268 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 52079809 19384713216 13933 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55732 KiB

[startup+0.205773 s]*
/proc/loadavg: 4.75 4.55 4.36 7/340 55673
/proc/meminfo: memFree=117445476/131249996 swapFree=33010684/33010684
[pid=55655] ppid=55652 vsize=18930384 memory=62448 CPUtime=0.27 cores=0,2
/proc/55655/stat : 55655 (java) S 55652 55655 55268 0 -1 4194304 7125 0 0 0 24 3 0 0 20 0 18 0 52079805 19384713216 15612 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
/proc/55655/statm: 4732596 15612 5455 1 0 547994 0
[pid=55655/tid=55657] ppid=55652 vsize=18930384 memory=4026663196 CPUtime=0.15 cores=0,2
/proc/55655/task/55657/stat : 55657 (java) R 55652 55655 55268 0 -1 4194368 5428 0 0 0 13 2 0 0 20 0 18 0 52079806 19384713216 15612 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55666] ppid=55652 vsize=18930384 memory=18949 CPUtime=0 cores=0,2
/proc/55655/task/55666/stat : 55666 (Finalizer) S 55652 55655 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52079808 19384713216 15612 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55673] ppid=55652 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/55655/task/55673/stat : 55673 (Common-Cleaner) S 55652 55655 55268 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 52079809 19384713216 15612 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62448 KiB

[startup+0.305663 s]*
/proc/loadavg: 4.75 4.55 4.36 6/341 55674
/proc/meminfo: memFree=117427140/131249996 swapFree=33010684/33010684
[pid=55655] ppid=55652 vsize=18997444 memory=82320 CPUtime=0.46 cores=0,2
/proc/55655/stat : 55655 (java) S 55652 55655 55268 0 -1 4194304 9117 0 0 0 42 4 0 0 20 0 19 0 52079805 19453382656 20580 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
/proc/55655/statm: 4749361 20580 5455 1 0 549113 0
[pid=55655/tid=55657] ppid=55652 vsize=18996948 memory=-6000919498476250986 CPUtime=0.24 cores=0,2
/proc/55655/task/55657/stat : 55657 (java) R 55652 55655 55268 0 -1 4194368 5490 0 0 0 21 3 0 0 20 0 19 0 52079806 19452874752 20580 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55666] ppid=55652 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/55655/task/55666/stat : 55666 (Finalizer) S 55652 55655 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52079808 19452874752 20580 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55673] ppid=55652 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/55655/task/55673/stat : 55673 (Common-Cleaner) S 55652 55655 55268 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 52079809 19452874752 20580 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55674] ppid=55652 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/55655/task/55674/stat : 55674 (Timer-0) S 55652 55655 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 52079826 19452874752 20580 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18997444 KiB
Current children cumulated memory: 82320 KiB

[startup+0.700238 s]
/proc/loadavg: 4.75 4.55 4.36 6/342 55675
/proc/meminfo: memFree=117348624/131249996 swapFree=33010684/33010684
[pid=55655] ppid=55652 vsize=19063512 memory=159520 CPUtime=1.21 cores=0,2
/proc/55655/stat : 55655 (java) S 55652 55655 55268 0 -1 4194304 11101 0 0 0 116 5 0 0 20 0 20 0 52079805 19521036288 39880 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
/proc/55655/statm: 4765878 39880 5519 1 0 550363 0
[pid=55655/tid=55657] ppid=55652 vsize=19063512 memory=18304 CPUtime=0.56 cores=0,2
/proc/55655/task/55657/stat : 55657 (java) R 55652 55655 55268 0 -1 4194368 5530 0 0 0 52 4 0 0 20 0 20 0 52079806 19521036288 39880 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55666] ppid=55652 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/55655/task/55666/stat : 55666 (Finalizer) S 55652 55655 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52079808 19521036288 39880 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55673] ppid=55652 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/55655/task/55673/stat : 55673 (Common-Cleaner) S 55652 55655 55268 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 52079809 19521036288 39880 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55674] ppid=55652 vsize=19063512 memory=4756 CPUtime=0 cores=0,2
/proc/55655/task/55674/stat : 55674 (Timer-0) S 55652 55655 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52079826 19521036288 39880 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 159520 KiB

[startup+1.50024 s]
/proc/loadavg: 4.75 4.55 4.36 6/342 55675
/proc/meminfo: memFree=117270360/131249996 swapFree=33010684/33010684
[pid=55655] ppid=55652 vsize=19063512 memory=576244 CPUtime=2.79 cores=0,2
/proc/55655/stat : 55655 (java) S 55652 55655 55268 0 -1 4194304 13578 0 0 0 264 15 0 0 20 0 20 0 52079805 19521036288 144061 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
/proc/55655/statm: 4765878 144061 5519 1 0 552021 0
[pid=55655/tid=55657] ppid=55652 vsize=19063512 memory=0 CPUtime=1.33 cores=0,2
/proc/55655/task/55657/stat : 55657 (java) R 55652 55655 55268 0 -1 4194368 5760 0 0 0 121 12 0 0 20 0 20 0 52079806 19521036288 144061 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55666] ppid=55652 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/55655/task/55666/stat : 55666 (Finalizer) S 55652 55655 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52079808 19521036288 144061 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55673] ppid=55652 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/55655/task/55673/stat : 55673 (Common-Cleaner) S 55652 55655 55268 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 52079809 19521036288 144061 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55674] ppid=55652 vsize=19063512 memory=4756 CPUtime=0 cores=0,2
/proc/55655/task/55674/stat : 55674 (Timer-0) S 55652 55655 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52079826 19521036288 144061 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 576244 KiB

[startup+3.10573 s]
/proc/loadavg: 4.77 4.56 4.36 5/342 55675
/proc/meminfo: memFree=116369196/131249996 swapFree=33010684/33010684
[pid=55655] ppid=55652 vsize=19063512 memory=1140780 CPUtime=4.85 cores=0,2
/proc/55655/stat : 55655 (java) S 55652 55655 55268 0 -1 4194304 16950 0 0 0 458 27 0 0 20 0 20 0 52079805 19521036288 285195 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
/proc/55655/statm: 4765878 285195 5519 1 0 552790 0
[pid=55655/tid=55657] ppid=55652 vsize=19063512 memory=10752 CPUtime=2.92 cores=0,2
/proc/55655/task/55657/stat : 55657 (java) R 55652 55655 55268 0 -1 4194368 6265 0 0 0 269 23 0 0 20 0 20 0 52079806 19521036288 285195 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55666] ppid=55652 vsize=19063512 memory=-6000919498476250986 CPUtime=0 cores=0,2
/proc/55655/task/55666/stat : 55666 (Finalizer) S 55652 55655 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52079808 19521036288 285195 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55673] ppid=55652 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/55655/task/55673/stat : 55673 (Common-Cleaner) S 55652 55655 55268 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 52079809 19521036288 285195 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55674] ppid=55652 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/55655/task/55674/stat : 55674 (Timer-0) S 55652 55655 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52079826 19521036288 285195 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
Current children cumulated CPU time: 4.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1140780 KiB

[startup+6.30021 s]
/proc/loadavg: 4.77 4.56 4.36 5/342 55675
/proc/meminfo: memFree=116193256/131249996 swapFree=33010684/33010684
[pid=55655] ppid=55652 vsize=19063512 memory=1315008 CPUtime=8.31 cores=0,2
/proc/55655/stat : 55655 (java) S 55652 55655 55268 0 -1 4194304 24821 0 0 0 800 31 0 0 20 0 20 0 52079805 19521036288 328752 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
/proc/55655/statm: 4765878 328752 5519 1 0 554369 0
[pid=55655/tid=55657] ppid=55652 vsize=19063512 memory=0 CPUtime=6.07 cores=0,2
/proc/55655/task/55657/stat : 55657 (java) R 55652 55655 55268 0 -1 4194368 7302 0 0 0 581 26 0 0 20 0 20 0 52079806 19521036288 328752 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55666] ppid=55652 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/55655/task/55666/stat : 55666 (Finalizer) S 55652 55655 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52079808 19521036288 328752 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55673] ppid=55652 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/55655/task/55673/stat : 55673 (Common-Cleaner) S 55652 55655 55268 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 52079809 19521036288 328752 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55674] ppid=55652 vsize=19063512 memory=576244 CPUtime=0 cores=0,2
/proc/55655/task/55674/stat : 55674 (Timer-0) S 55652 55655 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52079826 19521036288 328752 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
Current children cumulated CPU time: 8.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1315008 KiB

[startup+12.7002 s]
/proc/loadavg: 4.65 4.54 4.36 5/342 55675
/proc/meminfo: memFree=116184916/131249996 swapFree=33010684/33010684
[pid=55655] ppid=55652 vsize=19063512 memory=1315540 CPUtime=14.86 cores=0,2
/proc/55655/stat : 55655 (java) S 55652 55655 55268 0 -1 4194304 28543 0 0 0 1454 32 0 0 20 0 20 0 52079805 19521036288 328885 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
/proc/55655/statm: 4765878 328885 5519 1 0 554417 0
[pid=55655/tid=55657] ppid=55652 vsize=19063512 memory=576244 CPUtime=12.39 cores=0,2
/proc/55655/task/55657/stat : 55657 (java) R 55652 55655 55268 0 -1 4194368 9095 0 0 0 1213 26 0 0 20 0 20 0 52079806 19521036288 328885 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55666] ppid=55652 vsize=19063512 memory=1315540 CPUtime=0 cores=0,2
/proc/55655/task/55666/stat : 55666 (Finalizer) S 55652 55655 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52079808 19521036288 328885 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55673] ppid=55652 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/55655/task/55673/stat : 55673 (Common-Cleaner) S 55652 55655 55268 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 52079809 19521036288 328885 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55674] ppid=55652 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/55655/task/55674/stat : 55674 (Timer-0) S 55652 55655 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52079826 19521036288 328885 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
Current children cumulated CPU time: 14.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1315540 KiB

[startup+25.5002 s]
/proc/loadavg: 4.55 4.52 4.35 5/341 55675
/proc/meminfo: memFree=116176820/131249996 swapFree=33010684/33010684
[pid=55655] ppid=55652 vsize=19063512 memory=1325944 CPUtime=27.83 cores=0,2
/proc/55655/stat : 55655 (java) S 55652 55655 55268 0 -1 4194304 35388 0 0 0 2749 34 0 0 20 0 20 0 52079805 19521036288 331486 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
/proc/55655/statm: 4765878 331486 5519 1 0 554417 0
[pid=55655/tid=55657] ppid=55652 vsize=19063512 memory=-6000919498476250986 CPUtime=25.05 cores=0,2
/proc/55655/task/55657/stat : 55657 (java) R 55652 55655 55268 0 -1 4194368 10694 0 0 0 2479 26 0 0 20 0 20 0 52079806 19521036288 331486 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55666] ppid=55652 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/55655/task/55666/stat : 55666 (Finalizer) S 55652 55655 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52079808 19521036288 331486 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55673] ppid=55652 vsize=19063512 memory=179049 CPUtime=0 cores=0,2
/proc/55655/task/55673/stat : 55673 (Common-Cleaner) S 55652 55655 55268 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 52079809 19521036288 331486 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55674] ppid=55652 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/55655/task/55674/stat : 55674 (Timer-0) S 55652 55655 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52079826 19521036288 331486 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
Current children cumulated CPU time: 27.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1325944 KiB

[startup+51.1059 s]
/proc/loadavg: 4.36 4.48 4.35 6/341 55687
/proc/meminfo: memFree=116155028/131249996 swapFree=33010684/33010684
[pid=55655] ppid=55652 vsize=19063512 memory=1340328 CPUtime=53.51 cores=0,2
/proc/55655/stat : 55655 (java) S 55652 55655 55268 0 -1 4194304 37433 0 0 0 5314 37 0 0 20 0 20 0 52079805 19521036288 335082 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
/proc/55655/statm: 4765878 335082 5519 1 0 554417 0
[pid=55655/tid=55657] ppid=55652 vsize=19063512 memory=1315540 CPUtime=50.46 cores=0,2
/proc/55655/task/55657/stat : 55657 (java) R 55652 55655 55268 0 -1 4194368 11944 0 0 0 5019 27 0 0 20 0 20 0 52079806 19521036288 335082 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55666] ppid=55652 vsize=19063512 memory=1325944 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=116779876/131249996 swapFree=33010684/33010684
[pid=55655] ppid=55652 vsize=19063512 memory=1634184 CPUtime=3257.45 cores=0,2
/proc/55655/stat : 55655 (java) S 55652 55655 55268 0 -1 4194304 88444 0 0 0 325595 150 0 0 20 0 20 0 52079805 19521036288 408546 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
/proc/55655/statm: 4765878 408546 5519 1 0 556877 0
[pid=55655/tid=55657] ppid=55652 vsize=19063512 memory=1627920 CPUtime=3179.53 cores=0,2
/proc/55655/task/55657/stat : 55657 (java) R 55652 55655 55268 0 -1 4194368 36715 0 0 0 317915 38 0 0 20 0 20 0 52079806 19521036288 408546 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55666] ppid=55652 vsize=19063512 memory=1627920 CPUtime=0 cores=0,2
/proc/55655/task/55666/stat : 55666 (Finalizer) S 55652 55655 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52079808 19521036288 408546 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55673] ppid=55652 vsize=19063512 memory=1634184 CPUtime=0 cores=0,2
/proc/55655/task/55673/stat : 55673 (Common-Cleaner) S 55652 55655 55268 0 -1 4194368 1402 0 0 0 0 0 0 0 20 0 20 0 52079809 19521036288 408546 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55674] ppid=55652 vsize=19063512 memory=1634184 CPUtime=0 cores=0,2
/proc/55655/task/55674/stat : 55674 (Timer-0) S 55652 55655 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52079826 19521036288 408546 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
Current children cumulated CPU time: 3257.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1634184 KiB

[startup+3282.3 s]
/proc/loadavg: 4.37 4.32 4.28 6/339 56054
/proc/meminfo: memFree=116775048/131249996 swapFree=33010684/33010684
[pid=55655] ppid=55652 vsize=19063512 memory=1638412 CPUtime=3319.02 cores=0,2
/proc/55655/stat : 55655 (java) S 55652 55655 55268 0 -1 4194304 88850 0 0 0 331751 151 0 0 20 0 20 0 52079805 19521036288 409603 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
/proc/55655/statm: 4765878 409603 5519 1 0 556926 0
[pid=55655/tid=55657] ppid=55652 vsize=19063512 memory=16912 CPUtime=3238.51 cores=0,2
/proc/55655/task/55657/stat : 55657 (java) R 55652 55655 55268 0 -1 4194368 37034 0 0 0 323813 38 0 0 20 0 20 0 52079806 19521036288 409603 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55666] ppid=55652 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/55655/task/55666/stat : 55666 (Finalizer) S 55652 55655 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52079808 19521036288 409603 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55673] ppid=55652 vsize=19063512 memory=1638412 CPUtime=0 cores=0,2
/proc/55655/task/55673/stat : 55673 (Common-Cleaner) S 55652 55655 55268 0 -1 4194368 1402 0 0 0 0 0 0 0 20 0 20 0 52079809 19521036288 409603 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55674] ppid=55652 vsize=19063512 memory=2744 CPUtime=0 cores=0,2
/proc/55655/task/55674/stat : 55674 (Timer-0) S 55652 55655 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52079826 19521036288 409603 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
Current children cumulated CPU time: 3319.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1638412 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.28 4.27 5/339 56056
/proc/meminfo: memFree=116738132/131249996 swapFree=33010684/33010684
[pid=55655] ppid=55652 vsize=19063512 memory=1642576 CPUtime=3380.52 cores=0,2
/proc/55655/stat : 55655 (java) S 55652 55655 55268 0 -1 4194304 90518 0 0 0 337899 153 0 0 20 0 20 0 52079805 19521036288 410644 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
/proc/55655/statm: 4765878 410644 5519 1 0 556958 0
[pid=55655/tid=55657] ppid=55652 vsize=19063512 memory=2764 CPUtime=3297.52 cores=0,2
/proc/55655/task/55657/stat : 55657 (java) R 55652 55655 55268 0 -1 4194368 38044 0 0 0 329714 38 0 0 20 0 20 0 52079806 19521036288 410644 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55666] ppid=55652 vsize=19063512 memory=1640524 CPUtime=0 cores=0,2
/proc/55655/task/55666/stat : 55666 (Finalizer) S 55652 55655 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52079808 19521036288 410644 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55673] ppid=55652 vsize=19063512 memory=1642576 CPUtime=0 cores=0,2
/proc/55655/task/55673/stat : 55673 (Common-Cleaner) S 55652 55655 55268 0 -1 4194368 1494 0 0 0 0 0 0 0 20 0 20 0 52079809 19521036288 410644 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55674] ppid=55652 vsize=19063512 memory=16912 CPUtime=0 cores=0,2
/proc/55655/task/55674/stat : 55674 (Timer-0) S 55652 55655 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52079826 19521036288 410644 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
Current children cumulated CPU time: 3380.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1642576 KiB

[startup+3402.3 s]
/proc/loadavg: 4.54 4.35 4.29 6/339 56058
/proc/meminfo: memFree=116717520/131249996 swapFree=33010684/33010684
[pid=55655] ppid=55652 vsize=19063512 memory=1644644 CPUtime=3442.08 cores=0,2
/proc/55655/stat : 55655 (java) S 55652 55655 55268 0 -1 4194304 91994 0 0 0 344052 156 0 0 20 0 20 0 52079805 19521036288 411161 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
/proc/55655/statm: 4765878 411161 5519 1 0 556958 0
[pid=55655/tid=55657] ppid=55652 vsize=19063512 memory=1640524 CPUtime=3356.47 cores=0,2
/proc/55655/task/55657/stat : 55657 (java) R 55652 55655 55268 0 -1 4194368 38984 0 0 0 335609 38 0 0 20 0 20 0 52079806 19521036288 411161 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55666] ppid=55652 vsize=19063512 memory=1642576 CPUtime=0 cores=0,2
/proc/55655/task/55666/stat : 55666 (Finalizer) S 55652 55655 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52079808 19521036288 411161 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55673] ppid=55652 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/55655/task/55673/stat : 55673 (Common-Cleaner) S 55652 55655 55268 0 -1 4194368 1494 0 0 0 0 0 0 0 20 0 20 0 52079809 19521036288 411161 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55674] ppid=55652 vsize=19063512 memory=1644644 CPUtime=0 cores=0,2
/proc/55655/task/55674/stat : 55674 (Timer-0) S 55652 55655 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52079826 19521036288 411161 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
Current children cumulated CPU time: 3442.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1644644 KiB

[startup+3462.3 s]
/proc/loadavg: 4.39 4.35 4.29 5/340 56067
/proc/meminfo: memFree=116713892/131249996 swapFree=33010684/33010684
[pid=55655] ppid=55652 vsize=19063512 memory=1648848 CPUtime=3503.63 cores=0,2
/proc/55655/stat : 55655 (java) S 55652 55655 55268 0 -1 4194304 92157 0 0 0 350206 157 0 0 20 0 20 0 52079805 19521036288 412212 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
/proc/55655/statm: 4765878 412212 5519 1 0 556958 0
[pid=55655/tid=55657] ppid=55652 vsize=19063512 memory=1640524 CPUtime=3415.39 cores=0,2
/proc/55655/task/55657/stat : 55657 (java) R 55652 55655 55268 0 -1 4194368 39027 0 0 0 341501 38 0 0 20 0 20 0 52079806 19521036288 412212 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55666] ppid=55652 vsize=19063512 memory=1646692 CPUtime=0 cores=0,2
/proc/55655/task/55666/stat : 55666 (Finalizer) S 55652 55655 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52079808 19521036288 412212 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55673] ppid=55652 vsize=19063512 memory=1648848 CPUtime=0 cores=0,2
/proc/55655/task/55673/stat : 55673 (Common-Cleaner) S 55652 55655 55268 0 -1 4194368 1570 0 0 0 0 0 0 0 20 0 20 0 52079809 19521036288 412212 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55674] ppid=55652 vsize=19063512 memory=16912 CPUtime=0 cores=0,2
/proc/55655/task/55674/stat : 55674 (Timer-0) S 55652 55655 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52079826 19521036288 412212 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
Current children cumulated CPU time: 3503.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1648848 KiB

[startup+3522.3 s]
/proc/loadavg: 4.38 4.36 4.30 5/340 56070
/proc/meminfo: memFree=116705084/131249996 swapFree=33010684/33010684
[pid=55655] ppid=55652 vsize=19063512 memory=1652944 CPUtime=3565.26 cores=0,2
/proc/55655/stat : 55655 (java) S 55652 55655 55268 0 -1 4194304 92270 0 0 0 356367 159 0 0 20 0 20 0 52079805 19521036288 413236 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
/proc/55655/statm: 4765878 413236 5519 1 0 556966 0
[pid=55655/tid=55657] ppid=55652 vsize=19063512 memory=1646692 CPUtime=3474.36 cores=0,2
/proc/55655/task/55657/stat : 55657 (java) R 55652 55655 55268 0 -1 4194368 39090 0 0 0 347398 38 0 0 20 0 20 0 52079806 19521036288 413236 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55666] ppid=55652 vsize=19063512 memory=18304 CPUtime=0 cores=0,2
/proc/55655/task/55666/stat : 55666 (Finalizer) S 55652 55655 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52079808 19521036288 413236 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55673] ppid=55652 vsize=19063512 memory=18304 CPUtime=0 cores=0,2
/proc/55655/task/55673/stat : 55673 (Common-Cleaner) S 55652 55655 55268 0 -1 4194368 1570 0 0 0 0 0 0 0 20 0 20 0 52079809 19521036288 413236 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55674] ppid=55652 vsize=19063512 memory=1652944 CPUtime=0 cores=0,2
/proc/55655/task/55674/stat : 55674 (Timer-0) S 55652 55655 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52079826 19521036288 413236 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
Current children cumulated CPU time: 3565.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1652944 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3556.11 s]
/proc/loadavg: 4.37 4.36 4.30 5/340 56071
/proc/meminfo: memFree=116688700/131249996 swapFree=33010684/33010684
[pid=55655] ppid=55652 vsize=19063512 memory=1654992 CPUtime=3600.01 cores=0,2
/proc/55655/stat : 55655 (java) S 55652 55655 55268 0 -1 4194304 92461 0 0 0 359841 160 0 0 20 0 20 0 52079805 19521036288 413748 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
/proc/55655/statm: 4765878 413748 5519 1 0 556966 0
[pid=55655/tid=55657] ppid=55652 vsize=19063512 memory=-6000919498476250986 CPUtime=3507.56 cores=0,2
/proc/55655/task/55657/stat : 55657 (java) R 55652 55655 55268 0 -1 4194368 39259 0 0 0 350718 38 0 0 20 0 20 0 52079806 19521036288 413748 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55666] ppid=55652 vsize=19063512 memory=16912 CPUtime=0 cores=0,2
/proc/55655/task/55666/stat : 55666 (Finalizer) S 55652 55655 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52079808 19521036288 413748 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55673] ppid=55652 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/55655/task/55673/stat : 55673 (Common-Cleaner) S 55652 55655 55268 0 -1 4194368 1570 0 0 0 0 0 0 0 20 0 20 0 52079809 19521036288 413748 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55674] ppid=55652 vsize=19063512 memory=1654992 CPUtime=0 cores=0,2
/proc/55655/task/55674/stat : 55674 (Timer-0) S 55652 55655 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52079826 19521036288 413748 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1654992 KiB

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

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

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

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

[startup+3556.11 s]
/proc/loadavg: 4.37 4.36 4.30 5/340 56071
/proc/meminfo: memFree=116688700/131249996 swapFree=33010684/33010684
[pid=55655] ppid=55652 vsize=19063512 memory=1654992 CPUtime=3600.01 cores=0,2
/proc/55655/stat : 55655 (java) S 55652 55655 55268 0 -1 4194304 92461 0 0 0 359841 160 0 0 20 0 20 0 52079805 19521036288 413748 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
/proc/55655/statm: 4765878 413748 5519 1 0 556966 0
[pid=55655/tid=55657] ppid=55652 vsize=19063512 memory=-6000919498476250986 CPUtime=3507.56 cores=0,2
/proc/55655/task/55657/stat : 55657 (java) R 55652 55655 55268 0 -1 4194368 39259 0 0 0 350718 38 0 0 20 0 20 0 52079806 19521036288 413748 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55666] ppid=55652 vsize=19063512 memory=16912 CPUtime=0 cores=0,2
/proc/55655/task/55666/stat : 55666 (Finalizer) S 55652 55655 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52079808 19521036288 413748 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55673] ppid=55652 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/55655/task/55673/stat : 55673 (Common-Cleaner) S 55652 55655 55268 0 -1 4194368 1570 0 0 0 0 0 0 0 20 0 20 0 52079809 19521036288 413748 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
[pid=55655/tid=55674] ppid=55652 vsize=19063512 memory=1654992 CPUtime=0 cores=0,2
/proc/55655/task/55674/stat : 55674 (Timer-0) S 55652 55655 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52079826 19521036288 413748 18446744073709551615 94782706954240 94782706957936 140736220351824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782706965752 94782706966544 94782737203200 140736220359038 140736220359142 140736220359142 140736220364744 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1654992 KiB

Child status: 143

Real time (s): 3556.2
CPU time (s): 3600.2
CPU user time (s): 3598.58
CPU system time (s): 1.61821
CPU usage (%): 101.237
Max. virtual memory (cumulated for all children) (KiB): 19067028
Max. memory (cumulated for all children) (KiB): 1654992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.58
system time used= 1.61821
maximum resident set size= 1656016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94775
page faults= 0
swaps= 0
block input operations= 0
block output operations= 26976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161534
involuntary context switches= 15710


# summary of solver processes directly reported to runsolver:
#   pid: 55655
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3598.58
#   total CPU system time (s): 1.61821

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.45879 second user time and 16.8823 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-01 12:00:19
IDJOB=4490478
IDBENCH=147587
IDSOLVER=3361
FILE ID=nodeC024/4490478-1751364019
RUNJOBID= nodeC024-1751360763-55278
SLURM_JOB_ID= 9598166
Free space on /tmp= 432976 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_3.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490478-1751364019/watcher-4490478-1751364019 -o /tmp/evaluation-result-4490478-1751364019/solver-4490478-1751364019 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751360763-55278 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4490478-1751364019.opb

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

MD5SUM BENCH= 3b6cd88d51672ff5fa8d3ce8152b7bd3
RANDOM SEED=139940630

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        117475340 kB
MemAvailable:   118806128 kB
Buffers:            3280 kB
Cached:          2123992 kB
SwapCached:            0 kB
Active:         11293584 kB
Inactive:        1867508 kB
Active(anon):   11051884 kB
Inactive(anon):        0 kB
Active(file):     241700 kB
Inactive(file):  1867508 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               700 kB
Writeback:             0 kB
AnonPages:      11034200 kB
Mapped:           123548 kB
Shmem:             18064 kB
KReclaimable:     121240 kB
Slab:             210168 kB
SReclaimable:     121240 kB
SUnreclaim:        88928 kB
KernelStack:        5216 kB
PageTables:        25248 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11666524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10715136 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432972 MiB
End job on nodeC024 at 2025-07-01 12:59:35