Trace number 4498620

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.22 3494.3

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__64.opb
MD5SUM6d0bcc2b57c04c2d4d51edf27892ab0d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark74222
Best CPU time to get the best result obtained on this benchmark15.1822
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables641998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint64
Maximum length of a constraint2817
Number of terms in the objective function 640000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 22177598784
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 22177598784
Number of bits of the biggest sum of numbers35
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.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: ANY
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Armin Biere (Picosat) restarts strategy
0.12/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4498620-1751405425.opb
0.12/0.15	c reading problem ... 
0.12/0.16	c  objective function found
14.39/11.91	c ... done. Wall clock time 11.762s.
14.39/11.91	c declared #vars     641998
14.39/11.91	c #constraints  14000
14.39/11.91	c constraints type 
14.39/11.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
14.39/11.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
14.39/11.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
14.39/11.92	c 14000 constraints processed.
14.39/11.92	c objective function length is 640000 literals
355.30/347.78	c cleaning 2328 clauses out of 5000
684.56/672.43	c cleaning 4107 clauses out of 8672
1086.63/1062.68	c cleaning 5446 clauses out of 11565
1602.27/1562.01	c cleaning 6849 clauses out of 14119
2201.45/2141.15	c cleaning 7803 clauses out of 16270
3116.12/3027.92	c cleaning 8850 clauses out of 18467
3600.07/3494.21	c starts		: 71
3600.07/3494.22	c conflicts		: 49996
3600.07/3494.22	c decisions		: 91145041
3600.07/3494.22	c propagations		: 384331023
3600.07/3494.22	c inspects		: 7500949154
3600.07/3494.22	c shortcuts		: 0
3600.07/3494.23	c learnt literals	: 0
3600.07/3494.23	c learnt binary clauses	: 0
3600.07/3494.23	c learnt ternary clauses	: 0
3600.07/3494.23	c learnt constraints	: 49996
3600.07/3494.23	c ignored constraints	: 0
3600.07/3494.23	c root simplifications	: 0
3600.07/3494.23	c removed literals (reason simplification)	: 0
3600.07/3494.23	c reason swapping (by a shorter reason)	: 0
3600.07/3494.23	c Calls to reduceDB	: 6
3600.07/3494.23	c Number of update (reduction) of LBD	: 0
3600.07/3494.23	c Imported unit clauses	: 0
3600.07/3494.23	c No decision after first conflict	: false
3600.07/3494.23	c number of reductions to clauses (during analyze)	: 0
3600.07/3494.23	c number of learned constraints concerned by reduction	: 0
3600.07/3494.23	c number of learning phase by resolution	: 0
3600.07/3494.23	c number of learning phase by cutting planes	: 0
3600.07/3494.23	c number of rounding to 1 operations	: 0
3600.07/3494.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3494.23	c number of reductions of the coefficients by power 2 	: 0
3600.07/3494.23	c number of right shift for reduction by power 2 	: 0
3600.07/3494.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3494.23	c number of ending skipping 	: 0
3600.07/3494.23	c number of internal skipping 	: 0
3600.07/3494.23	c number of derivation steps 	: 321800
3600.07/3494.23	c number of skipped derivation steps 	: 0
3600.07/3494.23	c number of remaining unassigned 	: 448
3600.07/3494.23	c number of remaining assigned 	: 96015736
3600.07/3494.23	c number of falsified literals weakened from reason	: 0
3600.07/3494.23	c number of falsified literals weakened from conflict	: 0
3600.07/3494.23	c time for arithmetic operations	: 467480624
3600.07/3494.24	c minimum degree of deleted constraints	: null
3600.07/3494.24	c maximum degree of deleted constraints	: null
3600.07/3494.24	c number of deleted constraints	: 0
3600.07/3494.24	c speed (assignments/second)	: 110369.31911676063
3600.07/3494.24	c non guided choices	: 27968408
3600.07/3494.25	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1338
3600.07/3494.25	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 13270
3600.07/3494.25	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 5
3600.07/3494.25	s UNKNOWN
3600.07/3494.26	c Total wall clock time (in seconds): 3494.105

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498620-1751405425/watcher-4498620-1751405425 -o /tmp/evaluation-result-4498620-1751405425/solver-4498620-1751405425 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751405425-55230 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4498620-1751405425.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=55339, runsolver pid=55336
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 0.93 1.75 2.51 7/313 55360
/proc/meminfo: memFree=129811292/131249996 swapFree=33010416/33010684
[pid=55339] ppid=55336 vsize=18930384 memory=57768 CPUtime=0.12 cores=0,2
/proc/55339/stat : 55339 (java) S 55336 55339 55220 0 -1 4194304 6572 0 0 0 11 1 0 0 20 0 18 0 56222098 19384713216 14442 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
/proc/55339/statm: 4732596 14442 5336 1 0 547620 0
[pid=55339/tid=55341] ppid=55336 vsize=18930384 memory=4026532124 CPUtime=0.08 cores=0,2
/proc/55339/task/55341/stat : 55341 (java) R 55336 55339 55220 0 -1 4194368 5070 0 0 0 7 1 0 0 20 0 18 0 56222100 19384713216 14442 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55350] ppid=55336 vsize=18930384 memory=16912 CPUtime=0 cores=0,2
/proc/55339/task/55350/stat : 55350 (Finalizer) S 55336 55339 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56222102 19384713216 14442 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55357] ppid=55336 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/55339/task/55357/stat : 55357 (Common-Cleaner) S 55336 55339 55220 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 56222102 19384713216 14442 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57768 KiB

[startup+0.205737 s]*
/proc/loadavg: 0.93 1.75 2.51 7/313 55364
/proc/meminfo: memFree=129731856/131249996 swapFree=33010416/33010684
[pid=55339] ppid=55336 vsize=18930384 memory=86628 CPUtime=0.32 cores=0,2
/proc/55339/stat : 55339 (java) S 55336 55339 55220 0 -1 4194304 7040 0 0 0 30 2 0 0 20 0 18 0 56222098 19384713216 21657 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
/proc/55339/statm: 4732596 21657 5432 1 0 547919 0
[pid=55339/tid=55341] ppid=55336 vsize=18930384 memory=3472328300254199928 CPUtime=0.18 cores=0,2
/proc/55339/task/55341/stat : 55341 (java) R 55336 55339 55220 0 -1 4194368 5339 0 0 0 17 1 0 0 20 0 18 0 56222100 19384713216 21657 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55350] ppid=55336 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/55339/task/55350/stat : 55350 (Finalizer) S 55336 55339 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56222102 19384713216 21657 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55357] ppid=55336 vsize=18930384 memory=59585004335790 CPUtime=0 cores=0,2
/proc/55339/task/55357/stat : 55357 (Common-Cleaner) S 55336 55339 55220 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 56222102 19384713216 21657 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 86628 KiB

[startup+0.306236 s]*
/proc/loadavg: 0.93 1.75 2.51 8/312 55369
/proc/meminfo: memFree=129582704/131249996 swapFree=33010416/33010684
[pid=55339] ppid=55336 vsize=18930384 memory=116588 CPUtime=0.5 cores=0,2
/proc/55339/stat : 55339 (java) S 55336 55339 55220 0 -1 4194304 9113 0 0 0 47 3 0 0 20 0 18 0 56222098 19384713216 29147 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
/proc/55339/statm: 4732596 29147 5432 1 0 549259 0
[pid=55339/tid=55341] ppid=55336 vsize=18930384 memory=8039887049847964581 CPUtime=0.27 cores=0,2
/proc/55339/task/55341/stat : 55341 (java) R 55336 55339 55220 0 -1 4194368 5354 0 0 0 25 2 0 0 20 0 18 0 56222100 19384713216 29147 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55350] ppid=55336 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/55339/task/55350/stat : 55350 (Finalizer) S 55336 55339 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56222102 19384713216 29147 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55357] ppid=55336 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/55339/task/55357/stat : 55357 (Common-Cleaner) S 55336 55339 55220 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 56222102 19384713216 29147 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 116588 KiB

[startup+0.700221 s]
/proc/loadavg: 0.93 1.75 2.51 6/315 55372
/proc/meminfo: memFree=129435564/131249996 swapFree=33010416/33010684
[pid=55339] ppid=55336 vsize=18996948 memory=223024 CPUtime=1.11 cores=0,2
/proc/55339/stat : 55339 (java) S 55336 55339 55220 0 -1 4194304 9612 0 0 0 104 7 0 0 20 0 19 0 56222098 19452874752 55756 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
/proc/55339/statm: 4749237 55756 5464 1 0 549838 0
[pid=55339/tid=55341] ppid=55336 vsize=18996948 memory=17792 CPUtime=0.59 cores=0,2
/proc/55339/task/55341/stat : 55341 (java) R 55336 55339 55220 0 -1 4194368 5378 0 0 0 55 4 0 0 20 0 19 0 56222100 19452874752 55756 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55350] ppid=55336 vsize=18996948 memory=11008 CPUtime=0 cores=0,2
/proc/55339/task/55350/stat : 55350 (Finalizer) S 55336 55339 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56222102 19452874752 55756 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55357] ppid=55336 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/55339/task/55357/stat : 55357 (Common-Cleaner) S 55336 55339 55220 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 56222102 19452874752 55756 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 223024 KiB

[startup+1.50023 s]
/proc/loadavg: 0.93 1.75 2.51 7/316 55373
/proc/meminfo: memFree=128187056/131249996 swapFree=33010416/33010684
[pid=55339] ppid=55336 vsize=18996948 memory=565524 CPUtime=2.58 cores=0,2
/proc/55339/stat : 55339 (java) S 55336 55339 55220 0 -1 4194304 12576 0 0 0 243 15 0 0 20 0 19 0 56222098 19452874752 141381 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
/proc/55339/statm: 4749237 141381 5496 1 0 1077406 0
[pid=55339/tid=55341] ppid=55336 vsize=18996948 memory=3200 CPUtime=1.2 cores=0,2
/proc/55339/task/55341/stat : 55341 (java) R 55336 55339 55220 0 -1 4194368 5586 0 0 0 111 9 0 0 20 0 19 0 56222100 19452874752 141381 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55350] ppid=55336 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/55339/task/55350/stat : 55350 (Finalizer) S 55336 55339 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56222102 19452874752 141381 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55357] ppid=55336 vsize=18996948 memory=11008 CPUtime=0 cores=0,2
/proc/55339/task/55357/stat : 55357 (Common-Cleaner) S 55336 55339 55220 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 56222102 19452874752 141381 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 565524 KiB

[startup+3.10576 s]
/proc/loadavg: 1.42 1.84 2.54 8/338 55428
/proc/meminfo: memFree=124125972/131249996 swapFree=33010416/33010684
[pid=55339] ppid=55336 vsize=18996948 memory=3145684 CPUtime=4.65 cores=0,2
/proc/55339/stat : 55339 (java) S 55336 55339 55220 0 -1 4194304 14747 0 0 0 399 66 0 0 20 0 19 0 56222098 19452874752 786421 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
/proc/55339/statm: 4749237 786421 5496 1 0 2266075 0
[pid=55339/tid=55341] ppid=55336 vsize=18996948 memory=11008 CPUtime=2.39 cores=0,2
/proc/55339/task/55341/stat : 55341 (java) R 55336 55339 55220 0 -1 4194368 6752 0 0 0 187 52 0 0 20 0 19 0 56222100 19452874752 786421 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55350] ppid=55336 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/55339/task/55350/stat : 55350 (Finalizer) S 55336 55339 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56222102 19452874752 786421 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55357] ppid=55336 vsize=18996948 memory=5760 CPUtime=0 cores=0,2
/proc/55339/task/55357/stat : 55357 (Common-Cleaner) S 55336 55339 55220 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 56222102 19452874752 786421 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
Current children cumulated CPU time: 4.65 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3145684 KiB

[startup+6.30024 s]
/proc/loadavg: 1.42 1.84 2.54 5/317 55451
/proc/meminfo: memFree=121648056/131249996 swapFree=33010416/33010684
[pid=55339] ppid=55336 vsize=18996948 memory=4407512 CPUtime=8.41 cores=0,2
/proc/55339/stat : 55339 (java) S 55336 55339 55220 0 -1 4194304 24021 0 0 0 749 92 0 0 20 0 19 0 56222098 19452874752 1101878 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
/proc/55339/statm: 4749237 1101878 5528 1 0 2685590 0
[pid=55339/tid=55341] ppid=55336 vsize=18996948 memory=5760 CPUtime=5.23 cores=0,2
/proc/55339/task/55341/stat : 55341 (java) R 55336 55339 55220 0 -1 4194368 7455 0 0 0 450 73 0 0 20 0 19 0 56222100 19452874752 1101878 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55350] ppid=55336 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/55339/task/55350/stat : 55350 (Finalizer) S 55336 55339 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56222102 19452874752 1101878 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55357] ppid=55336 vsize=18996948 memory=-6000919481330132842 CPUtime=0 cores=0,2
/proc/55339/task/55357/stat : 55357 (Common-Cleaner) S 55336 55339 55220 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 56222102 19452874752 1101878 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
Current children cumulated CPU time: 8.41 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4407512 KiB

[startup+12.7002 s]
/proc/loadavg: 1.90 1.93 2.56 7/338 55494
/proc/meminfo: memFree=116319572/131249996 swapFree=33010416/33010684
[pid=55339] ppid=55336 vsize=19063512 memory=4849580 CPUtime=15.59 cores=0,2
/proc/55339/stat : 55339 (java) S 55336 55339 55220 0 -1 4194304 25720 0 0 0 1458 101 0 0 20 0 20 0 56222098 19521036288 1212395 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
/proc/55339/statm: 4765878 1212395 5560 1 0 2801120 0
[pid=55339/tid=55341] ppid=55336 vsize=19063512 memory=17792 CPUtime=11.16 cores=0,2
/proc/55339/task/55341/stat : 55341 (java) R 55336 55339 55220 0 -1 4194368 8528 0 0 0 1037 79 0 0 20 0 20 0 56222100 19521036288 1212395 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55350] ppid=55336 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/55339/task/55350/stat : 55350 (Finalizer) S 55336 55339 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56222102 19521036288 1212395 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55357] ppid=55336 vsize=19063512 memory=3551200 CPUtime=0 cores=0,2
/proc/55339/task/55357/stat : 55357 (Common-Cleaner) S 55336 55339 55220 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 56222102 19521036288 1212395 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
Current children cumulated CPU time: 15.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4849580 KiB

[startup+25.5002 s]
/proc/loadavg: 2.22 1.99 2.57 6/339 55495
/proc/meminfo: memFree=107543708/131249996 swapFree=33010416/33010684
[pid=55339] ppid=55336 vsize=19063512 memory=7907032 CPUtime=30.33 cores=0,2
/proc/55339/stat : 55339 (java) S 55336 55339 55220 0 -1 4194304 28593 0 0 0 2872 161 0 0 20 0 20 0 56222098 19521036288 1976758 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
/proc/55339/statm: 4765878 1976758 5560 1 0 2801191 0
[pid=55339/tid=55341] ppid=55336 vsize=19063512 memory=14464 CPUtime=23.91 cores=0,2
/proc/55339/task/55341/stat : 55341 (java) R 55336 55339 55220 0 -1 4194368 10462 0 0 0 2253 138 0 0 20 0 20 0 56222100 19521036288 1976758 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55350] ppid=55336 vsize=19063512 memory=616960 CPUtime=0 cores=0,2
/proc/55339/task/55350/stat : 55350 (Finalizer) S 55336 55339 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56222102 19521036288 1976758 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55357] ppid=55336 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/55339/task/55357/stat : 55357 (Common-Cleaner) S 55336 55339 55220 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 56222102 19521036288 1976758 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55495] ppid=55336 vsize=19063512 memory=4407512 CPUtime=0 cores=0,2
/proc/55339/task/55495/stat : 55495 (Timer-0) S 55336 55339 55220 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56223300 19521036288 1976758 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
Current children cumulated CPU time: 30.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7907032 KiB

[startup+51.1056 s]
/proc/loadavg: 3.02 2.20 2.63 5/339 55496
/proc/meminfo: memFree=105032804/131249996 swapFree=33010416/33010684
[pid=55339] ppid=55336 vsize=19063512 memory=10162876 CPUtime=56.48 cores=0,2
/proc/55339/stat : 55339 (java) S 55336 55339 55220 0 -1 4194304 40894 0 0 0 5442 206 0 0 20 0 20 0 56222098 19521036288 2540719 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
/proc/55339/statm: 4765878 2540719 5560 1 0 2826340 0
[pid=55339/tid=55341] ppid=55336 vsize=19063512 memory=9400152 CPUtime=49.38 cores=0,2
/proc/55339/task/55341/stat : 55341 (java) R 55336 55339 55220 0 -1 4194368 14979 0 0 0 4757 181 0 0 20 0 20 0 56222100 19521036288 2540719 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55350] ppid=55336 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/55339/task/55350/stat : 55350 (Finalizer) S 55336 55339 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56222102 19521036288 2540719 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55357] ppid=55336 vsize=19063512 memory=-6000919481330132842 CPUtime=0 cores=0,2
/proc/55339/task/55357/stat : 55357 (Common-Cleaner) S 55336 55339 55220 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 56222102 19521036288 2540719 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55495] ppid=55336 vsize=19063512 memory=164 CPUtime=0 cores=0,2
/proc/55339/task/55495/stat : 55495 (Timer-0) S 55336 55339 55220 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56223300 19521036288 2540719 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
Current children cumulated CPU time: 56.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10162876 KiB

[startup+102.3 s]
/proc/loadavg: 3.65 2.52 2.71 5/341 55503
/proc/meminfo: memFree=103545736/131249996 swapFree=33010416/33010684

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

/proc/meminfo: memFree=91893192/131249996 swapFree=33010416/33010684
[pid=55339] ppid=55336 vsize=19130076 memory=13777052 CPUtime=3194.46 cores=0,2
/proc/55339/stat : 55339 (java) S 55336 55339 55220 0 -1 4194304 460188 0 0 0 319044 402 0 0 20 0 21 0 56222098 19589197824 3444263 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
/proc/55339/statm: 4782519 3444263 5560 1 0 3517542 0
[pid=55339/tid=55341] ppid=55336 vsize=19130076 memory=13557148 CPUtime=3035.82 cores=0,2
/proc/55339/task/55341/stat : 55341 (java) R 55336 55339 55220 0 -1 4194368 276785 0 0 0 303340 242 0 0 20 0 21 0 56222100 19589197824 3444263 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55350] ppid=55336 vsize=19130076 memory=13774988 CPUtime=0 cores=0,2
/proc/55339/task/55350/stat : 55350 (Finalizer) S 55336 55339 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56222102 19589197824 3444263 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55357] ppid=55336 vsize=19130076 memory=14464 CPUtime=0 cores=0,2
/proc/55339/task/55357/stat : 55357 (Common-Cleaner) S 55336 55339 55220 0 -1 4194368 3178 0 0 0 0 0 0 0 20 0 21 0 56222102 19589197824 3444263 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55495] ppid=55336 vsize=19130076 memory=17792 CPUtime=0 cores=0,2
/proc/55339/task/55495/stat : 55495 (Timer-0) S 55336 55339 55220 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 56223300 19589197824 3444263 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
Current children cumulated CPU time: 3194.46 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 13777052 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.15 4.15 5/343 55676
/proc/meminfo: memFree=91776524/131249996 swapFree=33010416/33010684
[pid=55339] ppid=55336 vsize=19130076 memory=13892048 CPUtime=3256.24 cores=0,2
/proc/55339/stat : 55339 (java) S 55336 55339 55220 0 -1 4194304 471364 0 0 0 325217 407 0 0 20 0 21 0 56222098 19589197824 3473012 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
/proc/55339/statm: 4782519 3473012 5560 1 0 3546800 0
[pid=55339/tid=55341] ppid=55336 vsize=19130076 memory=13557148 CPUtime=3094.52 cores=0,2
/proc/55339/task/55341/stat : 55341 (java) R 55336 55339 55220 0 -1 4194368 285372 0 0 0 309209 243 0 0 20 0 21 0 56222100 19589197824 3473012 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55350] ppid=55336 vsize=19130076 memory=13774988 CPUtime=0 cores=0,2
/proc/55339/task/55350/stat : 55350 (Finalizer) S 55336 55339 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56222102 19589197824 3473012 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55357] ppid=55336 vsize=19130076 memory=14464 CPUtime=0 cores=0,2
/proc/55339/task/55357/stat : 55357 (Common-Cleaner) S 55336 55339 55220 0 -1 4194368 3261 0 0 0 0 0 0 0 20 0 21 0 56222102 19589197824 3473012 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55495] ppid=55336 vsize=19130076 memory=14464 CPUtime=0 cores=0,2
/proc/55339/task/55495/stat : 55495 (Timer-0) S 55336 55339 55220 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 56223300 19589197824 3473012 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
Current children cumulated CPU time: 3256.24 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 13892048 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.15 4.15 5/342 55678
/proc/meminfo: memFree=91493232/131249996 swapFree=33010416/33010684
[pid=55339] ppid=55336 vsize=19130076 memory=14037796 CPUtime=3319.42 cores=0,2
/proc/55339/stat : 55339 (java) S 55336 55339 55220 0 -1 4194304 481208 0 0 0 331530 412 0 0 20 0 21 0 56222098 19589197824 3509449 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
/proc/55339/statm: 4782519 3509449 5560 1 0 3576043 0
[pid=55339/tid=55341] ppid=55336 vsize=19130076 memory=13774988 CPUtime=3152.51 cores=0,2
/proc/55339/task/55341/stat : 55341 (java) R 55336 55339 55220 0 -1 4194368 291890 0 0 0 315006 245 0 0 20 0 21 0 56222100 19589197824 3509449 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55350] ppid=55336 vsize=19130076 memory=14035748 CPUtime=0 cores=0,2
/proc/55339/task/55350/stat : 55350 (Finalizer) S 55336 55339 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56222102 19589197824 3509449 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55357] ppid=55336 vsize=19130076 memory=14464 CPUtime=0 cores=0,2
/proc/55339/task/55357/stat : 55357 (Common-Cleaner) S 55336 55339 55220 0 -1 4194368 3289 0 0 0 0 0 0 0 20 0 21 0 56222102 19589197824 3509449 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55495] ppid=55336 vsize=19130076 memory=14464 CPUtime=0 cores=0,2
/proc/55339/task/55495/stat : 55495 (Timer-0) S 55336 55339 55220 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 56223300 19589197824 3509449 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
Current children cumulated CPU time: 3319.42 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14037796 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.16 4.16 5/342 55680
/proc/meminfo: memFree=91493044/131249996 swapFree=33010416/33010684
[pid=55339] ppid=55336 vsize=19130076 memory=14039852 CPUtime=3381.92 cores=0,2
/proc/55339/stat : 55339 (java) S 55336 55339 55220 0 -1 4194304 487094 0 0 0 337777 415 0 0 20 0 21 0 56222098 19589197824 3509963 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
/proc/55339/statm: 4782519 3509963 5560 1 0 3576083 0
[pid=55339/tid=55341] ppid=55336 vsize=19130076 memory=14037796 CPUtime=3210.93 cores=0,2
/proc/55339/task/55341/stat : 55341 (java) R 55336 55339 55220 0 -1 4194368 297370 0 0 0 320847 246 0 0 20 0 21 0 56222100 19589197824 3509963 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55350] ppid=55336 vsize=19130076 memory=14037796 CPUtime=0 cores=0,2
/proc/55339/task/55350/stat : 55350 (Finalizer) S 55336 55339 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56222102 19589197824 3509963 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55357] ppid=55336 vsize=19130076 memory=14464 CPUtime=0 cores=0,2
/proc/55339/task/55357/stat : 55357 (Common-Cleaner) S 55336 55339 55220 0 -1 4194368 3295 0 0 0 0 0 0 0 20 0 21 0 56222102 19589197824 3509963 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55495] ppid=55336 vsize=19130076 memory=14039852 CPUtime=0 cores=0,2
/proc/55339/task/55495/stat : 55495 (Timer-0) S 55336 55339 55220 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 56223300 19589197824 3509963 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
Current children cumulated CPU time: 3381.92 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14039852 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.15 4.15 5/343 55683
/proc/meminfo: memFree=91480556/131249996 swapFree=33010416/33010684
[pid=55339] ppid=55336 vsize=19130076 memory=14050220 CPUtime=3443.16 cores=0,2
/proc/55339/stat : 55339 (java) S 55336 55339 55220 0 -1 4194304 498475 0 0 0 343899 417 0 0 20 0 21 0 56222098 19589197824 3512555 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
/proc/55339/statm: 4782519 3512555 5560 1 0 3576084 0
[pid=55339/tid=55341] ppid=55336 vsize=19130076 memory=11008 CPUtime=3269.94 cores=0,2
/proc/55339/task/55341/stat : 55341 (java) R 55336 55339 55220 0 -1 4194368 303322 0 0 0 326747 247 0 0 20 0 21 0 56222100 19589197824 3512555 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55350] ppid=55336 vsize=19130076 memory=0 CPUtime=0 cores=0,2
/proc/55339/task/55350/stat : 55350 (Finalizer) S 55336 55339 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56222102 19589197824 3512555 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55357] ppid=55336 vsize=19130076 memory=14050220 CPUtime=0 cores=0,2
/proc/55339/task/55357/stat : 55357 (Common-Cleaner) S 55336 55339 55220 0 -1 4194368 3391 0 0 0 0 0 0 0 20 0 21 0 56222102 19589197824 3512555 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55495] ppid=55336 vsize=19130076 memory=11008 CPUtime=0 cores=0,2
/proc/55339/task/55495/stat : 55495 (Timer-0) S 55336 55339 55220 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 56223300 19589197824 3512555 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
Current children cumulated CPU time: 3443.16 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14050220 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.15 4.15 5/341 55685
/proc/meminfo: memFree=91480580/131249996 swapFree=33010416/33010684
[pid=55339] ppid=55336 vsize=19130076 memory=14052268 CPUtime=3505.48 cores=0,2
/proc/55339/stat : 55339 (java) S 55336 55339 55220 0 -1 4194304 507724 0 0 0 350129 419 0 0 20 0 21 0 56222098 19589197824 3513067 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
/proc/55339/statm: 4782519 3513067 5560 1 0 3576084 0
[pid=55339/tid=55341] ppid=55336 vsize=19130076 memory=14050220 CPUtime=3327.68 cores=0,2
/proc/55339/task/55341/stat : 55341 (java) R 55336 55339 55220 0 -1 4194368 308426 0 0 0 332521 247 0 0 20 0 21 0 56222100 19589197824 3513067 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55350] ppid=55336 vsize=19130076 memory=5760 CPUtime=0 cores=0,2
/proc/55339/task/55350/stat : 55350 (Finalizer) S 55336 55339 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56222102 19589197824 3513067 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55357] ppid=55336 vsize=19130076 memory=17792 CPUtime=0 cores=0,2
/proc/55339/task/55357/stat : 55357 (Common-Cleaner) S 55336 55339 55220 0 -1 4194368 3466 0 0 0 0 0 0 0 20 0 21 0 56222102 19589197824 3513067 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55495] ppid=55336 vsize=19130076 memory=14050220 CPUtime=0 cores=0,2
/proc/55339/task/55495/stat : 55495 (Timer-0) S 55336 55339 55220 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 56223300 19589197824 3513067 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
Current children cumulated CPU time: 3505.48 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14052268 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.14 4.14 5/341 55757
/proc/meminfo: memFree=105706444/131249996 swapFree=33010416/33010684
[pid=55339] ppid=55336 vsize=19130076 memory=14052396 CPUtime=3567.13 cores=0,2
/proc/55339/stat : 55339 (java) S 55336 55339 55220 0 -1 4194304 520020 0 0 0 356289 424 0 0 20 0 21 0 56222098 19589197824 3513099 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
/proc/55339/statm: 4782519 3513099 5560 1 0 3576125 0
[pid=55339/tid=55341] ppid=55336 vsize=19130076 memory=5760 CPUtime=3386.7 cores=0,2
/proc/55339/task/55341/stat : 55341 (java) R 55336 55339 55220 0 -1 4194368 319022 0 0 0 338419 251 0 0 20 0 21 0 56222100 19589197824 3513099 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55350] ppid=55336 vsize=19130076 memory=17792 CPUtime=0 cores=0,2
/proc/55339/task/55350/stat : 55350 (Finalizer) S 55336 55339 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56222102 19589197824 3513099 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55357] ppid=55336 vsize=19130076 memory=14052396 CPUtime=0 cores=0,2
/proc/55339/task/55357/stat : 55357 (Common-Cleaner) S 55336 55339 55220 0 -1 4194368 3605 0 0 0 0 0 0 0 20 0 21 0 56222102 19589197824 3513099 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55495] ppid=55336 vsize=19130076 memory=14052396 CPUtime=0 cores=0,2
/proc/55339/task/55495/stat : 55495 (Timer-0) S 55336 55339 55220 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 56223300 19589197824 3513099 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
Current children cumulated CPU time: 3567.13 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14052396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3494.2 s]
/proc/loadavg: 4.25 4.17 4.15 5/341 55758
/proc/meminfo: memFree=105120120/131249996 swapFree=33010416/33010684
[pid=55339] ppid=55336 vsize=19130076 memory=14052396 CPUtime=3600.07 cores=0,2
/proc/55339/stat : 55339 (java) S 55336 55339 55220 0 -1 4194304 526489 0 0 0 359581 426 0 0 20 0 21 0 56222098 19589197824 3513099 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
/proc/55339/statm: 4782519 3513099 5560 1 0 3576130 0
[pid=55339/tid=55341] ppid=55336 vsize=19130076 memory=7738714016023466602 CPUtime=3418.15 cores=0,2
/proc/55339/task/55341/stat : 55341 (java) R 55336 55339 55220 0 -1 4194368 325144 0 0 0 341563 252 0 0 20 0 21 0 56222100 19589197824 3513099 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55350] ppid=55336 vsize=19130076 memory=7595711533646637925 CPUtime=0 cores=0,2
/proc/55339/task/55350/stat : 55350 (Finalizer) S 55336 55339 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56222102 19589197824 3513099 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55357] ppid=55336 vsize=19130076 memory=7309172215085427302 CPUtime=0 cores=0,2
/proc/55339/task/55357/stat : 55357 (Common-Cleaner) S 55336 55339 55220 0 -1 4194368 3741 0 0 0 0 0 0 0 20 0 21 0 56222102 19589197824 3513099 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
[pid=55339/tid=55495] ppid=55336 vsize=19130076 memory=198340509722 CPUtime=0 cores=0,2
/proc/55339/task/55495/stat : 55495 (Timer-0) S 55336 55339 55220 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 56223300 19589197824 3513099 18446744073709551615 94382572638208 94382572641904 140725725232304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382572649720 94382572650512 94382582132736 140725725239678 140725725239782 140725725239782 140725725245384 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14052396 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.92 s, system=4.29981 s

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

Child status: 143

Real time (s): 3494.3
CPU time (s): 3600.22
CPU user time (s): 3595.92
CPU system time (s): 4.29981
CPU usage (%): 103.031
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 14052396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.92
system time used= 4.29981
maximum resident set size= 14053420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 529220
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120356
involuntary context switches= 20459


# summary of solver processes directly reported to runsolver:
#   pid: 55339
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3595.92
#   total CPU system time (s): 4.29981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.54381 second user time and 14.8817 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-01 23:30:25
IDJOB=4498620
IDBENCH=148722
IDSOLVER=3361
FILE ID=nodeC030/4498620-1751405425
RUNJOBID= nodeC030-1751405425-55230
SLURM_JOB_ID= 9598293
Free space on /tmp= 433004 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__64.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498620-1751405425/watcher-4498620-1751405425 -o /tmp/evaluation-result-4498620-1751405425/solver-4498620-1751405425 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751405425-55230 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4498620-1751405425.opb

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

MD5SUM BENCH= 6d0bcc2b57c04c2d4d51edf27892ab0d
RANDOM SEED=1119044797

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129867504 kB
MemAvailable:   129672644 kB
Buffers:            2564 kB
Cached:           598356 kB
SwapCached:           16 kB
Active:           594916 kB
Inactive:         165900 kB
Active(anon):     173396 kB
Inactive(anon):     4548 kB
Active(file):     421520 kB
Inactive(file):   161352 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             35656 kB
Writeback:             4 kB
AnonPages:        163268 kB
Mapped:           120244 kB
Shmem:             18048 kB
KReclaimable:     122612 kB
Slab:             210392 kB
SReclaimable:     122612 kB
SUnreclaim:        87780 kB
KernelStack:        4708 kB
PageTables:         3064 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6974744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151288 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC030 at 2025-07-02 00:28:40