Trace number 4524212

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.19 3486.88

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-GolombRuler-a3v18-15_c18.opb
MD5SUM64dbfbfc0114f72138d7179eedb1d684
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark168
Best CPU time to get the best result obtained on this benchmark72002
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25846
Total number of constraints1501
Number of constraints which are clauses211
Number of constraints which are cardinality constraints (but not clauses)330
Number of constraints which are nor clauses,nor cardinality constraints960
Minimum length of a constraint1
Maximum length of a constraint232
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 513
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 25455
Number of bits of the biggest sum of numbers15
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.07	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.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ANY
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4524212-1751613260.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  objective function found
0.69/0.41	c ... done. Wall clock time 0.246s.
0.69/0.41	c declared #vars     25846
0.69/0.41	c #constraints  1816
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1170
0.69/0.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 330
0.69/0.41	c org.sat4j.pb.constraints.pb.UnitClausePB => 106
0.69/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 210
0.69/0.41	c 1816 constraints processed.
0.69/0.43	c objective function length is 8 literals
1277.90/1269.02	c cleaning 2412 clauses out of 5000
3473.64/3372.28	c cleaning 4045 clauses out of 8588
3600.06/3486.81	c starts		: 34
3600.06/3486.83	c conflicts		: 11338
3600.06/3486.83	c decisions		: 152510
3600.06/3486.83	c propagations		: 8656356
3600.06/3486.83	c inspects		: 796273633
3600.06/3486.83	c shortcuts		: 0
3600.06/3486.83	c learnt literals	: 0
3600.06/3486.83	c learnt binary clauses	: 0
3600.06/3486.83	c learnt ternary clauses	: 0
3600.06/3486.83	c learnt constraints	: 11337
3600.06/3486.83	c ignored constraints	: 0
3600.06/3486.83	c root simplifications	: 0
3600.06/3486.83	c removed literals (reason simplification)	: 0
3600.06/3486.83	c reason swapping (by a shorter reason)	: 0
3600.06/3486.83	c Calls to reduceDB	: 2
3600.06/3486.83	c Number of update (reduction) of LBD	: 0
3600.06/3486.83	c Imported unit clauses	: 0
3600.06/3486.83	c No decision after first conflict	: false
3600.06/3486.83	c number of reductions to clauses (during analyze)	: 0
3600.06/3486.83	c number of learned constraints concerned by reduction	: 0
3600.06/3486.83	c number of learning phase by resolution	: 0
3600.06/3486.83	c number of learning phase by cutting planes	: 0
3600.06/3486.83	c number of rounding to 1 operations	: 0
3600.06/3486.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3486.83	c number of reductions of the coefficients by power 2 	: 0
3600.06/3486.84	c number of right shift for reduction by power 2 	: 0
3600.06/3486.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3486.84	c number of ending skipping 	: 0
3600.06/3486.84	c number of internal skipping 	: 0
3600.06/3486.84	c number of derivation steps 	: 304779
3600.06/3486.84	c number of skipped derivation steps 	: 0
3600.06/3486.84	c number of remaining unassigned 	: 982544
3600.06/3486.84	c number of remaining assigned 	: 38347929
3600.06/3486.84	c number of falsified literals weakened from reason	: 0
3600.06/3486.84	c number of falsified literals weakened from conflict	: 0
3600.06/3486.84	c time for arithmetic operations	: 160007203028
3600.06/3486.84	c minimum degree of deleted constraints	: null
3600.06/3486.84	c maximum degree of deleted constraints	: null
3600.06/3486.84	c number of deleted constraints	: 0
3600.06/3486.84	c speed (assignments/second)	: 2482.886684518852
3600.06/3486.84	c non guided choices	: 1
3600.06/3486.85	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 4878
3600.06/3486.85	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2
3600.06/3486.85	s UNKNOWN
3600.06/3486.85	c Total wall clock time (in seconds): 3486.691

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524212-1751613260/watcher-4524212-1751613260 -o /tmp/evaluation-result-4524212-1751613260/solver-4524212-1751613260 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751606432-85237 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4524212-1751613260.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=86126, runsolver pid=86123
Current StackSize limit: 8192 KiB


[startup+0.100028 s]*
/proc/loadavg: 4.43 4.31 4.28 6/336 86144
/proc/meminfo: memFree=101130304/131249996 swapFree=33010160/33010684
[pid=86126] ppid=86123 vsize=18930384 memory=55464 CPUtime=0.13 cores=0,2
/proc/86126/stat : 86126 (java) S 86123 86126 85227 0 -1 4194304 6555 0 0 0 11 2 0 0 20 0 18 0 77004641 19384713216 13866 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
/proc/86126/statm: 4732596 13866 5319 1 0 547604 0
[pid=86126/tid=86128] ppid=86123 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/86126/task/86128/stat : 86128 (java) R 86123 86126 85227 0 -1 4194368 5052 0 0 0 6 1 0 0 20 0 18 0 77004642 19384713216 13866 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86137] ppid=86123 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/86126/task/86137/stat : 86137 (Finalizer) S 86123 86126 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77004644 19384713216 13866 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86144] ppid=86123 vsize=18930384 memory=61784027576291 CPUtime=0 cores=0,2
/proc/86126/task/86144/stat : 86144 (Common-Cleaner) S 86123 86126 85227 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 77004645 19384713216 13866 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55464 KiB

[startup+0.205721 s]*
/proc/loadavg: 4.43 4.31 4.28 11/337 86145
/proc/meminfo: memFree=101029480/131249996 swapFree=33010160/33010684
[pid=86126] ppid=86123 vsize=18930384 memory=66468 CPUtime=0.31 cores=0,2
/proc/86126/stat : 86126 (java) S 86123 86126 85227 0 -1 4194304 7119 0 0 0 29 2 0 0 20 0 18 0 77004641 19384713216 16617 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
/proc/86126/statm: 4732596 16617 5447 1 0 547977 0
[pid=86126/tid=86128] ppid=86123 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=0,2
/proc/86126/task/86128/stat : 86128 (java) R 86123 86126 85227 0 -1 4194368 5389 0 0 0 15 2 0 0 20 0 18 0 77004642 19384713216 16617 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86137] ppid=86123 vsize=18930384 memory=13937 CPUtime=0 cores=0,2
/proc/86126/task/86137/stat : 86137 (Finalizer) S 86123 86126 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77004644 19384713216 16617 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86144] ppid=86123 vsize=18930384 memory=60684515935208 CPUtime=0 cores=0,2
/proc/86126/task/86144/stat : 86144 (Common-Cleaner) S 86123 86126 85227 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 77004645 19384713216 16617 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66468 KiB

[startup+0.305717 s]*
/proc/loadavg: 4.43 4.31 4.28 7/337 86145
/proc/meminfo: memFree=100978628/131249996 swapFree=33010160/33010684
[pid=86126] ppid=86123 vsize=18930384 memory=122620 CPUtime=0.51 cores=0,2
/proc/86126/stat : 86126 (java) S 86123 86126 85227 0 -1 4194304 8945 0 0 0 47 4 0 0 20 0 18 0 77004641 19384713216 30655 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
/proc/86126/statm: 4732596 30655 5447 1 0 549147 0
[pid=86126/tid=86128] ppid=86123 vsize=18930384 memory=-6000919494231942759 CPUtime=0.26 cores=0,2
/proc/86126/task/86128/stat : 86128 (java) R 86123 86126 85227 0 -1 4194368 5418 0 0 0 23 3 0 0 20 0 18 0 77004642 19384713216 30655 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86137] ppid=86123 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/86126/task/86137/stat : 86137 (Finalizer) S 86123 86126 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77004644 19384713216 30655 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86144] ppid=86123 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/86126/task/86144/stat : 86144 (Common-Cleaner) S 86123 86126 85227 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 77004645 19384713216 30655 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 122620 KiB

[startup+0.700242 s]
/proc/loadavg: 4.43 4.31 4.28 7/339 86147
/proc/meminfo: memFree=100885880/131249996 swapFree=33010160/33010684
[pid=86126] ppid=86123 vsize=19063512 memory=183720 CPUtime=1.26 cores=0,2
/proc/86126/stat : 86126 (java) S 86123 86126 85227 0 -1 4194304 14691 0 0 0 120 6 0 0 20 0 20 0 77004641 19521036288 45930 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
/proc/86126/statm: 4765878 45930 5479 1 0 553418 0
[pid=86126/tid=86128] ppid=86123 vsize=19063512 memory=18560 CPUtime=0.56 cores=0,2
/proc/86126/task/86128/stat : 86128 (java) R 86123 86126 85227 0 -1 4194368 5559 0 0 0 52 4 0 0 20 0 20 0 77004642 19521036288 45930 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86137] ppid=86123 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/86126/task/86137/stat : 86137 (Finalizer) S 86123 86126 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77004644 19521036288 45930 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86144] ppid=86123 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/86126/task/86144/stat : 86144 (Common-Cleaner) S 86123 86126 85227 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77004645 19521036288 45930 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86147] ppid=86123 vsize=19063512 memory=4496 CPUtime=0 cores=0,2
/proc/86126/task/86147/stat : 86147 (Timer-0) S 86123 86126 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77004685 19521036288 45930 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183720 KiB

[startup+1.50028 s]
/proc/loadavg: 4.43 4.31 4.28 8/339 86147
/proc/meminfo: memFree=100670060/131249996 swapFree=33010160/33010684
[pid=86126] ppid=86123 vsize=19063512 memory=200040 CPUtime=2.84 cores=0,2
/proc/86126/stat : 86126 (java) S 86123 86126 85227 0 -1 4194304 15676 0 0 0 277 7 0 0 20 0 20 0 77004641 19521036288 50010 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
/proc/86126/statm: 4765878 50010 5511 1 0 554124 0
[pid=86126/tid=86128] ppid=86123 vsize=19063512 memory=0 CPUtime=1.27 cores=0,2
/proc/86126/task/86128/stat : 86128 (java) R 86123 86126 85227 0 -1 4194368 5574 0 0 0 123 4 0 0 20 0 20 0 77004642 19521036288 50010 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86137] ppid=86123 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/86126/task/86137/stat : 86137 (Finalizer) S 86123 86126 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77004644 19521036288 50010 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86144] ppid=86123 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/86126/task/86144/stat : 86144 (Common-Cleaner) S 86123 86126 85227 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77004645 19521036288 50010 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86147] ppid=86123 vsize=19063512 memory=4496 CPUtime=0 cores=0,2
/proc/86126/task/86147/stat : 86147 (Timer-0) S 86123 86126 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77004685 19521036288 50010 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 200040 KiB

[startup+3.10568 s]
/proc/loadavg: 4.56 4.34 4.29 7/339 86147
/proc/meminfo: memFree=99672908/131249996 swapFree=33010160/33010684
[pid=86126] ppid=86123 vsize=19063512 memory=450764 CPUtime=6.02 cores=0,2
/proc/86126/stat : 86126 (java) S 86123 86126 85227 0 -1 4194304 20056 0 0 0 589 13 0 0 20 0 20 0 77004641 19521036288 112691 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
/proc/86126/statm: 4765878 112691 5511 1 0 663479 0
[pid=86126/tid=86128] ppid=86123 vsize=19063512 memory=11136 CPUtime=2.76 cores=0,2
/proc/86126/task/86128/stat : 86128 (java) R 86123 86126 85227 0 -1 4194368 5682 0 0 0 268 8 0 0 20 0 20 0 77004642 19521036288 112691 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86137] ppid=86123 vsize=19063512 memory=-6000919494231942759 CPUtime=0 cores=0,2
/proc/86126/task/86137/stat : 86137 (Finalizer) S 86123 86126 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77004644 19521036288 112691 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86144] ppid=86123 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/86126/task/86144/stat : 86144 (Common-Cleaner) S 86123 86126 85227 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77004645 19521036288 112691 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86147] ppid=86123 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/86126/task/86147/stat : 86147 (Timer-0) S 86123 86126 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77004685 19521036288 112691 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 450764 KiB

[startup+6.30022 s]
/proc/loadavg: 4.56 4.34 4.29 8/341 86149
/proc/meminfo: memFree=97780312/131249996 swapFree=33010160/33010684
[pid=86126] ppid=86123 vsize=19063512 memory=1269292 CPUtime=10.5 cores=0,2
/proc/86126/stat : 86126 (java) S 86123 86126 85227 0 -1 4194304 26819 0 0 0 1021 29 0 0 20 0 20 0 77004641 19521036288 317323 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
/proc/86126/statm: 4765878 317323 5511 1 0 663484 0
[pid=86126/tid=86128] ppid=86123 vsize=19063512 memory=0 CPUtime=5.94 cores=0,2
/proc/86126/task/86128/stat : 86128 (java) R 86123 86126 85227 0 -1 4194368 7148 0 0 0 571 23 0 0 20 0 20 0 77004642 19521036288 317323 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86137] ppid=86123 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/86126/task/86137/stat : 86137 (Finalizer) S 86123 86126 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77004644 19521036288 317323 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86144] ppid=86123 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/86126/task/86144/stat : 86144 (Common-Cleaner) S 86123 86126 85227 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77004645 19521036288 317323 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86147] ppid=86123 vsize=19063512 memory=206380 CPUtime=0 cores=0,2
/proc/86126/task/86147/stat : 86147 (Timer-0) S 86123 86126 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77004685 19521036288 317323 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
Current children cumulated CPU time: 10.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1269292 KiB

[startup+12.7002 s]
/proc/loadavg: 4.59 4.35 4.30 6/341 86151
/proc/meminfo: memFree=97223872/131249996 swapFree=33010160/33010684
[pid=86126] ppid=86123 vsize=19063512 memory=1676896 CPUtime=17.05 cores=0,2
/proc/86126/stat : 86126 (java) S 86123 86126 85227 0 -1 4194304 28418 0 0 0 1669 36 0 0 20 0 20 0 77004641 19521036288 419224 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
/proc/86126/statm: 4765878 419224 5511 1 0 663491 0
[pid=86126/tid=86128] ppid=86123 vsize=19063512 memory=206380 CPUtime=12.19 cores=0,2
/proc/86126/task/86128/stat : 86128 (java) R 86123 86126 85227 0 -1 4194368 7488 0 0 0 1191 28 0 0 20 0 20 0 77004642 19521036288 419224 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86137] ppid=86123 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/86126/task/86137/stat : 86137 (Finalizer) S 86123 86126 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77004644 19521036288 419224 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86144] ppid=86123 vsize=19063512 memory=1676896 CPUtime=0 cores=0,2
/proc/86126/task/86144/stat : 86144 (Common-Cleaner) S 86123 86126 85227 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77004645 19521036288 419224 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86147] ppid=86123 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/86126/task/86147/stat : 86147 (Timer-0) S 86123 86126 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77004685 19521036288 419224 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
Current children cumulated CPU time: 17.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1676896 KiB

[startup+25.5002 s]
/proc/loadavg: 4.68 4.39 4.31 6/341 86151
/proc/meminfo: memFree=94372744/131249996 swapFree=33010160/33010684
[pid=86126] ppid=86123 vsize=19063512 memory=3075052 CPUtime=30.36 cores=0,2
/proc/86126/stat : 86126 (java) S 86123 86126 85227 0 -1 4194304 36347 0 0 0 2973 63 0 0 20 0 20 0 77004641 19521036288 768763 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
/proc/86126/statm: 4765878 768763 5511 1 0 1112605 0
[pid=86126/tid=86128] ppid=86123 vsize=19063512 memory=-6000919494231942759 CPUtime=24.89 cores=0,2
/proc/86126/task/86128/stat : 86128 (java) R 86123 86126 85227 0 -1 4194368 10124 0 0 0 2436 53 0 0 20 0 20 0 77004642 19521036288 768763 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86137] ppid=86123 vsize=19063512 memory=18560 CPUtime=0 cores=0,2
/proc/86126/task/86137/stat : 86137 (Finalizer) S 86123 86126 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77004644 19521036288 768763 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86144] ppid=86123 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/86126/task/86144/stat : 86144 (Common-Cleaner) S 86123 86126 85227 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77004645 19521036288 768763 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86147] ppid=86123 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/86126/task/86147/stat : 86147 (Timer-0) S 86123 86126 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77004685 19521036288 768763 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
Current children cumulated CPU time: 30.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3075052 KiB

[startup+51.1056 s]
/proc/loadavg: 4.52 4.37 4.30 7/341 86151
/proc/meminfo: memFree=91520156/131249996 swapFree=33010160/33010684
[pid=86126] ppid=86123 vsize=19063512 memory=3097736 CPUtime=56.52 cores=0,2
/proc/86126/stat : 86126 (java) S 86123 86126 85227 0 -1 4194304 45700 0 0 0 5587 65 0 0 20 0 20 0 77004641 19521036288 774434 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
/proc/86126/statm: 4765878 774434 5511 1 0 1112605 0
[pid=86126/tid=86128] ppid=86123 vsize=19063512 memory=3097736 CPUtime=50.23 cores=0,2
/proc/86126/task/86128/stat : 86128 (java) R 86123 86126 85227 0 -1 4194368 12152 0 0 0 4970 53 0 0 20 0 20 0 77004642 19521036288 774434 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86137] ppid=86123 vsize=19063512 memory=3075052 CPUtime=0 cores=0,2
/proc/86126/task/86137/stat : 86137 (Finalizer) S 86123 86126 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77004644 19521036288 774434 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86144] ppid=86123 vsize=19063512 memory=1676896 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=58908924/131249996 swapFree=33010160/33010684
[pid=86126] ppid=86123 vsize=19063512 memory=6992728 CPUtime=3184.96 cores=0,2
/proc/86126/stat : 86126 (java) S 86123 86126 85227 0 -1 4194304 224359 0 0 0 318193 303 0 0 20 0 20 0 77004641 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
/proc/86126/statm: 4765878 1748182 5575 1 0 1765633 0
[pid=86126/tid=86128] ppid=86123 vsize=19063512 memory=6992728 CPUtime=3069.77 cores=0,2
/proc/86126/task/86128/stat : 86128 (java) R 86123 86126 85227 0 -1 4194368 87909 0 0 0 306847 130 0 0 20 0 20 0 77004642 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86137] ppid=86123 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/86126/task/86137/stat : 86137 (Finalizer) S 86123 86126 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77004644 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86144] ppid=86123 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/86126/task/86144/stat : 86144 (Common-Cleaner) S 86123 86126 85227 0 -1 4194368 2324 0 0 0 0 0 0 0 20 0 20 0 77004645 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86147] ppid=86123 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/86126/task/86147/stat : 86147 (Timer-0) S 86123 86126 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77004685 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
Current children cumulated CPU time: 3184.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6992728 KiB

[startup+3162.3 s]
/proc/loadavg: 4.35 4.44 4.45 6/343 86454
/proc/meminfo: memFree=58908956/131249996 swapFree=33010160/33010684
[pid=86126] ppid=86123 vsize=19063512 memory=6992728 CPUtime=3245.32 cores=0,2
/proc/86126/stat : 86126 (java) S 86123 86126 85227 0 -1 4194304 229224 0 0 0 324227 305 0 0 20 0 20 0 77004641 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
/proc/86126/statm: 4765878 1748182 5575 1 0 1765633 0
[pid=86126/tid=86128] ppid=86123 vsize=19063512 memory=6992728 CPUtime=3129.09 cores=0,2
/proc/86126/task/86128/stat : 86128 (java) R 86123 86126 85227 0 -1 4194368 91212 0 0 0 312778 131 0 0 20 0 20 0 77004642 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86137] ppid=86123 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/86126/task/86137/stat : 86137 (Finalizer) S 86123 86126 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77004644 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86144] ppid=86123 vsize=19063512 memory=6992728 CPUtime=0 cores=0,2
/proc/86126/task/86144/stat : 86144 (Common-Cleaner) S 86123 86126 85227 0 -1 4194368 2395 0 0 0 0 0 0 0 20 0 20 0 77004645 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86147] ppid=86123 vsize=19063512 memory=6992728 CPUtime=0 cores=0,2
/proc/86126/task/86147/stat : 86147 (Timer-0) S 86123 86126 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77004685 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
Current children cumulated CPU time: 3245.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6992728 KiB

[startup+3222.3 s]
/proc/loadavg: 3.98 4.34 4.41 4/317 86490
/proc/meminfo: memFree=75846060/131249996 swapFree=33010160/33010684
[pid=86126] ppid=86123 vsize=19063512 memory=6992728 CPUtime=3312.41 cores=0,2
/proc/86126/stat : 86126 (java) S 86123 86126 85227 0 -1 4194304 234150 0 0 0 330929 312 0 0 20 0 20 0 77004641 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
/proc/86126/statm: 4765878 1748182 5575 1 0 1765633 0
[pid=86126/tid=86128] ppid=86123 vsize=19063512 memory=16496 CPUtime=3188.58 cores=0,2
/proc/86126/task/86128/stat : 86128 (java) R 86123 86126 85227 0 -1 4194368 93815 0 0 0 318727 131 0 0 20 0 20 0 77004642 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86137] ppid=86123 vsize=19063512 memory=6992728 CPUtime=0 cores=0,2
/proc/86126/task/86137/stat : 86137 (Finalizer) S 86123 86126 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77004644 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86144] ppid=86123 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/86126/task/86144/stat : 86144 (Common-Cleaner) S 86123 86126 85227 0 -1 4194368 2417 0 0 0 0 0 0 0 20 0 20 0 77004645 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86147] ppid=86123 vsize=19063512 memory=6992728 CPUtime=0 cores=0,2
/proc/86126/task/86147/stat : 86147 (Timer-0) S 86123 86126 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77004685 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
Current children cumulated CPU time: 3312.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6992728 KiB

[startup+3282.3 s]
/proc/loadavg: 3.53 4.14 4.34 4/316 86496
/proc/meminfo: memFree=75845956/131249996 swapFree=33010160/33010684
[pid=86126] ppid=86123 vsize=19063512 memory=6992728 CPUtime=3376.13 cores=0,2
/proc/86126/stat : 86126 (java) S 86123 86126 85227 0 -1 4194304 238817 0 0 0 337296 317 0 0 20 0 20 0 77004641 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
/proc/86126/statm: 4765878 1748182 5575 1 0 1765633 0
[pid=86126/tid=86128] ppid=86123 vsize=19063512 memory=16496 CPUtime=3248.09 cores=0,2
/proc/86126/task/86128/stat : 86128 (java) R 86123 86126 85227 0 -1 4194368 97331 0 0 0 324677 132 0 0 20 0 20 0 77004642 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86137] ppid=86123 vsize=19063512 memory=6992728 CPUtime=0 cores=0,2
/proc/86126/task/86137/stat : 86137 (Finalizer) S 86123 86126 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77004644 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86144] ppid=86123 vsize=19063512 memory=6992728 CPUtime=0 cores=0,2
/proc/86126/task/86144/stat : 86144 (Common-Cleaner) S 86123 86126 85227 0 -1 4194368 2417 0 0 0 0 0 0 0 20 0 20 0 77004645 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86147] ppid=86123 vsize=19063512 memory=12160 CPUtime=0 cores=0,2
/proc/86126/task/86147/stat : 86147 (Timer-0) S 86123 86126 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77004685 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
Current children cumulated CPU time: 3376.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6992728 KiB

[startup+3342.3 s]
/proc/loadavg: 3.44 3.99 4.27 5/318 86502
/proc/meminfo: memFree=75838160/131249996 swapFree=33010160/33010684
[pid=86126] ppid=86123 vsize=19063512 memory=6992728 CPUtime=3443.57 cores=0,2
/proc/86126/stat : 86126 (java) S 86123 86126 85227 0 -1 4194304 246181 0 0 0 344034 323 0 0 20 0 20 0 77004641 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
/proc/86126/statm: 4765878 1748182 5575 1 0 1765633 0
[pid=86126/tid=86128] ppid=86123 vsize=19063512 memory=6992728 CPUtime=3307.44 cores=0,2
/proc/86126/task/86128/stat : 86128 (java) R 86123 86126 85227 0 -1 4194368 101123 0 0 0 330612 132 0 0 20 0 20 0 77004642 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86137] ppid=86123 vsize=19063512 memory=6992728 CPUtime=0 cores=0,2
/proc/86126/task/86137/stat : 86137 (Finalizer) S 86123 86126 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77004644 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86144] ppid=86123 vsize=19063512 memory=18560 CPUtime=0 cores=0,2
/proc/86126/task/86144/stat : 86144 (Common-Cleaner) S 86123 86126 85227 0 -1 4194368 2462 0 0 0 0 0 0 0 20 0 20 0 77004645 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86147] ppid=86123 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/86126/task/86147/stat : 86147 (Timer-0) S 86123 86126 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77004685 19521036288 1748182 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
Current children cumulated CPU time: 3443.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6992728 KiB

[startup+3402.3 s]
/proc/loadavg: 3.22 3.83 4.19 4/319 86507
/proc/meminfo: memFree=75835524/131249996 swapFree=33010160/33010684
[pid=86126] ppid=86123 vsize=19130076 memory=6995544 CPUtime=3507.59 cores=0,2
/proc/86126/stat : 86126 (java) S 86123 86126 85227 0 -1 4194304 248675 0 0 0 350432 327 0 0 20 0 21 0 77004641 19589197824 1748886 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
/proc/86126/statm: 4782519 1748886 5575 1 0 1766711 0
[pid=86126/tid=86128] ppid=86123 vsize=19130076 memory=6992728 CPUtime=3366.78 cores=0,2
/proc/86126/task/86128/stat : 86128 (java) R 86123 86126 85227 0 -1 4194368 103401 0 0 0 336546 132 0 0 20 0 21 0 77004642 19589197824 1748886 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86137] ppid=86123 vsize=19130076 memory=16496 CPUtime=0 cores=0,2
/proc/86126/task/86137/stat : 86137 (Finalizer) S 86123 86126 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77004644 19589197824 1748886 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86144] ppid=86123 vsize=19130076 memory=18560 CPUtime=0 cores=0,2
/proc/86126/task/86144/stat : 86144 (Common-Cleaner) S 86123 86126 85227 0 -1 4194368 2477 0 0 0 0 0 0 0 20 0 21 0 77004645 19589197824 1748886 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86147] ppid=86123 vsize=19130076 memory=6995544 CPUtime=0 cores=0,2
/proc/86126/task/86147/stat : 86147 (Timer-0) S 86123 86126 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77004685 19589197824 1748886 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
Current children cumulated CPU time: 3507.59 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6995544 KiB

[startup+3462.3 s]
/proc/loadavg: 3.19 3.70 4.13 3/294 86544
/proc/meminfo: memFree=89190256/131249996 swapFree=33010160/33010684
[pid=86126] ppid=86123 vsize=19130076 memory=6995544 CPUtime=3575.45 cores=0,2
/proc/86126/stat : 86126 (java) S 86123 86126 85227 0 -1 4194304 253618 0 0 0 357211 334 0 0 20 0 21 0 77004641 19589197824 1748886 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
/proc/86126/statm: 4782519 1748886 5575 1 0 1766711 0
[pid=86126/tid=86128] ppid=86123 vsize=19130076 memory=6992728 CPUtime=3425.94 cores=0,2
/proc/86126/task/86128/stat : 86128 (java) R 86123 86126 85227 0 -1 4194368 106078 0 0 0 342462 132 0 0 20 0 21 0 77004642 19589197824 1748886 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86137] ppid=86123 vsize=19130076 memory=16496 CPUtime=0 cores=0,2
/proc/86126/task/86137/stat : 86137 (Finalizer) S 86123 86126 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77004644 19589197824 1748886 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86144] ppid=86123 vsize=19130076 memory=18560 CPUtime=0 cores=0,2
/proc/86126/task/86144/stat : 86144 (Common-Cleaner) S 86123 86126 85227 0 -1 4194368 2592 0 0 0 0 0 0 0 20 0 21 0 77004645 19589197824 1748886 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86147] ppid=86123 vsize=19130076 memory=6995544 CPUtime=0 cores=0,2
/proc/86126/task/86147/stat : 86147 (Timer-0) S 86123 86126 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77004685 19589197824 1748886 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
Current children cumulated CPU time: 3575.45 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6995544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3486.8 s]
/proc/loadavg: 2.85 3.58 4.08 3/294 86544
/proc/meminfo: memFree=89190264/131249996 swapFree=33010160/33010684
[pid=86126] ppid=86123 vsize=19130076 memory=6995544 CPUtime=3600.06 cores=0,2
/proc/86126/stat : 86126 (java) S 86123 86126 85227 0 -1 4194304 254889 0 0 0 359671 335 0 0 20 0 21 0 77004641 19589197824 1748886 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
/proc/86126/statm: 4782519 1748886 5575 1 0 1766711 0
[pid=86126/tid=86128] ppid=86123 vsize=19130076 memory=17456 CPUtime=3450.25 cores=0,2
/proc/86126/task/86128/stat : 86128 (java) R 86123 86126 85227 0 -1 4194368 107345 0 0 0 344892 133 0 0 20 0 21 0 77004642 19589197824 1748886 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86137] ppid=86123 vsize=19130076 memory=1792 CPUtime=0 cores=0,2
/proc/86126/task/86137/stat : 86137 (Finalizer) S 86123 86126 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77004644 19589197824 1748886 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86144] ppid=86123 vsize=19130076 memory=1920 CPUtime=0 cores=0,2
/proc/86126/task/86144/stat : 86144 (Common-Cleaner) S 86123 86126 85227 0 -1 4194368 2592 0 0 0 0 0 0 0 20 0 21 0 77004645 19589197824 1748886 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
[pid=86126/tid=86147] ppid=86123 vsize=19130076 memory=5632 CPUtime=0 cores=0,2
/proc/86126/task/86147/stat : 86147 (Timer-0) S 86123 86126 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77004685 19589197824 1748886 18446744073709551615 94629684240384 94629684244080 140724006663168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629684251896 94629684252688 94629690462208 140724006668670 140724006668774 140724006668774 140724006674376 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6995544 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.81 s, system=3.37533 s

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

Child status: 143

Real time (s): 3486.88
CPU time (s): 3600.19
CPU user time (s): 3596.81
CPU system time (s): 3.37533
CPU usage (%): 103.25
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 6995544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.81
system time used= 3.37533
maximum resident set size= 6996440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256327
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122874
involuntary context switches= 16803


# summary of solver processes directly reported to runsolver:
#   pid: 86126
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3596.81
#   total CPU system time (s): 3.37533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.8461 second user time and 17.1397 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-04 09:14:20
IDJOB=4524212
IDBENCH=180627
IDSOLVER=3361
FILE ID=nodeC032/4524212-1751613260
RUNJOBID= nodeC032-1751606432-85237
SLURM_JOB_ID= 9598894
Free space on /tmp= 428944 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-GolombRuler-a3v18-15_c18.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524212-1751613260/watcher-4524212-1751613260 -o /tmp/evaluation-result-4524212-1751613260/solver-4524212-1751613260 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751606432-85237 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4524212-1751613260.opb

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

MD5SUM BENCH= 64dbfbfc0114f72138d7179eedb1d684
RANDOM SEED=509206011

nodeC032 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.805
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.69
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		: 3599.849
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.69
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		: 3436.290
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.832
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.69
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.845
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.69
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.838
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.69
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		: 3599.567
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.427
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        101237836 kB
MemAvailable:   119364032 kB
Buffers:            2728 kB
Cached:         18804072 kB
SwapCached:           20 kB
Active:         10725204 kB
Inactive:       18434576 kB
Active(anon):   10367904 kB
Inactive(anon):     3124 kB
Active(file):     357300 kB
Inactive(file): 18431452 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46608 kB
Writeback:             0 kB
AnonPages:      10356020 kB
Mapped:           124080 kB
Shmem:             18048 kB
KReclaimable:     353368 kB
Slab:             447736 kB
SReclaimable:     353368 kB
SUnreclaim:        94368 kB
KernelStack:        5012 kB
PageTables:        23636 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   21722304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10135552 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 428832 MiB
End job on nodeC032 at 2025-07-04 10:12:27