Trace number 4513336

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.25 3564.61

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x150split.opb
MD5SUMa95ffdb987ab7b28268efdc4e16ef22d
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 benchmark57.2881
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1501
Total number of constraints751
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)751
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
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.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.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ANY
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4513336-1751214619.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.32/0.23	c ... done. Wall clock time 0.076s.
0.32/0.23	c declared #vars     1501
0.32/0.23	c #constraints  1502
0.32/0.23	c constraints type 
0.32/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.32/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1500
0.32/0.23	c 1502 constraints processed.
1.86/1.07	c cleaning 2447 clauses out of 5000
4.42/2.34	c cleaning 4191 clauses out of 8554
6.56/4.24	c cleaning 5631 clauses out of 11363
12.99/9.20	c cleaning 6810 clauses out of 13733
17.90/13.92	c cleaning 7958 clauses out of 15921
26.35/21.78	c cleaning 8966 clauses out of 17965
39.99/35.16	c cleaning 9951 clauses out of 19997
55.14/50.07	c cleaning 11015 clauses out of 22048
66.55/61.29	c cleaning 11966 clauses out of 24031
126.94/121.20	c cleaning 13024 clauses out of 26065
222.65/216.72	c cleaning 14009 clauses out of 28041
326.76/320.51	c cleaning 14951 clauses out of 30033
442.71/435.55	c cleaning 16020 clauses out of 32082
596.54/588.01	c cleaning 16995 clauses out of 34062
799.91/789.84	c cleaning 17951 clauses out of 36067
1040.36/1027.04	c cleaning 19009 clauses out of 38117
1374.71/1356.41	c cleaning 19983 clauses out of 40109
2141.20/2119.87	c cleaning 21023 clauses out of 42123
2630.45/2606.81	c cleaning 21968 clauses out of 44102
2761.98/2733.62	c cleaning 22989 clauses out of 46132
3600.05/3564.51	c starts		: 134
3600.05/3564.53	c conflicts		: 312122
3600.05/3564.53	c decisions		: 406762
3600.05/3564.53	c propagations		: 2808504
3600.05/3564.53	c inspects		: 5847999108
3600.05/3564.53	c shortcuts		: 0
3600.05/3564.53	c learnt literals	: 0
3600.05/3564.53	c learnt binary clauses	: 0
3600.05/3564.53	c learnt ternary clauses	: 0
3600.05/3564.53	c learnt constraints	: 312122
3600.05/3564.53	c ignored constraints	: 0
3600.05/3564.53	c root simplifications	: 0
3600.05/3564.53	c removed literals (reason simplification)	: 0
3600.05/3564.53	c reason swapping (by a shorter reason)	: 0
3600.05/3564.53	c Calls to reduceDB	: 20
3600.05/3564.53	c Number of update (reduction) of LBD	: 0
3600.05/3564.53	c Imported unit clauses	: 0
3600.05/3564.53	c No decision after first conflict	: false
3600.05/3564.54	c number of reductions to clauses (during analyze)	: 0
3600.05/3564.54	c number of learned constraints concerned by reduction	: 0
3600.05/3564.54	c number of learning phase by resolution	: 0
3600.05/3564.54	c number of learning phase by cutting planes	: 0
3600.05/3564.54	c number of rounding to 1 operations	: 0
3600.05/3564.54	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3564.54	c number of reductions of the coefficients by power 2 	: 0
3600.05/3564.54	c number of right shift for reduction by power 2 	: 0
3600.05/3564.54	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3564.54	c number of ending skipping 	: 0
3600.05/3564.54	c number of internal skipping 	: 0
3600.05/3564.54	c number of derivation steps 	: 1425714
3600.05/3564.54	c number of skipped derivation steps 	: 0
3600.05/3564.54	c number of remaining unassigned 	: 90516
3600.05/3564.54	c number of remaining assigned 	: 24587064
3600.05/3564.54	c number of falsified literals weakened from reason	: 0
3600.05/3564.54	c number of falsified literals weakened from conflict	: 0
3600.05/3564.54	c time for arithmetic operations	: 24836668325
3600.05/3564.54	c minimum degree of deleted constraints	: null
3600.05/3564.55	c maximum degree of deleted constraints	: null
3600.05/3564.55	c number of deleted constraints	: 0
3600.05/3564.55	c speed (assignments/second)	: 787.9505599252591
3600.05/3564.55	c non guided choices	: 15905
3600.05/3564.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1993
3600.05/3564.58	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 42597
3600.05/3564.58	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 675
3600.05/3564.59	s UNKNOWN
3600.05/3564.59	c Total wall clock time (in seconds): 3564.436

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513336-1751214619/watcher-4513336-1751214619 -o /tmp/evaluation-result-4513336-1751214619/solver-4513336-1751214619 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751207447-27122 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4513336-1751214619.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=28215, runsolver pid=28212

[startup+0.100058 s]*
/proc/loadavg: 4.19 4.16 4.13 6/338 28233
/proc/meminfo: memFree=123816536/131250000 swapFree=33010684/33010684
[pid=28215] ppid=28212 vsize=18930384 memory=57752 CPUtime=0.13 cores=0,2
/proc/28215/stat : 28215 (java) S 28212 28215 27112 0 -1 4194304 6576 0 0 0 11 2 0 0 20 0 18 0 37084448 19384713216 14438 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
/proc/28215/statm: 4732596 14438 5329 1 0 547619 0
[pid=28215/tid=28217] ppid=28212 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/28215/task/28217/stat : 28217 (java) R 28212 28215 27112 0 -1 4194368 5074 0 0 0 6 1 0 0 20 0 18 0 37084449 19384713216 14438 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28226] ppid=28212 vsize=18930384 memory=237112656212 CPUtime=0 cores=0,2
/proc/28215/task/28226/stat : 28226 (Finalizer) S 28212 28215 27112 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37084452 19384713216 14438 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28233] ppid=28212 vsize=18930384 memory=60684515937227 CPUtime=0 cores=0,2
/proc/28215/task/28233/stat : 28233 (Common-Cleaner) S 28212 28215 27112 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37084452 19384713216 14438 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57752 KiB

[startup+0.205737 s]*
/proc/loadavg: 4.19 4.16 4.13 7/338 28233
/proc/meminfo: memFree=123798136/131250000 swapFree=33010684/33010684
[pid=28215] ppid=28212 vsize=18930384 memory=78748 CPUtime=0.32 cores=0,2
/proc/28215/stat : 28215 (java) S 28212 28215 27112 0 -1 4194304 7137 0 0 0 30 2 0 0 20 0 18 0 37084448 19384713216 19687 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
/proc/28215/statm: 4732596 19687 5425 1 0 547996 0
[pid=28215/tid=28217] ppid=28212 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/28215/task/28217/stat : 28217 (java) R 28212 28215 27112 0 -1 4194368 5369 0 0 0 15 2 0 0 20 0 18 0 37084449 19384713216 19687 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28226] ppid=28212 vsize=18930384 memory=16124 CPUtime=0 cores=0,2
/proc/28215/task/28226/stat : 28226 (Finalizer) S 28212 28215 27112 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37084452 19384713216 19687 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28233] ppid=28212 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/28215/task/28233/stat : 28233 (Common-Cleaner) S 28212 28215 27112 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37084452 19384713216 19687 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 78748 KiB

[startup+0.305689 s]*
/proc/loadavg: 4.19 4.16 4.13 7/339 28234
/proc/meminfo: memFree=123777720/131250000 swapFree=33010684/33010684
[pid=28215] ppid=28212 vsize=18996948 memory=96664 CPUtime=0.51 cores=0,2
/proc/28215/stat : 28215 (java) S 28212 28215 27112 0 -1 4194304 7505 0 0 0 48 3 0 0 20 0 19 0 37084448 19452874752 24166 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
/proc/28215/statm: 4749237 24166 5457 1 0 548446 0
[pid=28215/tid=28217] ppid=28212 vsize=18996948 memory=-6000919498543621229 CPUtime=0.25 cores=0,2
/proc/28215/task/28217/stat : 28217 (java) R 28212 28215 27112 0 -1 4194368 5476 0 0 0 23 2 0 0 20 0 19 0 37084449 19452874752 24166 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28226] ppid=28212 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/28215/task/28226/stat : 28226 (Finalizer) S 28212 28215 27112 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37084452 19452874752 24166 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28233] ppid=28212 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/28215/task/28233/stat : 28233 (Common-Cleaner) S 28212 28215 27112 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37084452 19452874752 24166 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28234] ppid=28212 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/28215/task/28234/stat : 28234 (Timer-0) S 28212 28215 27112 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37084472 19452874752 24166 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 96664 KiB

[startup+0.700265 s]
/proc/loadavg: 4.19 4.16 4.13 6/340 28235
/proc/meminfo: memFree=123717856/131250000 swapFree=33010684/33010684
[pid=28215] ppid=28212 vsize=19063512 memory=169132 CPUtime=1.26 cores=0,2
/proc/28215/stat : 28215 (java) S 28212 28215 27112 0 -1 4194304 10603 0 0 0 121 5 0 0 20 0 20 0 37084448 19521036288 42283 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
/proc/28215/statm: 4765878 42283 5489 1 0 550156 0
[pid=28215/tid=28217] ppid=28212 vsize=19063512 memory=17408 CPUtime=0.61 cores=0,2
/proc/28215/task/28217/stat : 28217 (java) R 28212 28215 27112 0 -1 4194368 5540 0 0 0 58 3 0 0 20 0 20 0 37084449 19521036288 42283 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28226] ppid=28212 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/28215/task/28226/stat : 28226 (Finalizer) S 28212 28215 27112 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 42283 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28233] ppid=28212 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/28215/task/28233/stat : 28233 (Common-Cleaner) S 28212 28215 27112 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 42283 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28234] ppid=28212 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/28215/task/28234/stat : 28234 (Timer-0) S 28212 28215 27112 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37084472 19521036288 42283 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169132 KiB

[startup+1.50027 s]
/proc/loadavg: 4.19 4.16 4.13 6/340 28235
/proc/meminfo: memFree=123611492/131250000 swapFree=33010684/33010684
[pid=28215] ppid=28212 vsize=19063512 memory=482656 CPUtime=2.83 cores=0,2
/proc/28215/stat : 28215 (java) S 28212 28215 27112 0 -1 4194304 23784 0 0 0 271 12 0 0 20 0 20 0 37084448 19521036288 120664 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
/proc/28215/statm: 4765878 120664 5489 1 0 555733 0
[pid=28215/tid=28217] ppid=28212 vsize=19063512 memory=10752 CPUtime=1.36 cores=0,2
/proc/28215/task/28217/stat : 28217 (java) R 28212 28215 27112 0 -1 4194368 5976 0 0 0 129 7 0 0 20 0 20 0 37084449 19521036288 120664 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28226] ppid=28212 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/28215/task/28226/stat : 28226 (Finalizer) S 28212 28215 27112 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 120664 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28233] ppid=28212 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/28215/task/28233/stat : 28233 (Common-Cleaner) S 28212 28215 27112 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 120664 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28234] ppid=28212 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/28215/task/28234/stat : 28234 (Timer-0) S 28212 28215 27112 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37084472 19521036288 120664 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 482656 KiB

[startup+3.10551 s]
/proc/loadavg: 4.19 4.16 4.13 5/340 28235
/proc/meminfo: memFree=121951384/131250000 swapFree=33010684/33010684
[pid=28215] ppid=28212 vsize=19063512 memory=1714520 CPUtime=5.46 cores=0,2
/proc/28215/stat : 28215 (java) S 28212 28215 27112 0 -1 4194304 29375 0 0 0 509 37 0 0 20 0 20 0 37084448 19521036288 428630 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
/proc/28215/statm: 4765878 428630 5489 1 0 800170 0
[pid=28215/tid=28217] ppid=28212 vsize=19063512 memory=10752 CPUtime=2.95 cores=0,2
/proc/28215/task/28217/stat : 28217 (java) R 28212 28215 27112 0 -1 4194368 7654 0 0 0 263 32 0 0 20 0 20 0 37084449 19521036288 428630 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28226] ppid=28212 vsize=19063512 memory=-6000919498543621229 CPUtime=0 cores=0,2
/proc/28215/task/28226/stat : 28226 (Finalizer) S 28212 28215 27112 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 428630 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28233] ppid=28212 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/28215/task/28233/stat : 28233 (Common-Cleaner) S 28212 28215 27112 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 428630 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28234] ppid=28212 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/28215/task/28234/stat : 28234 (Timer-0) S 28212 28215 27112 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37084472 19521036288 428630 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
Current children cumulated CPU time: 5.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1714520 KiB

[startup+6.30022 s]
/proc/loadavg: 4.25 4.17 4.13 5/340 28235
/proc/meminfo: memFree=121255072/131250000 swapFree=33010684/33010684
[pid=28215] ppid=28212 vsize=19063512 memory=2037140 CPUtime=10.1 cores=0,2
/proc/28215/stat : 28215 (java) S 28212 28215 27112 0 -1 4194304 32036 0 0 0 967 43 0 0 20 0 20 0 37084448 19521036288 509285 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
/proc/28215/statm: 4765878 509285 5489 1 0 800476 0
[pid=28215/tid=28217] ppid=28212 vsize=19063512 memory=0 CPUtime=6.1 cores=0,2
/proc/28215/task/28217/stat : 28217 (java) R 28212 28215 27112 0 -1 4194368 8032 0 0 0 573 37 0 0 20 0 20 0 37084449 19521036288 509285 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28226] ppid=28212 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/28215/task/28226/stat : 28226 (Finalizer) S 28212 28215 27112 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 509285 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28233] ppid=28212 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/28215/task/28233/stat : 28233 (Common-Cleaner) S 28212 28215 27112 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 509285 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28234] ppid=28212 vsize=19063512 memory=484712 CPUtime=0 cores=0,2
/proc/28215/task/28234/stat : 28234 (Timer-0) S 28212 28215 27112 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37084472 19521036288 509285 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
Current children cumulated CPU time: 10.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2037140 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.17 4.13 5/340 28235
/proc/meminfo: memFree=120641240/131250000 swapFree=33010684/33010684
[pid=28215] ppid=28212 vsize=19063512 memory=2037268 CPUtime=16.67 cores=0,2
/proc/28215/stat : 28215 (java) S 28212 28215 27112 0 -1 4194304 32618 0 0 0 1623 44 0 0 20 0 20 0 37084448 19521036288 509317 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
/proc/28215/statm: 4765878 509317 5489 1 0 800480 0
[pid=28215/tid=28217] ppid=28212 vsize=19063512 memory=484712 CPUtime=12.36 cores=0,2
/proc/28215/task/28217/stat : 28217 (java) R 28212 28215 27112 0 -1 4194368 8436 0 0 0 1199 37 0 0 20 0 20 0 37084449 19521036288 509317 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28226] ppid=28212 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/28215/task/28226/stat : 28226 (Finalizer) S 28212 28215 27112 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 509317 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28233] ppid=28212 vsize=19063512 memory=2037268 CPUtime=0 cores=0,2
/proc/28215/task/28233/stat : 28233 (Common-Cleaner) S 28212 28215 27112 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 509317 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28234] ppid=28212 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/28215/task/28234/stat : 28234 (Timer-0) S 28212 28215 27112 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37084472 19521036288 509317 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
Current children cumulated CPU time: 16.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2037268 KiB

[startup+25.5003 s]
/proc/loadavg: 4.25 4.17 4.13 5/340 28236
/proc/meminfo: memFree=120481320/131250000 swapFree=33010684/33010684
[pid=28215] ppid=28212 vsize=19063512 memory=2041828 CPUtime=30.23 cores=0,2
/proc/28215/stat : 28215 (java) S 28212 28215 27112 0 -1 4194304 41422 0 0 0 2977 46 0 0 20 0 20 0 37084448 19521036288 510457 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
/proc/28215/statm: 4765878 510457 5489 1 0 800496 0
[pid=28215/tid=28217] ppid=28212 vsize=19063512 memory=10752 CPUtime=24.89 cores=0,2
/proc/28215/task/28217/stat : 28217 (java) R 28212 28215 27112 0 -1 4194368 10751 0 0 0 2451 38 0 0 20 0 20 0 37084449 19521036288 510457 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28226] ppid=28212 vsize=19063512 memory=2037268 CPUtime=0 cores=0,2
/proc/28215/task/28226/stat : 28226 (Finalizer) S 28212 28215 27112 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 510457 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28233] ppid=28212 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/28215/task/28233/stat : 28233 (Common-Cleaner) S 28212 28215 27112 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 510457 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28234] ppid=28212 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/28215/task/28234/stat : 28234 (Timer-0) S 28212 28215 27112 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37084472 19521036288 510457 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
Current children cumulated CPU time: 30.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2041828 KiB

[startup+51.1057 s]
/proc/loadavg: 4.24 4.18 4.13 5/340 28236
/proc/meminfo: memFree=119743560/131250000 swapFree=33010684/33010684
[pid=28215] ppid=28212 vsize=19063512 memory=2081184 CPUtime=56.25 cores=0,2
/proc/28215/stat : 28215 (java) S 28212 28215 27112 0 -1 4194304 49165 0 0 0 5576 49 0 0 20 0 20 0 37084448 19521036288 520296 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
/proc/28215/statm: 4765878 520296 5489 1 0 800496 0
[pid=28215/tid=28217] ppid=28212 vsize=19063512 memory=2081184 CPUtime=49.85 cores=0,2
/proc/28215/task/28217/stat : 28217 (java) R 28212 28215 27112 0 -1 4194368 13442 0 0 0 4947 38 0 0 20 0 20 0 37084449 19521036288 520296 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28226] ppid=28212 vsize=19063512 memory=2066604 CPUtime=0 cores=0,2

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

/proc/28215/task/28226/stat : 28226 (Finalizer) S 28212 28215 27112 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 879342 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28233] ppid=28212 vsize=19063512 memory=3517368 CPUtime=0 cores=0,2
/proc/28215/task/28233/stat : 28233 (Common-Cleaner) S 28212 28215 27112 0 -1 4194368 1639 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 879342 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28234] ppid=28212 vsize=19063512 memory=-6000919498543621229 CPUtime=0 cores=0,2
/proc/28215/task/28234/stat : 28234 (Timer-0) S 28212 28215 27112 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37084472 19521036288 879342 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
Current children cumulated CPU time: 3196.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3517368 KiB

[startup+3222.3 s]
/proc/loadavg: 3.75 4.37 4.45 4/316 28446
/proc/meminfo: memFree=114604132/131250000 swapFree=33010684/33010684
[pid=28215] ppid=28212 vsize=19063512 memory=3533752 CPUtime=3256.14 cores=0,2
/proc/28215/stat : 28215 (java) S 28212 28215 27112 0 -1 4194304 136620 0 0 0 325407 207 0 0 20 0 20 0 37084448 19521036288 883438 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
/proc/28215/statm: 4765878 883438 5521 1 0 936266 0
[pid=28215/tid=28217] ppid=28212 vsize=19063512 memory=3482548 CPUtime=3185.59 cores=0,2
/proc/28215/task/28217/stat : 28217 (java) R 28212 28215 27112 0 -1 4194368 57502 0 0 0 318494 65 0 0 20 0 20 0 37084449 19521036288 883438 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28226] ppid=28212 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/28215/task/28226/stat : 28226 (Finalizer) S 28212 28215 27112 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 883438 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28233] ppid=28212 vsize=19063512 memory=3525560 CPUtime=0 cores=0,2
/proc/28215/task/28233/stat : 28233 (Common-Cleaner) S 28212 28215 27112 0 -1 4194368 1643 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 883438 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28234] ppid=28212 vsize=19063512 memory=3531704 CPUtime=0 cores=0,2
/proc/28215/task/28234/stat : 28234 (Timer-0) S 28212 28215 27112 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37084472 19521036288 883438 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
Current children cumulated CPU time: 3256.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3533752 KiB

[startup+3282.3 s]
/proc/loadavg: 3.59 4.21 4.39 4/315 28448
/proc/meminfo: memFree=114587372/131250000 swapFree=33010684/33010684
[pid=28215] ppid=28212 vsize=19063512 memory=3550140 CPUtime=3316.59 cores=0,2
/proc/28215/stat : 28215 (java) S 28212 28215 27112 0 -1 4194304 137736 0 0 0 331449 210 0 0 20 0 20 0 37084448 19521036288 887535 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
/proc/28215/statm: 4765878 887535 5521 1 0 936266 0
[pid=28215/tid=28217] ppid=28212 vsize=19063512 memory=3543992 CPUtime=3244.99 cores=0,2
/proc/28215/task/28217/stat : 28217 (java) R 28212 28215 27112 0 -1 4194368 58448 0 0 0 324434 65 0 0 20 0 20 0 37084449 19521036288 887535 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28226] ppid=28212 vsize=19063512 memory=3539896 CPUtime=0 cores=0,2
/proc/28215/task/28226/stat : 28226 (Finalizer) S 28212 28215 27112 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 887535 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28233] ppid=28212 vsize=19063512 memory=3548092 CPUtime=0 cores=0,2
/proc/28215/task/28233/stat : 28233 (Common-Cleaner) S 28212 28215 27112 0 -1 4194368 1643 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 887535 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28234] ppid=28212 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/28215/task/28234/stat : 28234 (Timer-0) S 28212 28215 27112 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37084472 19521036288 887535 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
Current children cumulated CPU time: 3316.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3550140 KiB

[startup+3342.3 s]
/proc/loadavg: 2.86 3.89 4.26 3/290 28483
/proc/meminfo: memFree=119724692/131250000 swapFree=33010684/33010684
[pid=28215] ppid=28212 vsize=19063512 memory=3576764 CPUtime=3377.31 cores=0,2
/proc/28215/stat : 28215 (java) S 28212 28215 27112 0 -1 4194304 140451 0 0 0 337517 214 0 0 20 0 20 0 37084448 19521036288 894191 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
/proc/28215/statm: 4765878 894191 5521 1 0 936266 0
[pid=28215/tid=28217] ppid=28212 vsize=19063512 memory=14848 CPUtime=3304.24 cores=0,2
/proc/28215/task/28217/stat : 28217 (java) R 28212 28215 27112 0 -1 4194368 59957 0 0 0 330359 65 0 0 20 0 20 0 37084449 19521036288 894191 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28226] ppid=28212 vsize=19063512 memory=4426647674787884702 CPUtime=0 cores=0,2
/proc/28215/task/28226/stat : 28226 (Finalizer) S 28212 28215 27112 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 894191 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28233] ppid=28212 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/28215/task/28233/stat : 28233 (Common-Cleaner) S 28212 28215 27112 0 -1 4194368 1643 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 894191 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28234] ppid=28212 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/28215/task/28234/stat : 28234 (Timer-0) S 28212 28215 27112 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37084472 19521036288 894191 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
Current children cumulated CPU time: 3377.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3576764 KiB

[startup+3402.3 s]
/proc/loadavg: 2.51 3.61 4.14 3/289 28485
/proc/meminfo: memFree=119708368/131250000 swapFree=33010684/33010684
[pid=28215] ppid=28212 vsize=19063512 memory=3589052 CPUtime=3437.43 cores=0,2
/proc/28215/stat : 28215 (java) S 28212 28215 27112 0 -1 4194304 142408 0 0 0 343526 217 0 0 20 0 20 0 37084448 19521036288 897263 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
/proc/28215/statm: 4765878 897263 5521 1 0 936266 0
[pid=28215/tid=28217] ppid=28212 vsize=19063512 memory=3574716 CPUtime=3363.77 cores=0,2
/proc/28215/task/28217/stat : 28217 (java) R 28212 28215 27112 0 -1 4194368 61009 0 0 0 336311 66 0 0 20 0 20 0 37084449 19521036288 897263 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28226] ppid=28212 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/28215/task/28226/stat : 28226 (Finalizer) S 28212 28215 27112 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 897263 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28233] ppid=28212 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/28215/task/28233/stat : 28233 (Common-Cleaner) S 28212 28215 27112 0 -1 4194368 1701 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 897263 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28234] ppid=28212 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/28215/task/28234/stat : 28234 (Timer-0) S 28212 28215 27112 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37084472 19521036288 897263 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
Current children cumulated CPU time: 3437.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3589052 KiB

[startup+3462.3 s]
/proc/loadavg: 2.06 3.29 4.00 2/264 28521
/proc/meminfo: memFree=126488976/131250000 swapFree=33010684/33010684
[pid=28215] ppid=28212 vsize=19063512 memory=3597244 CPUtime=3497.57 cores=0,2
/proc/28215/stat : 28215 (java) S 28212 28215 27112 0 -1 4194304 142768 0 0 0 349537 220 0 0 20 0 20 0 37084448 19521036288 899311 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
/proc/28215/statm: 4765878 899311 5521 1 0 936266 0
[pid=28215/tid=28217] ppid=28212 vsize=19063512 memory=3574716 CPUtime=3423.29 cores=0,2
/proc/28215/task/28217/stat : 28217 (java) R 28212 28215 27112 0 -1 4194368 61280 0 0 0 342263 66 0 0 20 0 20 0 37084449 19521036288 899311 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28226] ppid=28212 vsize=19063512 memory=3595196 CPUtime=0 cores=0,2
/proc/28215/task/28226/stat : 28226 (Finalizer) S 28212 28215 27112 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 899311 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28233] ppid=28212 vsize=19063512 memory=3597244 CPUtime=0 cores=0,2
/proc/28215/task/28233/stat : 28233 (Common-Cleaner) S 28212 28215 27112 0 -1 4194368 1740 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 899311 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28234] ppid=28212 vsize=19063512 memory=-6000919498543621229 CPUtime=0 cores=0,2
/proc/28215/task/28234/stat : 28234 (Timer-0) S 28212 28215 27112 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37084472 19521036288 899311 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
Current children cumulated CPU time: 3497.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3597244 KiB

[startup+3522.3 s]
/proc/loadavg: 1.39 2.87 3.81 2/264 28526
/proc/meminfo: memFree=126483832/131250000 swapFree=33010684/33010684
[pid=28215] ppid=28212 vsize=19063512 memory=3605436 CPUtime=3557.73 cores=0,2
/proc/28215/stat : 28215 (java) S 28212 28215 27112 0 -1 4194304 145087 0 0 0 355551 222 0 0 20 0 20 0 37084448 19521036288 901359 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
/proc/28215/statm: 4765878 901359 5521 1 0 936266 0
[pid=28215/tid=28217] ppid=28212 vsize=19063512 memory=3603388 CPUtime=3482.85 cores=0,2
/proc/28215/task/28217/stat : 28217 (java) R 28212 28215 27112 0 -1 4194368 62714 0 0 0 348219 66 0 0 20 0 20 0 37084449 19521036288 901359 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28226] ppid=28212 vsize=19063512 memory=21872 CPUtime=0 cores=0,2
/proc/28215/task/28226/stat : 28226 (Finalizer) S 28212 28215 27112 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 901359 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28233] ppid=28212 vsize=19063512 memory=3605436 CPUtime=0 cores=0,2
/proc/28215/task/28233/stat : 28233 (Common-Cleaner) S 28212 28215 27112 0 -1 4194368 1740 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 901359 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28234] ppid=28212 vsize=19063512 memory=3605436 CPUtime=0 cores=0,2
/proc/28215/task/28234/stat : 28234 (Timer-0) S 28212 28215 27112 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37084472 19521036288 901359 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
Current children cumulated CPU time: 3557.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3605436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3564.5 s]
/proc/loadavg: 1.25 2.65 3.69 2/265 28528
/proc/meminfo: memFree=126471552/131250000 swapFree=33010684/33010684
[pid=28215] ppid=28212 vsize=19063512 memory=3611580 CPUtime=3600.05 cores=0,2
/proc/28215/stat : 28215 (java) S 28212 28215 27112 0 -1 4194304 146465 0 0 0 359780 225 0 0 20 0 20 0 37084448 19521036288 902895 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
/proc/28215/statm: 4765878 902895 5521 1 0 936266 0
[pid=28215/tid=28217] ppid=28212 vsize=19063512 memory=3609532 CPUtime=3524.74 cores=0,2
/proc/28215/task/28217/stat : 28217 (java) R 28212 28215 27112 0 -1 4194368 63991 0 0 0 352407 67 0 0 20 0 20 0 37084449 19521036288 902895 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28226] ppid=28212 vsize=19063512 memory=3609532 CPUtime=0 cores=0,2
/proc/28215/task/28226/stat : 28226 (Finalizer) S 28212 28215 27112 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 902895 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28233] ppid=28212 vsize=19063512 memory=3609532 CPUtime=0 cores=0,2
/proc/28215/task/28233/stat : 28233 (Common-Cleaner) S 28212 28215 27112 0 -1 4194368 1784 0 0 0 0 0 0 0 20 0 20 0 37084452 19521036288 902895 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
[pid=28215/tid=28234] ppid=28212 vsize=19063512 memory=3611580 CPUtime=0 cores=0,2
/proc/28215/task/28234/stat : 28234 (Timer-0) S 28212 28215 27112 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37084472 19521036288 902895 18446744073709551615 93982409740288 93982409743984 140725358651344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93982409751800 93982409752592 93982439890944 140725358655870 140725358655974 140725358655974 140725358661576 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3611580 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.98 s, system=2.2685 s

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

[startup+3564.6 s]*
/proc/loadavg: 1.25 2.65 3.69 2/247 28532
/proc/meminfo: memFree=130050852/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3564.61
CPU time (s): 3600.25
CPU user time (s): 3597.98
CPU system time (s): 2.2685
CPU usage (%): 101
Max. virtual memory (cumulated for all children) (KiB): 19066276
Max. memory (cumulated for all children) (KiB): 3611580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.98
system time used= 2.2685
maximum resident set size= 3612604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149458
page faults= 0
swaps= 0
block input operations= 0
block output operations= 29312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 144541
involuntary context switches= 11847


# summary of solver processes directly reported to runsolver:
#   pid: 28215
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3597.98
#   total CPU system time (s): 2.2685

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.65181 second user time and 17.2484 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-06-29 18:30:19
IDJOB=4513336
IDBENCH=162338
IDSOLVER=3361
FILE ID=nodeC028/4513336-1751214619
RUNJOBID= nodeC028-1751207447-27122
SLURM_JOB_ID= 9587637
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x150split.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513336-1751214619/watcher-4513336-1751214619 -o /tmp/evaluation-result-4513336-1751214619/solver-4513336-1751214619 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751207447-27122 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4513336-1751214619.opb

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

MD5SUM BENCH= a95ffdb987ab7b28268efdc4e16ef22d
RANDOM SEED=2049603701

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        123847916 kB
MemAvailable:   123554304 kB
Buffers:            3280 kB
Cached:           516144 kB
SwapCached:            0 kB
Active:          6554740 kB
Inactive:         259700 kB
Active(anon):    6313084 kB
Inactive(anon):        0 kB
Active(file):     241656 kB
Inactive(file):   259700 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               760 kB
Writeback:             8 kB
AnonPages:       6297996 kB
Mapped:           122516 kB
Shmem:             18068 kB
KReclaimable:      88540 kB
Slab:             172516 kB
SReclaimable:      88540 kB
SUnreclaim:        83976 kB
KernelStack:        5200 kB
PageTables:        16088 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   11154492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3712 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6074368 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433064 MiB
End job on nodeC028 at 2025-06-29 19:29:44