Trace number 4511018

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.4 3566.14

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l080-r079-n1.cnf-extracted.pb.metafix.opb
MD5SUMfb8182fd0bba68f9e66fcd22263b2e3b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.97667
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5685
Total number of constraints13428
Number of constraints which are clauses6344
Number of constraints which are cardinality constraints (but not clauses)7084
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.18	c See www.sat4j.org for details.
0.10/0.19	c version PB25.v20250606
0.10/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.28/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.23	c java.vm.version	22.0.1+8-16
0.28/0.23	c java.vm.vendor	Oracle Corporation
0.28/0.23	c sun.arch.data.model	64
0.28/0.23	c java.version		22.0.1
0.28/0.23	c os.name		Linux
0.28/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.23	c os.arch		amd64
0.28/0.24	c Free memory 		2104792832
0.28/0.24	c Max memory 		16282288128
0.28/0.24	c Total memory 		2113929216
0.28/0.24	c Number of processors 	2
0.43/0.40	c Pseudo Boolean Optimization by upper bound
0.43/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.40	c  - never skip resolution steps
0.43/0.40	c  - Auto-division on coefficients is disabled
0.43/0.40	c  - No postprocessing
0.43/0.40	c  - Conflict is considered as is when resolving
0.43/0.40	c  - Use constraints as they come during conflict analysis
0.43/0.40	c  - Weaken first using unassigned literals
0.43/0.40	c  - Bump strategy: ALWAYS_ONE
0.43/0.40	c  - Bumper: ANY
0.43/0.40	c --- Begin Solver configuration ---
0.43/0.40	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.43/0.40	c Learn all clauses as in MiniSAT
0.43/0.40	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.40	c No reason simplification
0.43/0.40	c Armin Biere (Picosat) restarts strategy
0.43/0.40	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.43/0.40	c timeout=2147483s
0.43/0.40	c DB Simplification allowed=false
0.43/0.40	c Listener: none
0.43/0.40	c --- End Solver configuration ---
0.43/0.40	c solving HOME/instance-4511018-1751206324.opb
0.43/0.40	c reading problem ... 
0.43/0.41	c  no objective function found
1.32/0.88	c ... done. Wall clock time 0.469s.
1.32/0.88	c declared #vars     5685
1.32/0.88	c #constraints  13428
1.32/0.88	c constraints type 
1.32/0.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4449
1.32/0.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7084
1.32/0.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1895
1.32/0.89	c 13428 constraints processed.
11.76/8.23	c cleaning 2366 clauses out of 5000
100.67/94.29	c cleaning 4241 clauses out of 8636
369.49/361.86	c cleaning 5628 clauses out of 11393
839.25/830.73	c cleaning 6816 clauses out of 13766
1606.51/1592.69	c cleaning 7888 clauses out of 15949
2812.78/2787.85	c cleaning 8954 clauses out of 18061
3600.04/3565.93	c starts		: 72
3600.04/3565.95	c conflicts		: 50705
3600.04/3565.96	c decisions		: 654814
3600.04/3565.96	c propagations		: 26512788
3600.04/3565.96	c inspects		: 4099593482
3600.04/3565.96	c shortcuts		: 0
3600.04/3565.96	c learnt literals	: 0
3600.04/3565.96	c learnt binary clauses	: 0
3600.04/3565.96	c learnt ternary clauses	: 5964
3600.04/3565.96	c learnt constraints	: 50704
3600.04/3565.96	c ignored constraints	: 0
3600.04/3565.96	c root simplifications	: 0
3600.04/3565.97	c removed literals (reason simplification)	: 0
3600.04/3565.97	c reason swapping (by a shorter reason)	: 0
3600.04/3565.97	c Calls to reduceDB	: 6
3600.04/3565.97	c Number of update (reduction) of LBD	: 0
3600.04/3565.97	c Imported unit clauses	: 0
3600.04/3565.97	c No decision after first conflict	: false
3600.04/3565.98	c number of reductions to clauses (during analyze)	: 0
3600.04/3565.98	c number of learned constraints concerned by reduction	: 0
3600.04/3565.98	c number of learning phase by resolution	: 0
3600.04/3565.98	c number of learning phase by cutting planes	: 0
3600.04/3565.98	c number of rounding to 1 operations	: 0
3600.04/3565.98	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3565.98	c number of reductions of the coefficients by power 2 	: 0
3600.04/3565.98	c number of right shift for reduction by power 2 	: 0
3600.04/3565.98	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3565.98	c number of ending skipping 	: 0
3600.04/3565.98	c number of internal skipping 	: 0
3600.04/3565.98	c number of derivation steps 	: 3223570
3600.04/3565.98	c number of skipped derivation steps 	: 0
3600.04/3565.98	c number of remaining unassigned 	: 267
3600.04/3565.98	c number of remaining assigned 	: 9965648
3600.04/3565.99	c number of falsified literals weakened from reason	: 0
3600.04/3565.99	c number of falsified literals weakened from conflict	: 0
3600.04/3565.99	c time for arithmetic operations	: 330466786
3600.04/3565.99	c minimum degree of deleted constraints	: null
3600.25/3566.02	c maximum degree of deleted constraints	: null
3600.25/3566.02	c number of deleted constraints	: 0
3600.25/3566.02	c speed (assignments/second)	: 7436.706426843379
3600.25/3566.04	c non guided choices	: 22952
3600.25/3566.06	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 850
3600.25/3566.06	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 12227
3600.25/3566.07	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1734
3600.25/3566.07	s UNKNOWN
3600.25/3566.08	c Total wall clock time (in seconds): 3565.672

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (54025 MiB free)
  memory of node 1: 64507 MiB (59553 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511018-1751206324/watcher-4511018-1751206324 -o /tmp/evaluation-result-4511018-1751206324/solver-4511018-1751206324 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751202826-24719 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4511018-1751206324.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=25395, runsolver pid=25392

[startup+0.100079 s]*
/proc/loadavg: 4.32 4.33 4.30 5/324 25413
/proc/meminfo: memFree=116281276/131382112 swapFree=33010684/33010684
[pid=25395] ppid=25392 vsize=18930384 memory=47800 CPUtime=0.1 cores=5,7
/proc/25395/stat : 25395 (java) S 25392 25395 24706 0 -1 4194304 5697 0 0 0 7 3 0 0 20 0 18 0 36311333 19384713216 11950 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
/proc/25395/statm: 4732596 11950 5249 1 0 546917 0
[pid=25395/tid=25397] ppid=25392 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/25395/task/25397/stat : 25397 (java) R 25392 25395 24706 0 -1 4194368 4602 0 0 0 4 2 0 0 20 0 18 0 36311335 19384713216 11950 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25406] ppid=25392 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/25395/task/25406/stat : 25406 (Finalizer) S 25392 25395 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36311340 19384713216 11950 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25413] ppid=25392 vsize=18930384 memory=61792617516369 CPUtime=0 cores=5,7
/proc/25395/task/25413/stat : 25413 (Common-Cleaner) S 25392 25395 24706 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36311341 19384713216 11950 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47800 KiB

[startup+0.217782 s]*
/proc/loadavg: 4.32 4.33 4.30 6/324 25413
/proc/meminfo: memFree=116277496/131382112 swapFree=33010684/33010684
[pid=25395] ppid=25392 vsize=18930384 memory=53164 CPUtime=0.28 cores=5,7
/proc/25395/stat : 25395 (java) S 25392 25395 24706 0 -1 4194304 6445 0 0 0 24 4 0 0 20 0 18 0 36311333 19384713216 13291 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
/proc/25395/statm: 4732596 13291 5345 1 0 547531 0
[pid=25395/tid=25397] ppid=25392 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=5,7
/proc/25395/task/25397/stat : 25397 (java) R 25392 25395 24706 0 -1 4194368 4972 0 0 0 14 2 0 0 20 0 18 0 36311335 19384713216 13291 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25406] ppid=25392 vsize=18930384 memory=1593 CPUtime=0 cores=5,7
/proc/25395/task/25406/stat : 25406 (Finalizer) S 25392 25395 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36311340 19384713216 13291 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25413] ppid=25392 vsize=18930384 memory=60693105869820 CPUtime=0 cores=5,7
/proc/25395/task/25413/stat : 25413 (Common-Cleaner) S 25392 25395 24706 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36311341 19384713216 13291 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53164 KiB

[startup+0.313419 s]*
/proc/loadavg: 4.32 4.33 4.30 7/324 25413
/proc/meminfo: memFree=116267792/131382112 swapFree=33010684/33010684
[pid=25395] ppid=25392 vsize=18930384 memory=58364 CPUtime=0.43 cores=5,7
/proc/25395/stat : 25395 (java) S 25392 25395 24706 0 -1 4194304 6732 0 0 0 39 4 0 0 20 0 18 0 36311333 19384713216 14591 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
/proc/25395/statm: 4732596 14591 5345 1 0 547733 0
[pid=25395/tid=25397] ppid=25392 vsize=18930384 memory=-6000919498409338733 CPUtime=0.25 cores=5,7
/proc/25395/task/25397/stat : 25397 (java) R 25392 25395 24706 0 -1 4194368 5155 0 0 0 22 3 0 0 20 0 18 0 36311335 19384713216 14591 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25406] ppid=25392 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/25395/task/25406/stat : 25406 (Finalizer) S 25392 25395 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36311340 19384713216 14591 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25413] ppid=25392 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/25395/task/25413/stat : 25413 (Common-Cleaner) S 25392 25395 24706 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36311341 19384713216 14591 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58364 KiB

[startup+0.700398 s]
/proc/loadavg: 4.32 4.33 4.30 7/324 25413
/proc/meminfo: memFree=116262688/131382112 swapFree=33010684/33010684
[pid=25395] ppid=25392 vsize=18930384 memory=124580 CPUtime=1.12 cores=5,7
/proc/25395/stat : 25395 (java) S 25392 25395 24706 0 -1 4194304 8294 0 0 0 105 7 0 0 20 0 18 0 36311333 19384713216 31145 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
/proc/25395/statm: 4732596 31145 5441 1 0 548681 0
[pid=25395/tid=25397] ppid=25392 vsize=18930384 memory=17152 CPUtime=0.6 cores=5,7
/proc/25395/task/25397/stat : 25397 (java) R 25392 25395 24706 0 -1 4194368 5400 0 0 0 55 5 0 0 20 0 18 0 36311335 19384713216 31145 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25406] ppid=25392 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/25395/task/25406/stat : 25406 (Finalizer) S 25392 25395 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36311340 19384713216 31145 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25413] ppid=25392 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/25395/task/25413/stat : 25413 (Common-Cleaner) S 25392 25395 24706 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36311341 19384713216 31145 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 124580 KiB

[startup+1.50027 s]
/proc/loadavg: 4.32 4.33 4.30 6/326 25415
/proc/meminfo: memFree=116157400/131382112 swapFree=33010684/33010684
[pid=25395] ppid=25392 vsize=19063512 memory=225192 CPUtime=2.67 cores=5,7
/proc/25395/stat : 25395 (java) S 25392 25395 24706 0 -1 4194304 11978 0 0 0 256 11 0 0 20 0 20 0 36311333 19521036288 56298 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
/proc/25395/statm: 4765878 56298 5473 1 0 549885 0
[pid=25395/tid=25397] ppid=25392 vsize=19063512 memory=3200 CPUtime=1.26 cores=5,7
/proc/25395/task/25397/stat : 25397 (java) R 25392 25395 24706 0 -1 4194368 6169 0 0 0 119 7 0 0 20 0 20 0 36311335 19521036288 56298 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25406] ppid=25392 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/25395/task/25406/stat : 25406 (Finalizer) S 25392 25395 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36311340 19521036288 56298 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25413] ppid=25392 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/25395/task/25413/stat : 25413 (Common-Cleaner) S 25392 25395 24706 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36311341 19521036288 56298 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25415] ppid=25392 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/25395/task/25415/stat : 25415 (Timer-0) S 25392 25395 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36311423 19521036288 56298 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 225192 KiB

[startup+3.10561 s]
/proc/loadavg: 4.32 4.33 4.30 6/326 25415
/proc/meminfo: memFree=115814160/131382112 swapFree=33010684/33010684
[pid=25395] ppid=25392 vsize=19063512 memory=562228 CPUtime=5.68 cores=5,7
/proc/25395/stat : 25395 (java) S 25392 25395 24706 0 -1 4194304 20164 0 0 0 548 20 0 0 20 0 20 0 36311333 19521036288 140557 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
/proc/25395/statm: 4765878 140557 5473 1 0 553511 0
[pid=25395/tid=25397] ppid=25392 vsize=19063512 memory=14720 CPUtime=2.79 cores=5,7
/proc/25395/task/25397/stat : 25397 (java) R 25392 25395 24706 0 -1 4194368 6990 0 0 0 266 13 0 0 20 0 20 0 36311335 19521036288 140557 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25406] ppid=25392 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/25395/task/25406/stat : 25406 (Finalizer) S 25392 25395 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36311340 19521036288 140557 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25413] ppid=25392 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/25395/task/25413/stat : 25413 (Common-Cleaner) S 25392 25395 24706 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 36311341 19521036288 140557 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25415] ppid=25392 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/25395/task/25415/stat : 25415 (Timer-0) S 25392 25395 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36311423 19521036288 140557 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
Current children cumulated CPU time: 5.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 562228 KiB

[startup+6.30036 s]
/proc/loadavg: 4.29 4.32 4.30 5/326 25415
/proc/meminfo: memFree=115103792/131382112 swapFree=33010684/33010684
[pid=25395] ppid=25392 vsize=19063512 memory=1228180 CPUtime=9.41 cores=5,7
/proc/25395/stat : 25395 (java) S 25392 25395 24706 0 -1 4194304 21433 0 0 0 908 33 0 0 20 0 20 0 36311333 19521036288 307045 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
/proc/25395/statm: 4765878 307045 5473 1 0 553511 0
[pid=25395/tid=25397] ppid=25392 vsize=19063512 memory=0 CPUtime=5.81 cores=5,7
/proc/25395/task/25397/stat : 25397 (java) S 25392 25395 24706 0 -1 4194368 7635 0 0 0 556 25 0 0 20 0 20 0 36311335 19521036288 307045 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25406] ppid=25392 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/25395/task/25406/stat : 25406 (Finalizer) S 25392 25395 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36311340 19521036288 307045 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25413] ppid=25392 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/25395/task/25413/stat : 25413 (Common-Cleaner) S 25392 25395 24706 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 36311341 19521036288 307045 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25415] ppid=25392 vsize=19063512 memory=246144 CPUtime=0 cores=5,7
/proc/25395/task/25415/stat : 25415 (Timer-0) S 25392 25395 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36311423 19521036288 307045 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
Current children cumulated CPU time: 9.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1228180 KiB

[startup+12.7004 s]
/proc/loadavg: 4.27 4.32 4.29 5/326 25415
/proc/meminfo: memFree=113556388/131382112 swapFree=33010684/33010684
[pid=25395] ppid=25392 vsize=19063512 memory=2757280 CPUtime=16.57 cores=5,7
/proc/25395/stat : 25395 (java) S 25392 25395 24706 0 -1 4194304 23723 0 0 0 1593 64 0 0 20 0 20 0 36311333 19521036288 689320 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
/proc/25395/statm: 4765878 689320 5473 1 0 1090383 0
[pid=25395/tid=25397] ppid=25392 vsize=19063512 memory=246144 CPUtime=12.11 cores=5,7
/proc/25395/task/25397/stat : 25397 (java) R 25392 25395 24706 0 -1 4194368 8973 0 0 0 1156 55 0 0 20 0 20 0 36311335 19521036288 689320 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25406] ppid=25392 vsize=19063512 memory=2757280 CPUtime=0 cores=5,7
/proc/25395/task/25406/stat : 25406 (Finalizer) S 25392 25395 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36311340 19521036288 689320 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25413] ppid=25392 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/25395/task/25413/stat : 25413 (Common-Cleaner) S 25392 25395 24706 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36311341 19521036288 689320 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25415] ppid=25392 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/25395/task/25415/stat : 25415 (Timer-0) S 25392 25395 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36311423 19521036288 689320 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
Current children cumulated CPU time: 16.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2757280 KiB

[startup+25.5005 s]
/proc/loadavg: 4.36 4.34 4.30 5/326 25416
/proc/meminfo: memFree=112984208/131382112 swapFree=33010684/33010684
[pid=25395] ppid=25392 vsize=19063512 memory=3339028 CPUtime=29.39 cores=5,7
/proc/25395/stat : 25395 (java) S 25392 25395 24706 0 -1 4194304 27846 0 0 0 2861 78 0 0 20 0 20 0 36311333 19521036288 834757 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
/proc/25395/statm: 4765878 834757 5473 1 0 1090389 0
[pid=25395/tid=25397] ppid=25392 vsize=19063512 memory=0 CPUtime=24.73 cores=5,7
/proc/25395/task/25397/stat : 25397 (java) R 25392 25395 24706 0 -1 4194368 11343 0 0 0 2406 67 0 0 20 0 20 0 36311335 19521036288 834757 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25406] ppid=25392 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/25395/task/25406/stat : 25406 (Finalizer) S 25392 25395 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36311340 19521036288 834757 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25413] ppid=25392 vsize=19063512 memory=3332880 CPUtime=0 cores=5,7
/proc/25395/task/25413/stat : 25413 (Common-Cleaner) S 25392 25395 24706 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36311341 19521036288 834757 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25415] ppid=25392 vsize=19063512 memory=3253008 CPUtime=0 cores=5,7
/proc/25395/task/25415/stat : 25415 (Timer-0) S 25392 25395 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36311423 19521036288 834757 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
Current children cumulated CPU time: 29.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3339028 KiB

[startup+51.1136 s]
/proc/loadavg: 4.36 4.34 4.30 5/326 25483
/proc/meminfo: memFree=115774892/131382112 swapFree=33010684/33010684
[pid=25395] ppid=25392 vsize=19063512 memory=3339156 CPUtime=55.63 cores=5,7
/proc/25395/stat : 25395 (java) S 25392 25395 24706 0 -1 4194304 35424 0 0 0 5479 84 0 0 20 0 20 0 36311333 19521036288 834789 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
/proc/25395/statm: 4765878 834789 5473 1 0 1090389 0
[pid=25395/tid=25397] ppid=25392 vsize=19063512 memory=3339028 CPUtime=49.93 cores=5,7
/proc/25395/task/25397/stat : 25397 (java) R 25392 25395 24706 0 -1 4194368 13572 0 0 0 4924 69 0 0 20 0 20 0 36311335 19521036288 834789 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25406] ppid=25392 vsize=19063512 memory=3339156 CPUtime=0 cores=5,7
/proc/25395/task/25406/stat : 25406 (Finalizer) S 25392 25395 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36311340 19521036288 834789 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25413] ppid=25392 vsize=19063512 memory=3339156 CPUtime=0 cores=5,7
/proc/25395/task/25413/stat : 25413 (Common-Cleaner) S 25392 25395 24706 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36311341 19521036288 834789 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25415] ppid=25392 vsize=19063512 memory=527 CPUtime=0 cores=5,7

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

/proc/meminfo: memFree=108461612/131382112 swapFree=33010684/33010684
[pid=25395] ppid=25392 vsize=19063512 memory=4122660 CPUtime=3252.35 cores=5,7
/proc/25395/stat : 25395 (java) S 25392 25395 24706 0 -1 4194304 162961 0 0 0 324835 400 0 0 20 0 20 0 36311333 19521036288 1030665 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
/proc/25395/statm: 4765878 1030665 5505 1 0 1092176 0
[pid=25395/tid=25397] ppid=25392 vsize=19063512 memory=4112404 CPUtime=3172.16 cores=5,7
/proc/25395/task/25397/stat : 25397 (java) R 25392 25395 24706 0 -1 4194368 86675 0 0 0 317092 124 0 0 20 0 20 0 36311335 19521036288 1030665 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25406] ppid=25392 vsize=19063512 memory=4075404 CPUtime=0 cores=5,7
/proc/25395/task/25406/stat : 25406 (Finalizer) S 25392 25395 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36311340 19521036288 1030665 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25413] ppid=25392 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/25395/task/25413/stat : 25413 (Common-Cleaner) S 25392 25395 24706 0 -1 4194368 2536 0 0 0 0 0 0 0 20 0 20 0 36311341 19521036288 1030665 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25415] ppid=25392 vsize=19063512 memory=4112404 CPUtime=0 cores=5,7
/proc/25395/task/25415/stat : 25415 (Timer-0) S 25392 25395 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36311423 19521036288 1030665 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
Current children cumulated CPU time: 3252.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4122660 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.27 4.27 5/329 25782
/proc/meminfo: memFree=108427420/131382112 swapFree=33010684/33010684
[pid=25395] ppid=25392 vsize=19063512 memory=4143196 CPUtime=3313.06 cores=5,7
/proc/25395/stat : 25395 (java) S 25392 25395 24706 0 -1 4194304 166546 0 0 0 330900 406 0 0 20 0 20 0 36311333 19521036288 1035799 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
/proc/25395/statm: 4765878 1035799 5505 1 0 1092176 0
[pid=25395/tid=25397] ppid=25392 vsize=19063512 memory=4122660 CPUtime=3231.02 cores=5,7
/proc/25395/task/25397/stat : 25397 (java) R 25392 25395 24706 0 -1 4194368 89212 0 0 0 322976 126 0 0 20 0 20 0 36311335 19521036288 1035799 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25406] ppid=25392 vsize=19063512 memory=4122660 CPUtime=0 cores=5,7
/proc/25395/task/25406/stat : 25406 (Finalizer) S 25392 25395 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36311340 19521036288 1035799 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25413] ppid=25392 vsize=19063512 memory=6624 CPUtime=0 cores=5,7
/proc/25395/task/25413/stat : 25413 (Common-Cleaner) S 25392 25395 24706 0 -1 4194368 2666 0 0 0 0 0 0 0 20 0 20 0 36311341 19521036288 1035799 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25415] ppid=25392 vsize=19063512 memory=6660 CPUtime=0 cores=5,7
/proc/25395/task/25415/stat : 25415 (Timer-0) S 25392 25395 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36311423 19521036288 1035799 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
Current children cumulated CPU time: 3313.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4143196 KiB

[startup+3342.3 s]
/proc/loadavg: 4.99 4.48 4.35 5/329 25784
/proc/meminfo: memFree=108413992/131382112 swapFree=33010684/33010684
[pid=25395] ppid=25392 vsize=19063512 memory=4143196 CPUtime=3373.84 cores=5,7
/proc/25395/stat : 25395 (java) S 25392 25395 24706 0 -1 4194304 169783 0 0 0 336973 411 0 0 20 0 20 0 36311333 19521036288 1035799 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
/proc/25395/statm: 4765878 1035799 5505 1 0 1092188 0
[pid=25395/tid=25397] ppid=25392 vsize=19063512 memory=11264 CPUtime=3290.46 cores=5,7
/proc/25395/task/25397/stat : 25397 (java) R 25392 25395 24706 0 -1 4194368 91364 0 0 0 328919 127 0 0 20 0 20 0 36311335 19521036288 1035799 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25406] ppid=25392 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/25395/task/25406/stat : 25406 (Finalizer) S 25392 25395 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36311340 19521036288 1035799 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25413] ppid=25392 vsize=19063512 memory=4143196 CPUtime=0 cores=5,7
/proc/25395/task/25413/stat : 25413 (Common-Cleaner) S 25392 25395 24706 0 -1 4194368 2666 0 0 0 0 0 0 0 20 0 20 0 36311341 19521036288 1035799 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25415] ppid=25392 vsize=19063512 memory=4143196 CPUtime=0 cores=5,7
/proc/25395/task/25415/stat : 25415 (Timer-0) S 25392 25395 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36311423 19521036288 1035799 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
Current children cumulated CPU time: 3373.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4143196 KiB

[startup+3402.3 s]
/proc/loadavg: 4.51 4.44 4.34 5/329 25786
/proc/meminfo: memFree=108392412/131382112 swapFree=33010684/33010684
[pid=25395] ppid=25392 vsize=19063512 memory=4149352 CPUtime=3434.31 cores=5,7
/proc/25395/stat : 25395 (java) S 25392 25395 24706 0 -1 4194304 170127 0 0 0 343015 416 0 0 20 0 20 0 36311333 19521036288 1037338 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
/proc/25395/statm: 4765878 1037338 5505 1 0 1092188 0
[pid=25395/tid=25397] ppid=25392 vsize=19063512 memory=11264 CPUtime=3349.65 cores=5,7
/proc/25395/task/25397/stat : 25397 (java) R 25392 25395 24706 0 -1 4194368 91624 0 0 0 334837 128 0 0 20 0 20 0 36311335 19521036288 1037338 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25406] ppid=25392 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/25395/task/25406/stat : 25406 (Finalizer) S 25392 25395 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36311340 19521036288 1037338 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25413] ppid=25392 vsize=19063512 memory=4143196 CPUtime=0 cores=5,7
/proc/25395/task/25413/stat : 25413 (Common-Cleaner) S 25392 25395 24706 0 -1 4194368 2737 0 0 0 0 0 0 0 20 0 20 0 36311341 19521036288 1037338 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25415] ppid=25392 vsize=19063512 memory=4149352 CPUtime=0 cores=5,7
/proc/25395/task/25415/stat : 25415 (Timer-0) S 25392 25395 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36311423 19521036288 1037338 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
Current children cumulated CPU time: 3434.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4149352 KiB

[startup+3462.3 s]
/proc/loadavg: 4.41 4.42 4.34 5/330 25792
/proc/meminfo: memFree=108365716/131382112 swapFree=33010684/33010684
[pid=25395] ppid=25392 vsize=19063512 memory=4161644 CPUtime=3495.03 cores=5,7
/proc/25395/stat : 25395 (java) S 25392 25395 24706 0 -1 4194304 173443 0 0 0 349079 424 0 0 20 0 20 0 36311333 19521036288 1040411 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
/proc/25395/statm: 4765878 1040411 5505 1 0 1092188 0
[pid=25395/tid=25397] ppid=25392 vsize=19063512 memory=11264 CPUtime=3409.12 cores=5,7
/proc/25395/task/25397/stat : 25397 (java) R 25392 25395 24706 0 -1 4194368 93821 0 0 0 340783 129 0 0 20 0 20 0 36311335 19521036288 1040411 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25406] ppid=25392 vsize=19063512 memory=-6000919498409338733 CPUtime=0 cores=5,7
/proc/25395/task/25406/stat : 25406 (Finalizer) S 25392 25395 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36311340 19521036288 1040411 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25413] ppid=25392 vsize=19063512 memory=4161644 CPUtime=0 cores=5,7
/proc/25395/task/25413/stat : 25413 (Common-Cleaner) S 25392 25395 24706 0 -1 4194368 2737 0 0 0 0 0 0 0 20 0 20 0 36311341 19521036288 1040411 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25415] ppid=25392 vsize=19063512 memory=-6000919498409338733 CPUtime=0 cores=5,7
/proc/25395/task/25415/stat : 25415 (Timer-0) S 25392 25395 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36311423 19521036288 1040411 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
Current children cumulated CPU time: 3495.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4161644 KiB

[startup+3522.3 s]
/proc/loadavg: 4.41 4.41 4.34 6/329 25861
/proc/meminfo: memFree=107867164/131382112 swapFree=33010684/33010684
[pid=25395] ppid=25392 vsize=19063512 memory=4165748 CPUtime=3556 cores=5,7
/proc/25395/stat : 25395 (java) S 25392 25395 24706 0 -1 4194304 176886 0 0 0 355170 430 0 0 20 0 20 0 36311333 19521036288 1041437 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
/proc/25395/statm: 4765878 1041437 5505 1 0 1092197 0
[pid=25395/tid=25397] ppid=25392 vsize=19063512 memory=-6000919498409338733 CPUtime=3468.51 cores=5,7
/proc/25395/task/25397/stat : 25397 (java) R 25392 25395 24706 0 -1 4194368 96068 0 0 0 346719 132 0 0 20 0 20 0 36311335 19521036288 1041437 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25406] ppid=25392 vsize=19063512 memory=4157548 CPUtime=0 cores=5,7
/proc/25395/task/25406/stat : 25406 (Finalizer) S 25392 25395 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36311340 19521036288 1041437 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25413] ppid=25392 vsize=19063512 memory=4165748 CPUtime=0 cores=5,7
/proc/25395/task/25413/stat : 25413 (Common-Cleaner) S 25392 25395 24706 0 -1 4194368 2808 0 0 0 0 0 0 0 20 0 20 0 36311341 19521036288 1041437 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25415] ppid=25392 vsize=19063512 memory=6388 CPUtime=0 cores=5,7
/proc/25395/task/25415/stat : 25415 (Timer-0) S 25392 25395 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36311423 19521036288 1041437 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
Current children cumulated CPU time: 3556 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4165748 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3565.9 s]
/proc/loadavg: 4.40 4.40 4.34 5/329 25862
/proc/meminfo: memFree=106300304/131382112 swapFree=33010684/33010684
[pid=25395] ppid=25392 vsize=19063512 memory=4165748 CPUtime=3600.04 cores=5,7
/proc/25395/stat : 25395 (java) S 25392 25395 24706 0 -1 4194304 177103 0 0 0 359571 433 0 0 20 0 20 0 36311333 19521036288 1041437 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
/proc/25395/statm: 4765878 1041437 5505 1 0 1092197 0
[pid=25395/tid=25397] ppid=25392 vsize=19063512 memory=4165748 CPUtime=3511.75 cores=5,7
/proc/25395/task/25397/stat : 25397 (java) R 25392 25395 24706 0 -1 4194368 96193 0 0 0 351043 132 0 0 20 0 20 0 36311335 19521036288 1041437 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25406] ppid=25392 vsize=19063512 memory=4165748 CPUtime=0 cores=5,7
/proc/25395/task/25406/stat : 25406 (Finalizer) S 25392 25395 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36311340 19521036288 1041437 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25413] ppid=25392 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/25395/task/25413/stat : 25413 (Common-Cleaner) S 25392 25395 24706 0 -1 4194368 2881 0 0 0 0 0 0 0 20 0 20 0 36311341 19521036288 1041437 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25415] ppid=25392 vsize=19063512 memory=4165748 CPUtime=0 cores=5,7
/proc/25395/task/25415/stat : 25415 (Timer-0) S 25392 25395 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36311423 19521036288 1041437 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4165748 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.04 s, system=4.36138 s

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

[startup+3566.01 s]*
/proc/loadavg: 4.37 4.40 4.34 8/330 25865
/proc/meminfo: memFree=106208680/131382112 swapFree=33010684/33010684
[pid=25395] ppid=25392 vsize=19263204 memory=4166516 CPUtime=3600.25 cores=5,7
/proc/25395/stat : 25395 (java) S 25392 25395 24706 0 -1 4194304 179461 0 0 0 359592 433 0 0 20 0 21 0 36311333 19725520896 1041629 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
/proc/25395/statm: 4815801 1041629 5505 1 0 1093116 0
[pid=25395/tid=25397] ppid=25392 vsize=19263204 memory=4916 CPUtime=3511.87 cores=5,7
/proc/25395/task/25397/stat : 25397 (java) R 25392 25395 24706 0 -1 4194368 96231 0 0 0 351055 132 0 0 20 0 21 0 36311335 19725520896 1041629 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25406] ppid=25392 vsize=19263204 memory=6772 CPUtime=0 cores=5,7
/proc/25395/task/25406/stat : 25406 (Finalizer) S 25392 25395 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36311340 19725520896 1041629 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25413] ppid=25392 vsize=19263204 memory=-6000919477034837869 CPUtime=0 cores=5,7
/proc/25395/task/25413/stat : 25413 (Common-Cleaner) S 25392 25395 24706 0 -1 4194368 2881 0 0 0 0 0 0 0 20 0 21 0 36311341 19725520896 1041629 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
[pid=25395/tid=25864] ppid=25392 vsize=19263204 memory=6772 CPUtime=0.02 cores=5,7
/proc/25395/task/25864/stat : 25864 (Thread-0) R 25392 25395 24706 0 -1 4194368 473 0 0 0 2 0 0 0 20 0 21 0 36667925 19725520896 1041629 18446744073709551615 94484816580608 94484816584304 140726984467984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94484816592120 94484816592912 94484829945856 140726984472958 140726984473062 140726984473062 140726984478664 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4166516 KiB

Child status: 143

Real time (s): 3566.14
CPU time (s): 3600.4
CPU user time (s): 3596.04
CPU system time (s): 4.36138
CPU usage (%): 100.961
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4166516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.04
system time used= 4.36138
maximum resident set size= 4166772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179801
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123906
involuntary context switches= 15248


# summary of solver processes directly reported to runsolver:
#   pid: 25395
#   total CPU time (s): 3600.4
#   total CPU user time (s): 3596.04
#   total CPU system time (s): 4.36138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.9098 second user time and 35.1174 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-29 16:12:04
IDJOB=4511018
IDBENCH=160417
IDSOLVER=3361
FILE ID=nodeC001/4511018-1751206324
RUNJOBID= nodeC001-1751202826-24719
SLURM_JOB_ID= 9587614
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l080-r079-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511018-1751206324/watcher-4511018-1751206324 -o /tmp/evaluation-result-4511018-1751206324/solver-4511018-1751206324 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751202826-24719 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4511018-1751206324.opb

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

MD5SUM BENCH= fb8182fd0bba68f9e66fcd22263b2e3b
RANDOM SEED=1344597124

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        116304748 kB
MemAvailable:   115951056 kB
Buffers:            3280 kB
Cached:           456580 kB
SwapCached:            0 kB
Active:         14314516 kB
Inactive:         211608 kB
Active(anon):   14084224 kB
Inactive(anon):        0 kB
Active(file):     230292 kB
Inactive(file):   211608 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1412 kB
Writeback:            12 kB
AnonPages:      14069368 kB
Mapped:           122092 kB
Shmem:             17960 kB
KReclaimable:      86200 kB
Slab:             167428 kB
SReclaimable:      86200 kB
SUnreclaim:        81228 kB
KernelStack:        5008 kB
PageTables:        31196 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   15094300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13819904 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC001 at 2025-06-29 17:11:31