Trace number 4526729

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 3603.89

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph13reducmore_wcsp.wbo
MD5SUM67fbd2e887926488e60ea47b7a4ad243
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1388
Best CPU time to get the best result obtained on this benchmark876.173
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables13153
Total number of constraints970904
Number of soft constraints970450
Number of constraints which are clauses970450
Number of constraints which are cardinality constraints (but not clauses)454
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 10110
Min constraint cost 1
Max constraint cost 3670
Sum of constraints costs 307075871
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-4526729-1751636243.wbo
0.13/0.13	c reading problem ... 
5.46/3.55	c ... done. Wall clock time 3.423s.
5.46/3.55	c declared #vars     13153
5.46/3.55	c internal #vars     983603
5.46/3.55	c #constraints  971359
5.46/3.55	c constraints type 
5.46/3.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5302
5.46/3.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 446
5.46/3.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
5.46/3.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 965610
5.46/3.55	c 971359 constraints processed.
5.46/3.58	c objective function length is 970450 literals
194.17/191.07	c cleaning 2499 clauses out of 5000 with flag 48281/5000
449.89/447.18	c cleaning 4250 clauses out of 8501 with flag 107392/11000
728.57/726.23	c cleaning 5621 clauses out of 11252 with flag 171885/18001
1102.83/1101.20	c cleaning 6815 clauses out of 13630 with flag 260102/26000
1513.91/1513.28	c cleaning 7905 clauses out of 15815 with flag 326407/35000
2009.11/2009.44	c cleaning 8946 clauses out of 17911 with flag 414655/45001
2666.53/2668.39	c cleaning 9967 clauses out of 19964 with flag 556838/56000
3163.97/3166.86	c cleaning 10932 clauses out of 21997 with flag 725253/68000
3600.06/3603.81	c starts		: 85
3600.06/3603.82	c conflicts		: 75742
3600.06/3603.82	c decisions		: 5611172
3600.06/3603.82	c propagations		: 10564845779
3600.06/3603.82	c inspects		: 137234148
3600.06/3603.82	c shortcuts		: 0
3600.06/3603.82	c learnt literals	: 0
3600.06/3603.83	c learnt binary clauses	: 0
3600.06/3603.83	c learnt ternary clauses	: 0
3600.06/3603.83	c learnt constraints	: 75741
3600.06/3603.83	c ignored constraints	: 0
3600.06/3603.83	c root simplifications	: 0
3600.06/3603.83	c removed literals (reason simplification)	: 181813
3600.06/3603.83	c reason swapping (by a shorter reason)	: 0
3600.06/3603.83	c Calls to reduceDB	: 8
3600.06/3603.83	c Number of update (reduction) of LBD	: 27326
3600.06/3603.83	c Imported unit clauses	: 0
3600.06/3603.83	c No decision after first conflict	: false
3600.06/3603.83	c number of reductions to clauses (during analyze)	: 0
3600.06/3603.83	c number of learned constraints concerned by reduction	: 0
3600.06/3603.83	c number of learning phase by resolution	: 0
3600.06/3603.83	c number of learning phase by cutting planes	: 0
3600.06/3603.83	c number of rounding to 1 operations	: 0
3600.06/3603.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3603.83	c number of reductions of the coefficients by power 2 	: 0
3600.06/3603.83	c number of right shift for reduction by power 2 	: 0
3600.06/3603.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3603.83	c number of ending skipping 	: 0
3600.06/3603.83	c number of internal skipping 	: 0
3600.06/3603.83	c number of derivation steps 	: 0
3600.06/3603.83	c number of skipped derivation steps 	: 0
3600.06/3603.83	c number of remaining unassigned 	: 0
3600.06/3603.83	c number of remaining assigned 	: 0
3600.06/3603.83	c number of falsified literals weakened from reason	: 0
3600.06/3603.83	c number of falsified literals weakened from conflict	: 0
3600.06/3603.83	c time for arithmetic operations	: 0
3600.06/3603.84	c minimum degree of deleted constraints	: null
3600.06/3603.84	c maximum degree of deleted constraints	: null
3600.06/3603.84	c number of deleted constraints	: 0
3600.06/3603.84	c speed (assignments/second)	: 2934588.084759585
3600.06/3603.84	c non guided choices	: 407
3600.06/3603.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 18807
3600.06/3603.86	s UNKNOWN
3600.06/3603.86	c Total wall clock time (in seconds): 3603.729
3600.06/3603.86	c timeout

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (54126 MiB free)
  memory of node 1: 64465 MiB (59324 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526729-1751636243/watcher-4526729-1751636243 -o /tmp/evaluation-result-4526729-1751636243/solver-4526729-1751636243 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751636243-108418 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4526729-1751636243.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=108472, runsolver pid=108469

[startup+0.10006 s]*
/proc/loadavg: 1.09 1.64 2.77 5/291 108492
/proc/meminfo: memFree=116116636/131250000 swapFree=33010160/33010684
[pid=108472] ppid=108469 vsize=18930384 memory=57888 CPUtime=0.13 cores=1,3
/proc/108472/stat : 108472 (java) S 108469 108472 106619 0 -1 4194304 6589 0 0 0 11 2 0 0 20 0 18 0 79301853 19384713216 14472 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
/proc/108472/statm: 4732596 14472 5365 1 0 547623 0
[pid=108472/tid=108474] ppid=108469 vsize=18930384 memory=4026532068 CPUtime=0.08 cores=1,3
/proc/108472/task/108474/stat : 108474 (java) R 108469 108472 106619 0 -1 4194368 5093 0 0 0 7 1 0 0 20 0 18 0 79301854 19384713216 14472 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108483] ppid=108469 vsize=18930384 memory=14845 CPUtime=0 cores=1,3
/proc/108472/task/108483/stat : 108483 (Finalizer) S 108469 108472 106619 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79301856 19384713216 14472 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108490] ppid=108469 vsize=18930384 memory=55186957796323 CPUtime=0 cores=1,3
/proc/108472/task/108490/stat : 108490 (Common-Cleaner) S 108469 108472 106619 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 79301857 19384713216 14472 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57888 KiB

[startup+0.205692 s]*
/proc/loadavg: 1.56 1.73 2.79 9/312 108517
/proc/meminfo: memFree=116051704/131250000 swapFree=33010160/33010684
[pid=108472] ppid=108469 vsize=18930384 memory=96800 CPUtime=0.33 cores=1,3
/proc/108472/stat : 108472 (java) S 108469 108472 106619 0 -1 4194304 7046 0 0 0 30 3 0 0 20 0 18 0 79301853 19384713216 24200 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
/proc/108472/statm: 4732596 24200 5429 1 0 547910 0
[pid=108472/tid=108474] ppid=108469 vsize=18930384 memory=4026856731 CPUtime=0.17 cores=1,3
/proc/108472/task/108474/stat : 108474 (java) R 108469 108472 106619 0 -1 4194368 5297 0 0 0 15 2 0 0 20 0 18 0 79301854 19384713216 24200 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108483] ppid=108469 vsize=18930384 memory=219932787024 CPUtime=0 cores=1,3
/proc/108472/task/108483/stat : 108483 (Finalizer) S 108469 108472 106619 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79301856 19384713216 24200 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108490] ppid=108469 vsize=18930384 memory=56286469454976 CPUtime=0 cores=1,3
/proc/108472/task/108490/stat : 108490 (Common-Cleaner) S 108469 108472 106619 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 79301857 19384713216 24200 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 96800 KiB

[startup+0.305814 s]*
/proc/loadavg: 1.56 1.73 2.79 10/324 108534
/proc/meminfo: memFree=115978092/131250000 swapFree=33010160/33010684
[pid=108472] ppid=108469 vsize=18930384 memory=152796 CPUtime=0.52 cores=1,3
/proc/108472/stat : 108472 (java) S 108469 108472 106619 0 -1 4194304 8695 0 0 0 48 4 0 0 20 0 18 0 79301853 19384713216 38199 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
/proc/108472/statm: 4732596 38199 5429 1 0 549042 0
[pid=108472/tid=108474] ppid=108469 vsize=18930384 memory=-8888809771568505532 CPUtime=0.25 cores=1,3
/proc/108472/task/108474/stat : 108474 (java) R 108469 108472 106619 0 -1 4194368 5326 0 0 0 22 3 0 0 20 0 18 0 79301854 19384713216 38199 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108483] ppid=108469 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/108472/task/108483/stat : 108483 (Finalizer) S 108469 108472 106619 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79301856 19384713216 38199 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108490] ppid=108469 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/108472/task/108490/stat : 108490 (Common-Cleaner) S 108469 108472 106619 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 79301857 19384713216 38199 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 152796 KiB

[startup+0.700223 s]
/proc/loadavg: 1.56 1.73 2.79 11/337 108547
/proc/meminfo: memFree=115837664/131250000 swapFree=33010160/33010684
[pid=108472] ppid=108469 vsize=18996948 memory=210216 CPUtime=1.28 cores=1,3
/proc/108472/stat : 108472 (java) S 108469 108472 106619 0 -1 4194304 13842 0 0 0 122 6 0 0 20 0 19 0 79301853 19452874752 52554 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
/proc/108472/statm: 4749237 52554 5461 1 0 552461 0
[pid=108472/tid=108474] ppid=108469 vsize=18996948 memory=18944 CPUtime=0.56 cores=1,3
/proc/108472/task/108474/stat : 108474 (java) R 108469 108472 106619 0 -1 4194368 5328 0 0 0 53 3 0 0 20 0 19 0 79301854 19452874752 52554 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108483] ppid=108469 vsize=18996948 memory=10624 CPUtime=0 cores=1,3
/proc/108472/task/108483/stat : 108483 (Finalizer) S 108469 108472 106619 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79301856 19452874752 52554 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108490] ppid=108469 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/108472/task/108490/stat : 108490 (Common-Cleaner) S 108469 108472 106619 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 79301857 19452874752 52554 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 210216 KiB

[startup+1.50023 s]
/proc/loadavg: 1.56 1.73 2.79 9/316 108558
/proc/meminfo: memFree=115675908/131250000 swapFree=33010160/33010684
[pid=108472] ppid=108469 vsize=18996948 memory=570324 CPUtime=2.67 cores=1,3
/proc/108472/stat : 108472 (java) S 108469 108472 106619 0 -1 4194304 15471 0 0 0 254 13 0 0 20 0 19 0 79301853 19452874752 142581 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
/proc/108472/statm: 4749237 142581 5461 1 0 1116676 0
[pid=108472/tid=108474] ppid=108469 vsize=18996948 memory=3200 CPUtime=1.14 cores=1,3
/proc/108472/task/108474/stat : 108474 (java) R 108469 108472 106619 0 -1 4194368 5450 0 0 0 107 7 0 0 20 0 19 0 79301854 19452874752 142581 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108483] ppid=108469 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/108472/task/108483/stat : 108483 (Finalizer) S 108469 108472 106619 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79301856 19452874752 142581 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108490] ppid=108469 vsize=18996948 memory=10624 CPUtime=0 cores=1,3
/proc/108472/task/108490/stat : 108490 (Common-Cleaner) S 108469 108472 106619 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 79301857 19452874752 142581 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 570324 KiB

[startup+3.10571 s]
/proc/loadavg: 1.56 1.73 2.79 7/339 108614
/proc/meminfo: memFree=113090368/131250000 swapFree=33010160/33010684
[pid=108472] ppid=108469 vsize=18996948 memory=1392132 CPUtime=4.74 cores=1,3
/proc/108472/stat : 108472 (java) S 108469 108472 106619 0 -1 4194304 17084 0 0 0 444 30 0 0 20 0 19 0 79301853 19452874752 348033 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
/proc/108472/statm: 4749237 348033 5461 1 0 2200908 0
[pid=108472/tid=108474] ppid=108469 vsize=18996948 memory=10624 CPUtime=2.28 cores=1,3
/proc/108472/task/108474/stat : 108474 (java) S 108469 108472 106619 0 -1 4194368 5798 0 0 0 212 16 0 0 20 0 19 0 79301854 19452874752 348033 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108483] ppid=108469 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/108472/task/108483/stat : 108483 (Finalizer) S 108469 108472 106619 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79301856 19452874752 348033 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108490] ppid=108469 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/108472/task/108490/stat : 108490 (Common-Cleaner) S 108469 108472 106619 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 79301857 19452874752 348033 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
Current children cumulated CPU time: 4.74 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1392132 KiB

[startup+6.30024 s]
/proc/loadavg: 1.84 1.78 2.80 8/341 108682
/proc/meminfo: memFree=110670572/131250000 swapFree=33010160/33010684
[pid=108472] ppid=108469 vsize=19130076 memory=1503560 CPUtime=9.27 cores=1,3
/proc/108472/stat : 108472 (java) S 108469 108472 106619 0 -1 4194304 18209 0 0 0 893 34 0 0 20 0 21 0 79301853 19589197824 375890 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
/proc/108472/statm: 4782519 375890 5525 1 0 2202146 0
[pid=108472/tid=108474] ppid=108469 vsize=19130076 memory=5632 CPUtime=5.27 cores=1,3
/proc/108472/task/108474/stat : 108474 (java) R 108469 108472 106619 0 -1 4194368 6496 0 0 0 510 17 0 0 20 0 21 0 79301854 19589197824 375890 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108483] ppid=108469 vsize=19130076 memory=0 CPUtime=0 cores=1,3
/proc/108472/task/108483/stat : 108483 (Finalizer) S 108469 108472 106619 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79301856 19589197824 375890 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108490] ppid=108469 vsize=19130076 memory=5148 CPUtime=0 cores=1,3
/proc/108472/task/108490/stat : 108490 (Common-Cleaner) S 108469 108472 106619 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79301857 19589197824 375890 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108616] ppid=108469 vsize=19130076 memory=-8527397000983651004 CPUtime=0 cores=1,3
/proc/108472/task/108616/stat : 108616 (Timer-0) S 108469 108472 106619 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79302226 19589197824 375890 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
Current children cumulated CPU time: 9.27 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1503560 KiB

[startup+12.7002 s]
/proc/loadavg: 2.25 1.87 2.83 6/345 108817
/proc/meminfo: memFree=109012628/131250000 swapFree=33010160/33010684
[pid=108472] ppid=108469 vsize=19130076 memory=1503944 CPUtime=16.16 cores=1,3
/proc/108472/stat : 108472 (java) S 108469 108472 106619 0 -1 4194304 20283 0 0 0 1581 35 0 0 20 0 21 0 79301853 19589197824 375986 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
/proc/108472/statm: 4782519 375986 5525 1 0 2202146 0
[pid=108472/tid=108474] ppid=108469 vsize=19130076 memory=-8527397000983651004 CPUtime=11.64 cores=1,3
/proc/108472/task/108474/stat : 108474 (java) R 108469 108472 106619 0 -1 4194368 6901 0 0 0 1147 17 0 0 20 0 21 0 79301854 19589197824 375986 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108483] ppid=108469 vsize=19130076 memory=1503944 CPUtime=0 cores=1,3
/proc/108472/task/108483/stat : 108483 (Finalizer) S 108469 108472 106619 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79301856 19589197824 375986 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108490] ppid=108469 vsize=19130076 memory=0 CPUtime=0 cores=1,3
/proc/108472/task/108490/stat : 108490 (Common-Cleaner) S 108469 108472 106619 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79301857 19589197824 375986 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108616] ppid=108469 vsize=19130076 memory=1503816 CPUtime=0 cores=1,3
/proc/108472/task/108616/stat : 108616 (Timer-0) S 108469 108472 106619 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79302226 19589197824 375986 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
Current children cumulated CPU time: 16.16 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1503944 KiB

[startup+25.5002 s]
/proc/loadavg: 2.75 1.99 2.85 4/323 109310
/proc/meminfo: memFree=109137392/131250000 swapFree=33010160/33010684
[pid=108472] ppid=108469 vsize=19130076 memory=1503944 CPUtime=28.95 cores=1,3
/proc/108472/stat : 108472 (java) S 108469 108472 106619 0 -1 4194304 20893 0 0 0 2859 36 0 0 20 0 21 0 79301853 19589197824 375986 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
/proc/108472/statm: 4782519 375986 5525 1 0 2202146 0
[pid=108472/tid=108474] ppid=108469 vsize=19130076 memory=1503944 CPUtime=24.4 cores=1,3
/proc/108472/task/108474/stat : 108474 (java) R 108469 108472 106619 0 -1 4194368 7343 0 0 0 2423 17 0 0 20 0 21 0 79301854 19589197824 375986 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108483] ppid=108469 vsize=19130076 memory=1503944 CPUtime=0 cores=1,3
/proc/108472/task/108483/stat : 108483 (Finalizer) S 108469 108472 106619 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79301856 19589197824 375986 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108490] ppid=108469 vsize=19130076 memory=0 CPUtime=0 cores=1,3
/proc/108472/task/108490/stat : 108490 (Common-Cleaner) S 108469 108472 106619 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79301857 19589197824 375986 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108616] ppid=108469 vsize=19130076 memory=1503688 CPUtime=0 cores=1,3
/proc/108472/task/108616/stat : 108616 (Timer-0) S 108469 108472 106619 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79302226 19589197824 375986 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
Current children cumulated CPU time: 28.95 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1503944 KiB

[startup+51.1057 s]
/proc/loadavg: 3.03 2.13 2.88 4/320 109436
/proc/meminfo: memFree=108347348/131250000 swapFree=33010160/33010684
[pid=108472] ppid=108469 vsize=19130076 memory=1503944 CPUtime=54.52 cores=1,3
/proc/108472/stat : 108472 (java) S 108469 108472 106619 0 -1 4194304 22424 0 0 0 5415 37 0 0 20 0 21 0 79301853 19589197824 375986 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
/proc/108472/statm: 4782519 375986 5525 1 0 2202146 0
[pid=108472/tid=108474] ppid=108469 vsize=19130076 memory=14432 CPUtime=49.93 cores=1,3
/proc/108472/task/108474/stat : 108474 (java) R 108469 108472 106619 0 -1 4194368 8070 0 0 0 4976 17 0 0 20 0 21 0 79301854 19589197824 375986 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108483] ppid=108469 vsize=19130076 memory=1503944 CPUtime=0 cores=1,3
/proc/108472/task/108483/stat : 108483 (Finalizer) S 108469 108472 106619 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79301856 19589197824 375986 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108490] ppid=108469 vsize=19130076 memory=1503944 CPUtime=0 cores=1,3
/proc/108472/task/108490/stat : 108490 (Common-Cleaner) S 108469 108472 106619 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79301857 19589197824 375986 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108616] ppid=108469 vsize=19130076 memory=1503944 CPUtime=0 cores=1,3
/proc/108472/task/108616/stat : 108616 (Timer-0) S 108469 108472 106619 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79302226 19589197824 375986 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
Current children cumulated CPU time: 54.52 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1503944 KiB

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

/proc/meminfo: memFree=105112664/131250000 swapFree=33010160/33010684
[pid=108472] ppid=108469 vsize=19130076 memory=1996736 CPUtime=3219.35 cores=1,3
/proc/108472/stat : 108472 (java) S 108469 108472 106619 0 -1 4194304 55426 0 0 0 321778 157 0 0 20 0 21 0 79301853 19589197824 499184 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
/proc/108472/statm: 4782519 499184 5557 1 0 2864404 0
[pid=108472/tid=108474] ppid=108469 vsize=19130076 memory=1978304 CPUtime=3211.28 cores=1,3
/proc/108472/task/108474/stat : 108474 (java) R 108469 108472 106619 0 -1 4194368 24148 0 0 0 321102 26 0 0 20 0 21 0 79301854 19589197824 499184 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108483] ppid=108469 vsize=19130076 memory=1992640 CPUtime=0 cores=1,3
/proc/108472/task/108483/stat : 108483 (Finalizer) S 108469 108472 106619 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79301856 19589197824 499184 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108490] ppid=108469 vsize=19130076 memory=1992640 CPUtime=0 cores=1,3
/proc/108472/task/108490/stat : 108490 (Common-Cleaner) S 108469 108472 106619 0 -1 4194368 2204 0 0 0 0 0 0 0 20 0 21 0 79301857 19589197824 499184 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108616] ppid=108469 vsize=19130076 memory=1994688 CPUtime=0 cores=1,3
/proc/108472/task/108616/stat : 108616 (Timer-0) S 108469 108472 106619 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79302226 19589197824 499184 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
Current children cumulated CPU time: 3219.35 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1996736 KiB

[startup+3282.3 s]
/proc/loadavg: 3.09 3.09 3.09 4/319 109612
/proc/meminfo: memFree=105108664/131250000 swapFree=33010160/33010684
[pid=108472] ppid=108469 vsize=19130076 memory=2002880 CPUtime=3279.22 cores=1,3
/proc/108472/stat : 108472 (java) S 108469 108472 106619 0 -1 4194304 55506 0 0 0 327763 159 0 0 20 0 21 0 79301853 19589197824 500720 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
/proc/108472/statm: 4782519 500720 5557 1 0 2864404 0
[pid=108472/tid=108474] ppid=108469 vsize=19130076 memory=14432 CPUtime=3271.1 cores=1,3
/proc/108472/task/108474/stat : 108474 (java) R 108469 108472 106619 0 -1 4194368 24187 0 0 0 327084 26 0 0 20 0 21 0 79301854 19589197824 500720 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108483] ppid=108469 vsize=19130076 memory=3200 CPUtime=0 cores=1,3
/proc/108472/task/108483/stat : 108483 (Finalizer) S 108469 108472 106619 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79301856 19589197824 500720 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108490] ppid=108469 vsize=19130076 memory=2002880 CPUtime=0 cores=1,3
/proc/108472/task/108490/stat : 108490 (Common-Cleaner) S 108469 108472 106619 0 -1 4194368 2204 0 0 0 0 0 0 0 20 0 21 0 79301857 19589197824 500720 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108616] ppid=108469 vsize=19130076 memory=14432 CPUtime=0 cores=1,3
/proc/108472/task/108616/stat : 108616 (Timer-0) S 108469 108472 106619 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79302226 19589197824 500720 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
Current children cumulated CPU time: 3279.22 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2002880 KiB

[startup+3342.3 s]
/proc/loadavg: 3.14 3.10 3.09 4/319 109614
/proc/meminfo: memFree=105096168/131250000 swapFree=33010160/33010684
[pid=108472] ppid=108469 vsize=19130076 memory=2013120 CPUtime=3339.1 cores=1,3
/proc/108472/stat : 108472 (java) S 108469 108472 106619 0 -1 4194304 55793 0 0 0 333748 162 0 0 20 0 21 0 79301853 19589197824 503280 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
/proc/108472/statm: 4782519 503280 5557 1 0 2864404 0
[pid=108472/tid=108474] ppid=108469 vsize=19130076 memory=2009024 CPUtime=3330.93 cores=1,3
/proc/108472/task/108474/stat : 108474 (java) R 108469 108472 106619 0 -1 4194368 24439 0 0 0 333066 27 0 0 20 0 21 0 79301854 19589197824 503280 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108483] ppid=108469 vsize=19130076 memory=0 CPUtime=0 cores=1,3
/proc/108472/task/108483/stat : 108483 (Finalizer) S 108469 108472 106619 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79301856 19589197824 503280 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108490] ppid=108469 vsize=19130076 memory=2009024 CPUtime=0 cores=1,3
/proc/108472/task/108490/stat : 108490 (Common-Cleaner) S 108469 108472 106619 0 -1 4194368 2204 0 0 0 0 0 0 0 20 0 21 0 79301857 19589197824 503280 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108616] ppid=108469 vsize=19130076 memory=2009024 CPUtime=0 cores=1,3
/proc/108472/task/108616/stat : 108616 (Timer-0) S 108469 108472 106619 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79302226 19589197824 503280 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
Current children cumulated CPU time: 3339.1 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2013120 KiB

[startup+3402.3 s]
/proc/loadavg: 3.11 3.10 3.09 4/319 109616
/proc/meminfo: memFree=105088072/131250000 swapFree=33010160/33010684
[pid=108472] ppid=108469 vsize=19130076 memory=2023360 CPUtime=3398.97 cores=1,3
/proc/108472/stat : 108472 (java) S 108469 108472 106619 0 -1 4194304 56400 0 0 0 339733 164 0 0 20 0 21 0 79301853 19589197824 505840 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
/proc/108472/statm: 4782519 505840 5557 1 0 2864404 0
[pid=108472/tid=108474] ppid=108469 vsize=19130076 memory=2009024 CPUtime=3390.75 cores=1,3
/proc/108472/task/108474/stat : 108474 (java) R 108469 108472 106619 0 -1 4194368 24914 0 0 0 339048 27 0 0 20 0 21 0 79301854 19589197824 505840 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108483] ppid=108469 vsize=19130076 memory=2019264 CPUtime=0 cores=1,3
/proc/108472/task/108483/stat : 108483 (Finalizer) S 108469 108472 106619 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79301856 19589197824 505840 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108490] ppid=108469 vsize=19130076 memory=2019264 CPUtime=0 cores=1,3
/proc/108472/task/108490/stat : 108490 (Common-Cleaner) S 108469 108472 106619 0 -1 4194368 2204 0 0 0 0 0 0 0 20 0 21 0 79301857 19589197824 505840 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108616] ppid=108469 vsize=19130076 memory=2023360 CPUtime=0 cores=1,3
/proc/108472/task/108616/stat : 108616 (Timer-0) S 108469 108472 106619 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79302226 19589197824 505840 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
Current children cumulated CPU time: 3398.97 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2023360 KiB

[startup+3462.3 s]
/proc/loadavg: 3.16 3.11 3.09 4/318 109619
/proc/meminfo: memFree=105075664/131250000 swapFree=33010160/33010684
[pid=108472] ppid=108469 vsize=19130076 memory=2033600 CPUtime=3458.85 cores=1,3
/proc/108472/stat : 108472 (java) S 108469 108472 106619 0 -1 4194304 56641 0 0 0 345718 167 0 0 20 0 21 0 79301853 19589197824 508400 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
/proc/108472/statm: 4782519 508400 5557 1 0 2864404 0
[pid=108472/tid=108474] ppid=108469 vsize=19130076 memory=2009024 CPUtime=3450.57 cores=1,3
/proc/108472/task/108474/stat : 108474 (java) R 108469 108472 106619 0 -1 4194368 24952 0 0 0 345029 28 0 0 20 0 21 0 79301854 19589197824 508400 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108483] ppid=108469 vsize=19130076 memory=2019264 CPUtime=0 cores=1,3
/proc/108472/task/108483/stat : 108483 (Finalizer) S 108469 108472 106619 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79301856 19589197824 508400 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108490] ppid=108469 vsize=19130076 memory=2031552 CPUtime=0 cores=1,3
/proc/108472/task/108490/stat : 108490 (Common-Cleaner) S 108469 108472 106619 0 -1 4194368 2342 0 0 0 0 0 0 0 20 0 21 0 79301857 19589197824 508400 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108616] ppid=108469 vsize=19130076 memory=2031552 CPUtime=0 cores=1,3
/proc/108472/task/108616/stat : 108616 (Timer-0) S 108469 108472 106619 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79302226 19589197824 508400 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
Current children cumulated CPU time: 3458.85 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2033600 KiB

[startup+3522.3 s]
/proc/loadavg: 3.12 3.10 3.09 4/318 109621
/proc/meminfo: memFree=105058884/131250000 swapFree=33010160/33010684
[pid=108472] ppid=108469 vsize=19130076 memory=2049984 CPUtime=3518.73 cores=1,3
/proc/108472/stat : 108472 (java) S 108469 108472 106619 0 -1 4194304 56860 0 0 0 351703 170 0 0 20 0 21 0 79301853 19589197824 512496 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
/proc/108472/statm: 4782519 512496 5557 1 0 2864404 0
[pid=108472/tid=108474] ppid=108469 vsize=19130076 memory=2031552 CPUtime=3510.39 cores=1,3
/proc/108472/task/108474/stat : 108474 (java) R 108469 108472 106619 0 -1 4194368 25136 0 0 0 351011 28 0 0 20 0 21 0 79301854 19589197824 512496 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108483] ppid=108469 vsize=19130076 memory=2033600 CPUtime=0 cores=1,3
/proc/108472/task/108483/stat : 108483 (Finalizer) S 108469 108472 106619 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79301856 19589197824 512496 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108490] ppid=108469 vsize=19130076 memory=2037696 CPUtime=0 cores=1,3
/proc/108472/task/108490/stat : 108490 (Common-Cleaner) S 108469 108472 106619 0 -1 4194368 2342 0 0 0 0 0 0 0 20 0 21 0 79301857 19589197824 512496 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108616] ppid=108469 vsize=19130076 memory=14432 CPUtime=0 cores=1,3
/proc/108472/task/108616/stat : 108616 (Timer-0) S 108469 108472 106619 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79302226 19589197824 512496 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
Current children cumulated CPU time: 3518.73 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2049984 KiB

[startup+3582.3 s]
/proc/loadavg: 3.14 3.11 3.09 4/319 109628
/proc/meminfo: memFree=105042592/131250000 swapFree=33010160/33010684
[pid=108472] ppid=108469 vsize=19130076 memory=2074560 CPUtime=3578.6 cores=1,3
/proc/108472/stat : 108472 (java) S 108469 108472 106619 0 -1 4194304 57011 0 0 0 357687 173 0 0 20 0 21 0 79301853 19589197824 518640 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
/proc/108472/statm: 4782519 518640 5557 1 0 2864404 0
[pid=108472/tid=108474] ppid=108469 vsize=19130076 memory=2041792 CPUtime=3570.21 cores=1,3
/proc/108472/task/108474/stat : 108474 (java) R 108469 108472 106619 0 -1 4194368 25262 0 0 0 356992 29 0 0 20 0 21 0 79301854 19589197824 518640 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108483] ppid=108469 vsize=19130076 memory=2062272 CPUtime=0 cores=1,3
/proc/108472/task/108483/stat : 108483 (Finalizer) S 108469 108472 106619 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79301856 19589197824 518640 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108490] ppid=108469 vsize=19130076 memory=18944 CPUtime=0 cores=1,3
/proc/108472/task/108490/stat : 108490 (Common-Cleaner) S 108469 108472 106619 0 -1 4194368 2342 0 0 0 0 0 0 0 20 0 21 0 79301857 19589197824 518640 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108616] ppid=108469 vsize=19130076 memory=2074560 CPUtime=0 cores=1,3
/proc/108472/task/108616/stat : 108616 (Timer-0) S 108469 108472 106619 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79302226 19589197824 518640 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
Current children cumulated CPU time: 3578.6 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2074560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.8 s]
/proc/loadavg: 3.17 3.12 3.10 4/277 109662
/proc/meminfo: memFree=115495340/131250000 swapFree=33010160/33010684
[pid=108472] ppid=108469 vsize=19130076 memory=2080704 CPUtime=3600.06 cores=1,3
/proc/108472/stat : 108472 (java) S 108469 108472 106619 0 -1 4194304 57655 0 0 0 359831 175 0 0 20 0 21 0 79301853 19589197824 520176 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
/proc/108472/statm: 4782519 520176 5557 1 0 2864404 0
[pid=108472/tid=108474] ppid=108469 vsize=19130076 memory=4224 CPUtime=3591.64 cores=1,3
/proc/108472/task/108474/stat : 108474 (java) R 108469 108472 106619 0 -1 4194368 25653 0 0 0 359135 29 0 0 20 0 21 0 79301854 19589197824 520176 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108483] ppid=108469 vsize=19130076 memory=4944000791611073087 CPUtime=0 cores=1,3
/proc/108472/task/108483/stat : 108483 (Finalizer) S 108469 108472 106619 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79301856 19589197824 520176 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108490] ppid=108469 vsize=19130076 memory=3456 CPUtime=0 cores=1,3
/proc/108472/task/108490/stat : 108490 (Common-Cleaner) S 108469 108472 106619 0 -1 4194368 2470 0 0 0 0 0 0 0 20 0 21 0 79301857 19589197824 520176 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
[pid=108472/tid=108616] ppid=108469 vsize=19130076 memory=1792 CPUtime=0 cores=1,3
/proc/108472/task/108616/stat : 108616 (Timer-0) S 108469 108472 106619 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79302226 19589197824 520176 18446744073709551615 93960811139072 93960811142768 140730987598672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960811150584 93960811151376 93960820043776 140730987600254 140730987600355 140730987600355 140730987605960 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2080704 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.43 s, system=1.76438 s

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

Child status: 143

Real time (s): 3603.89
CPU time (s): 3600.2
CPU user time (s): 3598.43
CPU system time (s): 1.76438
CPU usage (%): 99.8975
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 2080704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.43
system time used= 1.76438
maximum resident set size= 2089912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60385
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155717
involuntary context switches= 21800


# summary of solver processes directly reported to runsolver:
#   pid: 108472
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3598.43
#   total CPU system time (s): 1.76438

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.33502 second user time and 17.4439 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-04 15:37:23
IDJOB=4526729
IDBENCH=144144
IDSOLVER=3380
FILE ID=nodeC016/4526729-1751636243
RUNJOBID= nodeC016-1751636243-108418
SLURM_JOB_ID= 9598963
Free space on /tmp= 430472 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph13reducmore_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526729-1751636243/watcher-4526729-1751636243 -o /tmp/evaluation-result-4526729-1751636243/solver-4526729-1751636243 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751636243-108418 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4526729-1751636243.wbo

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

MD5SUM BENCH= 67fbd2e887926488e60ea47b7a4ad243
RANDOM SEED=6854555

nodeC016 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.664
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.48
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.735
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.48
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		: 3597.191
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.48
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		: 3610.465
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.48
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.738
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.48
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.738
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        116198032 kB
MemAvailable:   128298184 kB
Buffers:            2144 kB
Cached:         12814244 kB
SwapCached:           28 kB
Active:           810256 kB
Inactive:       12133000 kB
Active(anon):     143124 kB
Inactive(anon):     2112 kB
Active(file):     667132 kB
Inactive(file): 12130888 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            146020 kB
Writeback:            24 kB
AnonPages:        130152 kB
Mapped:           123504 kB
Shmem:             18044 kB
KReclaimable:     282744 kB
Slab:             378404 kB
SReclaimable:     282744 kB
SUnreclaim:        95660 kB
KernelStack:        4480 kB
PageTables:         2864 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2577420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150744 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430456 MiB
End job on nodeC016 at 2025-07-04 16:37:27