Trace number 4525685

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 Resolution 2025-06-06? (TO) 3600.2 3602.68

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
scens/normalized-scen08reduc_wcsp.wbo
MD5SUM6173017921cf4cdc7f10e0dda09f7db9
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables14194
Total number of constraints1450105
Number of soft constraints1449740
Number of constraints which are clauses1449740
Number of constraints which are cardinality constraints (but not clauses)365
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 262
Min constraint cost 1
Max constraint cost 30
Sum of constraints costs 6361774
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4525685-1751625019.wbo
0.13/0.13	c reading problem ... 
6.95/4.87	c ... done. Wall clock time 4.742s.
6.95/4.87	c declared #vars     14194
6.95/4.87	c internal #vars     1463934
6.95/4.87	c #constraints  1450471
6.95/4.87	c constraints type 
6.95/4.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5310
6.95/4.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 365
6.95/4.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
6.95/4.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1444795
6.95/4.87	c 1450471 constraints processed.
6.95/4.88	c objective function length is 1449740 literals
245.93/242.80	c cleaning 2497 clauses out of 5000 with flag 17406/5000
692.38/689.67	c cleaning 4203 clauses out of 8503 with flag 62210/11000
1630.99/1629.85	c cleaning 5645 clauses out of 11301 with flag 169441/18001
2904.01/2905.21	c cleaning 6829 clauses out of 13658 with flag 308660/26003
3600.08/3602.61	c starts		: 335
3600.08/3602.63	c conflicts		: 30459
3600.08/3602.63	c decisions		: 3892531
3600.08/3602.63	c propagations		: 6779069089
3600.08/3602.63	c inspects		: 48879538
3600.08/3602.63	c shortcuts		: 0
3600.08/3602.63	c learnt literals	: 0
3600.08/3602.63	c learnt binary clauses	: 0
3600.08/3602.63	c learnt ternary clauses	: 0
3600.08/3602.63	c learnt constraints	: 30459
3600.08/3602.63	c ignored constraints	: 0
3600.08/3602.63	c root simplifications	: 0
3600.08/3602.63	c removed literals (reason simplification)	: 222763
3600.08/3602.63	c reason swapping (by a shorter reason)	: 0
3600.08/3602.63	c Calls to reduceDB	: 4
3600.08/3602.63	c Number of update (reduction) of LBD	: 20847
3600.08/3602.63	c Imported unit clauses	: 0
3600.08/3602.63	c No decision after first conflict	: false
3600.08/3602.63	c number of reductions to clauses (during analyze)	: 0
3600.08/3602.63	c number of learned constraints concerned by reduction	: 0
3600.08/3602.63	c number of learning phase by resolution	: 0
3600.08/3602.63	c number of learning phase by cutting planes	: 0
3600.08/3602.63	c number of rounding to 1 operations	: 0
3600.08/3602.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3602.63	c number of reductions of the coefficients by power 2 	: 0
3600.08/3602.63	c number of right shift for reduction by power 2 	: 0
3600.08/3602.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3602.63	c number of ending skipping 	: 0
3600.08/3602.63	c number of internal skipping 	: 0
3600.08/3602.63	c number of derivation steps 	: 0
3600.08/3602.63	c number of skipped derivation steps 	: 0
3600.08/3602.63	c number of remaining unassigned 	: 0
3600.08/3602.63	c number of remaining assigned 	: 0
3600.08/3602.64	c number of falsified literals weakened from reason	: 0
3600.08/3602.64	c number of falsified literals weakened from conflict	: 0
3600.08/3602.64	c time for arithmetic operations	: 0
3600.08/3602.64	c minimum degree of deleted constraints	: null
3600.08/3602.64	c maximum degree of deleted constraints	: null
3600.08/3602.64	c number of deleted constraints	: 0
3600.08/3602.64	c speed (assignments/second)	: 1884318.3970865216
3600.08/3602.64	c non guided choices	: 6274
3600.08/3602.65	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 11285
3600.08/3602.65	s UNKNOWN
3600.08/3602.65	c Total wall clock time (in seconds): 3602.527

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525685-1751625019/watcher-4525685-1751625019 -o /tmp/evaluation-result-4525685-1751625019/solver-4525685-1751625019 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751620534-98179 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4525685-1751625019.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100041 s]*
/proc/loadavg: 4.12 4.15 4.10 5/341 98893
/proc/meminfo: memFree=112023304/131249996 swapFree=33010684/33010684
[pid=98875] ppid=98872 vsize=18930384 memory=57740 CPUtime=0.13 cores=5,7
/proc/98875/stat : 98875 (java) S 98872 98875 98166 0 -1 4194304 6585 0 0 0 11 2 0 0 20 0 18 0 78179789 19384713216 14435 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
/proc/98875/statm: 4732596 14435 5331 1 0 547623 0
[pid=98875/tid=98877] ppid=98872 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/98875/task/98877/stat : 98877 (java) R 98872 98875 98166 0 -1 4194368 5089 0 0 0 7 1 0 0 20 0 18 0 78179790 19384713216 14435 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98886] ppid=98872 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/98875/task/98886/stat : 98886 (Finalizer) S 98872 98875 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78179792 19384713216 14435 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98893] ppid=98872 vsize=18930384 memory=59585004324181 CPUtime=0 cores=5,7
/proc/98875/task/98893/stat : 98893 (Common-Cleaner) S 98872 98875 98166 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 78179793 19384713216 14435 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57740 KiB

[startup+0.205894 s]*
/proc/loadavg: 4.12 4.15 4.10 8/341 98893
/proc/meminfo: memFree=111978248/131249996 swapFree=33010684/33010684
[pid=98875] ppid=98872 vsize=18930384 memory=109052 CPUtime=0.32 cores=5,7
/proc/98875/stat : 98875 (java) S 98872 98875 98166 0 -1 4194304 7030 0 0 0 29 3 0 0 20 0 18 0 78179789 19384713216 27263 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
/proc/98875/statm: 4732596 27263 5427 1 0 547908 0
[pid=98875/tid=98877] ppid=98872 vsize=18930384 memory=4026794268 CPUtime=0.18 cores=5,7
/proc/98875/task/98877/stat : 98877 (java) S 98872 98875 98166 0 -1 4194368 5301 0 0 0 16 2 0 0 20 0 18 0 78179790 19384713216 27263 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98886] ppid=98872 vsize=18930384 memory=18954 CPUtime=0 cores=5,7
/proc/98875/task/98886/stat : 98886 (Finalizer) S 98872 98875 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78179792 19384713216 27263 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98893] ppid=98872 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/98875/task/98893/stat : 98893 (Common-Cleaner) S 98872 98875 98166 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 78179793 19384713216 27263 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 109052 KiB

[startup+0.313403 s]*
/proc/loadavg: 4.12 4.15 4.10 6/342 98894
/proc/meminfo: memFree=111916872/131249996 swapFree=33010684/33010684
[pid=98875] ppid=98872 vsize=18996948 memory=169304 CPUtime=0.53 cores=5,7
/proc/98875/stat : 98875 (java) S 98872 98875 98166 0 -1 4194304 8703 0 0 0 49 4 0 0 20 0 19 0 78179789 19452874752 42326 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
/proc/98875/statm: 4749237 42326 5459 1 0 549212 0
[pid=98875/tid=98877] ppid=98872 vsize=18996948 memory=-6000919498442564710 CPUtime=0.27 cores=5,7
/proc/98875/task/98877/stat : 98877 (java) S 98872 98875 98166 0 -1 4194368 5330 0 0 0 24 3 0 0 20 0 19 0 78179790 19452874752 42326 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98886] ppid=98872 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/98875/task/98886/stat : 98886 (Finalizer) S 98872 98875 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78179792 19452874752 42326 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98893] ppid=98872 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/98875/task/98893/stat : 98893 (Common-Cleaner) S 98872 98875 98166 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 78179793 19452874752 42326 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 169304 KiB

[startup+0.70023 s]
/proc/loadavg: 4.12 4.15 4.10 7/342 98894
/proc/meminfo: memFree=111908680/131249996 swapFree=33010684/33010684
[pid=98875] ppid=98872 vsize=18996948 memory=212132 CPUtime=1.28 cores=5,7
/proc/98875/stat : 98875 (java) S 98872 98875 98166 0 -1 4194304 11650 0 0 0 123 5 0 0 20 0 19 0 78179789 19452874752 53033 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
/proc/98875/statm: 4749237 53033 5459 1 0 551220 0
[pid=98875/tid=98877] ppid=98872 vsize=18996948 memory=18944 CPUtime=0.57 cores=5,7
/proc/98875/task/98877/stat : 98877 (java) R 98872 98875 98166 0 -1 4194368 5335 0 0 0 54 3 0 0 20 0 19 0 78179790 19452874752 53033 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98886] ppid=98872 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/98875/task/98886/stat : 98886 (Finalizer) S 98872 98875 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78179792 19452874752 53033 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98893] ppid=98872 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/98875/task/98893/stat : 98893 (Common-Cleaner) S 98872 98875 98166 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 78179793 19452874752 53033 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 212132 KiB

[startup+1.50023 s]
/proc/loadavg: 4.12 4.15 4.10 6/342 98894
/proc/meminfo: memFree=111708224/131249996 swapFree=33010684/33010684
[pid=98875] ppid=98872 vsize=18996948 memory=593308 CPUtime=2.67 cores=5,7
/proc/98875/stat : 98875 (java) S 98872 98875 98166 0 -1 4194304 13458 0 0 0 253 14 0 0 20 0 19 0 78179789 19452874752 148327 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
/proc/98875/statm: 4749237 148327 5459 1 0 1107408 0
[pid=98875/tid=98877] ppid=98872 vsize=18996948 memory=3328 CPUtime=1.1 cores=5,7
/proc/98875/task/98877/stat : 98877 (java) S 98872 98875 98166 0 -1 4194368 5449 0 0 0 103 7 0 0 20 0 19 0 78179790 19452874752 148327 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98886] ppid=98872 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/98875/task/98886/stat : 98886 (Finalizer) S 98872 98875 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78179792 19452874752 148327 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98893] ppid=98872 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/98875/task/98893/stat : 98893 (Common-Cleaner) S 98872 98875 98166 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 78179793 19452874752 148327 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 593308 KiB

[startup+3.10596 s]
/proc/loadavg: 4.12 4.15 4.10 6/342 98894
/proc/meminfo: memFree=110688952/131249996 swapFree=33010684/33010684
[pid=98875] ppid=98872 vsize=18996948 memory=1398980 CPUtime=4.71 cores=5,7
/proc/98875/stat : 98875 (java) S 98872 98875 98166 0 -1 4194304 14607 0 0 0 442 29 0 0 20 0 19 0 78179789 19452874752 349745 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
/proc/98875/statm: 4749237 349745 5459 1 0 2237563 0
[pid=98875/tid=98877] ppid=98872 vsize=18996948 memory=10752 CPUtime=2.26 cores=5,7
/proc/98875/task/98877/stat : 98877 (java) R 98872 98875 98166 0 -1 4194368 5755 0 0 0 210 16 0 0 20 0 19 0 78179790 19452874752 349745 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98886] ppid=98872 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/98875/task/98886/stat : 98886 (Finalizer) S 98872 98875 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78179792 19452874752 349745 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98893] ppid=98872 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/98875/task/98893/stat : 98893 (Common-Cleaner) S 98872 98875 98166 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 78179793 19452874752 349745 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
Current children cumulated CPU time: 4.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1398980 KiB

[startup+6.30023 s]
/proc/loadavg: 4.11 4.14 4.10 6/343 98895
/proc/meminfo: memFree=109604296/131249996 swapFree=33010684/33010684
[pid=98875] ppid=98872 vsize=19063512 memory=2483588 CPUtime=9.18 cores=5,7
/proc/98875/stat : 98875 (java) S 98872 98875 98166 0 -1 4194304 17629 0 0 0 868 50 0 0 20 0 20 0 78179789 19521036288 620897 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
/proc/98875/statm: 4765878 620897 5491 1 0 2882200 0
[pid=98875/tid=98877] ppid=98872 vsize=19063512 memory=5632 CPUtime=4.9 cores=5,7
/proc/98875/task/98877/stat : 98877 (java) R 98872 98875 98166 0 -1 4194368 6439 0 0 0 462 28 0 0 20 0 20 0 78179790 19521036288 620897 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98886] ppid=98872 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/98875/task/98886/stat : 98886 (Finalizer) S 98872 98875 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78179792 19521036288 620897 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98893] ppid=98872 vsize=19063512 memory=-6000919498442564710 CPUtime=0 cores=5,7
/proc/98875/task/98893/stat : 98893 (Common-Cleaner) S 98872 98875 98166 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 78179793 19521036288 620897 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98895] ppid=98872 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/98875/task/98895/stat : 98895 (Timer-0) S 98872 98875 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78180292 19521036288 620897 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
Current children cumulated CPU time: 9.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2483588 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.14 4.09 5/343 98895
/proc/meminfo: memFree=109592072/131249996 swapFree=33010684/33010684
[pid=98875] ppid=98872 vsize=19063512 memory=2481772 CPUtime=16.09 cores=5,7
/proc/98875/stat : 98875 (java) S 98872 98875 98166 0 -1 4194304 18310 0 0 0 1557 52 0 0 20 0 20 0 78179789 19521036288 620443 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
/proc/98875/statm: 4765878 620443 5491 1 0 2882777 0
[pid=98875/tid=98877] ppid=98872 vsize=19063512 memory=10752 CPUtime=11.25 cores=5,7
/proc/98875/task/98877/stat : 98877 (java) R 98872 98875 98166 0 -1 4194368 6439 0 0 0 1097 28 0 0 20 0 20 0 78179790 19521036288 620443 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98886] ppid=98872 vsize=19063512 memory=2486020 CPUtime=0 cores=5,7
/proc/98875/task/98886/stat : 98886 (Finalizer) S 98872 98875 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78179792 19521036288 620443 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98893] ppid=98872 vsize=19063512 memory=2481772 CPUtime=0 cores=5,7
/proc/98875/task/98893/stat : 98893 (Common-Cleaner) S 98872 98875 98166 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 78179793 19521036288 620443 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98895] ppid=98872 vsize=19063512 memory=14844 CPUtime=0 cores=5,7
/proc/98875/task/98895/stat : 98895 (Timer-0) S 98872 98875 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78180292 19521036288 620443 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
Current children cumulated CPU time: 16.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2481772 KiB

[startup+25.5003 s]
/proc/loadavg: 4.23 4.17 4.10 5/343 98895
/proc/meminfo: memFree=109375720/131249996 swapFree=33010684/33010684
[pid=98875] ppid=98872 vsize=19063512 memory=2481772 CPUtime=28.9 cores=5,7
/proc/98875/stat : 98875 (java) S 98872 98875 98166 0 -1 4194304 20300 0 0 0 2838 52 0 0 20 0 20 0 78179789 19521036288 620443 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
/proc/98875/statm: 4765878 620443 5491 1 0 2882793 0
[pid=98875/tid=98877] ppid=98872 vsize=19063512 memory=2481772 CPUtime=24.02 cores=5,7
/proc/98875/task/98877/stat : 98877 (java) R 98872 98875 98166 0 -1 4194368 7022 0 0 0 2374 28 0 0 20 0 20 0 78179790 19521036288 620443 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98886] ppid=98872 vsize=19063512 memory=14844 CPUtime=0 cores=5,7
/proc/98875/task/98886/stat : 98886 (Finalizer) S 98872 98875 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78179792 19521036288 620443 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98893] ppid=98872 vsize=19063512 memory=2481772 CPUtime=0 cores=5,7
/proc/98875/task/98893/stat : 98893 (Common-Cleaner) S 98872 98875 98166 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 78179793 19521036288 620443 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98895] ppid=98872 vsize=19063512 memory=2481772 CPUtime=0 cores=5,7
/proc/98875/task/98895/stat : 98895 (Timer-0) S 98872 98875 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78180292 19521036288 620443 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
Current children cumulated CPU time: 28.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2481772 KiB

[startup+51.1058 s]
/proc/loadavg: 4.15 4.15 4.10 5/343 98897
/proc/meminfo: memFree=109318624/131249996 swapFree=33010684/33010684
[pid=98875] ppid=98872 vsize=19063512 memory=2481900 CPUtime=54.51 cores=5,7
/proc/98875/stat : 98875 (java) S 98872 98875 98166 0 -1 4194304 22347 0 0 0 5397 54 0 0 20 0 20 0 78179789 19521036288 620475 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
/proc/98875/statm: 4765878 620475 5491 1 0 2882793 0
[pid=98875/tid=98877] ppid=98872 vsize=19063512 memory=2481900 CPUtime=49.57 cores=5,7
/proc/98875/task/98877/stat : 98877 (java) R 98872 98875 98166 0 -1 4194368 7734 0 0 0 4928 29 0 0 20 0 20 0 78179790 19521036288 620475 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98886] ppid=98872 vsize=19063512 memory=14844 CPUtime=0 cores=5,7
/proc/98875/task/98886/stat : 98886 (Finalizer) S 98872 98875 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78179792 19521036288 620475 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98893] ppid=98872 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/98875/task/98893/stat : 98893 (Common-Cleaner) S 98872 98875 98166 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 78179793 19521036288 620475 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98895] ppid=98872 vsize=19063512 memory=2481900 CPUtime=0 cores=5,7
/proc/98875/task/98895/stat : 98895 (Timer-0) S 98872 98875 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78180292 19521036288 620475 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
Current children cumulated CPU time: 54.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2481900 KiB

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

/proc/meminfo: memFree=111544460/131249996 swapFree=33010684/33010684
[pid=98875] ppid=98872 vsize=19063512 memory=2483692 CPUtime=3220.5 cores=5,7
/proc/98875/stat : 98875 (java) S 98872 98875 98166 0 -1 4194304 52865 0 0 0 321881 169 0 0 20 0 20 0 78179789 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
/proc/98875/statm: 4765878 620923 5523 1 0 2882877 0
[pid=98875/tid=98877] ppid=98872 vsize=19063512 memory=4352 CPUtime=3212.64 cores=5,7
/proc/98875/task/98877/stat : 98877 (java) R 98872 98875 98166 0 -1 4194368 25220 0 0 0 321234 30 0 0 20 0 20 0 78179790 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98886] ppid=98872 vsize=19063512 memory=2483692 CPUtime=0 cores=5,7
/proc/98875/task/98886/stat : 98886 (Finalizer) S 98872 98875 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78179792 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98893] ppid=98872 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/98875/task/98893/stat : 98893 (Common-Cleaner) S 98872 98875 98166 0 -1 4194368 2685 0 0 0 0 0 0 0 20 0 20 0 78179793 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98895] ppid=98872 vsize=19063512 memory=2483692 CPUtime=0 cores=5,7
/proc/98875/task/98895/stat : 98895 (Timer-0) S 98872 98875 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78180292 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
Current children cumulated CPU time: 3220.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2483692 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.14 4.12 5/340 99268
/proc/meminfo: memFree=111380620/131249996 swapFree=33010684/33010684
[pid=98875] ppid=98872 vsize=19063512 memory=2483692 CPUtime=3280.39 cores=5,7
/proc/98875/stat : 98875 (java) S 98872 98875 98166 0 -1 4194304 53578 0 0 0 327867 172 0 0 20 0 20 0 78179789 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
/proc/98875/statm: 4765878 620923 5523 1 0 2882877 0
[pid=98875/tid=98877] ppid=98872 vsize=19063512 memory=2483692 CPUtime=3272.47 cores=5,7
/proc/98875/task/98877/stat : 98877 (java) R 98872 98875 98166 0 -1 4194368 25686 0 0 0 327217 30 0 0 20 0 20 0 78179790 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98886] ppid=98872 vsize=19063512 memory=2483692 CPUtime=0 cores=5,7
/proc/98875/task/98886/stat : 98886 (Finalizer) S 98872 98875 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78179792 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98893] ppid=98872 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/98875/task/98893/stat : 98893 (Common-Cleaner) S 98872 98875 98166 0 -1 4194368 2693 0 0 0 0 0 0 0 20 0 20 0 78179793 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98895] ppid=98872 vsize=19063512 memory=2483692 CPUtime=0 cores=5,7
/proc/98875/task/98895/stat : 98895 (Timer-0) S 98872 98875 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78180292 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
Current children cumulated CPU time: 3280.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2483692 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.14 4.12 5/340 99271
/proc/meminfo: memFree=111055400/131249996 swapFree=33010684/33010684
[pid=98875] ppid=98872 vsize=19063512 memory=2483692 CPUtime=3340.27 cores=5,7
/proc/98875/stat : 98875 (java) S 98872 98875 98166 0 -1 4194304 53741 0 0 0 333852 175 0 0 20 0 20 0 78179789 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
/proc/98875/statm: 4765878 620923 5523 1 0 2882877 0
[pid=98875/tid=98877] ppid=98872 vsize=19063512 memory=0 CPUtime=3332.31 cores=5,7
/proc/98875/task/98877/stat : 98877 (java) R 98872 98875 98166 0 -1 4194368 25704 0 0 0 333201 30 0 0 20 0 20 0 78179790 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98886] ppid=98872 vsize=19063512 memory=2483692 CPUtime=0 cores=5,7
/proc/98875/task/98886/stat : 98886 (Finalizer) S 98872 98875 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78179792 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98893] ppid=98872 vsize=19063512 memory=2124 CPUtime=0 cores=5,7
/proc/98875/task/98893/stat : 98893 (Common-Cleaner) S 98872 98875 98166 0 -1 4194368 2801 0 0 0 0 0 0 0 20 0 20 0 78179793 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98895] ppid=98872 vsize=19063512 memory=14844 CPUtime=0 cores=5,7
/proc/98875/task/98895/stat : 98895 (Timer-0) S 98872 98875 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78180292 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
Current children cumulated CPU time: 3340.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2483692 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.13 4.11 5/340 99277
/proc/meminfo: memFree=110891984/131249996 swapFree=33010684/33010684
[pid=98875] ppid=98872 vsize=19063512 memory=2483692 CPUtime=3400.16 cores=5,7
/proc/98875/stat : 98875 (java) S 98872 98875 98166 0 -1 4194304 54091 0 0 0 339839 177 0 0 20 0 20 0 78179789 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
/proc/98875/statm: 4765878 620923 5523 1 0 2882877 0
[pid=98875/tid=98877] ppid=98872 vsize=19063512 memory=14844 CPUtime=3392.15 cores=5,7
/proc/98875/task/98877/stat : 98877 (java) R 98872 98875 98166 0 -1 4194368 26020 0 0 0 339185 30 0 0 20 0 20 0 78179790 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98886] ppid=98872 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/98875/task/98886/stat : 98886 (Finalizer) S 98872 98875 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78179792 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98893] ppid=98872 vsize=19063512 memory=2483692 CPUtime=0 cores=5,7
/proc/98875/task/98893/stat : 98893 (Common-Cleaner) S 98872 98875 98166 0 -1 4194368 2801 0 0 0 0 0 0 0 20 0 20 0 78179793 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98895] ppid=98872 vsize=19063512 memory=2483692 CPUtime=0 cores=5,7
/proc/98875/task/98895/stat : 98895 (Timer-0) S 98872 98875 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78180292 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
Current children cumulated CPU time: 3400.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2483692 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.12 4.11 5/340 99279
/proc/meminfo: memFree=110875212/131249996 swapFree=33010684/33010684
[pid=98875] ppid=98872 vsize=19063512 memory=2483692 CPUtime=3460.04 cores=5,7
/proc/98875/stat : 98875 (java) S 98872 98875 98166 0 -1 4194304 55088 0 0 0 345825 179 0 0 20 0 20 0 78179789 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
/proc/98875/statm: 4765878 620923 5523 1 0 2882877 0
[pid=98875/tid=98877] ppid=98872 vsize=19063512 memory=14844 CPUtime=3452 cores=5,7
/proc/98875/task/98877/stat : 98877 (java) R 98872 98875 98166 0 -1 4194368 26760 0 0 0 345169 31 0 0 20 0 20 0 78179790 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98886] ppid=98872 vsize=19063512 memory=2483692 CPUtime=0 cores=5,7
/proc/98875/task/98886/stat : 98886 (Finalizer) S 98872 98875 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78179792 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98893] ppid=98872 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/98875/task/98893/stat : 98893 (Common-Cleaner) S 98872 98875 98166 0 -1 4194368 2925 0 0 0 0 0 0 0 20 0 20 0 78179793 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98895] ppid=98872 vsize=19063512 memory=2483692 CPUtime=0 cores=5,7
/proc/98875/task/98895/stat : 98895 (Timer-0) S 98872 98875 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78180292 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
Current children cumulated CPU time: 3460.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2483692 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.12 4.11 5/340 99281
/proc/meminfo: memFree=110830276/131249996 swapFree=33010684/33010684
[pid=98875] ppid=98872 vsize=19063512 memory=2483692 CPUtime=3519.92 cores=5,7
/proc/98875/stat : 98875 (java) S 98872 98875 98166 0 -1 4194304 55583 0 0 0 351811 181 0 0 20 0 20 0 78179789 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
/proc/98875/statm: 4765878 620923 5523 1 0 2882877 0
[pid=98875/tid=98877] ppid=98872 vsize=19063512 memory=2483692 CPUtime=3511.83 cores=5,7
/proc/98875/task/98877/stat : 98877 (java) R 98872 98875 98166 0 -1 4194368 27123 0 0 0 351152 31 0 0 20 0 20 0 78179790 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98886] ppid=98872 vsize=19063512 memory=23336 CPUtime=0 cores=5,7
/proc/98875/task/98886/stat : 98886 (Finalizer) S 98872 98875 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78179792 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98893] ppid=98872 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/98875/task/98893/stat : 98893 (Common-Cleaner) S 98872 98875 98166 0 -1 4194368 2925 0 0 0 0 0 0 0 20 0 20 0 78179793 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98895] ppid=98872 vsize=19063512 memory=2483692 CPUtime=0 cores=5,7
/proc/98875/task/98895/stat : 98895 (Timer-0) S 98872 98875 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78180292 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
Current children cumulated CPU time: 3519.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2483692 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.10 5/340 99283
/proc/meminfo: memFree=110826980/131249996 swapFree=33010684/33010684
[pid=98875] ppid=98872 vsize=19063512 memory=2483692 CPUtime=3579.81 cores=5,7
/proc/98875/stat : 98875 (java) S 98872 98875 98166 0 -1 4194304 55782 0 0 0 357797 184 0 0 20 0 20 0 78179789 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
/proc/98875/statm: 4765878 620923 5523 1 0 2882877 0
[pid=98875/tid=98877] ppid=98872 vsize=19063512 memory=2483692 CPUtime=3571.67 cores=5,7
/proc/98875/task/98877/stat : 98877 (java) R 98872 98875 98166 0 -1 4194368 27166 0 0 0 357136 31 0 0 20 0 20 0 78179790 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98886] ppid=98872 vsize=19063512 memory=2483692 CPUtime=0 cores=5,7
/proc/98875/task/98886/stat : 98886 (Finalizer) S 98872 98875 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78179792 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98893] ppid=98872 vsize=19063512 memory=2483692 CPUtime=0 cores=5,7
/proc/98875/task/98893/stat : 98893 (Common-Cleaner) S 98872 98875 98166 0 -1 4194368 3025 0 0 0 0 0 0 0 20 0 20 0 78179793 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98895] ppid=98872 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/98875/task/98895/stat : 98895 (Timer-0) S 98872 98875 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78180292 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
Current children cumulated CPU time: 3579.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2483692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.6 s]
/proc/loadavg: 4.14 4.12 4.10 5/340 99283
/proc/meminfo: memFree=110826988/131249996 swapFree=33010684/33010684
[pid=98875] ppid=98872 vsize=19063512 memory=2483692 CPUtime=3600.08 cores=5,7
/proc/98875/stat : 98875 (java) S 98872 98875 98166 0 -1 4194304 55797 0 0 0 359823 185 0 0 20 0 20 0 78179789 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
/proc/98875/statm: 4765878 620923 5523 1 0 2882877 0
[pid=98875/tid=98877] ppid=98872 vsize=19063512 memory=-6000919498442564710 CPUtime=3591.92 cores=5,7
/proc/98875/task/98877/stat : 98877 (java) R 98872 98875 98166 0 -1 4194368 27167 0 0 0 359161 31 0 0 20 0 20 0 78179790 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98886] ppid=98872 vsize=19063512 memory=18944 CPUtime=0 cores=5,7
/proc/98875/task/98886/stat : 98886 (Finalizer) S 98872 98875 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78179792 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98893] ppid=98872 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/98875/task/98893/stat : 98893 (Common-Cleaner) S 98872 98875 98166 0 -1 4194368 3025 0 0 0 0 0 0 0 20 0 20 0 78179793 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
[pid=98875/tid=98895] ppid=98872 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/98875/task/98895/stat : 98895 (Timer-0) S 98872 98875 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78180292 19521036288 620923 18446744073709551615 93886415659008 93886415662704 140720861280816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93886415670520 93886415671312 93886438473728 140720861288831 140720861288932 140720861288932 140720861294536 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2483692 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.33 s, system=1.8708 s

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

Child status: 143

Real time (s): 3602.68
CPU time (s): 3600.2
CPU user time (s): 3598.33
CPU system time (s): 1.8708
CPU usage (%): 99.9313
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2486148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.33
system time used= 1.87079
maximum resident set size= 2486148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58596
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 152844
involuntary context switches= 2262


# summary of solver processes directly reported to runsolver:
#   pid: 98875
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3598.33
#   total CPU system time (s): 1.8708

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.49389 second user time and 17.5709 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-04 12:30:19
IDJOB=4525685
IDBENCH=143877
IDSOLVER=3380
FILE ID=nodeC024/4525685-1751625019
RUNJOBID= nodeC024-1751620534-98179
SLURM_JOB_ID= 9598939
Free space on /tmp= 432288 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen08reduc_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525685-1751625019/watcher-4525685-1751625019 -o /tmp/evaluation-result-4525685-1751625019/solver-4525685-1751625019 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751620534-98179 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4525685-1751625019.wbo

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

MD5SUM BENCH= 6173017921cf4cdc7f10e0dda09f7db9
RANDOM SEED=2104013891

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        112052176 kB
MemAvailable:   124990204 kB
Buffers:            2144 kB
Cached:         13703824 kB
SwapCached:            0 kB
Active:          5404244 kB
Inactive:       13129424 kB
Active(anon):    4843684 kB
Inactive(anon):     2084 kB
Active(file):     560560 kB
Inactive(file): 13127340 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             43956 kB
Writeback:             0 kB
AnonPages:       4827736 kB
Mapped:           124156 kB
Shmem:             18064 kB
KReclaimable:     178336 kB
Slab:             270868 kB
SReclaimable:     178336 kB
SUnreclaim:        92532 kB
KernelStack:        5232 kB
PageTables:        13196 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   14409728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4585472 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432296 MiB
End job on nodeC024 at 2025-07-04 13:30:22