Trace number 4515496

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 3562.59

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP015.shuf-1.opb
MD5SUM41293be0305d372e96683f7a88e6db28
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 benchmark0.00701
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables544
Total number of constraints137
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints134
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.09/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.11	c java.vm.version	22.0.1+8-16
0.09/0.11	c java.vm.vendor	Oracle Corporation
0.09/0.11	c sun.arch.data.model	64
0.09/0.11	c java.version		22.0.1
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.11	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.17	c Pseudo Boolean Optimization by upper bound
0.09/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.17	c  - never skip resolution steps
0.09/0.17	c  - Auto-division on coefficients is disabled
0.09/0.17	c  - No postprocessing
0.09/0.17	c  - Conflict is considered as is when resolving
0.09/0.17	c  - Use constraints as they come during conflict analysis
0.09/0.17	c  - Weaken first using unassigned literals
0.09/0.17	c  - Bump strategy: ALWAYS_ONE
0.09/0.17	c  - Bumper: ANY
0.09/0.17	c --- Begin Solver configuration ---
0.09/0.17	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.09/0.17	c Learn all clauses as in MiniSAT
0.09/0.17	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.17	c No reason simplification
0.09/0.17	c Armin Biere (Picosat) restarts strategy
0.09/0.17	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.17	c timeout=2147483s
0.09/0.17	c DB Simplification allowed=false
0.09/0.17	c Listener: none
0.09/0.17	c --- End Solver configuration ---
0.09/0.17	c solving HOME/instance-4515496-1751239852.opb
0.09/0.17	c reading problem ... 
0.09/0.18	c  no objective function found
0.28/0.21	c ... done. Wall clock time 0.027s.
0.28/0.21	c declared #vars     544
0.28/0.21	c #constraints  137
0.28/0.21	c constraints type 
0.28/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 137
0.28/0.21	c 137 constraints processed.
9.50/6.72	c cleaning 2489 clauses out of 5000
32.81/29.46	c cleaning 4247 clauses out of 8512
80.68/76.86	c cleaning 5617 clauses out of 11264
148.62/144.51	c cleaning 6814 clauses out of 13647
229.48/225.13	c cleaning 7899 clauses out of 15834
340.00/335.01	c cleaning 8953 clauses out of 17934
518.47/513.05	c cleaning 9980 clauses out of 19982
777.36/771.25	c cleaning 10991 clauses out of 22001
1089.20/1082.16	c cleaning 11993 clauses out of 24011
1454.29/1445.70	c cleaning 12999 clauses out of 26017
1785.27/1774.46	c cleaning 13998 clauses out of 28019
2376.90/2357.48	c cleaning 15001 clauses out of 30020
3035.18/3007.42	c cleaning 15993 clauses out of 32020
3600.08/3562.52	c starts		: 105
3600.08/3562.52	c conflicts		: 154222
3600.08/3562.53	c decisions		: 263583
3600.08/3562.53	c propagations		: 1464694
3600.08/3562.53	c inspects		: 5378176606
3600.08/3562.53	c shortcuts		: 0
3600.08/3562.53	c learnt literals	: 0
3600.08/3562.53	c learnt binary clauses	: 0
3600.08/3562.53	c learnt ternary clauses	: 0
3600.08/3562.53	c learnt constraints	: 154221
3600.08/3562.53	c ignored constraints	: 0
3600.08/3562.53	c root simplifications	: 0
3600.08/3562.53	c removed literals (reason simplification)	: 0
3600.08/3562.53	c reason swapping (by a shorter reason)	: 0
3600.08/3562.53	c Calls to reduceDB	: 13
3600.08/3562.53	c Number of update (reduction) of LBD	: 0
3600.08/3562.53	c Imported unit clauses	: 0
3600.08/3562.53	c No decision after first conflict	: false
3600.08/3562.53	c number of reductions to clauses (during analyze)	: 0
3600.08/3562.53	c number of learned constraints concerned by reduction	: 0
3600.08/3562.53	c number of learning phase by resolution	: 0
3600.08/3562.53	c number of learning phase by cutting planes	: 0
3600.08/3562.53	c number of rounding to 1 operations	: 0
3600.08/3562.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3562.53	c number of reductions of the coefficients by power 2 	: 0
3600.08/3562.53	c number of right shift for reduction by power 2 	: 0
3600.08/3562.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3562.53	c number of ending skipping 	: 0
3600.08/3562.53	c number of internal skipping 	: 0
3600.08/3562.53	c number of derivation steps 	: 875111
3600.08/3562.53	c number of skipped derivation steps 	: 0
3600.08/3562.53	c number of remaining unassigned 	: 303304
3600.08/3562.53	c number of remaining assigned 	: 18636598
3600.08/3562.53	c number of falsified literals weakened from reason	: 0
3600.08/3562.53	c number of falsified literals weakened from conflict	: 0
3600.08/3562.53	c time for arithmetic operations	: 5456503987
3600.08/3562.54	c minimum degree of deleted constraints	: null
3600.08/3562.54	c maximum degree of deleted constraints	: null
3600.08/3562.54	c number of deleted constraints	: 0
3600.08/3562.54	c speed (assignments/second)	: 411.162257468856
3600.08/3562.54	c non guided choices	: 303
3600.08/3562.57	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 27247
3600.08/3562.58	s UNKNOWN
3600.08/3562.58	c Total wall clock time (in seconds): 3562.402

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 (60985 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=35615, runsolver pid=35599

[startup+0.100058 s]*
/proc/loadavg: 0.69 1.28 2.77 12/332 35684
/proc/meminfo: memFree=126868500/131249996 swapFree=33010684/33010684
[pid=35615] ppid=35599 vsize=18930384 memory=51820 CPUtime=0.09 cores=1,3
/proc/35615/stat : 35615 (java) S 35599 35615 35546 0 -1 4194304 6103 0 46 0 8 1 0 0 20 0 18 0 39662981 19384713216 12955 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
/proc/35615/statm: 4732596 12955 5328 1 0 547232 0
[pid=35615/tid=35620] ppid=35599 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/35615/task/35620/stat : 35620 (java) R 35599 35615 35546 0 -1 4194368 4938 0 34 0 5 1 0 0 20 0 18 0 39662984 19384713216 12955 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35661] ppid=35599 vsize=18930384 memory=224227754321 CPUtime=0 cores=1,3
/proc/35615/task/35661/stat : 35661 (Finalizer) S 35599 35615 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 12955 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35684] ppid=35599 vsize=18930384 memory=59585004335488 CPUtime=0 cores=1,3
/proc/35615/task/35684/stat : 35684 (Common-Cleaner) S 35599 35615 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 12955 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51820 KiB

[startup+0.205674 s]*
/proc/loadavg: 0.69 1.28 2.77 13/332 35684
/proc/meminfo: memFree=126835988/131249996 swapFree=33010684/33010684
[pid=35615] ppid=35599 vsize=18930384 memory=61940 CPUtime=0.28 cores=1,3
/proc/35615/stat : 35615 (java) S 35599 35615 35546 0 -1 4194304 7039 0 46 0 26 2 0 0 20 0 18 0 39662981 19384713216 15485 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
/proc/35615/statm: 4732596 15485 5424 1 0 547938 0
[pid=35615/tid=35620] ppid=35599 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=1,3
/proc/35615/task/35620/stat : 35620 (java) R 35599 35615 35546 0 -1 4194368 5332 0 34 0 14 1 0 0 20 0 18 0 39662984 19384713216 15485 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35661] ppid=35599 vsize=18930384 memory=16195 CPUtime=0 cores=1,3
/proc/35615/task/35661/stat : 35661 (Finalizer) S 35599 35615 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 15485 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35684] ppid=35599 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/35615/task/35684/stat : 35684 (Common-Cleaner) S 35599 35615 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 15485 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61940 KiB

[startup+0.30594 s]*
/proc/loadavg: 0.69 1.28 2.77 11/333 35685
/proc/meminfo: memFree=126749156/131249996 swapFree=33010684/33010684
[pid=35615] ppid=35599 vsize=18996948 memory=77256 CPUtime=0.48 cores=1,3
/proc/35615/stat : 35615 (java) S 35599 35615 35546 0 -1 4194304 8993 0 46 0 45 3 0 0 20 0 19 0 39662981 19452874752 19314 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
/proc/35615/statm: 4749237 19314 5424 1 0 549324 0
[pid=35615/tid=35620] ppid=35599 vsize=18996948 memory=-6000919468344436588 CPUtime=0.22 cores=1,3
/proc/35615/task/35620/stat : 35620 (java) R 35599 35615 35546 0 -1 4194368 5401 0 34 0 21 1 0 0 20 0 19 0 39662984 19452874752 19314 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35661] ppid=35599 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/35615/task/35661/stat : 35661 (Finalizer) S 35599 35615 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39662986 19452874752 19314 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35684] ppid=35599 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/35615/task/35684/stat : 35684 (Common-Cleaner) S 35599 35615 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39662986 19452874752 19314 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35685] ppid=35599 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/35615/task/35685/stat : 35685 (Timer-0) S 35599 35615 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39663003 19452874752 19314 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77256 KiB

[startup+0.70021 s]
/proc/loadavg: 0.69 1.28 2.77 13/337 35689
/proc/meminfo: memFree=126516824/131249996 swapFree=33010684/33010684
[pid=35615] ppid=35599 vsize=19063512 memory=161712 CPUtime=1.24 cores=1,3
/proc/35615/stat : 35615 (java) S 35599 35615 35546 0 -1 4194304 10809 0 46 0 119 5 0 0 20 0 20 0 39662981 19521036288 40428 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
/proc/35615/statm: 4765878 40428 5488 1 0 550462 0
[pid=35615/tid=35620] ppid=35599 vsize=19063512 memory=17664 CPUtime=0.55 cores=1,3
/proc/35615/task/35620/stat : 35620 (java) R 35599 35615 35546 0 -1 4194368 5458 0 34 0 52 3 0 0 20 0 20 0 39662984 19521036288 40428 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35661] ppid=35599 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/35615/task/35661/stat : 35661 (Finalizer) S 35599 35615 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 40428 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35684] ppid=35599 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/35615/task/35684/stat : 35684 (Common-Cleaner) S 35599 35615 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 40428 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35685] ppid=35599 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/35615/task/35685/stat : 35685 (Timer-0) S 35599 35615 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663003 19521036288 40428 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 161712 KiB

[startup+1.5002 s]
/proc/loadavg: 0.69 1.28 2.77 10/340 35692
/proc/meminfo: memFree=126205852/131249996 swapFree=33010684/33010684
[pid=35615] ppid=35599 vsize=19063512 memory=302328 CPUtime=2.81 cores=1,3
/proc/35615/stat : 35615 (java) S 35599 35615 35546 0 -1 4194304 28654 0 46 0 271 10 0 0 20 0 20 0 39662981 19521036288 75582 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
/proc/35615/statm: 4765878 75582 5488 1 0 556854 0
[pid=35615/tid=35620] ppid=35599 vsize=19063512 memory=0 CPUtime=1.3 cores=1,3
/proc/35615/task/35620/stat : 35620 (java) R 35599 35615 35546 0 -1 4194368 5857 0 34 0 125 5 0 0 20 0 20 0 39662984 19521036288 75582 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35661] ppid=35599 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/35615/task/35661/stat : 35661 (Finalizer) S 35599 35615 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 75582 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35684] ppid=35599 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/35615/task/35684/stat : 35684 (Common-Cleaner) S 35599 35615 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 75582 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35685] ppid=35599 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/35615/task/35685/stat : 35685 (Timer-0) S 35599 35615 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663003 19521036288 75582 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 302328 KiB

[startup+3.1058 s]
/proc/loadavg: 0.69 1.28 2.77 7/340 35692
/proc/meminfo: memFree=122678308/131249996 swapFree=33010684/33010684
[pid=35615] ppid=35599 vsize=19063512 memory=924584 CPUtime=5.53 cores=1,3
/proc/35615/stat : 35615 (java) S 35599 35615 35546 0 -1 4194304 31363 0 46 0 532 21 0 0 20 0 20 0 39662981 19521036288 231146 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
/proc/35615/statm: 4765878 231146 5488 1 0 663368 0
[pid=35615/tid=35620] ppid=35599 vsize=19063512 memory=10752 CPUtime=2.84 cores=1,3
/proc/35615/task/35620/stat : 35620 (java) R 35599 35615 35546 0 -1 4194368 6731 0 34 0 268 16 0 0 20 0 20 0 39662984 19521036288 231146 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35661] ppid=35599 vsize=19063512 memory=-6000919468344436588 CPUtime=0 cores=1,3
/proc/35615/task/35661/stat : 35661 (Finalizer) S 35599 35615 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 231146 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35684] ppid=35599 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/35615/task/35684/stat : 35684 (Common-Cleaner) S 35599 35615 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 231146 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35685] ppid=35599 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/35615/task/35685/stat : 35685 (Timer-0) S 35599 35615 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663003 19521036288 231146 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
Current children cumulated CPU time: 5.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 924584 KiB

[startup+6.30016 s]
/proc/loadavg: 0.96 1.32 2.78 6/340 35692
/proc/meminfo: memFree=121312192/131249996 swapFree=33010684/33010684
[pid=35615] ppid=35599 vsize=19063512 memory=1163716 CPUtime=8.98 cores=1,3
/proc/35615/stat : 35615 (java) S 35599 35615 35546 0 -1 4194304 31900 0 46 0 872 26 0 0 20 0 20 0 39662981 19521036288 290929 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
/proc/35615/statm: 4765878 290929 5488 1 0 663379 0
[pid=35615/tid=35620] ppid=35599 vsize=19063512 memory=0 CPUtime=5.96 cores=1,3
/proc/35615/task/35620/stat : 35620 (java) R 35599 35615 35546 0 -1 4194368 7168 0 34 0 575 21 0 0 20 0 20 0 39662984 19521036288 290929 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35661] ppid=35599 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/35615/task/35661/stat : 35661 (Finalizer) S 35599 35615 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 290929 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35684] ppid=35599 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/35615/task/35684/stat : 35684 (Common-Cleaner) S 35599 35615 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 290929 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35685] ppid=35599 vsize=19063512 memory=365944 CPUtime=0 cores=1,3
/proc/35615/task/35685/stat : 35685 (Timer-0) S 35599 35615 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663003 19521036288 290929 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
Current children cumulated CPU time: 8.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1163716 KiB

[startup+12.7002 s]
/proc/loadavg: 1.20 1.37 2.78 6/341 35693
/proc/meminfo: memFree=119572844/131249996 swapFree=33010684/33010684
[pid=35615] ppid=35599 vsize=19063512 memory=1606868 CPUtime=15.73 cores=1,3
/proc/35615/stat : 35615 (java) S 35599 35615 35546 0 -1 4194304 37035 0 46 0 1537 36 0 0 20 0 20 0 39662981 19521036288 401717 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
/proc/35615/statm: 4765878 401717 5488 1 0 663415 0
[pid=35615/tid=35620] ppid=35599 vsize=19063512 memory=365944 CPUtime=12.25 cores=1,3
/proc/35615/task/35620/stat : 35620 (java) R 35599 35615 35546 0 -1 4194368 9184 0 34 0 1196 29 0 0 20 0 20 0 39662984 19521036288 401717 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35661] ppid=35599 vsize=19063512 memory=1606868 CPUtime=0 cores=1,3
/proc/35615/task/35661/stat : 35661 (Finalizer) S 35599 35615 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 401717 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35684] ppid=35599 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/35615/task/35684/stat : 35684 (Common-Cleaner) S 35599 35615 35546 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 401717 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35685] ppid=35599 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/35615/task/35685/stat : 35685 (Timer-0) S 35599 35615 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663003 19521036288 401717 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
Current children cumulated CPU time: 15.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1606868 KiB

[startup+25.5002 s]
/proc/loadavg: 1.90 1.51 2.81 6/341 35693
/proc/meminfo: memFree=118778240/131249996 swapFree=33010684/33010684
[pid=35615] ppid=35599 vsize=19063512 memory=1623340 CPUtime=28.72 cores=1,3
/proc/35615/stat : 35615 (java) S 35599 35615 35546 0 -1 4194304 41946 0 46 0 2835 37 0 0 20 0 20 0 39662981 19521036288 405835 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
/proc/35615/statm: 4765878 405835 5488 1 0 663415 0
[pid=35615/tid=35620] ppid=35599 vsize=19063512 memory=1606868 CPUtime=24.82 cores=1,3
/proc/35615/task/35620/stat : 35620 (java) R 35599 35615 35546 0 -1 4194368 10941 0 34 0 2453 29 0 0 20 0 20 0 39662984 19521036288 405835 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35661] ppid=35599 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/35615/task/35661/stat : 35661 (Finalizer) S 35599 35615 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 405835 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35684] ppid=35599 vsize=19063512 memory=1615092 CPUtime=0 cores=1,3
/proc/35615/task/35684/stat : 35684 (Common-Cleaner) S 35599 35615 35546 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 405835 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35685] ppid=35599 vsize=19063512 memory=1621288 CPUtime=0 cores=1,3
/proc/35615/task/35685/stat : 35685 (Timer-0) S 35599 35615 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663003 19521036288 405835 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
Current children cumulated CPU time: 28.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1623340 KiB

[startup+51.1058 s]
/proc/loadavg: 2.61 1.71 2.84 6/342 35695
/proc/meminfo: memFree=116519992/131249996 swapFree=33010684/33010684
[pid=35615] ppid=35599 vsize=19063512 memory=1658324 CPUtime=54.79 cores=1,3
/proc/35615/stat : 35615 (java) S 35599 35615 35546 0 -1 4194304 47200 0 46 0 5440 39 0 0 20 0 20 0 39662981 19521036288 414581 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
/proc/35615/statm: 4765878 414581 5488 1 0 663415 0
[pid=35615/tid=35620] ppid=35599 vsize=19063512 memory=1645964 CPUtime=50.06 cores=1,3
/proc/35615/task/35620/stat : 35620 (java) R 35599 35615 35546 0 -1 4194368 11331 0 34 0 4977 29 0 0 20 0 20 0 39662984 19521036288 414581 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35661] ppid=35599 vsize=19063512 memory=0 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=104558456/131249996 swapFree=33010684/33010684
[pid=35615] ppid=35599 vsize=19063512 memory=2182288 CPUtime=3253.1 cores=1,3
/proc/35615/stat : 35615 (java) S 35599 35615 35546 0 -1 4194304 107492 0 46 0 325137 173 0 0 20 0 20 0 39662981 19521036288 545572 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
/proc/35615/statm: 4765878 545572 5488 1 0 663872 0
[pid=35615/tid=35620] ppid=35599 vsize=19063512 memory=2176144 CPUtime=3188.9 cores=1,3
/proc/35615/task/35620/stat : 35620 (java) R 35599 35615 35546 0 -1 4194368 40103 0 34 0 318850 40 0 0 20 0 20 0 39662984 19521036288 545572 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35661] ppid=35599 vsize=19063512 memory=2176144 CPUtime=0 cores=1,3
/proc/35615/task/35661/stat : 35661 (Finalizer) S 35599 35615 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 545572 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35684] ppid=35599 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/35615/task/35684/stat : 35684 (Common-Cleaner) S 35599 35615 35546 0 -1 4194368 1453 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 545572 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35685] ppid=35599 vsize=19063512 memory=2182288 CPUtime=0 cores=1,3
/proc/35615/task/35685/stat : 35685 (Timer-0) S 35599 35615 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663003 19521036288 545572 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
Current children cumulated CPU time: 3253.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2182288 KiB

[startup+3282.3 s]
/proc/loadavg: 4.42 4.54 4.51 6/342 36001
/proc/meminfo: memFree=116461492/131249996 swapFree=33010684/33010684
[pid=35615] ppid=35599 vsize=19063512 memory=2188432 CPUtime=3313.85 cores=1,3
/proc/35615/stat : 35615 (java) S 35599 35615 35546 0 -1 4194304 107835 0 46 0 331210 175 0 0 20 0 20 0 39662981 19521036288 547108 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
/proc/35615/statm: 4765878 547108 5488 1 0 663872 0
[pid=35615/tid=35620] ppid=35599 vsize=19063512 memory=2186384 CPUtime=3248.25 cores=1,3
/proc/35615/task/35620/stat : 35620 (java) R 35599 35615 35546 0 -1 4194368 40397 0 34 0 324785 40 0 0 20 0 20 0 39662984 19521036288 547108 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35661] ppid=35599 vsize=19063512 memory=-6000919468344436588 CPUtime=0 cores=1,3
/proc/35615/task/35661/stat : 35661 (Finalizer) S 35599 35615 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 547108 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35684] ppid=35599 vsize=19063512 memory=2184336 CPUtime=0 cores=1,3
/proc/35615/task/35684/stat : 35684 (Common-Cleaner) S 35599 35615 35546 0 -1 4194368 1453 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 547108 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35685] ppid=35599 vsize=19063512 memory=2188432 CPUtime=0 cores=1,3
/proc/35615/task/35685/stat : 35685 (Timer-0) S 35599 35615 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663003 19521036288 547108 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
Current children cumulated CPU time: 3313.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2188432 KiB

[startup+3342.3 s]
/proc/loadavg: 4.35 4.50 4.49 6/341 36003
/proc/meminfo: memFree=116243580/131249996 swapFree=33010684/33010684
[pid=35615] ppid=35599 vsize=19063512 memory=2194576 CPUtime=3374.71 cores=1,3
/proc/35615/stat : 35615 (java) S 35599 35615 35546 0 -1 4194304 109205 0 46 0 337294 177 0 0 20 0 20 0 39662981 19521036288 548644 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
/proc/35615/statm: 4765878 548644 5488 1 0 663872 0
[pid=35615/tid=35620] ppid=35599 vsize=19063512 memory=2192528 CPUtime=3307.62 cores=1,3
/proc/35615/task/35620/stat : 35620 (java) R 35599 35615 35546 0 -1 4194368 41294 0 34 0 330722 40 0 0 20 0 20 0 39662984 19521036288 548644 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35661] ppid=35599 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/35615/task/35661/stat : 35661 (Finalizer) S 35599 35615 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 548644 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35684] ppid=35599 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/35615/task/35684/stat : 35684 (Common-Cleaner) S 35599 35615 35546 0 -1 4194368 1453 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 548644 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35685] ppid=35599 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/35615/task/35685/stat : 35685 (Timer-0) S 35599 35615 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663003 19521036288 548644 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
Current children cumulated CPU time: 3374.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2194576 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.44 4.47 6/341 36005
/proc/meminfo: memFree=116095480/131249996 swapFree=33010684/33010684
[pid=35615] ppid=35599 vsize=19063512 memory=2196624 CPUtime=3435.6 cores=1,3
/proc/35615/stat : 35615 (java) S 35599 35615 35546 0 -1 4194304 110148 0 46 0 343380 180 0 0 20 0 20 0 39662981 19521036288 549156 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
/proc/35615/statm: 4765878 549156 5488 1 0 663872 0
[pid=35615/tid=35620] ppid=35599 vsize=19063512 memory=14824 CPUtime=3366.93 cores=1,3
/proc/35615/task/35620/stat : 35620 (java) R 35599 35615 35546 0 -1 4194368 42139 0 34 0 336652 41 0 0 20 0 20 0 39662984 19521036288 549156 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35661] ppid=35599 vsize=19063512 memory=2194576 CPUtime=0 cores=1,3
/proc/35615/task/35661/stat : 35661 (Finalizer) S 35599 35615 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 549156 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35684] ppid=35599 vsize=19063512 memory=2194576 CPUtime=0 cores=1,3
/proc/35615/task/35684/stat : 35684 (Common-Cleaner) S 35599 35615 35546 0 -1 4194368 1483 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 549156 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35685] ppid=35599 vsize=19063512 memory=2196624 CPUtime=0 cores=1,3
/proc/35615/task/35685/stat : 35685 (Timer-0) S 35599 35615 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663003 19521036288 549156 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
Current children cumulated CPU time: 3435.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2196624 KiB

[startup+3462.3 s]
/proc/loadavg: 4.35 4.43 4.47 6/341 36007
/proc/meminfo: memFree=116004604/131249996 swapFree=33010684/33010684
[pid=35615] ppid=35599 vsize=19063512 memory=2199004 CPUtime=3496.92 cores=1,3
/proc/35615/stat : 35615 (java) S 35599 35615 35546 0 -1 4194304 111179 0 46 0 349509 183 0 0 20 0 20 0 39662981 19521036288 549751 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
/proc/35615/statm: 4765878 549751 5488 1 0 663985 0
[pid=35615/tid=35620] ppid=35599 vsize=19063512 memory=14824 CPUtime=3426.24 cores=1,3
/proc/35615/task/35620/stat : 35620 (java) R 35599 35615 35546 0 -1 4194368 42568 0 34 0 342583 41 0 0 20 0 20 0 39662984 19521036288 549751 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35661] ppid=35599 vsize=19063512 memory=2194576 CPUtime=0 cores=1,3
/proc/35615/task/35661/stat : 35661 (Finalizer) S 35599 35615 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 549751 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35684] ppid=35599 vsize=19063512 memory=2194576 CPUtime=0 cores=1,3
/proc/35615/task/35684/stat : 35684 (Common-Cleaner) S 35599 35615 35546 0 -1 4194368 1513 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 549751 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35685] ppid=35599 vsize=19063512 memory=2199004 CPUtime=0 cores=1,3
/proc/35615/task/35685/stat : 35685 (Timer-0) S 35599 35615 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663003 19521036288 549751 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
Current children cumulated CPU time: 3496.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2199004 KiB

[startup+3522.3 s]
/proc/loadavg: 4.48 4.45 4.47 5/341 36075
/proc/meminfo: memFree=117221660/131249996 swapFree=33010684/33010684
[pid=35615] ppid=35599 vsize=19063512 memory=2203268 CPUtime=3558.65 cores=1,3
/proc/35615/stat : 35615 (java) S 35599 35615 35546 0 -1 4194304 111292 0 46 0 355680 185 0 0 20 0 20 0 39662981 19521036288 550817 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
/proc/35615/statm: 4765878 550817 5488 1 0 664016 0
[pid=35615/tid=35620] ppid=35599 vsize=19063512 memory=2203268 CPUtime=3485.46 cores=1,3
/proc/35615/task/35620/stat : 35620 (java) R 35599 35615 35546 0 -1 4194368 42636 0 34 0 348505 41 0 0 20 0 20 0 39662984 19521036288 550817 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35661] ppid=35599 vsize=19063512 memory=2201108 CPUtime=0 cores=1,3
/proc/35615/task/35661/stat : 35661 (Finalizer) S 35599 35615 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 550817 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35684] ppid=35599 vsize=19063512 memory=2203268 CPUtime=0 cores=1,3
/proc/35615/task/35684/stat : 35684 (Common-Cleaner) S 35599 35615 35546 0 -1 4194368 1513 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 550817 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35685] ppid=35599 vsize=19063512 memory=2736 CPUtime=0 cores=1,3
/proc/35615/task/35685/stat : 35685 (Timer-0) S 35599 35615 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663003 19521036288 550817 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
Current children cumulated CPU time: 3558.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2203268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3562.5 s]
/proc/loadavg: 4.31 4.40 4.45 5/341 36077
/proc/meminfo: memFree=117107112/131249996 swapFree=33010684/33010684
[pid=35615] ppid=35599 vsize=19063512 memory=2209484 CPUtime=3600.08 cores=1,3
/proc/35615/stat : 35615 (java) S 35599 35615 35546 0 -1 4194304 111903 0 46 0 359821 187 0 0 20 0 20 0 39662981 19521036288 552371 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
/proc/35615/statm: 4765878 552371 5488 1 0 664016 0
[pid=35615/tid=35620] ppid=35599 vsize=19063512 memory=2209484 CPUtime=3525.12 cores=1,3
/proc/35615/task/35620/stat : 35620 (java) R 35599 35615 35546 0 -1 4194368 43208 0 34 0 352471 41 0 0 20 0 20 0 39662984 19521036288 552371 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35661] ppid=35599 vsize=19063512 memory=2207424 CPUtime=0 cores=1,3
/proc/35615/task/35661/stat : 35661 (Finalizer) S 35599 35615 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 552371 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35684] ppid=35599 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/35615/task/35684/stat : 35684 (Common-Cleaner) S 35599 35615 35546 0 -1 4194368 1513 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 552371 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35685] ppid=35599 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/35615/task/35685/stat : 35685 (Timer-0) S 35599 35615 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663003 19521036288 552371 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2209484 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.36 s, system=1.88608 s

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

[startup+3562.5 s]
/proc/loadavg: 4.31 4.40 4.45 5/341 36077
/proc/meminfo: memFree=117107112/131249996 swapFree=33010684/33010684
[pid=35615] ppid=35599 vsize=19063512 memory=2209484 CPUtime=3600.08 cores=1,3
/proc/35615/stat : 35615 (java) S 35599 35615 35546 0 -1 4194304 111903 0 46 0 359821 187 0 0 20 0 20 0 39662981 19521036288 552371 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
/proc/35615/statm: 4765878 552371 5488 1 0 664016 0
[pid=35615/tid=35620] ppid=35599 vsize=19063512 memory=2209484 CPUtime=3525.12 cores=1,3
/proc/35615/task/35620/stat : 35620 (java) R 35599 35615 35546 0 -1 4194368 43208 0 34 0 352471 41 0 0 20 0 20 0 39662984 19521036288 552371 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35661] ppid=35599 vsize=19063512 memory=2207424 CPUtime=0 cores=1,3
/proc/35615/task/35661/stat : 35661 (Finalizer) S 35599 35615 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 552371 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35684] ppid=35599 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/35615/task/35684/stat : 35684 (Common-Cleaner) S 35599 35615 35546 0 -1 4194368 1513 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 552371 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
[pid=35615/tid=35685] ppid=35599 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/35615/task/35685/stat : 35685 (Timer-0) S 35599 35615 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663003 19521036288 552371 18446744073709551615 94639992188928 94639992192624 140724995853232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94639992200440 94639992201232 94640001835008 140724995860862 140724995860966 140724995860966 140724995866568 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2209484 KiB

Child status: 143

Real time (s): 3562.59
CPU time (s): 3600.25
CPU user time (s): 3598.36
CPU system time (s): 1.88608
CPU usage (%): 101.057
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2209484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.36
system time used= 1.88608
maximum resident set size= 2210508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114460
page faults= 46
swaps= 0
block input operations= 0
block output operations= 17504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141520
involuntary context switches= 13180


# summary of solver processes directly reported to runsolver:
#   pid: 35615
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3598.36
#   total CPU system time (s): 1.88608

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.83786 second user time and 16.8361 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 01:30:52
IDJOB=4515496
IDBENCH=165280
IDSOLVER=3361
FILE ID=nodeC017/4515496-1751239852
RUNJOBID= nodeC017-1751239852-35558
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-sumineqArity4pyramidP015.shuf-1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515496-1751239852/watcher-4515496-1751239852 -o /tmp/evaluation-result-4515496-1751239852/solver-4515496-1751239852 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751239852-35558 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4515496-1751239852.opb

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

MD5SUM BENCH= 41293be0305d372e96683f7a88e6db28
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.456
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		: 3600.103
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.092
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		: 3600.697
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		: 3600.063
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		: 3600.179
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		: 3599.903
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		: 3600.301
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:     329504 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:30:15