Trace number 4514884

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.31 3435.29

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
MIPLIB01/dec/miplib3/normalized-p0201.0.u.opb
MD5SUM22f5cbb2f2c2a73b7dbac80b761f1874
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.284334
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables201
Total number of constraints134
Number of constraints which are clauses20
Number of constraints which are cardinality constraints (but not clauses)26
Number of constraints which are nor clauses,nor cardinality constraints88
Minimum length of a constraint3
Maximum length of a constraint201
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 9600
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 107514
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.19	c version PB25.v20250606
0.26/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.23	c java.vm.version	22.0.1+8-16
0.26/0.23	c java.vm.vendor	Oracle Corporation
0.26/0.23	c sun.arch.data.model	64
0.26/0.23	c java.version		22.0.1
0.26/0.23	c os.name		Linux
0.26/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.23	c os.arch		amd64
0.26/0.24	c Free memory 		2104792832
0.26/0.24	c Max memory 		16282288128
0.26/0.24	c Total memory 		2113929216
0.26/0.25	c Number of processors 	2
0.60/0.43	c Pseudo Boolean Optimization by upper bound
0.60/0.43	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.60/0.43	c  - never skip resolution steps
0.60/0.43	c  - Auto-division on coefficients is disabled
0.60/0.43	c  - No postprocessing
0.60/0.43	c  - Conflict is considered as is when resolving
0.60/0.43	c  - Use constraints as they come during conflict analysis
0.60/0.43	c  - Weaken first using unassigned literals
0.60/0.43	c  - Bump strategy: ALWAYS_ONE
0.60/0.43	c  - Bumper: ANY
0.60/0.43	c --- Begin Solver configuration ---
0.60/0.43	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.60/0.43	c Learn all clauses as in MiniSAT
0.60/0.43	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.60/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.60/0.43	c No reason simplification
0.60/0.43	c Armin Biere (Picosat) restarts strategy
0.60/0.43	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.60/0.43	c timeout=2147483s
0.60/0.43	c DB Simplification allowed=false
0.60/0.43	c Listener: none
0.60/0.43	c --- End Solver configuration ---
0.60/0.43	c solving HOME/instance-4514884-1751234862.opb
0.60/0.43	c reading problem ... 
0.60/0.44	c  no objective function found
0.78/0.53	c ... done. Wall clock time 0.094s.
0.78/0.53	c declared #vars     201
0.78/0.53	c #constraints  134
0.78/0.53	c constraints type 
0.78/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 34
0.78/0.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80
0.78/0.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20
0.78/0.53	c 134 constraints processed.
499.69/491.77	c cleaning 2498 clauses out of 5000
3600.00/3435.12	c starts		: 4
3600.00/3435.16	c conflicts		: 7379
3600.00/3435.16	c decisions		: 69933
3600.00/3435.16	c propagations		: 322419
3600.00/3435.16	c inspects		: 333695620
3600.00/3435.16	c shortcuts		: 0
3600.00/3435.16	c learnt literals	: 0
3600.00/3435.16	c learnt binary clauses	: 0
3600.00/3435.16	c learnt ternary clauses	: 0
3600.00/3435.16	c learnt constraints	: 7378
3600.00/3435.16	c ignored constraints	: 0
3600.00/3435.16	c root simplifications	: 0
3600.00/3435.16	c removed literals (reason simplification)	: 0
3600.00/3435.16	c reason swapping (by a shorter reason)	: 0
3600.00/3435.16	c Calls to reduceDB	: 1
3600.00/3435.16	c Number of update (reduction) of LBD	: 0
3600.00/3435.16	c Imported unit clauses	: 0
3600.00/3435.17	c No decision after first conflict	: false
3600.00/3435.17	c number of reductions to clauses (during analyze)	: 0
3600.00/3435.17	c number of learned constraints concerned by reduction	: 0
3600.00/3435.17	c number of learning phase by resolution	: 0
3600.00/3435.17	c number of learning phase by cutting planes	: 0
3600.00/3435.17	c number of rounding to 1 operations	: 0
3600.00/3435.17	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3435.17	c number of reductions of the coefficients by power 2 	: 0
3600.00/3435.17	c number of right shift for reduction by power 2 	: 0
3600.00/3435.17	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3435.17	c number of ending skipping 	: 0
3600.00/3435.17	c number of internal skipping 	: 0
3600.00/3435.17	c number of derivation steps 	: 59784
3600.00/3435.17	c number of skipped derivation steps 	: 0
3600.00/3435.17	c number of remaining unassigned 	: 203166
3600.00/3435.17	c number of remaining assigned 	: 1951314
3600.00/3435.18	c number of falsified literals weakened from reason	: 0
3600.00/3435.18	c number of falsified literals weakened from conflict	: 0
3600.00/3435.18	c time for arithmetic operations	: 1433212483258
3600.19/3435.20	c minimum degree of deleted constraints	: null
3600.19/3435.20	c maximum degree of deleted constraints	: null
3600.19/3435.20	c number of deleted constraints	: 0
3600.19/3435.20	c speed (assignments/second)	: 93.87203701088752
3600.19/3435.20	c non guided choices	: 140
3600.19/3435.22	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2
3600.19/3435.22	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 4808
3600.19/3435.22	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 70
3600.19/3435.24	s UNKNOWN
3600.19/3435.25	c Total wall clock time (in seconds): 3434.812

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514884-1751234862/watcher-4514884-1751234862 -o /tmp/evaluation-result-4514884-1751234862/solver-4514884-1751234862 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751227848-32846 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4514884-1751234862.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=33815, runsolver pid=33812

[startup+0.100069 s]*
/proc/loadavg: 4.33 4.45 4.39 6/327 33833
/proc/meminfo: memFree=111770984/131382112 swapFree=33010684/33010684
[pid=33815] ppid=33812 vsize=18930384 memory=47368 CPUtime=0.11 cores=0,2
/proc/33815/stat : 33815 (java) S 33812 33815 32836 0 -1 4194304 5683 0 0 0 8 3 0 0 20 0 18 0 39166019 19384713216 11842 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
/proc/33815/statm: 4732596 11842 5145 1 0 546893 0
[pid=33815/tid=33817] ppid=33812 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=0,2
/proc/33815/task/33817/stat : 33817 (java) R 33812 33815 32836 0 -1 4194368 4588 0 0 0 4 2 0 0 20 0 18 0 39166021 19384713216 11842 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33826] ppid=33812 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/33815/task/33826/stat : 33826 (Finalizer) S 33812 33815 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39166026 19384713216 11842 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33833] ppid=33812 vsize=18930384 memory=59593594258114 CPUtime=0 cores=0,2
/proc/33815/task/33833/stat : 33833 (Common-Cleaner) S 33812 33815 32836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39166027 19384713216 11842 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47368 KiB

[startup+0.213923 s]*
/proc/loadavg: 4.33 4.45 4.39 6/327 33833
/proc/meminfo: memFree=111770984/131382112 swapFree=33010684/33010684
[pid=33815] ppid=33812 vsize=18930384 memory=53028 CPUtime=0.26 cores=0,2
/proc/33815/stat : 33815 (java) S 33812 33815 32836 0 -1 4194304 6424 0 0 0 23 3 0 0 20 0 18 0 39166019 19384713216 13257 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
/proc/33815/statm: 4732596 13257 5337 1 0 547512 0
[pid=33815/tid=33817] ppid=33812 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=0,2
/proc/33815/task/33817/stat : 33817 (java) R 33812 33815 32836 0 -1 4194368 4967 0 0 0 14 2 0 0 20 0 18 0 39166021 19384713216 13257 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33826] ppid=33812 vsize=18930384 memory=16142 CPUtime=0 cores=0,2
/proc/33815/task/33826/stat : 33826 (Finalizer) S 33812 33815 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39166026 19384713216 13257 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33833] ppid=33812 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/33815/task/33833/stat : 33833 (Common-Cleaner) S 33812 33815 32836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39166027 19384713216 13257 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53028 KiB

[startup+0.313694 s]*
/proc/loadavg: 4.33 4.45 4.39 7/327 33833
/proc/meminfo: memFree=111764872/131382112 swapFree=33010684/33010684
[pid=33815] ppid=33812 vsize=18930384 memory=58272 CPUtime=0.42 cores=0,2
/proc/33815/stat : 33815 (java) S 33812 33815 32836 0 -1 4194304 6689 0 0 0 38 4 0 0 20 0 18 0 39166019 19384713216 14568 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
/proc/33815/statm: 4732596 14568 5337 1 0 547709 0
[pid=33815/tid=33817] ppid=33812 vsize=18930384 memory=-6000919498543229292 CPUtime=0.24 cores=0,2
/proc/33815/task/33817/stat : 33817 (java) R 33812 33815 32836 0 -1 4194368 5127 0 0 0 21 3 0 0 20 0 18 0 39166021 19384713216 14568 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33826] ppid=33812 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/33815/task/33826/stat : 33826 (Finalizer) S 33812 33815 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39166026 19384713216 14568 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33833] ppid=33812 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/33815/task/33833/stat : 33833 (Common-Cleaner) S 33812 33815 32836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39166027 19384713216 14568 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58272 KiB

[startup+0.700321 s]
/proc/loadavg: 4.33 4.45 4.39 7/327 33833
/proc/meminfo: memFree=111760776/131382112 swapFree=33010684/33010684
[pid=33815] ppid=33812 vsize=18997356 memory=74492 CPUtime=1.11 cores=0,2
/proc/33815/stat : 33815 (java) S 33812 33815 32836 0 -1 4194304 8789 0 0 0 105 6 0 0 20 0 19 0 39166019 19453292544 18623 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
/proc/33815/statm: 4749339 18623 5433 1 0 549148 0
[pid=33815/tid=33817] ppid=33812 vsize=18997356 memory=17536 CPUtime=0.59 cores=0,2
/proc/33815/task/33817/stat : 33817 (java) R 33812 33815 32836 0 -1 4194368 5444 0 0 0 55 4 0 0 20 0 19 0 39166021 19453292544 18623 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33826] ppid=33812 vsize=18997356 memory=10624 CPUtime=0 cores=0,2
/proc/33815/task/33826/stat : 33826 (Finalizer) S 33812 33815 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39166026 19453292544 18623 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33833] ppid=33812 vsize=18997356 memory=3200 CPUtime=0 cores=0,2
/proc/33815/task/33833/stat : 33833 (Common-Cleaner) S 33812 33815 32836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39166027 19453292544 18623 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18997356 KiB
Current children cumulated memory: 74492 KiB

[startup+1.50028 s]
/proc/loadavg: 4.33 4.45 4.39 6/328 33834
/proc/meminfo: memFree=111720528/131382112 swapFree=33010684/33010684
[pid=33815] ppid=33812 vsize=19063512 memory=164008 CPUtime=2.69 cores=0,2
/proc/33815/stat : 33815 (java) S 33812 33815 32836 0 -1 4194304 13701 0 0 0 259 10 0 0 20 0 20 0 39166019 19521036288 41002 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
/proc/33815/statm: 4765878 41002 5497 1 0 550454 0
[pid=33815/tid=33817] ppid=33812 vsize=19063512 memory=3200 CPUtime=1.33 cores=0,2
/proc/33815/task/33817/stat : 33817 (java) R 33812 33815 32836 0 -1 4194368 5798 0 0 0 127 6 0 0 20 0 20 0 39166021 19521036288 41002 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33826] ppid=33812 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33815/task/33826/stat : 33826 (Finalizer) S 33812 33815 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39166026 19521036288 41002 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33833] ppid=33812 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/33815/task/33833/stat : 33833 (Common-Cleaner) S 33812 33815 32836 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 39166027 19521036288 41002 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33834] ppid=33812 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/33815/task/33834/stat : 33834 (Timer-0) S 33812 33815 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39166073 19521036288 41002 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164008 KiB

[startup+3.10561 s]
/proc/loadavg: 4.33 4.45 4.39 6/329 33835
/proc/meminfo: memFree=111290984/131382112 swapFree=33010684/33010684
[pid=33815] ppid=33812 vsize=19063512 memory=592116 CPUtime=5.61 cores=0,2
/proc/33815/stat : 33815 (java) S 33812 33815 32836 0 -1 4194304 20997 0 0 0 541 20 0 0 20 0 20 0 39166019 19521036288 148029 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
/proc/33815/statm: 4765878 148029 5497 1 0 784661 0
[pid=33815/tid=33817] ppid=33812 vsize=19063512 memory=14560 CPUtime=2.84 cores=0,2
/proc/33815/task/33817/stat : 33817 (java) R 33812 33815 32836 0 -1 4194368 6657 0 0 0 271 13 0 0 20 0 20 0 39166021 19521036288 148029 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33826] ppid=33812 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33815/task/33826/stat : 33826 (Finalizer) S 33812 33815 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39166026 19521036288 148029 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33833] ppid=33812 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/33815/task/33833/stat : 33833 (Common-Cleaner) S 33812 33815 32836 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 39166027 19521036288 148029 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33834] ppid=33812 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/33815/task/33834/stat : 33834 (Timer-0) S 33812 33815 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39166073 19521036288 148029 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
Current children cumulated CPU time: 5.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 592116 KiB

[startup+6.30032 s]
/proc/loadavg: 4.30 4.45 4.39 6/329 33835
/proc/meminfo: memFree=110307976/131382112 swapFree=33010684/33010684
[pid=33815] ppid=33812 vsize=19063512 memory=1680552 CPUtime=10.18 cores=0,2
/proc/33815/stat : 33815 (java) S 33812 33815 32836 0 -1 4194304 23174 0 0 0 976 42 0 0 20 0 20 0 39166019 19521036288 420138 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
/proc/33815/statm: 4765878 420138 5497 1 0 784698 0
[pid=33815/tid=33817] ppid=33812 vsize=19063512 memory=0 CPUtime=6.01 cores=0,2
/proc/33815/task/33817/stat : 33817 (java) R 33812 33815 32836 0 -1 4194368 7502 0 0 0 566 35 0 0 20 0 20 0 39166021 19521036288 420138 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33826] ppid=33812 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/33815/task/33826/stat : 33826 (Finalizer) S 33812 33815 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39166026 19521036288 420138 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33833] ppid=33812 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/33815/task/33833/stat : 33833 (Common-Cleaner) S 33812 33815 32836 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 39166027 19521036288 420138 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33834] ppid=33812 vsize=19063512 memory=164904 CPUtime=0 cores=0,2
/proc/33815/task/33834/stat : 33834 (Timer-0) S 33812 33815 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39166073 19521036288 420138 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
Current children cumulated CPU time: 10.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1680552 KiB

[startup+12.7004 s]
/proc/loadavg: 4.28 4.44 4.39 5/306 33853
/proc/meminfo: memFree=111772808/131382112 swapFree=33010684/33010684
[pid=33815] ppid=33812 vsize=19063512 memory=3550004 CPUtime=17.4 cores=0,2
/proc/33815/stat : 33815 (java) S 33812 33815 32836 0 -1 4194304 25429 0 0 0 1660 80 0 0 20 0 20 0 39166019 19521036288 887501 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
/proc/33815/statm: 4765878 887501 5497 1 0 1208757 0
[pid=33815/tid=33817] ppid=33812 vsize=19063512 memory=164904 CPUtime=12.06 cores=0,2
/proc/33815/task/33817/stat : 33817 (java) R 33812 33815 32836 0 -1 4194368 9092 0 0 0 1136 70 0 0 20 0 20 0 39166021 19521036288 887501 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33826] ppid=33812 vsize=19063512 memory=2951860 CPUtime=0 cores=0,2
/proc/33815/task/33826/stat : 33826 (Finalizer) S 33812 33815 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39166026 19521036288 887501 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33833] ppid=33812 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33815/task/33833/stat : 33833 (Common-Cleaner) S 33812 33815 32836 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 39166027 19521036288 887501 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33834] ppid=33812 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/33815/task/33834/stat : 33834 (Timer-0) S 33812 33815 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39166073 19521036288 887501 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
Current children cumulated CPU time: 17.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3550004 KiB

[startup+25.5004 s]
/proc/loadavg: 4.49 4.48 4.41 6/328 33969
/proc/meminfo: memFree=112509372/131382112 swapFree=33010684/33010684
[pid=33815] ppid=33812 vsize=19063512 memory=3575420 CPUtime=31.77 cores=0,2
/proc/33815/stat : 33815 (java) S 33812 33815 32836 0 -1 4194304 44354 0 0 0 3093 84 0 0 20 0 20 0 39166019 19521036288 893855 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
/proc/33815/statm: 4765878 893855 5497 1 0 1214626 0
[pid=33815/tid=33817] ppid=33812 vsize=19063512 memory=2951860 CPUtime=24.59 cores=0,2
/proc/33815/task/33817/stat : 33817 (java) R 33812 33815 32836 0 -1 4194368 11338 0 0 0 2389 70 0 0 20 0 20 0 39166021 19521036288 893855 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33826] ppid=33812 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33815/task/33826/stat : 33826 (Finalizer) S 33812 33815 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39166026 19521036288 893855 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33833] ppid=33812 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33815/task/33833/stat : 33833 (Common-Cleaner) S 33812 33815 32836 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 39166027 19521036288 893855 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33834] ppid=33812 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/33815/task/33834/stat : 33834 (Timer-0) S 33812 33815 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39166073 19521036288 893855 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
Current children cumulated CPU time: 31.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3575420 KiB

[startup+51.1135 s]
/proc/loadavg: 4.39 4.46 4.40 5/328 33969
/proc/meminfo: memFree=109806620/131382112 swapFree=33010684/33010684
[pid=33815] ppid=33812 vsize=19063512 memory=3657540 CPUtime=57.61 cores=0,2
/proc/33815/stat : 33815 (java) S 33812 33815 32836 0 -1 4194304 48500 0 0 0 5673 88 0 0 20 0 20 0 39166019 19521036288 914385 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
/proc/33815/statm: 4765878 914385 5497 1 0 1214626 0
[pid=33815/tid=33817] ppid=33812 vsize=19063512 memory=3657540 CPUtime=49.6 cores=0,2
/proc/33815/task/33817/stat : 33817 (java) R 33812 33815 32836 0 -1 4194368 13551 0 0 0 4890 70 0 0 20 0 20 0 39166021 19521036288 914385 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33826] ppid=33812 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/33815/task/33826/stat : 33826 (Finalizer) S 33812 33815 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39166026 19521036288 914385 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33833] ppid=33812 vsize=19063512 memory=3555892 CPUtime=0 cores=0,2
/proc/33815/task/33833/stat : 33833 (Common-Cleaner) S 33812 33815 32836 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 39166027 19521036288 914385 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33834] ppid=33812 vsize=19063512 memory=17536 CPUtime=0 cores=0,2

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

[startup+3102.3 s]
/proc/loadavg: 4.41 4.53 4.53 5/329 34255
/proc/meminfo: memFree=105061192/131382112 swapFree=33010684/33010684
[pid=33815] ppid=33812 vsize=19063512 memory=4813028 CPUtime=3209.7 cores=0,2
/proc/33815/stat : 33815 (java) S 33812 33815 32836 0 -1 4194304 176663 0 0 0 320430 540 0 0 20 0 20 0 39166019 19521036288 1203257 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
/proc/33815/statm: 4765878 1203257 5497 1 0 1214995 0
[pid=33815/tid=33817] ppid=33812 vsize=19063512 memory=4813028 CPUtime=3057.77 cores=0,2
/proc/33815/task/33817/stat : 33817 (java) R 33812 33815 32836 0 -1 4194368 83279 0 0 0 305693 84 0 0 20 0 20 0 39166021 19521036288 1203257 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33826] ppid=33812 vsize=19063512 memory=4810852 CPUtime=0 cores=0,2
/proc/33815/task/33826/stat : 33826 (Finalizer) S 33812 33815 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39166026 19521036288 1203257 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33833] ppid=33812 vsize=19063512 memory=-6000919498543229292 CPUtime=0 cores=0,2
/proc/33815/task/33833/stat : 33833 (Common-Cleaner) S 33812 33815 32836 0 -1 4194368 1701 0 0 0 0 0 0 0 20 0 20 0 39166027 19521036288 1203257 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33834] ppid=33812 vsize=19063512 memory=4813028 CPUtime=0 cores=0,2
/proc/33815/task/33834/stat : 33834 (Timer-0) S 33812 33815 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39166073 19521036288 1203257 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
Current children cumulated CPU time: 3209.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4813028 KiB

[startup+3162.3 s]
/proc/loadavg: 4.37 4.51 4.53 5/329 34257
/proc/meminfo: memFree=105027620/131382112 swapFree=33010684/33010684
[pid=33815] ppid=33812 vsize=19063512 memory=4813156 CPUtime=3281.51 cores=0,2
/proc/33815/stat : 33815 (java) S 33812 33815 32836 0 -1 4194304 179779 0 0 0 327587 564 0 0 20 0 20 0 39166019 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
/proc/33815/statm: 4765878 1203289 5497 1 0 1214995 0
[pid=33815/tid=33817] ppid=33812 vsize=19063512 memory=4810852 CPUtime=3116.71 cores=0,2
/proc/33815/task/33817/stat : 33817 (java) R 33812 33815 32836 0 -1 4194368 85672 0 0 0 311586 85 0 0 20 0 20 0 39166021 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33826] ppid=33812 vsize=19063512 memory=-6000919498543229292 CPUtime=0 cores=0,2
/proc/33815/task/33826/stat : 33826 (Finalizer) S 33812 33815 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39166026 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33833] ppid=33812 vsize=19063512 memory=4813028 CPUtime=0 cores=0,2
/proc/33815/task/33833/stat : 33833 (Common-Cleaner) S 33812 33815 32836 0 -1 4194368 1743 0 0 0 0 0 0 0 20 0 20 0 39166027 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33834] ppid=33812 vsize=19063512 memory=4813028 CPUtime=0 cores=0,2
/proc/33815/task/33834/stat : 33834 (Timer-0) S 33812 33815 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39166073 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
Current children cumulated CPU time: 3281.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4813156 KiB

[startup+3222.3 s]
/proc/loadavg: 4.47 4.51 4.53 7/329 34274
/proc/meminfo: memFree=104942324/131382112 swapFree=33010684/33010684
[pid=33815] ppid=33812 vsize=19063512 memory=4813156 CPUtime=3351.91 cores=0,2
/proc/33815/stat : 33815 (java) S 33812 33815 32836 0 -1 4194304 179977 0 0 0 334604 587 0 0 20 0 20 0 39166019 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
/proc/33815/statm: 4765878 1203289 5497 1 0 1214999 0
[pid=33815/tid=33817] ppid=33812 vsize=19063512 memory=-6000919498543229292 CPUtime=3175.79 cores=0,2
/proc/33815/task/33817/stat : 33817 (java) R 33812 33815 32836 0 -1 4194368 85756 0 0 0 317494 85 0 0 20 0 20 0 39166021 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33826] ppid=33812 vsize=19063512 memory=4813028 CPUtime=0 cores=0,2
/proc/33815/task/33826/stat : 33826 (Finalizer) S 33812 33815 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39166026 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33833] ppid=33812 vsize=19063512 memory=4813156 CPUtime=0 cores=0,2
/proc/33815/task/33833/stat : 33833 (Common-Cleaner) S 33812 33815 32836 0 -1 4194368 1766 0 0 0 0 0 0 0 20 0 20 0 39166027 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33834] ppid=33812 vsize=19063512 memory=-6000919498543229292 CPUtime=0 cores=0,2
/proc/33815/task/33834/stat : 33834 (Timer-0) S 33812 33815 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39166073 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
Current children cumulated CPU time: 3351.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4813156 KiB

[startup+3282.3 s]
/proc/loadavg: 4.60 4.56 4.55 5/303 34314
/proc/meminfo: memFree=113447856/131382112 swapFree=33010684/33010684
[pid=33815] ppid=33812 vsize=19063512 memory=4813156 CPUtime=3421.58 cores=0,2
/proc/33815/stat : 33815 (java) S 33812 33815 32836 0 -1 4194304 180312 0 0 0 341551 607 0 0 20 0 20 0 39166019 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
/proc/33815/statm: 4765878 1203289 5497 1 0 1214999 0
[pid=33815/tid=33817] ppid=33812 vsize=19063512 memory=5760 CPUtime=3235.11 cores=0,2
/proc/33815/task/33817/stat : 33817 (java) R 33812 33815 32836 0 -1 4194368 85760 0 0 0 323425 86 0 0 20 0 20 0 39166021 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33826] ppid=33812 vsize=19063512 memory=4813156 CPUtime=0 cores=0,2
/proc/33815/task/33826/stat : 33826 (Finalizer) S 33812 33815 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39166026 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33833] ppid=33812 vsize=19063512 memory=164 CPUtime=0 cores=0,2
/proc/33815/task/33833/stat : 33833 (Common-Cleaner) S 33812 33815 32836 0 -1 4194368 1767 0 0 0 0 0 0 0 20 0 20 0 39166027 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33834] ppid=33812 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/33815/task/33834/stat : 33834 (Timer-0) S 33812 33815 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39166073 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
Current children cumulated CPU time: 3421.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4813156 KiB

[startup+3342.3 s]
/proc/loadavg: 3.88 4.37 4.48 4/303 34316
/proc/meminfo: memFree=113445244/131382112 swapFree=33010684/33010684
[pid=33815] ppid=33812 vsize=19063512 memory=4813156 CPUtime=3490.96 cores=0,2
/proc/33815/stat : 33815 (java) S 33812 33815 32836 0 -1 4194304 184302 0 0 0 348469 627 0 0 20 0 20 0 39166019 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
/proc/33815/statm: 4765878 1203289 5497 1 0 1214999 0
[pid=33815/tid=33817] ppid=33812 vsize=19063512 memory=4813156 CPUtime=3294.31 cores=0,2
/proc/33815/task/33817/stat : 33817 (java) R 33812 33815 32836 0 -1 4194368 88160 0 0 0 329345 86 0 0 20 0 20 0 39166021 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33826] ppid=33812 vsize=19063512 memory=4813156 CPUtime=0 cores=0,2
/proc/33815/task/33826/stat : 33826 (Finalizer) S 33812 33815 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39166026 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33833] ppid=33812 vsize=19063512 memory=4813156 CPUtime=0 cores=0,2
/proc/33815/task/33833/stat : 33833 (Common-Cleaner) S 33812 33815 32836 0 -1 4194368 1767 0 0 0 0 0 0 0 20 0 20 0 39166027 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33834] ppid=33812 vsize=19063512 memory=-4050210904893669780 CPUtime=0 cores=0,2
/proc/33815/task/33834/stat : 33834 (Timer-0) S 33812 33815 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39166073 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
Current children cumulated CPU time: 3490.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4813156 KiB

[startup+3402.3 s]
/proc/loadavg: 3.61 4.19 4.41 5/303 34318
/proc/meminfo: memFree=113443668/131382112 swapFree=33010684/33010684
[pid=33815] ppid=33812 vsize=19063512 memory=4813156 CPUtime=3562.55 cores=0,2
/proc/33815/stat : 33815 (java) S 33812 33815 32836 0 -1 4194304 185027 0 0 0 355604 651 0 0 20 0 20 0 39166019 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
/proc/33815/statm: 4765878 1203289 5497 1 0 1214999 0
[pid=33815/tid=33817] ppid=33812 vsize=19063512 memory=4813156 CPUtime=3353.51 cores=0,2
/proc/33815/task/33817/stat : 33817 (java) R 33812 33815 32836 0 -1 4194368 88267 0 0 0 335264 87 0 0 20 0 20 0 39166021 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33826] ppid=33812 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/33815/task/33826/stat : 33826 (Finalizer) S 33812 33815 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39166026 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33833] ppid=33812 vsize=19063512 memory=4813156 CPUtime=0 cores=0,2
/proc/33815/task/33833/stat : 33833 (Common-Cleaner) S 33812 33815 32836 0 -1 4194368 1809 0 0 0 0 0 0 0 20 0 20 0 39166027 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33834] ppid=33812 vsize=19063512 memory=4813156 CPUtime=0 cores=0,2
/proc/33815/task/33834/stat : 33834 (Timer-0) S 33812 33815 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39166073 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
Current children cumulated CPU time: 3562.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4813156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3435.11 s]
/proc/loadavg: 3.42 4.08 4.36 4/303 34319
/proc/meminfo: memFree=113443668/131382112 swapFree=33010684/33010684
[pid=33815] ppid=33812 vsize=19063512 memory=4813156 CPUtime=3600 cores=0,2
/proc/33815/stat : 33815 (java) S 33812 33815 32836 0 -1 4194304 186236 0 0 0 359338 662 0 0 20 0 20 0 39166019 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
/proc/33815/statm: 4765878 1203289 5497 1 0 1214999 0
[pid=33815/tid=33817] ppid=33812 vsize=19063512 memory=-4050210904893669780 CPUtime=3386 cores=0,2
/proc/33815/task/33817/stat : 33817 (java) R 33812 33815 32836 0 -1 4194368 88798 0 0 0 338513 87 0 0 20 0 20 0 39166021 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33826] ppid=33812 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/33815/task/33826/stat : 33826 (Finalizer) S 33812 33815 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39166026 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33833] ppid=33812 vsize=19063512 memory=4813156 CPUtime=0 cores=0,2
/proc/33815/task/33833/stat : 33833 (Common-Cleaner) S 33812 33815 32836 0 -1 4194368 1809 0 0 0 0 0 0 0 20 0 20 0 39166027 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33834] ppid=33812 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/33815/task/33834/stat : 33834 (Timer-0) S 33812 33815 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39166073 19521036288 1203289 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4813156 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.66 s, system=6.64887 s

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

[startup+3435.21 s]
/proc/loadavg: 3.42 4.08 4.36 4/303 34319
/proc/meminfo: memFree=113443668/131382112 swapFree=33010684/33010684
[pid=33815] ppid=33812 vsize=19263204 memory=4813924 CPUtime=3600.19 cores=0,2
/proc/33815/stat : 33815 (java) S 33812 33815 32836 0 -1 4194304 187545 0 0 0 359357 662 0 0 20 0 21 0 39166019 19725520896 1203481 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
/proc/33815/statm: 4815801 1203481 5497 1 0 1215937 0
[pid=33815/tid=33817] ppid=33812 vsize=19263204 memory=5760 CPUtime=3386.1 cores=0,2
/proc/33815/task/33817/stat : 33817 (java) R 33812 33815 32836 0 -1 4194368 88817 0 0 0 338523 87 0 0 20 0 21 0 39166021 19725520896 1203481 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33826] ppid=33812 vsize=19263204 memory=4813156 CPUtime=0 cores=0,2
/proc/33815/task/33826/stat : 33826 (Finalizer) S 33812 33815 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39166026 19725520896 1203481 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
[pid=33815/tid=33833] ppid=33812 vsize=19263204 memory=4352 CPUtime=0 cores=0,2
/proc/33815/task/33833/stat : 33833 (Common-Cleaner) S 33812 33815 32836 0 -1 4194368 1809 0 0 0 0 0 0 0 20 0 21 0 39166027 19725520896 1203481 18446744073709551615 94370874855424 94370874859120 140733535080704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94370874866936 94370874867728 94370900971520 140733535086974 140733535087078 140733535087078 140733535092680 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4813924 KiB

Child status: 143

Real time (s): 3435.29
CPU time (s): 3600.31
CPU user time (s): 3593.66
CPU system time (s): 6.64887
CPU usage (%): 104.804
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4813924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.66
system time used= 6.64887
maximum resident set size= 4814052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187703
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 184698
involuntary context switches= 24681


# summary of solver processes directly reported to runsolver:
#   pid: 33815
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3593.66
#   total CPU system time (s): 6.64887

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.5334 second user time and 33.1607 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-30 00:07:42
IDJOB=4514884
IDBENCH=163972
IDSOLVER=3361
FILE ID=nodeC009/4514884-1751234862
RUNJOBID= nodeC009-1751227848-32846
SLURM_JOB_ID= 9587687
Free space on /tmp= 432656 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib3/normalized-p0201.0.u.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514884-1751234862/watcher-4514884-1751234862 -o /tmp/evaluation-result-4514884-1751234862/solver-4514884-1751234862 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751227848-32846 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4514884-1751234862.opb

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

MD5SUM BENCH= 22f5cbb2f2c2a73b7dbac80b761f1874
RANDOM SEED=1226964783

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        111800204 kB
MemAvailable:   118254320 kB
Buffers:            3280 kB
Cached:          7227740 kB
SwapCached:            0 kB
Active:         12042632 kB
Inactive:        6930436 kB
Active(anon):   11759040 kB
Inactive(anon):      968 kB
Active(file):     283592 kB
Inactive(file):  6929468 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               804 kB
Writeback:             0 kB
AnonPages:      11745124 kB
Mapped:           122688 kB
Shmem:             17960 kB
KReclaimable:     160984 kB
Slab:             244504 kB
SReclaimable:     160984 kB
SUnreclaim:        83520 kB
KernelStack:        5008 kB
PageTables:        26692 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13698776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11542528 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432652 MiB
End job on nodeC009 at 2025-06-30 01:04:58