Trace number 4507414

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.45 3386.86

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K102.opb
MD5SUM433935bc469f703143ab8083d95aeb05
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 benchmark2.08246
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6936
Total number of constraints7142
Number of constraints which are clauses7040
Number of constraints which are cardinality constraints (but not clauses)102
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint102
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 103
Number of bits of the biggest sum of numbers7
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-4507414-1751192965.opb
0.12/0.15	c reading problem ... 
0.12/0.16	c  no objective function found
0.33/0.30	c ... done. Wall clock time 0.145s.
0.33/0.31	c declared #vars     6936
0.33/0.31	c #constraints  7142
0.33/0.31	c constraints type 
0.52/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1313
0.52/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
0.52/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5725
0.52/0.31	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.52/0.31	c 7142 constraints processed.
136.34/127.96	c cleaning 2444 clauses out of 5000
644.97/627.47	c cleaning 4190 clauses out of 8556
3600.14/3386.75	c starts		: 39
3600.14/3386.76	c conflicts		: 13982
3600.14/3386.76	c decisions		: 139334
3600.14/3386.77	c propagations		: 4831848
3600.14/3386.77	c inspects		: 1303323449
3600.14/3386.77	c shortcuts		: 0
3600.14/3386.77	c learnt literals	: 0
3600.14/3386.77	c learnt binary clauses	: 0
3600.14/3386.77	c learnt ternary clauses	: 0
3600.14/3386.77	c learnt constraints	: 13981
3600.14/3386.77	c ignored constraints	: 0
3600.14/3386.77	c root simplifications	: 0
3600.14/3386.77	c removed literals (reason simplification)	: 0
3600.14/3386.77	c reason swapping (by a shorter reason)	: 0
3600.14/3386.77	c Calls to reduceDB	: 2
3600.14/3386.77	c Number of update (reduction) of LBD	: 0
3600.14/3386.77	c Imported unit clauses	: 0
3600.14/3386.77	c No decision after first conflict	: false
3600.14/3386.77	c number of reductions to clauses (during analyze)	: 0
3600.14/3386.77	c number of learned constraints concerned by reduction	: 0
3600.14/3386.77	c number of learning phase by resolution	: 0
3600.14/3386.77	c number of learning phase by cutting planes	: 0
3600.14/3386.77	c number of rounding to 1 operations	: 0
3600.14/3386.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.14/3386.77	c number of reductions of the coefficients by power 2 	: 0
3600.14/3386.77	c number of right shift for reduction by power 2 	: 0
3600.14/3386.79	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.14/3386.79	c number of ending skipping 	: 0
3600.14/3386.79	c number of internal skipping 	: 0
3600.14/3386.79	c number of derivation steps 	: 398162
3600.14/3386.79	c number of skipped derivation steps 	: 0
3600.14/3386.79	c number of remaining unassigned 	: 86184
3600.14/3386.79	c number of remaining assigned 	: 17362060
3600.14/3386.79	c number of falsified literals weakened from reason	: 0
3600.14/3386.79	c number of falsified literals weakened from conflict	: 0
3600.14/3386.79	c time for arithmetic operations	: 1465193204408
3600.14/3386.79	c minimum degree of deleted constraints	: null
3600.14/3386.79	c maximum degree of deleted constraints	: null
3600.14/3386.79	c number of deleted constraints	: 0
3600.14/3386.79	c speed (assignments/second)	: 1426.807521094944
3600.14/3386.79	c non guided choices	: 282
3600.14/3386.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 77
3600.14/3386.80	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 5622
3600.14/3386.80	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1649
3600.35/3386.81	s UNKNOWN
3600.35/3386.81	c Total wall clock time (in seconds): 3386.658

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507414-1751192965/watcher-4507414-1751192965 -o /tmp/evaluation-result-4507414-1751192965/solver-4507414-1751192965 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751183386-21556 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4507414-1751192965.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=22805, runsolver pid=22802
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 5.37 5.34 5.08 8/337 22823
/proc/meminfo: memFree=111509044/131250000 swapFree=33010684/33010684
[pid=22805] ppid=22802 vsize=18930384 memory=59396 CPUtime=0.12 cores=0,2
/proc/22805/stat : 22805 (java) S 22802 22805 21543 0 -1 4194304 6496 0 0 0 11 1 0 0 20 0 18 0 34974026 19384713216 14849 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
/proc/22805/statm: 4732596 14849 5339 1 0 547619 0
[pid=22805/tid=22807] ppid=22802 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/22805/task/22807/stat : 22807 (java) R 22802 22805 21543 0 -1 4194368 5077 0 0 0 7 1 0 0 20 0 18 0 34974027 19384713216 14849 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22816] ppid=22802 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/22805/task/22816/stat : 22816 (Finalizer) S 22802 22805 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34974029 19384713216 14849 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22823] ppid=22802 vsize=18930384 memory=60684515934839 CPUtime=0 cores=0,2
/proc/22805/task/22823/stat : 22823 (Common-Cleaner) S 22802 22805 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34974030 19384713216 14849 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59396 KiB

[startup+0.205891 s]*
/proc/loadavg: 5.37 5.34 5.08 9/337 22823
/proc/meminfo: memFree=111500852/131250000 swapFree=33010684/33010684
[pid=22805] ppid=22802 vsize=18930384 memory=67700 CPUtime=0.33 cores=0,2
/proc/22805/stat : 22805 (java) S 22802 22805 21543 0 -1 4194304 6934 0 0 0 31 2 0 0 20 0 18 0 34974026 19384713216 16925 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
/proc/22805/statm: 4732596 16925 5435 1 0 547997 0
[pid=22805/tid=22807] ppid=22802 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/22805/task/22807/stat : 22807 (java) R 22802 22805 21543 0 -1 4194368 5361 0 0 0 16 1 0 0 20 0 18 0 34974027 19384713216 16925 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22816] ppid=22802 vsize=18930384 memory=15987 CPUtime=0 cores=0,2
/proc/22805/task/22816/stat : 22816 (Finalizer) S 22802 22805 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34974029 19384713216 16925 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22823] ppid=22802 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/22805/task/22823/stat : 22823 (Common-Cleaner) S 22802 22805 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34974030 19384713216 16925 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67700 KiB

[startup+0.305776 s]*
/proc/loadavg: 5.37 5.34 5.08 9/337 22823
/proc/meminfo: memFree=111470416/131250000 swapFree=33010684/33010684
[pid=22805] ppid=22802 vsize=18930384 memory=100540 CPUtime=0.52 cores=0,2
/proc/22805/stat : 22805 (java) S 22802 22805 21543 0 -1 4194304 8427 0 0 0 49 3 0 0 20 0 18 0 34974026 19384713216 25135 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
/proc/22805/statm: 4732596 25135 5435 1 0 549018 0
[pid=22805/tid=22807] ppid=22802 vsize=18930384 memory=-6000919498560006765 CPUtime=0.24 cores=0,2
/proc/22805/task/22807/stat : 22807 (java) R 22802 22805 21543 0 -1 4194368 5402 0 0 0 22 2 0 0 20 0 18 0 34974027 19384713216 25135 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22816] ppid=22802 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/22805/task/22816/stat : 22816 (Finalizer) S 22802 22805 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34974029 19384713216 25135 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22823] ppid=22802 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/22805/task/22823/stat : 22823 (Common-Cleaner) S 22802 22805 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34974030 19384713216 25135 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 100540 KiB

[startup+0.700228 s]
/proc/loadavg: 5.37 5.34 5.08 8/338 22824
/proc/meminfo: memFree=111466320/131250000 swapFree=33010684/33010684
[pid=22805] ppid=22802 vsize=18996948 memory=139316 CPUtime=1.27 cores=0,2
/proc/22805/stat : 22805 (java) S 22802 22805 21543 0 -1 4194304 11853 0 0 0 122 5 0 0 20 0 19 0 34974026 19452874752 34829 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
/proc/22805/statm: 4749237 34829 5435 1 0 551844 0
[pid=22805/tid=22807] ppid=22802 vsize=18996948 memory=17408 CPUtime=0.59 cores=0,2
/proc/22805/task/22807/stat : 22807 (java) R 22802 22805 21543 0 -1 4194368 5476 0 0 0 56 3 0 0 20 0 19 0 34974027 19452874752 34829 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22816] ppid=22802 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/22805/task/22816/stat : 22816 (Finalizer) S 22802 22805 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34974029 19452874752 34829 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22823] ppid=22802 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/22805/task/22823/stat : 22823 (Common-Cleaner) S 22802 22805 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34974030 19452874752 34829 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22824] ppid=22802 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/22805/task/22824/stat : 22824 (Timer-0) S 22802 22805 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34974058 19452874752 34829 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 139316 KiB

[startup+1.50026 s]
/proc/loadavg: 5.37 5.34 5.08 8/339 22825
/proc/meminfo: memFree=111397888/131250000 swapFree=33010684/33010684
[pid=22805] ppid=22802 vsize=19063512 memory=183884 CPUtime=2.85 cores=0,2
/proc/22805/stat : 22805 (java) S 22802 22805 21543 0 -1 4194304 18113 0 0 0 278 7 0 0 20 0 20 0 34974026 19521036288 45971 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
/proc/22805/statm: 4765878 45971 5499 1 0 552617 0
[pid=22805/tid=22807] ppid=22802 vsize=19063512 memory=0 CPUtime=1.31 cores=0,2
/proc/22805/task/22807/stat : 22807 (java) R 22802 22805 21543 0 -1 4194368 5758 0 0 0 128 3 0 0 20 0 20 0 34974027 19521036288 45971 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22816] ppid=22802 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/22805/task/22816/stat : 22816 (Finalizer) S 22802 22805 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34974029 19521036288 45971 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22823] ppid=22802 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/22805/task/22823/stat : 22823 (Common-Cleaner) S 22802 22805 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34974030 19521036288 45971 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22824] ppid=22802 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/22805/task/22824/stat : 22824 (Timer-0) S 22802 22805 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34974058 19521036288 45971 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183884 KiB

[startup+3.1057 s]
/proc/loadavg: 5.37 5.34 5.08 7/339 22825
/proc/meminfo: memFree=110984020/131250000 swapFree=33010684/33010684
[pid=22805] ppid=22802 vsize=19063512 memory=608096 CPUtime=5.76 cores=0,2
/proc/22805/stat : 22805 (java) S 22802 22805 21543 0 -1 4194304 20243 0 0 0 559 17 0 0 20 0 20 0 34974026 19521036288 152024 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
/proc/22805/statm: 4765878 152024 5499 1 0 703012 0
[pid=22805/tid=22807] ppid=22802 vsize=19063512 memory=10752 CPUtime=2.84 cores=0,2
/proc/22805/task/22807/stat : 22807 (java) R 22802 22805 21543 0 -1 4194368 6364 0 0 0 273 11 0 0 20 0 20 0 34974027 19521036288 152024 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22816] ppid=22802 vsize=19063512 memory=-6000919498560006765 CPUtime=0 cores=0,2
/proc/22805/task/22816/stat : 22816 (Finalizer) S 22802 22805 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34974029 19521036288 152024 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22823] ppid=22802 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/22805/task/22823/stat : 22823 (Common-Cleaner) S 22802 22805 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34974030 19521036288 152024 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22824] ppid=22802 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/22805/task/22824/stat : 22824 (Timer-0) S 22802 22805 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34974058 19521036288 152024 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 608096 KiB

[startup+6.30022 s]
/proc/loadavg: 5.42 5.35 5.08 7/339 22825
/proc/meminfo: memFree=110203640/131250000 swapFree=33010684/33010684
[pid=22805] ppid=22802 vsize=19063512 memory=1542840 CPUtime=10.69 cores=0,2
/proc/22805/stat : 22805 (java) S 22802 22805 21543 0 -1 4194304 24549 0 0 0 1033 36 0 0 20 0 20 0 34974026 19521036288 385710 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
/proc/22805/statm: 4765878 385710 5531 1 0 705072 0
[pid=22805/tid=22807] ppid=22802 vsize=19063512 memory=0 CPUtime=6.01 cores=0,2
/proc/22805/task/22807/stat : 22807 (java) R 22802 22805 21543 0 -1 4194368 6880 0 0 0 572 29 0 0 20 0 20 0 34974027 19521036288 385710 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22816] ppid=22802 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/22805/task/22816/stat : 22816 (Finalizer) S 22802 22805 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34974029 19521036288 385710 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22823] ppid=22802 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/22805/task/22823/stat : 22823 (Common-Cleaner) S 22802 22805 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34974030 19521036288 385710 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22824] ppid=22802 vsize=19063512 memory=183884 CPUtime=0 cores=0,2
/proc/22805/task/22824/stat : 22824 (Timer-0) S 22802 22805 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34974058 19521036288 385710 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
Current children cumulated CPU time: 10.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1542840 KiB

[startup+12.7002 s]
/proc/loadavg: 5.39 5.35 5.08 6/340 22826
/proc/meminfo: memFree=109806612/131250000 swapFree=33010684/33010684
[pid=22805] ppid=22802 vsize=19063512 memory=1758592 CPUtime=17.94 cores=0,2
/proc/22805/stat : 22805 (java) S 22802 22805 21543 0 -1 4194304 25342 0 0 0 1754 40 0 0 20 0 20 0 34974026 19521036288 439648 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
/proc/22805/statm: 4765878 439648 5531 1 0 705115 0
[pid=22805/tid=22807] ppid=22802 vsize=19063512 memory=183884 CPUtime=12.28 cores=0,2
/proc/22805/task/22807/stat : 22807 (java) R 22802 22805 21543 0 -1 4194368 7364 0 0 0 1196 32 0 0 20 0 20 0 34974027 19521036288 439648 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22816] ppid=22802 vsize=19063512 memory=1758592 CPUtime=0 cores=0,2
/proc/22805/task/22816/stat : 22816 (Finalizer) S 22802 22805 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34974029 19521036288 439648 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22823] ppid=22802 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/22805/task/22823/stat : 22823 (Common-Cleaner) S 22802 22805 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34974030 19521036288 439648 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22824] ppid=22802 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/22805/task/22824/stat : 22824 (Timer-0) S 22802 22805 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34974058 19521036288 439648 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
Current children cumulated CPU time: 17.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1758592 KiB

[startup+25.5003 s]
/proc/loadavg: 5.16 5.30 5.07 6/340 22826
/proc/meminfo: memFree=109777688/131250000 swapFree=33010684/33010684
[pid=22805] ppid=22802 vsize=19063512 memory=1794348 CPUtime=31.83 cores=0,2
/proc/22805/stat : 22805 (java) S 22802 22805 21543 0 -1 4194304 34170 0 0 0 3140 43 0 0 20 0 20 0 34974026 19521036288 448587 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
/proc/22805/statm: 4765878 448587 5531 1 0 705228 0
[pid=22805/tid=22807] ppid=22802 vsize=19063512 memory=-6000919498560006765 CPUtime=24.89 cores=0,2
/proc/22805/task/22807/stat : 22807 (java) R 22802 22805 21543 0 -1 4194368 9005 0 0 0 2457 32 0 0 20 0 20 0 34974027 19521036288 448587 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22816] ppid=22802 vsize=19063512 memory=1761280 CPUtime=0 cores=0,2
/proc/22805/task/22816/stat : 22816 (Finalizer) S 22802 22805 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34974029 19521036288 448587 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22823] ppid=22802 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/22805/task/22823/stat : 22823 (Common-Cleaner) S 22802 22805 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34974030 19521036288 448587 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22824] ppid=22802 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/22805/task/22824/stat : 22824 (Timer-0) S 22802 22805 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34974058 19521036288 448587 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
Current children cumulated CPU time: 31.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1794348 KiB

[startup+51.1057 s]
/proc/loadavg: 4.89 5.22 5.05 5/340 22826
/proc/meminfo: memFree=109650720/131250000 swapFree=33010684/33010684
[pid=22805] ppid=22802 vsize=19063512 memory=1916196 CPUtime=57.97 cores=0,2
/proc/22805/stat : 22805 (java) S 22802 22805 21543 0 -1 4194304 38700 0 0 0 5751 46 0 0 20 0 20 0 34974026 19521036288 479049 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
/proc/22805/statm: 4765878 479049 5531 1 0 705245 0
[pid=22805/tid=22807] ppid=22802 vsize=19063512 memory=1856696 CPUtime=49.95 cores=0,2
/proc/22805/task/22807/stat : 22807 (java) R 22802 22805 21543 0 -1 4194368 10084 0 0 0 4962 33 0 0 20 0 20 0 34974027 19521036288 479049 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22816] ppid=22802 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/22805/task/22816/stat : 22816 (Finalizer) S 22802 22805 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34974029 19521036288 479049 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22823] ppid=22802 vsize=19063512 memory=1856696 CPUtime=0 cores=0,2

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

[startup+3042.3 s]
/proc/loadavg: 4.68 4.76 4.72 6/341 23192
/proc/meminfo: memFree=103941824/131250000 swapFree=33010684/33010684
[pid=22805] ppid=22802 vsize=19063512 memory=6568440 CPUtime=3207.23 cores=0,2
/proc/22805/stat : 22805 (java) S 22802 22805 21543 0 -1 4194304 194546 0 0 0 320349 374 0 0 20 0 20 0 34974026 19521036288 1642110 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
/proc/22805/statm: 4765878 1642110 5531 1 0 1659378 0
[pid=22805/tid=22807] ppid=22802 vsize=19063512 memory=6568440 CPUtime=3007.59 cores=0,2
/proc/22805/task/22807/stat : 22807 (java) R 22802 22805 21543 0 -1 4194368 81636 0 0 0 300641 118 0 0 20 0 20 0 34974027 19521036288 1642110 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22816] ppid=22802 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/22805/task/22816/stat : 22816 (Finalizer) S 22802 22805 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34974029 19521036288 1642110 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22823] ppid=22802 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/22805/task/22823/stat : 22823 (Common-Cleaner) S 22802 22805 21543 0 -1 4194368 1292 0 0 0 0 0 0 0 20 0 20 0 34974030 19521036288 1642110 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22824] ppid=22802 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/22805/task/22824/stat : 22824 (Timer-0) S 22802 22805 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34974058 19521036288 1642110 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
Current children cumulated CPU time: 3207.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6568440 KiB

[startup+3102.3 s]
/proc/loadavg: 4.69 4.73 4.72 5/340 23194
/proc/meminfo: memFree=103942884/131250000 swapFree=33010684/33010684
[pid=22805] ppid=22802 vsize=19063512 memory=6568440 CPUtime=3267.81 cores=0,2
/proc/22805/stat : 22805 (java) S 22802 22805 21543 0 -1 4194304 199707 0 0 0 326405 376 0 0 20 0 20 0 34974026 19521036288 1642110 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
/proc/22805/statm: 4765878 1642110 5531 1 0 1659378 0
[pid=22805/tid=22807] ppid=22802 vsize=19063512 memory=-6000919498560006765 CPUtime=3066.78 cores=0,2
/proc/22805/task/22807/stat : 22807 (java) R 22802 22805 21543 0 -1 4194368 85605 0 0 0 306559 119 0 0 20 0 20 0 34974027 19521036288 1642110 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22816] ppid=22802 vsize=19063512 memory=6568440 CPUtime=0 cores=0,2
/proc/22805/task/22816/stat : 22816 (Finalizer) S 22802 22805 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34974029 19521036288 1642110 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22823] ppid=22802 vsize=19063512 memory=6568440 CPUtime=0 cores=0,2
/proc/22805/task/22823/stat : 22823 (Common-Cleaner) S 22802 22805 21543 0 -1 4194368 1339 0 0 0 0 0 0 0 20 0 20 0 34974030 19521036288 1642110 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22824] ppid=22802 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/22805/task/22824/stat : 22824 (Timer-0) S 22802 22805 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34974058 19521036288 1642110 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
Current children cumulated CPU time: 3267.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6568440 KiB

[startup+3162.3 s]
/proc/loadavg: 4.78 4.75 4.73 6/341 23199
/proc/meminfo: memFree=103941732/131250000 swapFree=33010684/33010684
[pid=22805] ppid=22802 vsize=19063512 memory=6568824 CPUtime=3338.41 cores=0,2
/proc/22805/stat : 22805 (java) S 22802 22805 21543 0 -1 4194304 204362 0 0 0 333453 388 0 0 20 0 20 0 34974026 19521036288 1642206 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
/proc/22805/statm: 4765878 1642206 5531 1 0 1659463 0
[pid=22805/tid=22807] ppid=22802 vsize=19063512 memory=-6000919498560006765 CPUtime=3125.89 cores=0,2
/proc/22805/task/22807/stat : 22807 (java) R 22802 22805 21543 0 -1 4194368 87760 0 0 0 312469 120 0 0 20 0 20 0 34974027 19521036288 1642206 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22816] ppid=22802 vsize=19063512 memory=6568440 CPUtime=0 cores=0,2
/proc/22805/task/22816/stat : 22816 (Finalizer) S 22802 22805 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34974029 19521036288 1642206 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22823] ppid=22802 vsize=19063512 memory=6568824 CPUtime=0 cores=0,2
/proc/22805/task/22823/stat : 22823 (Common-Cleaner) S 22802 22805 21543 0 -1 4194368 1365 0 0 0 0 0 0 0 20 0 20 0 34974030 19521036288 1642206 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22824] ppid=22802 vsize=19063512 memory=6568824 CPUtime=0 cores=0,2
/proc/22805/task/22824/stat : 22824 (Timer-0) S 22802 22805 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34974058 19521036288 1642206 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
Current children cumulated CPU time: 3338.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6568824 KiB

[startup+3222.3 s]
/proc/loadavg: 4.84 4.77 4.74 5/340 23205
/proc/meminfo: memFree=103939676/131250000 swapFree=33010684/33010684
[pid=22805] ppid=22802 vsize=19063512 memory=6568824 CPUtime=3408.07 cores=0,2
/proc/22805/stat : 22805 (java) S 22802 22805 21543 0 -1 4194304 209200 0 0 0 340410 397 0 0 20 0 20 0 34974026 19521036288 1642206 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
/proc/22805/statm: 4765878 1642206 5531 1 0 1659471 0
[pid=22805/tid=22807] ppid=22802 vsize=19063512 memory=-6000919498560006765 CPUtime=3185.13 cores=0,2
/proc/22805/task/22807/stat : 22807 (java) R 22802 22805 21543 0 -1 4194368 91359 0 0 0 318393 120 0 0 20 0 20 0 34974027 19521036288 1642206 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22816] ppid=22802 vsize=19063512 memory=6568440 CPUtime=0 cores=0,2
/proc/22805/task/22816/stat : 22816 (Finalizer) S 22802 22805 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34974029 19521036288 1642206 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22823] ppid=22802 vsize=19063512 memory=6568824 CPUtime=0 cores=0,2
/proc/22805/task/22823/stat : 22823 (Common-Cleaner) S 22802 22805 21543 0 -1 4194368 1366 0 0 0 0 0 0 0 20 0 20 0 34974030 19521036288 1642206 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22824] ppid=22802 vsize=19063512 memory=6568824 CPUtime=0 cores=0,2
/proc/22805/task/22824/stat : 22824 (Timer-0) S 22802 22805 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34974058 19521036288 1642206 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
Current children cumulated CPU time: 3408.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6568824 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.58 4.67 5/315 23241
/proc/meminfo: memFree=109360796/131250000 swapFree=33010684/33010684
[pid=22805] ppid=22802 vsize=19063512 memory=6568952 CPUtime=3478.67 cores=0,2
/proc/22805/stat : 22805 (java) S 22802 22805 21543 0 -1 4194304 214919 0 0 0 347456 411 0 0 20 0 20 0 34974026 19521036288 1642238 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
/proc/22805/statm: 4765878 1642238 5531 1 0 1659499 0
[pid=22805/tid=22807] ppid=22802 vsize=19063512 memory=6568952 CPUtime=3244.48 cores=0,2
/proc/22805/task/22807/stat : 22807 (java) R 22802 22805 21543 0 -1 4194368 95230 0 0 0 324326 122 0 0 20 0 20 0 34974027 19521036288 1642238 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22816] ppid=22802 vsize=19063512 memory=6568952 CPUtime=0 cores=0,2
/proc/22805/task/22816/stat : 22816 (Finalizer) S 22802 22805 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34974029 19521036288 1642238 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22823] ppid=22802 vsize=19063512 memory=6568952 CPUtime=0 cores=0,2
/proc/22805/task/22823/stat : 22823 (Common-Cleaner) S 22802 22805 21543 0 -1 4194368 1390 0 0 0 0 0 0 0 20 0 20 0 34974030 19521036288 1642238 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22824] ppid=22802 vsize=19063512 memory=6568952 CPUtime=0 cores=0,2
/proc/22805/task/22824/stat : 22824 (Timer-0) S 22802 22805 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34974058 19521036288 1642238 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
Current children cumulated CPU time: 3478.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6568952 KiB

[startup+3342.3 s]
/proc/loadavg: 3.04 4.21 4.54 3/290 23278
/proc/meminfo: memFree=116972096/131250000 swapFree=33010684/33010684
[pid=22805] ppid=22802 vsize=19063512 memory=6568952 CPUtime=3548.49 cores=0,2
/proc/22805/stat : 22805 (java) S 22802 22805 21543 0 -1 4194304 216422 0 0 0 354428 421 0 0 20 0 20 0 34974026 19521036288 1642238 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
/proc/22805/statm: 4765878 1642238 5531 1 0 1659499 0
[pid=22805/tid=22807] ppid=22802 vsize=19063512 memory=5632 CPUtime=3303.87 cores=0,2
/proc/22805/task/22807/stat : 22807 (java) R 22802 22805 21543 0 -1 4194368 96305 0 0 0 330265 122 0 0 20 0 20 0 34974027 19521036288 1642238 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22816] ppid=22802 vsize=19063512 memory=6568952 CPUtime=0 cores=0,2
/proc/22805/task/22816/stat : 22816 (Finalizer) S 22802 22805 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34974029 19521036288 1642238 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22823] ppid=22802 vsize=19063512 memory=6568952 CPUtime=0 cores=0,2
/proc/22805/task/22823/stat : 22823 (Common-Cleaner) S 22802 22805 21543 0 -1 4194368 1419 0 0 0 0 0 0 0 20 0 20 0 34974030 19521036288 1642238 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22824] ppid=22802 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/22805/task/22824/stat : 22824 (Timer-0) S 22802 22805 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34974058 19521036288 1642238 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
Current children cumulated CPU time: 3548.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6568952 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3386.7 s]
/proc/loadavg: 2.61 3.93 4.43 3/290 23280
/proc/meminfo: memFree=116980380/131250000 swapFree=33010684/33010684
[pid=22805] ppid=22802 vsize=19063512 memory=6568952 CPUtime=3600.14 cores=0,2
/proc/22805/stat : 22805 (java) S 22802 22805 21543 0 -1 4194304 220374 0 0 0 359585 429 0 0 20 0 20 0 34974026 19521036288 1642238 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
/proc/22805/statm: 4765878 1642238 5531 1 0 1659499 0
[pid=22805/tid=22807] ppid=22802 vsize=19063512 memory=6568952 CPUtime=3347.84 cores=0,2
/proc/22805/task/22807/stat : 22807 (java) R 22802 22805 21543 0 -1 4194368 99041 0 0 0 334662 122 0 0 20 0 20 0 34974027 19521036288 1642238 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22816] ppid=22802 vsize=19063512 memory=6568952 CPUtime=0 cores=0,2
/proc/22805/task/22816/stat : 22816 (Finalizer) S 22802 22805 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34974029 19521036288 1642238 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22823] ppid=22802 vsize=19063512 memory=6568952 CPUtime=0 cores=0,2
/proc/22805/task/22823/stat : 22823 (Common-Cleaner) S 22802 22805 21543 0 -1 4194368 1419 0 0 0 0 0 0 0 20 0 20 0 34974030 19521036288 1642238 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22824] ppid=22802 vsize=19063512 memory=-6000919498560006765 CPUtime=0 cores=0,2
/proc/22805/task/22824/stat : 22824 (Timer-0) S 22802 22805 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34974058 19521036288 1642238 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6568952 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.12 s, system=4.323 s

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

[startup+3386.8 s]
/proc/loadavg: 2.61 3.93 4.43 3/290 23280
/proc/meminfo: memFree=116980380/131250000 swapFree=33010684/33010684
[pid=22805] ppid=22802 vsize=19263204 memory=6569720 CPUtime=3600.35 cores=0,2
/proc/22805/stat : 22805 (java) S 22802 22805 21543 0 -1 4194304 222255 0 0 0 359605 430 0 0 20 0 21 0 34974026 19725520896 1642430 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
/proc/22805/statm: 4815801 1642430 5531 1 0 1660386 0
[pid=22805/tid=22807] ppid=22802 vsize=19263204 memory=2816 CPUtime=3347.91 cores=0,2
/proc/22805/task/22807/stat : 22807 (java) R 22802 22805 21543 0 -1 4194368 99060 0 0 0 334669 122 0 0 20 0 21 0 34974027 19725520896 1642430 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22816] ppid=22802 vsize=19263204 memory=6784 CPUtime=0 cores=0,2
/proc/22805/task/22816/stat : 22816 (Finalizer) S 22802 22805 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34974029 19725520896 1642430 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
[pid=22805/tid=22823] ppid=22802 vsize=19263204 memory=5032 CPUtime=0 cores=0,2
/proc/22805/task/22823/stat : 22823 (Common-Cleaner) S 22802 22805 21543 0 -1 4194368 1419 0 0 0 0 0 0 0 20 0 21 0 34974030 19725520896 1642430 18446744073709551615 93831512670208 93831512673904 140737307389712 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93831512681720 93831512682512 93831536459776 140737307392382 140737307392486 140737307392486 140737307398088 0
Current children cumulated CPU time: 3600.35 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6569720 KiB

Child status: 143

Real time (s): 3386.86
CPU time (s): 3600.45
CPU user time (s): 3596.12
CPU system time (s): 4.323
CPU usage (%): 106.306
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6569720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.12
system time used= 4.323
maximum resident set size= 6569848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222362
page faults= 0
swaps= 0
block input operations= 0
block output operations= 18960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 153590
involuntary context switches= 21310


# summary of solver processes directly reported to runsolver:
#   pid: 22805
#   total CPU time (s): 3600.45
#   total CPU user time (s): 3596.12
#   total CPU system time (s): 4.323

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.44396 second user time and 18.1912 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 12:29:25
IDJOB=4507414
IDBENCH=158352
IDSOLVER=3361
FILE ID=nodeC019/4507414-1751192965
RUNJOBID= nodeC019-1751183386-21556
SLURM_JOB_ID= 9587570
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= 433935bc469f703143ab8083d95aeb05
RANDOM SEED=34953993

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        111536072 kB
MemAvailable:   111336644 kB
Buffers:            3280 kB
Cached:           610504 kB
SwapCached:            0 kB
Active:         18780916 kB
Inactive:         353756 kB
Active(anon):   18538952 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   353756 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1428 kB
Writeback:            32 kB
AnonPages:      18520712 kB
Mapped:           122636 kB
Shmem:             18064 kB
KReclaimable:      88180 kB
Slab:             173140 kB
SReclaimable:      88180 kB
SUnreclaim:        84960 kB
KernelStack:        5200 kB
PageTables:        39872 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   19090692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18089984 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433064 MiB
End job on nodeC019 at 2025-06-29 13:25:52