Trace number 4515424

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.2 3260

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP135.shuf-2.opb
MD5SUM220c3fd455f868773072e11b99a8330e
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 benchmark4.24669
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables37264
Total number of constraints9317
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints9297
Minimum length of a constraint4
Maximum length of a constraint12
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 24
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version PB25.v20250606
0.06/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.06/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.06/0.12	c java.vm.version	22.0.1+8-16
0.06/0.12	c java.vm.vendor	Oracle Corporation
0.06/0.12	c sun.arch.data.model	64
0.06/0.12	c java.version		22.0.1
0.06/0.12	c os.name		Linux
0.06/0.12	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.06/0.12	c os.arch		amd64
0.06/0.12	c Free memory 		2106806208
0.06/0.12	c Max memory 		16282288128
0.06/0.12	c Total memory 		2113929216
0.06/0.13	c Number of processors 	2
0.06/0.18	c Pseudo Boolean Optimization by upper bound
0.06/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.18	c  - never skip resolution steps
0.06/0.18	c  - Auto-division on coefficients is disabled
0.06/0.18	c  - No postprocessing
0.06/0.18	c  - Conflict is considered as is when resolving
0.06/0.18	c  - Use constraints as they come during conflict analysis
0.06/0.18	c  - Weaken first using unassigned literals
0.06/0.18	c  - Bump strategy: ALWAYS_ONE
0.06/0.18	c  - Bumper: ANY
0.06/0.18	c --- Begin Solver configuration ---
0.06/0.18	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.06/0.18	c Learn all clauses as in MiniSAT
0.06/0.18	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.18	c No reason simplification
0.06/0.18	c Armin Biere (Picosat) restarts strategy
0.06/0.18	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.06/0.18	c timeout=2147483s
0.06/0.18	c DB Simplification allowed=false
0.06/0.18	c Listener: none
0.06/0.18	c --- End Solver configuration ---
0.06/0.18	c solving HOME/instance-4515424-1751239852.opb
0.06/0.18	c reading problem ... 
0.06/0.19	c  no objective function found
0.63/0.44	c ... done. Wall clock time 0.255s.
0.63/0.44	c declared #vars     37264
0.63/0.44	c #constraints  9317
0.63/0.44	c constraints type 
0.63/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9317
0.63/0.45	c 9317 constraints processed.
6.62/3.80	c cleaning 2459 clauses out of 5001
14.10/10.99	c cleaning 4245 clauses out of 8541
30.89/27.24	c cleaning 5595 clauses out of 11297
57.24/52.85	c cleaning 6796 clauses out of 13701
128.62/123.09	c cleaning 7821 clauses out of 15906
245.97/237.78	c cleaning 8824 clauses out of 18086
380.24/370.05	c cleaning 10070 clauses out of 20260
449.55/438.60	c cleaning 10889 clauses out of 22190
575.85/563.49	c cleaning 12145 clauses out of 24301
643.90/630.69	c cleaning 12942 clauses out of 26157
754.49/739.76	c cleaning 13835 clauses out of 28214
999.10/981.24	c cleaning 15149 clauses out of 30380
1452.42/1429.24	c cleaning 16055 clauses out of 32231
1928.36/1848.71	c cleaning 16939 clauses out of 34176
3573.28/3237.59	c cleaning 17935 clauses out of 36237
3600.04/3259.92	c starts		: 115
3600.04/3259.92	c conflicts		: 180615
3600.04/3259.93	c decisions		: 446926
3600.04/3259.93	c propagations		: 2089657
3600.04/3259.93	c inspects		: 2649195250
3600.04/3259.93	c shortcuts		: 0
3600.04/3259.93	c learnt literals	: 0
3600.04/3259.93	c learnt binary clauses	: 0
3600.04/3259.93	c learnt ternary clauses	: 0
3600.04/3259.93	c learnt constraints	: 180615
3600.04/3259.93	c ignored constraints	: 0
3600.04/3259.93	c root simplifications	: 0
3600.04/3259.93	c removed literals (reason simplification)	: 0
3600.04/3259.93	c reason swapping (by a shorter reason)	: 0
3600.04/3259.93	c Calls to reduceDB	: 15
3600.04/3259.93	c Number of update (reduction) of LBD	: 0
3600.04/3259.93	c Imported unit clauses	: 0
3600.04/3259.93	c No decision after first conflict	: false
3600.04/3259.93	c number of reductions to clauses (during analyze)	: 0
3600.04/3259.93	c number of learned constraints concerned by reduction	: 0
3600.04/3259.93	c number of learning phase by resolution	: 0
3600.04/3259.93	c number of learning phase by cutting planes	: 0
3600.04/3259.93	c number of rounding to 1 operations	: 0
3600.04/3259.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3259.93	c number of reductions of the coefficients by power 2 	: 0
3600.04/3259.93	c number of right shift for reduction by power 2 	: 0
3600.04/3259.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3259.93	c number of ending skipping 	: 0
3600.04/3259.93	c number of internal skipping 	: 0
3600.04/3259.93	c number of derivation steps 	: 874268
3600.04/3259.93	c number of skipped derivation steps 	: 0
3600.04/3259.93	c number of remaining unassigned 	: 214188
3600.04/3259.93	c number of remaining assigned 	: 54445642
3600.04/3259.93	c number of falsified literals weakened from reason	: 0
3600.04/3259.93	c number of falsified literals weakened from conflict	: 0
3600.04/3259.93	c time for arithmetic operations	: 300422124595
3600.04/3259.94	c minimum degree of deleted constraints	: null
3600.04/3259.94	c maximum degree of deleted constraints	: null
3600.04/3259.94	c number of deleted constraints	: 0
3600.04/3259.94	c speed (assignments/second)	: 641.1005545663056
3600.04/3259.94	c non guided choices	: 45687
3600.04/3259.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.04/3259.96	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 18915
3600.04/3259.96	s UNKNOWN
3600.04/3259.96	c Total wall clock time (in seconds): 3259.78

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: 63665 MiB (62982 MiB free)
  memory of node 1: 64507 MiB (60986 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515424-1751239852/watcher-4515424-1751239852 -o /tmp/evaluation-result-4515424-1751239852/solver-4515424-1751239852 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751239852-35557 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4515424-1751239852.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=35603, runsolver pid=35597
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 0.69 1.28 2.77 10/332 35684
/proc/meminfo: memFree=126869004/131249996 swapFree=33010684/33010684
[pid=35603] ppid=35597 vsize=18930384 memory=49328 CPUtime=0.06 cores=4,6
/proc/35603/stat : 35603 (java) S 35597 35603 35546 0 -1 4194304 5990 0 60 0 4 2 0 0 20 0 18 0 39662979 19384713216 12332 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
/proc/35603/statm: 4732596 12332 5329 1 0 547194 0
[pid=35603/tid=35618] ppid=35597 vsize=18930384 memory=4026532124 CPUtime=0.04 cores=4,6
/proc/35603/task/35618/stat : 35618 (java) R 35597 35603 35546 0 -1 4194368 4845 0 34 0 3 1 0 0 20 0 18 0 39662984 19384713216 12332 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35651] ppid=35597 vsize=18930384 memory=16195 CPUtime=0 cores=4,6
/proc/35603/task/35651/stat : 35651 (Finalizer) S 35597 35603 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 12332 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35683] ppid=35597 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/35603/task/35683/stat : 35683 (Common-Cleaner) S 35597 35603 35546 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 12332 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49328 KiB

[startup+0.20564 s]*
/proc/loadavg: 0.69 1.28 2.77 13/332 35684
/proc/meminfo: memFree=126839012/131249996 swapFree=33010684/33010684
[pid=35603] ppid=35597 vsize=18930384 memory=63948 CPUtime=0.26 cores=4,6
/proc/35603/stat : 35603 (java) S 35597 35603 35546 0 -1 4194304 6999 0 60 0 23 3 0 0 20 0 18 0 39662979 19384713216 15987 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
/proc/35603/statm: 4732596 15987 5425 1 0 547944 0
[pid=35603/tid=35618] ppid=35597 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=4,6
/proc/35603/task/35618/stat : 35618 (java) R 35597 35603 35546 0 -1 4194368 5340 0 34 0 13 2 0 0 20 0 18 0 39662984 19384713216 15987 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35651] ppid=35597 vsize=18930384 memory=16195 CPUtime=0 cores=4,6
/proc/35603/task/35651/stat : 35651 (Finalizer) S 35597 35603 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 15987 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35683] ppid=35597 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/35603/task/35683/stat : 35683 (Common-Cleaner) S 35597 35603 35546 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 15987 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63948 KiB

[startup+0.305521 s]*
/proc/loadavg: 0.69 1.28 2.77 10/333 35685
/proc/meminfo: memFree=126770832/131249996 swapFree=33010684/33010684
[pid=35603] ppid=35597 vsize=18930384 memory=86964 CPUtime=0.44 cores=4,6
/proc/35603/stat : 35603 (java) S 35597 35603 35546 0 -1 4194304 8734 0 60 0 41 3 0 0 20 0 18 0 39662979 19384713216 21741 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
/proc/35603/statm: 4732596 21741 5425 1 0 549062 0
[pid=35603/tid=35618] ppid=35597 vsize=18930384 memory=-6000919468344436588 CPUtime=0.21 cores=4,6
/proc/35603/task/35618/stat : 35618 (java) R 35597 35603 35546 0 -1 4194368 5357 0 34 0 19 2 0 0 20 0 18 0 39662984 19384713216 21741 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35651] ppid=35597 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/35603/task/35651/stat : 35651 (Finalizer) S 35597 35603 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 21741 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35683] ppid=35597 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/35603/task/35683/stat : 35683 (Common-Cleaner) S 35597 35603 35546 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 21741 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 86964 KiB

[startup+0.700232 s]
/proc/loadavg: 0.69 1.28 2.77 9/337 35689
/proc/meminfo: memFree=126541400/131249996 swapFree=33010684/33010684
[pid=35603] ppid=35597 vsize=19063512 memory=193568 CPUtime=1.2 cores=4,6
/proc/35603/stat : 35603 (java) S 35597 35603 35546 0 -1 4194304 9951 0 60 0 113 7 0 0 20 0 20 0 39662979 19521036288 48392 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
/proc/35603/statm: 4765878 48392 5489 1 0 550134 0
[pid=35603/tid=35618] ppid=35597 vsize=19063512 memory=17664 CPUtime=0.49 cores=4,6
/proc/35603/task/35618/stat : 35618 (java) R 35597 35603 35546 0 -1 4194368 5452 0 34 0 45 4 0 0 20 0 20 0 39662984 19521036288 48392 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35651] ppid=35597 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/35603/task/35651/stat : 35651 (Finalizer) S 35597 35603 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 48392 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35683] ppid=35597 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/35603/task/35683/stat : 35683 (Common-Cleaner) S 35597 35603 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 48392 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35688] ppid=35597 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/35603/task/35688/stat : 35688 (Timer-0) S 35597 35603 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663025 19521036288 48392 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 193568 KiB

[startup+1.50025 s]
/proc/loadavg: 0.69 1.28 2.77 9/340 35692
/proc/meminfo: memFree=126226332/131249996 swapFree=33010684/33010684
[pid=35603] ppid=35597 vsize=19063512 memory=689352 CPUtime=2.77 cores=4,6
/proc/35603/stat : 35603 (java) S 35597 35603 35546 0 -1 4194304 21092 0 60 0 258 19 0 0 20 0 20 0 39662979 19521036288 172338 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
/proc/35603/statm: 4765878 172338 5489 1 0 842198 0
[pid=35603/tid=35618] ppid=35597 vsize=19063512 memory=0 CPUtime=1.18 cores=4,6
/proc/35603/task/35618/stat : 35618 (java) R 35597 35603 35546 0 -1 4194368 5746 0 34 0 104 14 0 0 20 0 20 0 39662984 19521036288 172338 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35651] ppid=35597 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/35603/task/35651/stat : 35651 (Finalizer) S 35597 35603 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 172338 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35683] ppid=35597 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/35603/task/35683/stat : 35683 (Common-Cleaner) S 35597 35603 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 172338 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35688] ppid=35597 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/35603/task/35688/stat : 35688 (Timer-0) S 35597 35603 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663025 19521036288 172338 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 689352 KiB

[startup+3.10554 s]
/proc/loadavg: 0.69 1.28 2.77 6/340 35692
/proc/meminfo: memFree=122690216/131249996 swapFree=33010684/33010684
[pid=35603] ppid=35597 vsize=19063512 memory=1345588 CPUtime=5.59 cores=4,6
/proc/35603/stat : 35603 (java) S 35597 35603 35546 0 -1 4194304 21688 0 60 0 526 33 0 0 20 0 20 0 39662979 19521036288 336397 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
/proc/35603/statm: 4765878 336397 5489 1 0 842209 0
[pid=35603/tid=35618] ppid=35597 vsize=19063512 memory=10752 CPUtime=2.73 cores=4,6
/proc/35603/task/35618/stat : 35618 (java) R 35597 35603 35546 0 -1 4194368 6123 0 34 0 246 27 0 0 20 0 20 0 39662984 19521036288 336397 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35651] ppid=35597 vsize=19063512 memory=-6000919476934371180 CPUtime=0 cores=4,6
/proc/35603/task/35651/stat : 35651 (Finalizer) S 35597 35603 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 336397 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35683] ppid=35597 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/35603/task/35683/stat : 35683 (Common-Cleaner) S 35597 35603 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 336397 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35688] ppid=35597 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/35603/task/35688/stat : 35688 (Timer-0) S 35597 35603 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663025 19521036288 336397 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
Current children cumulated CPU time: 5.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1345588 KiB

[startup+6.30022 s]
/proc/loadavg: 0.96 1.32 2.78 5/340 35692
/proc/meminfo: memFree=121324732/131249996 swapFree=33010684/33010684
[pid=35603] ppid=35597 vsize=19063512 memory=1834192 CPUtime=9.36 cores=4,6
/proc/35603/stat : 35603 (java) S 35597 35603 35546 0 -1 4194304 22447 0 60 0 893 43 0 0 20 0 20 0 39662979 19521036288 458548 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
/proc/35603/statm: 4765878 458548 5489 1 0 842254 0
[pid=35603/tid=35618] ppid=35597 vsize=19063512 memory=0 CPUtime=5.87 cores=4,6
/proc/35603/task/35618/stat : 35618 (java) R 35597 35603 35546 0 -1 4194368 6748 0 34 0 551 36 0 0 20 0 20 0 39662984 19521036288 458548 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35651] ppid=35597 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/35603/task/35651/stat : 35651 (Finalizer) S 35597 35603 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 458548 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35683] ppid=35597 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/35603/task/35683/stat : 35683 (Common-Cleaner) S 35597 35603 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 458548 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35688] ppid=35597 vsize=19063512 memory=789720 CPUtime=0 cores=4,6
/proc/35603/task/35688/stat : 35688 (Timer-0) S 35597 35603 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663025 19521036288 458548 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
Current children cumulated CPU time: 9.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1834192 KiB

[startup+12.7002 s]
/proc/loadavg: 1.20 1.37 2.78 5/341 35693
/proc/meminfo: memFree=119572844/131249996 swapFree=33010684/33010684
[pid=35603] ppid=35597 vsize=19063512 memory=1861004 CPUtime=16.13 cores=4,6
/proc/35603/stat : 35603 (java) S 35597 35603 35546 0 -1 4194304 32102 0 60 0 1568 45 0 0 20 0 20 0 39662979 19521036288 465251 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
/proc/35603/statm: 4765878 465251 5521 1 0 842414 0
[pid=35603/tid=35618] ppid=35597 vsize=19063512 memory=789720 CPUtime=12.15 cores=4,6
/proc/35603/task/35618/stat : 35618 (java) R 35597 35603 35546 0 -1 4194368 8010 0 34 0 1179 36 0 0 20 0 20 0 39662984 19521036288 465251 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35651] ppid=35597 vsize=19063512 memory=1861004 CPUtime=0 cores=4,6
/proc/35603/task/35651/stat : 35651 (Finalizer) S 35597 35603 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 465251 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35683] ppid=35597 vsize=19063512 memory=1842572 CPUtime=0 cores=4,6
/proc/35603/task/35683/stat : 35683 (Common-Cleaner) S 35597 35603 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 465251 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35688] ppid=35597 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/35603/task/35688/stat : 35688 (Timer-0) S 35597 35603 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663025 19521036288 465251 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
Current children cumulated CPU time: 16.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1861004 KiB

[startup+25.5002 s]
/proc/loadavg: 1.90 1.51 2.81 5/341 35693
/proc/meminfo: memFree=118778240/131249996 swapFree=33010684/33010684
[pid=35603] ppid=35597 vsize=19063512 memory=2096716 CPUtime=29.2 cores=4,6
/proc/35603/stat : 35603 (java) S 35597 35603 35546 0 -1 4194304 35352 0 60 0 2869 51 0 0 20 0 20 0 39662979 19521036288 524179 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
/proc/35603/statm: 4765878 524179 5521 1 0 842415 0
[pid=35603/tid=35618] ppid=35597 vsize=19063512 memory=1861004 CPUtime=24.61 cores=4,6
/proc/35603/task/35618/stat : 35618 (java) R 35597 35603 35546 0 -1 4194368 10052 0 34 0 2422 39 0 0 20 0 20 0 39662984 19521036288 524179 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35651] ppid=35597 vsize=19063512 memory=2076188 CPUtime=0 cores=4,6
/proc/35603/task/35651/stat : 35651 (Finalizer) S 35597 35603 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 524179 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35683] ppid=35597 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/35603/task/35683/stat : 35683 (Common-Cleaner) S 35597 35603 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 524179 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35688] ppid=35597 vsize=19063512 memory=2096716 CPUtime=0 cores=4,6
/proc/35603/task/35688/stat : 35688 (Timer-0) S 35597 35603 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663025 19521036288 524179 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
Current children cumulated CPU time: 29.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2096716 KiB

[startup+51.1057 s]
/proc/loadavg: 2.61 1.71 2.84 5/342 35695
/proc/meminfo: memFree=116519992/131249996 swapFree=33010684/33010684
[pid=35603] ppid=35597 vsize=19063512 memory=2164404 CPUtime=55.47 cores=4,6
/proc/35603/stat : 35603 (java) S 35597 35603 35546 0 -1 4194304 43746 0 60 0 5494 53 0 0 20 0 20 0 39662979 19521036288 541101 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
/proc/35603/statm: 4765878 541101 5521 1 0 842415 0
[pid=35603/tid=35618] ppid=35597 vsize=19063512 memory=2164404 CPUtime=49.43 cores=4,6
/proc/35603/task/35618/stat : 35618 (java) R 35597 35603 35546 0 -1 4194368 12289 0 34 0 4904 39 0 0 20 0 20 0 39662984 19521036288 541101 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35651] ppid=35597 vsize=19063512 memory=2158248 CPUtime=0 cores=4,6
/proc/35603/task/35651/stat : 35651 (Finalizer) S 35597 35603 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 541101 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35683] ppid=35597 vsize=19063512 memory=2764 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=104577568/131249996 swapFree=33010684/33010684
[pid=35603] ppid=35597 vsize=19063512 memory=9304416 CPUtime=3214.77 cores=4,6
/proc/35603/stat : 35603 (java) S 35597 35603 35546 0 -1 4194304 212329 0 60 0 320979 498 0 0 20 0 20 0 39662979 19521036288 2326104 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
/proc/35603/statm: 4765878 2326104 5521 1 0 2341865 0
[pid=35603/tid=35618] ppid=35597 vsize=19063512 memory=9304160 CPUtime=2873.45 cores=4,6
/proc/35603/task/35618/stat : 35618 (java) R 35597 35603 35546 0 -1 4194368 94418 0 34 0 287174 171 0 0 20 0 20 0 39662984 19521036288 2326104 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35651] ppid=35597 vsize=19063512 memory=9304416 CPUtime=0 cores=4,6
/proc/35603/task/35651/stat : 35651 (Finalizer) S 35597 35603 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 2326104 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35683] ppid=35597 vsize=19063512 memory=9304416 CPUtime=0 cores=4,6
/proc/35603/task/35683/stat : 35683 (Common-Cleaner) S 35597 35603 35546 0 -1 4194368 1614 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 2326104 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35688] ppid=35597 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/35603/task/35688/stat : 35688 (Timer-0) S 35597 35603 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663025 19521036288 2326104 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
Current children cumulated CPU time: 3214.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9304416 KiB

[startup+2982.3 s]
/proc/loadavg: 4.54 4.60 4.50 6/339 35849
/proc/meminfo: memFree=104573184/131249996 swapFree=33010684/33010684
[pid=35603] ppid=35597 vsize=19063512 memory=9304544 CPUtime=3283.61 cores=4,6
/proc/35603/stat : 35603 (java) S 35597 35603 35546 0 -1 4194304 219919 0 60 0 327854 507 0 0 20 0 20 0 39662979 19521036288 2326136 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
/proc/35603/statm: 4765878 2326136 5521 1 0 2341910 0
[pid=35603/tid=35618] ppid=35597 vsize=19063512 memory=7686721470247706567 CPUtime=2932.75 cores=4,6
/proc/35603/task/35618/stat : 35618 (java) R 35597 35603 35546 0 -1 4194368 99623 0 34 0 293104 171 0 0 20 0 20 0 39662984 19521036288 2326136 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35651] ppid=35597 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/35603/task/35651/stat : 35651 (Finalizer) S 35597 35603 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 2326136 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35683] ppid=35597 vsize=19063512 memory=9304544 CPUtime=0 cores=4,6
/proc/35603/task/35683/stat : 35683 (Common-Cleaner) S 35597 35603 35546 0 -1 4194368 1685 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 2326136 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35688] ppid=35597 vsize=19063512 memory=9304544 CPUtime=0 cores=4,6
/proc/35603/task/35688/stat : 35688 (Timer-0) S 35597 35603 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663025 19521036288 2326136 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
Current children cumulated CPU time: 3283.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9304544 KiB

[startup+3042.3 s]
/proc/loadavg: 4.57 4.59 4.50 5/340 35852
/proc/meminfo: memFree=104572904/131249996 swapFree=33010684/33010684
[pid=35603] ppid=35597 vsize=19063512 memory=9304544 CPUtime=3352.3 cores=4,6
/proc/35603/stat : 35603 (java) S 35597 35603 35546 0 -1 4194304 224921 0 60 0 334714 516 0 0 20 0 20 0 39662979 19521036288 2326136 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
/proc/35603/statm: 4765878 2326136 5521 1 0 2341912 0
[pid=35603/tid=35618] ppid=35597 vsize=19063512 memory=4380 CPUtime=2992.07 cores=4,6
/proc/35603/task/35618/stat : 35618 (java) R 35597 35603 35546 0 -1 4194368 102715 0 34 0 299035 172 0 0 20 0 20 0 39662984 19521036288 2326136 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35651] ppid=35597 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/35603/task/35651/stat : 35651 (Finalizer) S 35597 35603 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 2326136 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35683] ppid=35597 vsize=19063512 memory=9304544 CPUtime=0 cores=4,6
/proc/35603/task/35683/stat : 35683 (Common-Cleaner) S 35597 35603 35546 0 -1 4194368 1749 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 2326136 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35688] ppid=35597 vsize=19063512 memory=9304544 CPUtime=0 cores=4,6
/proc/35603/task/35688/stat : 35688 (Timer-0) S 35597 35603 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663025 19521036288 2326136 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
Current children cumulated CPU time: 3352.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9304544 KiB

[startup+3102.3 s]
/proc/loadavg: 4.65 4.61 4.51 5/341 35857
/proc/meminfo: memFree=104564864/131249996 swapFree=33010684/33010684
[pid=35603] ppid=35597 vsize=19063512 memory=9304672 CPUtime=3420.84 cores=4,6
/proc/35603/stat : 35603 (java) S 35597 35603 35546 0 -1 4194304 231213 0 60 0 341560 524 0 0 20 0 20 0 39662979 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
/proc/35603/statm: 4765878 2326168 5521 1 0 2341916 0
[pid=35603/tid=35618] ppid=35597 vsize=19063512 memory=14824 CPUtime=3051.46 cores=4,6
/proc/35603/task/35618/stat : 35618 (java) R 35597 35603 35546 0 -1 4194368 107428 0 34 0 304973 173 0 0 20 0 20 0 39662984 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35651] ppid=35597 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/35603/task/35651/stat : 35651 (Finalizer) S 35597 35603 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35683] ppid=35597 vsize=19063512 memory=9304672 CPUtime=0 cores=4,6
/proc/35603/task/35683/stat : 35683 (Common-Cleaner) S 35597 35603 35546 0 -1 4194368 1749 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35688] ppid=35597 vsize=19063512 memory=9304672 CPUtime=0 cores=4,6
/proc/35603/task/35688/stat : 35688 (Timer-0) S 35597 35603 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663025 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
Current children cumulated CPU time: 3420.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9304672 KiB

[startup+3162.3 s]
/proc/loadavg: 4.58 4.60 4.52 5/341 35859
/proc/meminfo: memFree=104563008/131249996 swapFree=33010684/33010684
[pid=35603] ppid=35597 vsize=19063512 memory=9304672 CPUtime=3489.23 cores=4,6
/proc/35603/stat : 35603 (java) S 35597 35603 35546 0 -1 4194304 237174 0 60 0 348390 533 0 0 20 0 20 0 39662979 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
/proc/35603/statm: 4765878 2326168 5521 1 0 2341921 0
[pid=35603/tid=35618] ppid=35597 vsize=19063512 memory=14824 CPUtime=3111.02 cores=4,6
/proc/35603/task/35618/stat : 35618 (java) R 35597 35603 35546 0 -1 4194368 111769 0 34 0 310928 174 0 0 20 0 20 0 39662984 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35651] ppid=35597 vsize=19063512 memory=-6000919476934371180 CPUtime=0 cores=4,6
/proc/35603/task/35651/stat : 35651 (Finalizer) S 35597 35603 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35683] ppid=35597 vsize=19063512 memory=9304672 CPUtime=0 cores=4,6
/proc/35603/task/35683/stat : 35683 (Common-Cleaner) S 35597 35603 35546 0 -1 4194368 1782 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35688] ppid=35597 vsize=19063512 memory=6244164 CPUtime=0 cores=4,6
/proc/35603/task/35688/stat : 35688 (Timer-0) S 35597 35603 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663025 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
Current children cumulated CPU time: 3489.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9304672 KiB

[startup+3222.3 s]
/proc/loadavg: 4.49 4.57 4.51 5/341 35861
/proc/meminfo: memFree=104558456/131249996 swapFree=33010684/33010684
[pid=35603] ppid=35597 vsize=19063512 memory=9304672 CPUtime=3557.96 cores=4,6
/proc/35603/stat : 35603 (java) S 35597 35603 35546 0 -1 4194304 240658 0 60 0 355255 541 0 0 20 0 20 0 39662979 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
/proc/35603/statm: 4765878 2326168 5521 1 0 2341921 0
[pid=35603/tid=35618] ppid=35597 vsize=19063512 memory=14824 CPUtime=3170.54 cores=4,6
/proc/35603/task/35618/stat : 35618 (java) R 35597 35603 35546 0 -1 4194368 114148 0 34 0 316879 175 0 0 20 0 20 0 39662984 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35651] ppid=35597 vsize=19063512 memory=9304672 CPUtime=0 cores=4,6
/proc/35603/task/35651/stat : 35651 (Finalizer) S 35597 35603 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35683] ppid=35597 vsize=19063512 memory=12288 CPUtime=0 cores=4,6
/proc/35603/task/35683/stat : 35683 (Common-Cleaner) S 35597 35603 35546 0 -1 4194368 1806 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35688] ppid=35597 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/35603/task/35688/stat : 35688 (Timer-0) S 35597 35603 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663025 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
Current children cumulated CPU time: 3557.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9304672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3259.9 s]
/proc/loadavg: 4.61 4.58 4.52 5/341 35929
/proc/meminfo: memFree=109436516/131249996 swapFree=33010684/33010684
[pid=35603] ppid=35597 vsize=19063512 memory=9304672 CPUtime=3600.04 cores=4,6
/proc/35603/stat : 35603 (java) S 35597 35603 35546 0 -1 4194304 246829 0 60 0 359457 547 0 0 20 0 20 0 39662979 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
/proc/35603/statm: 4765878 2326168 5521 1 0 2341921 0
[pid=35603/tid=35618] ppid=35597 vsize=19063512 memory=14824 CPUtime=3207.82 cores=4,6
/proc/35603/task/35618/stat : 35618 (java) R 35597 35603 35546 0 -1 4194368 117833 0 34 0 320605 177 0 0 20 0 20 0 39662984 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35651] ppid=35597 vsize=19063512 memory=9304672 CPUtime=0 cores=4,6
/proc/35603/task/35651/stat : 35651 (Finalizer) S 35597 35603 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35683] ppid=35597 vsize=19063512 memory=9304672 CPUtime=0 cores=4,6
/proc/35603/task/35683/stat : 35683 (Common-Cleaner) S 35597 35603 35546 0 -1 4194368 1852 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35688] ppid=35597 vsize=19063512 memory=9304672 CPUtime=0 cores=4,6
/proc/35603/task/35688/stat : 35688 (Timer-0) S 35597 35603 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663025 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9304672 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.7 s, system=5.50918 s

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

[startup+3259.9 s]
/proc/loadavg: 4.61 4.58 4.52 5/341 35929
/proc/meminfo: memFree=109436516/131249996 swapFree=33010684/33010684
[pid=35603] ppid=35597 vsize=19063512 memory=9304672 CPUtime=3600.04 cores=4,6
/proc/35603/stat : 35603 (java) S 35597 35603 35546 0 -1 4194304 246829 0 60 0 359457 547 0 0 20 0 20 0 39662979 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
/proc/35603/statm: 4765878 2326168 5521 1 0 2341921 0
[pid=35603/tid=35618] ppid=35597 vsize=19063512 memory=14824 CPUtime=3207.82 cores=4,6
/proc/35603/task/35618/stat : 35618 (java) R 35597 35603 35546 0 -1 4194368 117833 0 34 0 320605 177 0 0 20 0 20 0 39662984 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35651] ppid=35597 vsize=19063512 memory=9304672 CPUtime=0 cores=4,6
/proc/35603/task/35651/stat : 35651 (Finalizer) S 35597 35603 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35683] ppid=35597 vsize=19063512 memory=9304672 CPUtime=0 cores=4,6
/proc/35603/task/35683/stat : 35683 (Common-Cleaner) S 35597 35603 35546 0 -1 4194368 1852 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
[pid=35603/tid=35688] ppid=35597 vsize=19063512 memory=9304672 CPUtime=0 cores=4,6
/proc/35603/task/35688/stat : 35688 (Timer-0) S 35597 35603 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663025 19521036288 2326168 18446744073709551615 93872723320832 93872723324528 140724952742224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93872723332344 93872723333136 93872732459008 140724952746366 140724952746470 140724952746470 140724952752072 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9304672 KiB

Child status: 143

Real time (s): 3260
CPU time (s): 3600.2
CPU user time (s): 3594.7
CPU system time (s): 5.50918
CPU usage (%): 110.436
Max. virtual memory (cumulated for all children) (KiB): 19067964
Max. memory (cumulated for all children) (KiB): 9304672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.69
system time used= 5.50918
maximum resident set size= 9305568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248341
page faults= 60
swaps= 0
block input operations= 96
block output operations= 14272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127540
involuntary context switches= 25414


# summary of solver processes directly reported to runsolver:
#   pid: 35603
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3594.7
#   total CPU system time (s): 5.50918

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.54199 second user time and 13.9823 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 01:30:52
IDJOB=4515424
IDBENCH=165256
IDSOLVER=3361
FILE ID=nodeC017/4515424-1751239852
RUNJOBID= nodeC017-1751239852-35557
SLURM_JOB_ID= 9587724
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP135.shuf-2.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515424-1751239852/watcher-4515424-1751239852 -o /tmp/evaluation-result-4515424-1751239852/solver-4515424-1751239852 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751239852-35557 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4515424-1751239852.opb

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

MD5SUM BENCH= 220c3fd455f868773072e11b99a8330e
RANDOM SEED=1106915954

nodeC017 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.329
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.12
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		: 3574.330
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.12
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.199
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.12
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		: 2829.217
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.12
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		: 3582.782
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.12
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		: 2414.074
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126947940 kB
MemAvailable:   129706976 kB
Buffers:            2380 kB
Cached:          3531460 kB
SwapCached:            0 kB
Active:           376612 kB
Inactive:        3226320 kB
Active(anon):      87160 kB
Inactive(anon):       12 kB
Active(file):     289452 kB
Inactive(file):  3226308 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3564 kB
Writeback:             0 kB
AnonPages:         72200 kB
Mapped:           102432 kB
Shmem:             18080 kB
KReclaimable:     164632 kB
Slab:             252536 kB
SReclaimable:     164632 kB
SUnreclaim:        87904 kB
KernelStack:        3924 kB
PageTables:         2668 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     329904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC017 at 2025-06-30 02:25:12