Trace number 4507018

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 NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.37 3338.85

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K174.opb
MD5SUMc4faa5671d3144bef53831284f041277
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark278.497
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20706
Total number of constraints21056
Number of constraints which are clauses20882
Number of constraints which are cardinality constraints (but not clauses)174
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint174
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 175
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.10/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.10	c java.vm.version	22.0.1+8-16
0.10/0.10	c java.vm.vendor	Oracle Corporation
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		22.0.1
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		2104792832
0.10/0.10	c Max memory 		16282288128
0.10/0.10	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.17	c Pseudo Boolean Optimization by upper bound
0.10/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.17	c  - never skip resolution steps
0.10/0.17	c  - Auto-division on coefficients is disabled
0.10/0.17	c  - No postprocessing
0.10/0.17	c  - Conflict is considered as is when resolving
0.10/0.17	c  - Use constraints as they come during conflict analysis
0.10/0.17	c  - Weaken first using unassigned literals
0.10/0.17	c  - Bump strategy: ALWAYS_ONE
0.10/0.17	c  - Bumper: ANY
0.10/0.17	c --- Begin Solver configuration ---
0.10/0.17	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.10/0.17	c Learn all clauses as in MiniSAT
0.10/0.17	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.17	c No reason simplification
0.10/0.17	c Armin Biere (Picosat) restarts strategy
0.10/0.17	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.17	c timeout=2147483s
0.10/0.17	c DB Simplification allowed=false
0.10/0.17	c Listener: none
0.10/0.17	c --- End Solver configuration ---
0.10/0.17	c solving HOME/instance-4507018-1751186955.opb
0.10/0.17	c reading problem ... 
0.10/0.17	c  no objective function found
0.68/0.46	c ... done. Wall clock time 0.292s.
0.68/0.46	c declared #vars     20706
0.68/0.46	c #constraints  21056
0.68/0.46	c constraints type 
0.68/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2249
0.68/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 174
0.68/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18631
0.68/0.46	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.68/0.46	c 21056 constraints processed.
180.59/173.23	c cleaning 2404 clauses out of 5000
1022.12/1001.77	c cleaning 4154 clauses out of 8606
3600.08/3338.76	c starts		: 44
3600.08/3338.76	c conflicts		: 17845
3600.08/3338.76	c decisions		: 397459
3600.08/3338.76	c propagations		: 23795964
3600.08/3338.76	c inspects		: 3067257359
3600.08/3338.76	c shortcuts		: 0
3600.08/3338.76	c learnt literals	: 0
3600.08/3338.76	c learnt binary clauses	: 0
3600.08/3338.76	c learnt ternary clauses	: 66
3600.08/3338.76	c learnt constraints	: 17845
3600.08/3338.76	c ignored constraints	: 0
3600.08/3338.76	c root simplifications	: 0
3600.08/3338.76	c removed literals (reason simplification)	: 0
3600.08/3338.76	c reason swapping (by a shorter reason)	: 0
3600.08/3338.76	c Calls to reduceDB	: 2
3600.08/3338.76	c Number of update (reduction) of LBD	: 0
3600.08/3338.76	c Imported unit clauses	: 0
3600.08/3338.76	c No decision after first conflict	: false
3600.08/3338.76	c number of reductions to clauses (during analyze)	: 0
3600.08/3338.76	c number of learned constraints concerned by reduction	: 0
3600.08/3338.76	c number of learning phase by resolution	: 0
3600.08/3338.76	c number of learning phase by cutting planes	: 0
3600.08/3338.76	c number of rounding to 1 operations	: 0
3600.08/3338.76	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3338.76	c number of reductions of the coefficients by power 2 	: 0
3600.08/3338.76	c number of right shift for reduction by power 2 	: 0
3600.08/3338.76	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3338.76	c number of ending skipping 	: 0
3600.08/3338.76	c number of internal skipping 	: 0
3600.08/3338.76	c number of derivation steps 	: 859191
3600.08/3338.76	c number of skipped derivation steps 	: 0
3600.08/3338.76	c number of remaining unassigned 	: 238421
3600.08/3338.77	c number of remaining assigned 	: 32972300
3600.08/3338.77	c number of falsified literals weakened from reason	: 0
3600.08/3338.77	c number of falsified literals weakened from conflict	: 0
3600.08/3338.77	c time for arithmetic operations	: 125898994271
3600.08/3338.77	c minimum degree of deleted constraints	: null
3600.08/3338.77	c maximum degree of deleted constraints	: null
3600.08/3338.77	c number of deleted constraints	: 0
3600.08/3338.78	c speed (assignments/second)	: 7128.182607914207
3600.08/3338.78	c non guided choices	: 2132
3600.28/3338.81	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 330
3600.28/3338.81	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 7880
3600.28/3338.81	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3077
3600.28/3338.82	s UNKNOWN
3600.28/3338.82	c Total wall clock time (in seconds): 3338.655

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: 63708 MiB (62703 MiB free)
  memory of node 1: 64465 MiB (52796 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507018-1751186955/watcher-4507018-1751186955 -o /tmp/evaluation-result-4507018-1751186955/solver-4507018-1751186955 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751183386-21953 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4507018-1751186955.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=22385, runsolver pid=22382

[startup+0.100059 s]*
/proc/loadavg: 4.03 4.11 4.08 6/336 22403
/proc/meminfo: memFree=118257428/131249996 swapFree=33010684/33010684
[pid=22385] ppid=22382 vsize=18930384 memory=51896 CPUtime=0.1 cores=0,2
/proc/22385/stat : 22385 (java) S 22382 22385 21943 0 -1 4194304 6173 0 0 0 9 1 0 0 20 0 18 0 34372981 19384713216 12974 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
/proc/22385/statm: 4732596 12974 5332 1 0 547262 0
[pid=22385/tid=22387] ppid=22382 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=0,2
/proc/22385/task/22387/stat : 22387 (java) R 22382 22385 21943 0 -1 4194368 4987 0 0 0 6 0 0 0 20 0 18 0 34372982 19384713216 12974 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22396] ppid=22382 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/22385/task/22396/stat : 22396 (Finalizer) S 22382 22385 21943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34372984 19384713216 12974 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22403] ppid=22382 vsize=18930384 memory=56286469452864 CPUtime=0 cores=0,2
/proc/22385/task/22403/stat : 22403 (Common-Cleaner) S 22382 22385 21943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34372984 19384713216 12974 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51896 KiB

[startup+0.205714 s]*
/proc/loadavg: 4.03 4.11 4.08 7/336 22403
/proc/meminfo: memFree=118232412/131249996 swapFree=33010684/33010684
[pid=22385] ppid=22382 vsize=18930384 memory=64480 CPUtime=0.3 cores=0,2
/proc/22385/stat : 22385 (java) S 22382 22385 21943 0 -1 4194304 7169 0 0 0 28 2 0 0 20 0 18 0 34372981 19384713216 16120 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
/proc/22385/statm: 4732596 16120 5428 1 0 548036 0
[pid=22385/tid=22387] ppid=22382 vsize=18930384 memory=4026597660 CPUtime=0.14 cores=0,2
/proc/22385/task/22387/stat : 22387 (java) R 22382 22385 21943 0 -1 4194368 5364 0 0 0 14 0 0 0 20 0 18 0 34372982 19384713216 16120 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22396] ppid=22382 vsize=18930384 memory=2621 CPUtime=0 cores=0,2
/proc/22385/task/22396/stat : 22396 (Finalizer) S 22382 22385 21943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34372984 19384713216 16120 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22403] ppid=22382 vsize=18930384 memory=55186957796323 CPUtime=0 cores=0,2
/proc/22385/task/22403/stat : 22403 (Common-Cleaner) S 22382 22385 21943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34372984 19384713216 16120 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64480 KiB

[startup+0.305624 s]*
/proc/loadavg: 4.03 4.11 4.08 7/336 22403
/proc/meminfo: memFree=118204624/131249996 swapFree=33010684/33010684
[pid=22385] ppid=22382 vsize=18930384 memory=89628 CPUtime=0.48 cores=0,2
/proc/22385/stat : 22385 (java) S 22382 22385 21943 0 -1 4194304 8741 0 0 0 46 2 0 0 20 0 18 0 34372981 19384713216 22407 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
/proc/22385/statm: 4732596 22407 5428 1 0 549077 0
[pid=22385/tid=22387] ppid=22382 vsize=18930384 memory=-6000919498426116717 CPUtime=0.21 cores=0,2
/proc/22385/task/22387/stat : 22387 (java) R 22382 22385 21943 0 -1 4194368 5384 0 0 0 20 1 0 0 20 0 18 0 34372982 19384713216 22407 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22396] ppid=22382 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/22385/task/22396/stat : 22396 (Finalizer) S 22382 22385 21943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34372984 19384713216 22407 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22403] ppid=22382 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/22385/task/22403/stat : 22403 (Common-Cleaner) S 22382 22385 21943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34372984 19384713216 22407 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 89628 KiB

[startup+0.700227 s]
/proc/loadavg: 4.03 4.11 4.08 8/338 22405
/proc/meminfo: memFree=118124344/131249996 swapFree=33010684/33010684
[pid=22385] ppid=22382 vsize=19063512 memory=166244 CPUtime=1.24 cores=0,2
/proc/22385/stat : 22385 (java) S 22382 22385 21943 0 -1 4194304 10378 0 0 0 120 4 0 0 20 0 20 0 34372981 19521036288 41561 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
/proc/22385/statm: 4765878 41561 5460 1 0 550569 0
[pid=22385/tid=22387] ppid=22382 vsize=19063512 memory=17408 CPUtime=0.57 cores=0,2
/proc/22385/task/22387/stat : 22387 (java) R 22382 22385 21943 0 -1 4194368 5478 0 0 0 55 2 0 0 20 0 20 0 34372982 19521036288 41561 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22396] ppid=22382 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/22385/task/22396/stat : 22396 (Finalizer) S 22382 22385 21943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 41561 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22403] ppid=22382 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/22385/task/22403/stat : 22403 (Common-Cleaner) S 22382 22385 21943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 41561 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22405] ppid=22382 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/22385/task/22405/stat : 22405 (Timer-0) S 22382 22385 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34373028 19521036288 41561 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166244 KiB

[startup+1.50023 s]
/proc/loadavg: 4.03 4.11 4.08 7/338 22405
/proc/meminfo: memFree=118020664/131249996 swapFree=33010684/33010684
[pid=22385] ppid=22382 vsize=19063512 memory=193704 CPUtime=2.82 cores=0,2
/proc/22385/stat : 22385 (java) S 22382 22385 21943 0 -1 4194304 27694 0 0 0 275 7 0 0 20 0 20 0 34372981 19521036288 48426 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
/proc/22385/statm: 4765878 48426 5460 1 0 556272 0
[pid=22385/tid=22387] ppid=22382 vsize=19063512 memory=0 CPUtime=1.32 cores=0,2
/proc/22385/task/22387/stat : 22387 (java) R 22382 22385 21943 0 -1 4194368 5619 0 0 0 129 3 0 0 20 0 20 0 34372982 19521036288 48426 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22396] ppid=22382 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/22385/task/22396/stat : 22396 (Finalizer) S 22382 22385 21943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 48426 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22403] ppid=22382 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/22385/task/22403/stat : 22403 (Common-Cleaner) S 22382 22385 21943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 48426 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22405] ppid=22382 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/22385/task/22405/stat : 22405 (Timer-0) S 22382 22385 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34373028 19521036288 48426 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 193704 KiB

[startup+3.1055 s]
/proc/loadavg: 4.03 4.11 4.08 7/338 22405
/proc/meminfo: memFree=117619504/131249996 swapFree=33010684/33010684
[pid=22385] ppid=22382 vsize=19063512 memory=207472 CPUtime=6.01 cores=0,2
/proc/22385/stat : 22385 (java) S 22382 22385 21943 0 -1 4194304 30486 0 0 0 593 8 0 0 20 0 20 0 34372981 19521036288 51868 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
/proc/22385/statm: 4765878 51868 5460 1 0 556295 0
[pid=22385/tid=22387] ppid=22382 vsize=19063512 memory=10752 CPUtime=2.82 cores=0,2
/proc/22385/task/22387/stat : 22387 (java) R 22382 22385 21943 0 -1 4194368 6337 0 0 0 279 3 0 0 20 0 20 0 34372982 19521036288 51868 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22396] ppid=22382 vsize=19063512 memory=-6000919498426116717 CPUtime=0 cores=0,2
/proc/22385/task/22396/stat : 22396 (Finalizer) S 22382 22385 21943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 51868 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22403] ppid=22382 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/22385/task/22403/stat : 22403 (Common-Cleaner) S 22382 22385 21943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 51868 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22405] ppid=22382 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/22385/task/22405/stat : 22405 (Timer-0) S 22382 22385 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34373028 19521036288 51868 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 207472 KiB

[startup+6.30023 s]
/proc/loadavg: 4.11 4.12 4.09 6/338 22405
/proc/meminfo: memFree=116474456/131249996 swapFree=33010684/33010684
[pid=22385] ppid=22382 vsize=19063512 memory=1241100 CPUtime=10.59 cores=0,2
/proc/22385/stat : 22385 (java) S 22382 22385 21943 0 -1 4194304 31962 0 0 0 1028 31 0 0 20 0 20 0 34372981 19521036288 310275 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
/proc/22385/statm: 4765878 310275 5492 1 0 662812 0
[pid=22385/tid=22387] ppid=22382 vsize=19063512 memory=0 CPUtime=5.95 cores=0,2
/proc/22385/task/22387/stat : 22387 (java) R 22382 22385 21943 0 -1 4194368 7163 0 0 0 571 24 0 0 20 0 20 0 34372982 19521036288 310275 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22396] ppid=22382 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/22385/task/22396/stat : 22396 (Finalizer) S 22382 22385 21943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 310275 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22403] ppid=22382 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/22385/task/22403/stat : 22403 (Common-Cleaner) S 22382 22385 21943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 310275 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22405] ppid=22382 vsize=19063512 memory=193704 CPUtime=0 cores=0,2
/proc/22385/task/22405/stat : 22405 (Timer-0) S 22382 22385 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34373028 19521036288 310275 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
Current children cumulated CPU time: 10.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1241100 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.14 4.10 5/338 22472
/proc/meminfo: memFree=122969176/131249996 swapFree=33010684/33010684
[pid=22385] ppid=22382 vsize=19063512 memory=1636576 CPUtime=17.09 cores=0,2
/proc/22385/stat : 22385 (java) S 22382 22385 21943 0 -1 4194304 32306 0 0 0 1669 40 0 0 20 0 20 0 34372981 19521036288 409144 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
/proc/22385/statm: 4765878 409144 5492 1 0 662828 0
[pid=22385/tid=22387] ppid=22382 vsize=19063512 memory=193704 CPUtime=12.21 cores=0,2
/proc/22385/task/22387/stat : 22387 (java) R 22382 22385 21943 0 -1 4194368 7386 0 0 0 1188 33 0 0 20 0 20 0 34372982 19521036288 409144 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22396] ppid=22382 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/22385/task/22396/stat : 22396 (Finalizer) S 22382 22385 21943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 409144 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22403] ppid=22382 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/22385/task/22403/stat : 22403 (Common-Cleaner) S 22382 22385 21943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 409144 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22405] ppid=22382 vsize=19063512 memory=1603748 CPUtime=0 cores=0,2
/proc/22385/task/22405/stat : 22405 (Timer-0) S 22382 22385 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34373028 19521036288 409144 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
Current children cumulated CPU time: 17.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1636576 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.13 4.09 6/338 22472
/proc/meminfo: memFree=120959760/131249996 swapFree=33010684/33010684
[pid=22385] ppid=22382 vsize=19063512 memory=1661284 CPUtime=30.13 cores=0,2
/proc/22385/stat : 22385 (java) S 22382 22385 21943 0 -1 4194304 36682 0 0 0 2971 42 0 0 20 0 20 0 34372981 19521036288 415321 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
/proc/22385/statm: 4765878 415321 5492 1 0 662845 0
[pid=22385/tid=22387] ppid=22382 vsize=19063512 memory=1648924 CPUtime=24.8 cores=0,2
/proc/22385/task/22387/stat : 22387 (java) R 22382 22385 21943 0 -1 4194368 9308 0 0 0 2447 33 0 0 20 0 20 0 34372982 19521036288 415321 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22396] ppid=22382 vsize=19063512 memory=1648924 CPUtime=0 cores=0,2
/proc/22385/task/22396/stat : 22396 (Finalizer) S 22382 22385 21943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 415321 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22403] ppid=22382 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/22385/task/22403/stat : 22403 (Common-Cleaner) S 22382 22385 21943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 415321 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22405] ppid=22382 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/22385/task/22405/stat : 22405 (Timer-0) S 22382 22385 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34373028 19521036288 415321 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
Current children cumulated CPU time: 30.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1661284 KiB

[startup+51.1057 s]
/proc/loadavg: 4.56 4.23 4.13 5/339 22541
/proc/meminfo: memFree=122026280/131249996 swapFree=33010684/33010684
[pid=22385] ppid=22382 vsize=19063512 memory=1706512 CPUtime=56.25 cores=0,2
/proc/22385/stat : 22385 (java) S 22382 22385 21943 0 -1 4194304 43346 0 0 0 5580 45 0 0 20 0 20 0 34372981 19521036288 426628 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
/proc/22385/statm: 4765878 426628 5492 1 0 662861 0
[pid=22385/tid=22387] ppid=22382 vsize=19063512 memory=1700356 CPUtime=49.88 cores=0,2
/proc/22385/task/22387/stat : 22387 (java) R 22382 22385 21943 0 -1 4194368 11607 0 0 0 4954 34 0 0 20 0 20 0 34372982 19521036288 426628 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22396] ppid=22382 vsize=19063512 memory=1690104 CPUtime=0 cores=0,2
/proc/22385/task/22396/stat : 22396 (Finalizer) S 22382 22385 21943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 426628 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22403] ppid=22382 vsize=19063512 memory=-6000919498426116717 CPUtime=0 cores=0,2

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

[startup+2982.3 s]
/proc/loadavg: 4.99 4.95 4.70 5/341 22712
/proc/meminfo: memFree=111303364/131249996 swapFree=33010684/33010684
[pid=22385] ppid=22382 vsize=19063512 memory=4227452 CPUtime=3194.34 cores=0,2
/proc/22385/stat : 22385 (java) S 22382 22385 21943 0 -1 4194304 181003 0 0 0 319073 361 0 0 20 0 20 0 34372981 19521036288 1056863 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
/proc/22385/statm: 4765878 1056863 5556 1 0 1072526 0
[pid=22385/tid=22387] ppid=22382 vsize=19063512 memory=4227452 CPUtime=2938.7 cores=0,2
/proc/22385/task/22387/stat : 22387 (java) R 22382 22385 21943 0 -1 4194368 74274 0 0 0 293780 90 0 0 20 0 20 0 34372982 19521036288 1056863 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22396] ppid=22382 vsize=19063512 memory=4227452 CPUtime=0 cores=0,2
/proc/22385/task/22396/stat : 22396 (Finalizer) S 22382 22385 21943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 1056863 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22403] ppid=22382 vsize=19063512 memory=4227452 CPUtime=0 cores=0,2
/proc/22385/task/22403/stat : 22403 (Common-Cleaner) S 22382 22385 21943 0 -1 4194368 1796 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 1056863 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22405] ppid=22382 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/22385/task/22405/stat : 22405 (Timer-0) S 22382 22385 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34373028 19521036288 1056863 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
Current children cumulated CPU time: 3194.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4227452 KiB

[startup+3042.3 s]
/proc/loadavg: 4.87 4.90 4.69 7/341 22715
/proc/meminfo: memFree=111328784/131249996 swapFree=33010684/33010684
[pid=22385] ppid=22382 vsize=19063512 memory=4229612 CPUtime=3258.28 cores=0,2
/proc/22385/stat : 22385 (java) S 22382 22385 21943 0 -1 4194304 184521 0 0 0 325464 364 0 0 20 0 20 0 34372981 19521036288 1057403 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
/proc/22385/statm: 4765878 1057403 5556 1 0 1072526 0
[pid=22385/tid=22387] ppid=22382 vsize=19063512 memory=4227452 CPUtime=2997.91 cores=0,2
/proc/22385/task/22387/stat : 22387 (java) R 22382 22385 21943 0 -1 4194368 76539 0 0 0 299700 91 0 0 20 0 20 0 34372982 19521036288 1057403 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22396] ppid=22382 vsize=19063512 memory=4227452 CPUtime=0 cores=0,2
/proc/22385/task/22396/stat : 22396 (Finalizer) S 22382 22385 21943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 1057403 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22403] ppid=22382 vsize=19063512 memory=4227452 CPUtime=0 cores=0,2
/proc/22385/task/22403/stat : 22403 (Common-Cleaner) S 22382 22385 21943 0 -1 4194368 1796 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 1057403 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22405] ppid=22382 vsize=19063512 memory=4227452 CPUtime=0 cores=0,2
/proc/22385/task/22405/stat : 22405 (Timer-0) S 22382 22385 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34373028 19521036288 1057403 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
Current children cumulated CPU time: 3258.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4229612 KiB

[startup+3102.3 s]
/proc/loadavg: 4.71 4.86 4.69 5/340 22784
/proc/meminfo: memFree=113400800/131249996 swapFree=33010684/33010684
[pid=22385] ppid=22382 vsize=19063512 memory=4229612 CPUtime=3327.61 cores=0,2
/proc/22385/stat : 22385 (java) S 22382 22385 21943 0 -1 4194304 188912 0 0 0 332388 373 0 0 20 0 20 0 34372981 19521036288 1057403 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
/proc/22385/statm: 4765878 1057403 5556 1 0 1072556 0
[pid=22385/tid=22387] ppid=22382 vsize=19063512 memory=4227452 CPUtime=3056.97 cores=0,2
/proc/22385/task/22387/stat : 22387 (java) R 22382 22385 21943 0 -1 4194368 79001 0 0 0 305604 93 0 0 20 0 20 0 34372982 19521036288 1057403 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22396] ppid=22382 vsize=19063512 memory=4227452 CPUtime=0 cores=0,2
/proc/22385/task/22396/stat : 22396 (Finalizer) S 22382 22385 21943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 1057403 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22403] ppid=22382 vsize=19063512 memory=4229612 CPUtime=0 cores=0,2
/proc/22385/task/22403/stat : 22403 (Common-Cleaner) S 22382 22385 21943 0 -1 4194368 1829 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 1057403 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22405] ppid=22382 vsize=19063512 memory=4229612 CPUtime=0 cores=0,2
/proc/22385/task/22405/stat : 22405 (Timer-0) S 22382 22385 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34373028 19521036288 1057403 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
Current children cumulated CPU time: 3327.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4229612 KiB

[startup+3162.3 s]
/proc/loadavg: 4.75 4.84 4.70 5/341 22787
/proc/meminfo: memFree=113313216/131249996 swapFree=33010684/33010684
[pid=22385] ppid=22382 vsize=19063512 memory=4229740 CPUtime=3401.42 cores=0,2
/proc/22385/stat : 22385 (java) S 22382 22385 21943 0 -1 4194304 189708 0 0 0 339756 386 0 0 20 0 20 0 34372981 19521036288 1057435 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
/proc/22385/statm: 4765878 1057435 5556 1 0 1072564 0
[pid=22385/tid=22387] ppid=22382 vsize=19063512 memory=4227452 CPUtime=3115.81 cores=0,2
/proc/22385/task/22387/stat : 22387 (java) R 22382 22385 21943 0 -1 4194368 79697 0 0 0 311488 93 0 0 20 0 20 0 34372982 19521036288 1057435 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22396] ppid=22382 vsize=19063512 memory=4229612 CPUtime=0 cores=0,2
/proc/22385/task/22396/stat : 22396 (Finalizer) S 22382 22385 21943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 1057435 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22403] ppid=22382 vsize=19063512 memory=4229740 CPUtime=0 cores=0,2
/proc/22385/task/22403/stat : 22403 (Common-Cleaner) S 22382 22385 21943 0 -1 4194368 1862 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 1057435 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22405] ppid=22382 vsize=19063512 memory=4229740 CPUtime=0 cores=0,2
/proc/22385/task/22405/stat : 22405 (Timer-0) S 22382 22385 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34373028 19521036288 1057435 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
Current children cumulated CPU time: 3401.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4229740 KiB

[startup+3222.3 s]
/proc/loadavg: 4.63 4.79 4.69 5/341 22789
/proc/meminfo: memFree=111241092/131249996 swapFree=33010684/33010684
[pid=22385] ppid=22382 vsize=19063512 memory=6197984 CPUtime=3468.47 cores=0,2
/proc/22385/stat : 22385 (java) S 22382 22385 21943 0 -1 4194304 193747 0 0 0 346415 432 0 0 20 0 20 0 34372981 19521036288 1549496 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
/proc/22385/statm: 4765878 1549496 5556 1 0 1565548 0
[pid=22385/tid=22387] ppid=22382 vsize=19063512 memory=4227452 CPUtime=3175.17 cores=0,2
/proc/22385/task/22387/stat : 22387 (java) R 22382 22385 21943 0 -1 4194368 82530 0 0 0 317386 131 0 0 20 0 20 0 34372982 19521036288 1549496 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22396] ppid=22382 vsize=19063512 memory=4229612 CPUtime=0 cores=0,2
/proc/22385/task/22396/stat : 22396 (Finalizer) S 22382 22385 21943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 1549496 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22403] ppid=22382 vsize=19063512 memory=6197984 CPUtime=0 cores=0,2
/proc/22385/task/22403/stat : 22403 (Common-Cleaner) S 22382 22385 21943 0 -1 4194368 1862 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 1549496 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22405] ppid=22382 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/22385/task/22405/stat : 22405 (Timer-0) S 22382 22385 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34373028 19521036288 1549496 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
Current children cumulated CPU time: 3468.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6197984 KiB

[startup+3282.3 s]
/proc/loadavg: 4.62 4.75 4.68 5/341 22791
/proc/meminfo: memFree=111129552/131249996 swapFree=33010684/33010684
[pid=22385] ppid=22382 vsize=19063512 memory=6197984 CPUtime=3535.45 cores=0,2
/proc/22385/stat : 22385 (java) S 22382 22385 21943 0 -1 4194304 198040 0 0 0 353105 440 0 0 20 0 20 0 34372981 19521036288 1549496 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
/proc/22385/statm: 4765878 1549496 5556 1 0 1565548 0
[pid=22385/tid=22387] ppid=22382 vsize=19063512 memory=6197984 CPUtime=3234.61 cores=0,2
/proc/22385/task/22387/stat : 22387 (java) R 22382 22385 21943 0 -1 4194368 85549 0 0 0 323330 131 0 0 20 0 20 0 34372982 19521036288 1549496 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22396] ppid=22382 vsize=19063512 memory=6197984 CPUtime=0 cores=0,2
/proc/22385/task/22396/stat : 22396 (Finalizer) S 22382 22385 21943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 1549496 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22403] ppid=22382 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/22385/task/22403/stat : 22403 (Common-Cleaner) S 22382 22385 21943 0 -1 4194368 1895 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 1549496 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22405] ppid=22382 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/22385/task/22405/stat : 22405 (Timer-0) S 22382 22385 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34373028 19521036288 1549496 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
Current children cumulated CPU time: 3535.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6197984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3338.7 s]
/proc/loadavg: 4.83 4.79 4.70 6/341 22793
/proc/meminfo: memFree=111039084/131249996 swapFree=33010684/33010684
[pid=22385] ppid=22382 vsize=19063512 memory=6197984 CPUtime=3600.08 cores=0,2
/proc/22385/stat : 22385 (java) S 22382 22385 21943 0 -1 4194304 201187 0 0 0 359559 449 0 0 20 0 20 0 34372981 19521036288 1549496 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
/proc/22385/statm: 4765878 1549496 5556 1 0 1565549 0
[pid=22385/tid=22387] ppid=22382 vsize=19063512 memory=6197984 CPUtime=3290.37 cores=0,2
/proc/22385/task/22387/stat : 22387 (java) R 22382 22385 21943 0 -1 4194368 87426 0 0 0 328905 132 0 0 20 0 20 0 34372982 19521036288 1549496 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22396] ppid=22382 vsize=19063512 memory=6197984 CPUtime=0 cores=0,2
/proc/22385/task/22396/stat : 22396 (Finalizer) S 22382 22385 21943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 1549496 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22403] ppid=22382 vsize=19063512 memory=6197984 CPUtime=0 cores=0,2
/proc/22385/task/22403/stat : 22403 (Common-Cleaner) S 22382 22385 21943 0 -1 4194368 1957 0 0 0 0 0 0 0 20 0 20 0 34372984 19521036288 1549496 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22405] ppid=22382 vsize=19063512 memory=6197984 CPUtime=0 cores=0,2
/proc/22385/task/22405/stat : 22405 (Timer-0) S 22382 22385 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34373028 19521036288 1549496 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6197984 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.85 s, system=4.51779 s

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

[startup+3338.8 s]
/proc/loadavg: 4.83 4.79 4.70 6/341 22793
/proc/meminfo: memFree=111039084/131249996 swapFree=33010684/33010684
[pid=22385] ppid=22382 vsize=19263204 memory=6198752 CPUtime=3600.28 cores=0,2
/proc/22385/stat : 22385 (java) S 22382 22385 21943 0 -1 4194304 202555 0 0 0 359579 449 0 0 20 0 21 0 34372981 19725520896 1549688 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
/proc/22385/statm: 4815801 1549688 5556 1 0 1566455 0
[pid=22385/tid=22387] ppid=22382 vsize=19263204 memory=-6000919498426116717 CPUtime=3290.47 cores=0,2
/proc/22385/task/22387/stat : 22387 (java) R 22382 22385 21943 0 -1 4194368 87445 0 0 0 328915 132 0 0 20 0 21 0 34372982 19725520896 1549688 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22396] ppid=22382 vsize=19263204 memory=3050504 CPUtime=0 cores=0,2
/proc/22385/task/22396/stat : 22396 (Finalizer) S 22382 22385 21943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34372984 19725520896 1549688 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
[pid=22385/tid=22403] ppid=22382 vsize=19263204 memory=-6000919507049343597 CPUtime=0 cores=0,2
/proc/22385/task/22403/stat : 22403 (Common-Cleaner) S 22382 22385 21943 0 -1 4194368 1957 0 0 0 0 0 0 0 20 0 21 0 34372984 19725520896 1549688 18446744073709551615 94529074110464 94529074114160 140733702529952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94529074121976 94529074122768 94529075023872 140733702535550 140733702535654 140733702535654 140733702541256 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6198752 KiB

Child status: 143

Real time (s): 3338.85
CPU time (s): 3600.37
CPU user time (s): 3595.85
CPU system time (s): 4.51779
CPU usage (%): 107.832
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6198752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.85
system time used= 4.51779
maximum resident set size= 6198880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202695
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134195
involuntary context switches= 22937


# summary of solver processes directly reported to runsolver:
#   pid: 22385
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3595.85
#   total CPU system time (s): 4.51779

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.67105 second user time and 14.5515 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-29 10:49:15
IDJOB=4507018
IDBENCH=158316
IDSOLVER=3361
FILE ID=nodeC015/4507018-1751186955
RUNJOBID= nodeC015-1751183386-21953
SLURM_JOB_ID= 9587569
Free space on /tmp= 432972 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K174.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507018-1751186955/watcher-4507018-1751186955 -o /tmp/evaluation-result-4507018-1751186955/solver-4507018-1751186955 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751183386-21953 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4507018-1751186955.opb

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

MD5SUM BENCH= c4faa5671d3144bef53831284f041277
RANDOM SEED=942017416

nodeC015 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		: 3581.995
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.14
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.044
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.14
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.075
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.14
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		: 3593.657
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.14
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.072
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.14
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.103
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.14
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.075
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.14
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.593
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.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        118277276 kB
MemAvailable:   118165844 kB
Buffers:            3280 kB
Cached:           698072 kB
SwapCached:            0 kB
Active:         11954632 kB
Inactive:         444408 kB
Active(anon):   11715764 kB
Inactive(anon):        0 kB
Active(file):     238868 kB
Inactive(file):   444408 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4588 kB
Writeback:             0 kB
AnonPages:      11700792 kB
Mapped:           122800 kB
Shmem:             18076 kB
KReclaimable:      89060 kB
Slab:             174564 kB
SReclaimable:      89060 kB
SUnreclaim:        85504 kB
KernelStack:        5120 kB
PageTables:        26448 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   15719716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11481088 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433008 MiB
End job on nodeC015 at 2025-06-29 11:44:54