Trace number 4525658

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.17 3587.98

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-18reduc_wcsp.wbo
MD5SUM85c9e899b779dcafda2f7e25c2fdc65d
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3263
Best CPU time to get the best result obtained on this benchmark90.5155
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1758
Total number of constraints105203
Number of soft constraints105121
Number of constraints which are clauses105121
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint26
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 36645766
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 27
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4525658-1751624136.wbo
0.12/0.14	c reading problem ... 
1.44/0.86	c ... done. Wall clock time 0.725s.
1.44/0.86	c declared #vars     1758
1.44/0.86	c internal #vars     106879
1.44/0.86	c #constraints  105286
1.44/0.86	c constraints type 
1.44/0.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 529
1.44/0.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 82
1.44/0.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.44/0.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 104674
1.44/0.87	c 105286 constraints processed.
1.44/0.88	c objective function length is 105121 literals
26.97/25.08	c cleaning 2500 clauses out of 5000 with flag 33739/5000
52.62/50.55	c cleaning 4243 clauses out of 8500 with flag 90396/11000
89.09/87.02	c cleaning 5626 clauses out of 11258 with flag 167308/18001
131.01/128.84	c cleaning 6816 clauses out of 13634 with flag 249693/26003
182.60/180.42	c cleaning 7904 clauses out of 15815 with flag 358761/35000
241.57/239.46	c cleaning 8954 clauses out of 17911 with flag 483514/45000
301.84/299.70	c cleaning 9963 clauses out of 19957 with flag 621567/56000
374.73/372.63	c cleaning 10988 clauses out of 21995 with flag 774885/68001
452.03/450.00	c cleaning 12004 clauses out of 24008 with flag 954927/81002
543.30/541.29	c cleaning 12983 clauses out of 26002 with flag 1145154/95000
692.32/689.93	c cleaning 13996 clauses out of 28019 with flag 1359313/110000
866.10/862.61	c cleaning 15005 clauses out of 30023 with flag 1617747/126000
1038.96/1034.36	c cleaning 15999 clauses out of 32018 with flag 1915432/143000
1250.05/1245.37	c cleaning 16966 clauses out of 34020 with flag 2213320/161001
1461.23/1455.50	c cleaning 18002 clauses out of 36053 with flag 2572137/180000
1663.13/1657.37	c cleaning 19016 clauses out of 38051 with flag 2950082/200000
1885.55/1878.11	c cleaning 19988 clauses out of 40036 with flag 3336854/221001
2121.84/2114.29	c cleaning 20972 clauses out of 42049 with flag 3747093/243002
2376.24/2367.20	c cleaning 22029 clauses out of 44076 with flag 4122628/266001
2616.73/2607.64	c cleaning 23021 clauses out of 46047 with flag 4542952/290001
2884.40/2873.47	c cleaning 24000 clauses out of 48025 with flag 4966330/315000
3160.18/3149.09	c cleaning 24996 clauses out of 50025 with flag 5419450/341000
3441.72/3430.38	c cleaning 26016 clauses out of 52033 with flag 5871684/368004
3600.06/3587.91	c starts		: 1520
3600.06/3587.91	c conflicts		: 383932
3600.06/3587.91	c decisions		: 3312375
3600.06/3587.92	c propagations		: 3548431156
3600.06/3587.92	c inspects		: 310116119
3600.06/3587.92	c shortcuts		: 0
3600.06/3587.92	c learnt literals	: 0
3600.06/3587.92	c learnt binary clauses	: 0
3600.06/3587.92	c learnt ternary clauses	: 0
3600.06/3587.92	c learnt constraints	: 383932
3600.06/3587.92	c ignored constraints	: 0
3600.06/3587.92	c root simplifications	: 0
3600.06/3587.92	c removed literals (reason simplification)	: 2848265
3600.06/3587.92	c reason swapping (by a shorter reason)	: 0
3600.06/3587.92	c Calls to reduceDB	: 23
3600.06/3587.92	c Number of update (reduction) of LBD	: 270199
3600.06/3587.92	c Imported unit clauses	: 0
3600.06/3587.92	c No decision after first conflict	: false
3600.06/3587.92	c number of reductions to clauses (during analyze)	: 0
3600.06/3587.92	c number of learned constraints concerned by reduction	: 0
3600.06/3587.92	c number of learning phase by resolution	: 0
3600.06/3587.92	c number of learning phase by cutting planes	: 0
3600.06/3587.92	c number of rounding to 1 operations	: 0
3600.06/3587.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3587.92	c number of reductions of the coefficients by power 2 	: 0
3600.06/3587.92	c number of right shift for reduction by power 2 	: 0
3600.06/3587.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3587.92	c number of ending skipping 	: 0
3600.06/3587.92	c number of internal skipping 	: 0
3600.06/3587.92	c number of derivation steps 	: 0
3600.06/3587.92	c number of skipped derivation steps 	: 0
3600.06/3587.92	c number of remaining unassigned 	: 0
3600.06/3587.92	c number of remaining assigned 	: 0
3600.06/3587.92	c number of falsified literals weakened from reason	: 0
3600.06/3587.92	c number of falsified literals weakened from conflict	: 0
3600.06/3587.92	c time for arithmetic operations	: 0
3600.06/3587.92	c minimum degree of deleted constraints	: null
3600.06/3587.92	c maximum degree of deleted constraints	: null
3600.06/3587.92	c number of deleted constraints	: 0
3600.06/3587.92	c speed (assignments/second)	: 989253.1198947304
3600.06/3587.92	c non guided choices	: 1763
3600.06/3587.93	c timeout
3600.06/3587.95	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 41945
3600.06/3587.95	s UNKNOWN
3600.06/3587.95	c Total wall clock time (in seconds): 3587.816

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=98765, runsolver pid=98762

[startup+0.100062 s]*
/proc/loadavg: 4.16 4.12 4.10 5/339 98783
/proc/meminfo: memFree=110364388/131249996 swapFree=33010684/33010684
[pid=98765] ppid=98762 vsize=18930384 memory=57712 CPUtime=0.12 cores=4,6
/proc/98765/stat : 98765 (java) S 98762 98765 98166 0 -1 4194304 6564 0 0 0 11 1 0 0 20 0 18 0 78091541 19384713216 14428 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
/proc/98765/statm: 4732596 14428 5341 1 0 547604 0
[pid=98765/tid=98767] ppid=98762 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/98765/task/98767/stat : 98767 (java) R 98762 98765 98166 0 -1 4194368 5063 0 0 0 7 1 0 0 20 0 18 0 78091542 19384713216 14428 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98776] ppid=98762 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/98765/task/98776/stat : 98776 (Finalizer) S 98762 98765 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78091544 19384713216 14428 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98783] ppid=98762 vsize=18930384 memory=59585004324181 CPUtime=0 cores=4,6
/proc/98765/task/98783/stat : 98783 (Common-Cleaner) S 98762 98765 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78091544 19384713216 14428 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57712 KiB

[startup+0.205735 s]*
/proc/loadavg: 4.16 4.12 4.10 8/339 98783
/proc/meminfo: memFree=110355252/131249996 swapFree=33010684/33010684
[pid=98765] ppid=98762 vsize=18930384 memory=66168 CPUtime=0.31 cores=4,6
/proc/98765/stat : 98765 (java) S 98762 98765 98166 0 -1 4194304 7031 0 0 0 29 2 0 0 20 0 18 0 78091541 19384713216 16542 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
/proc/98765/statm: 4732596 16542 5437 1 0 547907 0
[pid=98765/tid=98767] ppid=98762 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=4,6
/proc/98765/task/98767/stat : 98767 (java) R 98762 98765 98166 0 -1 4194368 5276 0 0 0 15 1 0 0 20 0 18 0 78091542 19384713216 16542 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98776] ppid=98762 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/98765/task/98776/stat : 98776 (Finalizer) S 98762 98765 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78091544 19384713216 16542 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98783] ppid=98762 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/98765/task/98783/stat : 98783 (Common-Cleaner) S 98762 98765 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78091544 19384713216 16542 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66168 KiB

[startup+0.305776 s]*
/proc/loadavg: 4.16 4.12 4.10 6/339 98783
/proc/meminfo: memFree=110317696/131249996 swapFree=33010684/33010684
[pid=98765] ppid=98762 vsize=18930384 memory=107032 CPUtime=0.5 cores=4,6
/proc/98765/stat : 98765 (java) S 98762 98765 98166 0 -1 4194304 8500 0 0 0 48 2 0 0 20 0 18 0 78091541 19384713216 26758 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
/proc/98765/statm: 4732596 26758 5437 1 0 548894 0
[pid=98765/tid=98767] ppid=98762 vsize=18930384 memory=-6000919498459407462 CPUtime=0.26 cores=4,6
/proc/98765/task/98767/stat : 98767 (java) R 98762 98765 98166 0 -1 4194368 5297 0 0 0 24 2 0 0 20 0 18 0 78091542 19384713216 26758 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98776] ppid=98762 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/98765/task/98776/stat : 98776 (Finalizer) S 98762 98765 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78091544 19384713216 26758 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98783] ppid=98762 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/98765/task/98783/stat : 98783 (Common-Cleaner) S 98762 98765 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78091544 19384713216 26758 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 107032 KiB

[startup+0.700247 s]
/proc/loadavg: 4.16 4.12 4.10 6/340 98784
/proc/meminfo: memFree=110251960/131249996 swapFree=33010684/33010684
[pid=98765] ppid=98762 vsize=18996948 memory=197536 CPUtime=1.24 cores=4,6
/proc/98765/stat : 98765 (java) S 98762 98765 98166 0 -1 4194304 13930 0 0 0 119 5 0 0 20 0 19 0 78091541 19452874752 49384 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
/proc/98765/statm: 4749237 49384 5469 1 0 552486 0
[pid=98765/tid=98767] ppid=98762 vsize=18996948 memory=18944 CPUtime=0.58 cores=4,6
/proc/98765/task/98767/stat : 98767 (java) R 98762 98765 98166 0 -1 4194368 5324 0 0 0 55 3 0 0 20 0 19 0 78091542 19452874752 49384 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98776] ppid=98762 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/98765/task/98776/stat : 98776 (Finalizer) S 98762 98765 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78091544 19452874752 49384 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98783] ppid=98762 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/98765/task/98783/stat : 98783 (Common-Cleaner) S 98762 98765 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78091544 19452874752 49384 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 197536 KiB

[startup+1.50023 s]
/proc/loadavg: 4.31 4.15 4.11 6/341 98785
/proc/meminfo: memFree=110194980/131249996 swapFree=33010684/33010684
[pid=98765] ppid=98762 vsize=19063512 memory=221804 CPUtime=2.82 cores=4,6
/proc/98765/stat : 98765 (java) S 98762 98765 98166 0 -1 4194304 15357 0 0 0 276 6 0 0 20 0 20 0 78091541 19521036288 55451 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
/proc/98765/statm: 4765878 55451 5501 1 0 553513 0
[pid=98765/tid=98767] ppid=98762 vsize=19063512 memory=3328 CPUtime=1.28 cores=4,6
/proc/98765/task/98767/stat : 98767 (java) R 98762 98765 98166 0 -1 4194368 5491 0 0 0 125 3 0 0 20 0 20 0 78091542 19521036288 55451 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98776] ppid=98762 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/98765/task/98776/stat : 98776 (Finalizer) S 98762 98765 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 55451 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98783] ppid=98762 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/98765/task/98783/stat : 98783 (Common-Cleaner) S 98762 98765 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 55451 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98785] ppid=98762 vsize=19063512 memory=14844 CPUtime=0 cores=4,6
/proc/98765/task/98785/stat : 98785 (Timer-0) S 98762 98765 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78091635 19521036288 55451 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 221804 KiB

[startup+3.10563 s]
/proc/loadavg: 4.31 4.15 4.11 5/341 98785
/proc/meminfo: memFree=110194224/131249996 swapFree=33010684/33010684
[pid=98765] ppid=98762 vsize=19063512 memory=222060 CPUtime=4.92 cores=4,6
/proc/98765/stat : 98765 (java) S 98762 98765 98166 0 -1 4194304 18556 0 0 0 485 7 0 0 20 0 20 0 78091541 19521036288 55515 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
/proc/98765/statm: 4765878 55515 5501 1 0 553531 0
[pid=98765/tid=98767] ppid=98762 vsize=19063512 memory=14844 CPUtime=2.88 cores=4,6
/proc/98765/task/98767/stat : 98767 (java) R 98762 98765 98166 0 -1 4194368 5616 0 0 0 285 3 0 0 20 0 20 0 78091542 19521036288 55515 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98776] ppid=98762 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/98765/task/98776/stat : 98776 (Finalizer) S 98762 98765 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 55515 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98783] ppid=98762 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/98765/task/98783/stat : 98783 (Common-Cleaner) S 98762 98765 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 55515 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98785] ppid=98762 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/98765/task/98785/stat : 98785 (Timer-0) S 98762 98765 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78091635 19521036288 55515 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
Current children cumulated CPU time: 4.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 222060 KiB

[startup+6.30023 s]
/proc/loadavg: 4.29 4.15 4.10 5/341 98785
/proc/meminfo: memFree=110200896/131249996 swapFree=33010684/33010684
[pid=98765] ppid=98762 vsize=19063512 memory=217736 CPUtime=8.2 cores=4,6
/proc/98765/stat : 98765 (java) S 98762 98765 98166 0 -1 4194304 19456 0 0 0 813 7 0 0 20 0 20 0 78091541 19521036288 54434 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
/proc/98765/statm: 4765878 54434 5501 1 0 553532 0
[pid=98765/tid=98767] ppid=98762 vsize=19063512 memory=0 CPUtime=6.06 cores=4,6
/proc/98765/task/98767/stat : 98767 (java) R 98762 98765 98166 0 -1 4194368 5850 0 0 0 603 3 0 0 20 0 20 0 78091542 19521036288 54434 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98776] ppid=98762 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/98765/task/98776/stat : 98776 (Finalizer) S 98762 98765 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 54434 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98783] ppid=98762 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/98765/task/98783/stat : 98783 (Common-Cleaner) S 98762 98765 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 54434 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98785] ppid=98762 vsize=19063512 memory=221804 CPUtime=0 cores=4,6
/proc/98765/task/98785/stat : 98785 (Timer-0) S 98762 98765 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78091635 19521036288 54434 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
Current children cumulated CPU time: 8.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 217736 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 4.14 4.10 5/341 98786
/proc/meminfo: memFree=110200976/131249996 swapFree=33010684/33010684
[pid=98765] ppid=98762 vsize=19063512 memory=217736 CPUtime=14.59 cores=4,6
/proc/98765/stat : 98765 (java) S 98762 98765 98166 0 -1 4194304 20297 0 0 0 1452 7 0 0 20 0 20 0 78091541 19521036288 54434 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
/proc/98765/statm: 4765878 54434 5501 1 0 553532 0
[pid=98765/tid=98767] ppid=98762 vsize=19063512 memory=221804 CPUtime=12.45 cores=4,6
/proc/98765/task/98767/stat : 98767 (java) R 98762 98765 98166 0 -1 4194368 6207 0 0 0 1242 3 0 0 20 0 20 0 78091542 19521036288 54434 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98776] ppid=98762 vsize=19063512 memory=217736 CPUtime=0 cores=4,6
/proc/98765/task/98776/stat : 98776 (Finalizer) S 98762 98765 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 54434 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98783] ppid=98762 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/98765/task/98783/stat : 98783 (Common-Cleaner) S 98762 98765 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 54434 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98785] ppid=98762 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/98765/task/98785/stat : 98785 (Timer-0) S 98762 98765 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78091635 19521036288 54434 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
Current children cumulated CPU time: 14.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 217736 KiB

[startup+25.5003 s]
/proc/loadavg: 4.22 4.14 4.10 5/341 98786
/proc/meminfo: memFree=110200896/131249996 swapFree=33010684/33010684
[pid=98765] ppid=98762 vsize=19063512 memory=218376 CPUtime=27.58 cores=4,6
/proc/98765/stat : 98765 (java) S 98762 98765 98166 0 -1 4194304 26047 0 0 0 2749 9 0 0 20 0 20 0 78091541 19521036288 54594 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
/proc/98765/statm: 4765878 54594 5533 1 0 553600 0
[pid=98765/tid=98767] ppid=98762 vsize=19063512 memory=0 CPUtime=25.22 cores=4,6
/proc/98765/task/98767/stat : 98767 (java) R 98762 98765 98166 0 -1 4194368 8098 0 0 0 2519 3 0 0 20 0 20 0 78091542 19521036288 54594 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98776] ppid=98762 vsize=19063512 memory=14844 CPUtime=0 cores=4,6
/proc/98765/task/98776/stat : 98776 (Finalizer) S 98762 98765 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 54594 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98783] ppid=98762 vsize=19063512 memory=217864 CPUtime=0 cores=4,6
/proc/98765/task/98783/stat : 98783 (Common-Cleaner) S 98762 98765 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 54594 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98785] ppid=98762 vsize=19063512 memory=217736 CPUtime=0 cores=4,6
/proc/98765/task/98785/stat : 98785 (Timer-0) S 98762 98765 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78091635 19521036288 54594 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
Current children cumulated CPU time: 27.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 218376 KiB

[startup+51.1057 s]
/proc/loadavg: 4.21 4.14 4.10 5/341 98786
/proc/meminfo: memFree=110106464/131249996 swapFree=33010684/33010684
[pid=98765] ppid=98762 vsize=19063512 memory=261732 CPUtime=53.23 cores=4,6
/proc/98765/stat : 98765 (java) S 98762 98765 98166 0 -1 4194304 28541 0 0 0 5313 10 0 0 20 0 20 0 78091541 19521036288 65433 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
/proc/98765/statm: 4765878 65433 5533 1 0 553645 0
[pid=98765/tid=98767] ppid=98762 vsize=19063512 memory=218376 CPUtime=50.72 cores=4,6
/proc/98765/task/98767/stat : 98767 (java) R 98762 98765 98166 0 -1 4194368 8721 0 0 0 5069 3 0 0 20 0 20 0 78091542 19521036288 65433 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98776] ppid=98762 vsize=19063512 memory=12544 CPUtime=0 cores=4,6
/proc/98765/task/98776/stat : 98776 (Finalizer) S 98762 98765 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 65433 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98783] ppid=98762 vsize=19063512 memory=2308 CPUtime=0 cores=4,6
/proc/98765/task/98783/stat : 98783 (Common-Cleaner) S 98762 98765 98166 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 65433 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98785] ppid=98762 vsize=19063512 memory=217736 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=105237384/131249996 swapFree=33010684/33010684
[pid=98765] ppid=98762 vsize=19063512 memory=4087088 CPUtime=3293.6 cores=4,6
/proc/98765/stat : 98765 (java) S 98762 98765 98166 0 -1 4194304 109174 0 0 0 329190 170 0 0 20 0 20 0 78091541 19521036288 1021772 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
/proc/98765/statm: 4765878 1021772 5565 1 0 1133307 0
[pid=98765/tid=98767] ppid=98762 vsize=19063512 memory=4085036 CPUtime=3266.83 cores=4,6
/proc/98765/task/98767/stat : 98767 (java) R 98762 98765 98166 0 -1 4194368 39586 0 0 0 326636 47 0 0 20 0 20 0 78091542 19521036288 1021772 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98776] ppid=98762 vsize=19063512 memory=4085036 CPUtime=0 cores=4,6
/proc/98765/task/98776/stat : 98776 (Finalizer) S 98762 98765 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 1021772 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98783] ppid=98762 vsize=19063512 memory=7584699071782231572 CPUtime=0 cores=4,6
/proc/98765/task/98783/stat : 98783 (Common-Cleaner) S 98762 98765 98166 0 -1 4194368 1777 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 1021772 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98785] ppid=98762 vsize=19063512 memory=4087088 CPUtime=0 cores=4,6
/proc/98765/task/98785/stat : 98785 (Timer-0) S 98762 98765 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78091635 19521036288 1021772 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
Current children cumulated CPU time: 3293.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4087088 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/341 99028
/proc/meminfo: memFree=104857128/131249996 swapFree=33010684/33010684
[pid=98765] ppid=98762 vsize=19063512 memory=4138392 CPUtime=3353.68 cores=4,6
/proc/98765/stat : 98765 (java) S 98762 98765 98166 0 -1 4194304 111211 0 0 0 335197 171 0 0 20 0 20 0 78091541 19521036288 1034598 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
/proc/98765/statm: 4765878 1034598 5565 1 0 1133307 0
[pid=98765/tid=98767] ppid=98762 vsize=19063512 memory=7584699071782231572 CPUtime=3326.51 cores=4,6
/proc/98765/task/98767/stat : 98767 (java) R 98762 98765 98166 0 -1 4194368 40662 0 0 0 332604 47 0 0 20 0 20 0 78091542 19521036288 1034598 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98776] ppid=98762 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/98765/task/98776/stat : 98776 (Finalizer) S 98762 98765 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 1034598 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98783] ppid=98762 vsize=19063512 memory=14844 CPUtime=0 cores=4,6
/proc/98765/task/98783/stat : 98783 (Common-Cleaner) S 98762 98765 98166 0 -1 4194368 1787 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 1034598 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98785] ppid=98762 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/98765/task/98785/stat : 98785 (Timer-0) S 98762 98765 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78091635 19521036288 1034598 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
Current children cumulated CPU time: 3353.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4138392 KiB

[startup+3402.3 s]
/proc/loadavg: 4.50 4.19 4.12 5/340 99030
/proc/meminfo: memFree=104795136/131249996 swapFree=33010684/33010684
[pid=98765] ppid=98762 vsize=19063512 memory=4199956 CPUtime=3413.78 cores=4,6
/proc/98765/stat : 98765 (java) S 98762 98765 98166 0 -1 4194304 113152 0 0 0 341204 174 0 0 20 0 20 0 78091541 19521036288 1049989 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
/proc/98765/statm: 4765878 1049989 5565 1 0 1133307 0
[pid=98765/tid=98767] ppid=98762 vsize=19063512 memory=4138392 CPUtime=3386.18 cores=4,6
/proc/98765/task/98767/stat : 98767 (java) R 98762 98765 98166 0 -1 4194368 41663 0 0 0 338571 47 0 0 20 0 20 0 78091542 19521036288 1049989 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98776] ppid=98762 vsize=19063512 memory=4138392 CPUtime=0 cores=4,6
/proc/98765/task/98776/stat : 98776 (Finalizer) S 98762 98765 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 1049989 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98783] ppid=98762 vsize=19063512 memory=4138392 CPUtime=0 cores=4,6
/proc/98765/task/98783/stat : 98783 (Common-Cleaner) S 98762 98765 98166 0 -1 4194368 1796 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 1049989 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98785] ppid=98762 vsize=19063512 memory=4138392 CPUtime=0 cores=4,6
/proc/98765/task/98785/stat : 98785 (Timer-0) S 98762 98765 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78091635 19521036288 1049989 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
Current children cumulated CPU time: 3413.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4199956 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.17 4.12 5/340 99032
/proc/meminfo: memFree=104740252/131249996 swapFree=33010684/33010684
[pid=98765] ppid=98762 vsize=19063512 memory=4251532 CPUtime=3474.51 cores=4,6
/proc/98765/stat : 98765 (java) S 98762 98765 98166 0 -1 4194304 116905 0 0 0 347275 176 0 0 20 0 20 0 78091541 19521036288 1062883 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
/proc/98765/statm: 4765878 1062883 5565 1 0 1281646 0
[pid=98765/tid=98767] ppid=98762 vsize=19063512 memory=4138392 CPUtime=3445.95 cores=4,6
/proc/98765/task/98767/stat : 98767 (java) R 98762 98765 98166 0 -1 4194368 42114 0 0 0 344548 47 0 0 20 0 20 0 78091542 19521036288 1062883 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98776] ppid=98762 vsize=19063512 memory=4138392 CPUtime=0 cores=4,6
/proc/98765/task/98776/stat : 98776 (Finalizer) S 98762 98765 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 1062883 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98783] ppid=98762 vsize=19063512 memory=-6000919498459407462 CPUtime=0 cores=4,6
/proc/98765/task/98783/stat : 98783 (Common-Cleaner) S 98762 98765 98166 0 -1 4194368 1798 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 1062883 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98785] ppid=98762 vsize=19063512 memory=4199956 CPUtime=0 cores=4,6
/proc/98765/task/98785/stat : 98785 (Timer-0) S 98762 98765 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78091635 19521036288 1062883 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
Current children cumulated CPU time: 3474.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4251532 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/341 99037
/proc/meminfo: memFree=104548008/131249996 swapFree=33010684/33010684
[pid=98765] ppid=98762 vsize=19063512 memory=4446092 CPUtime=3534.41 cores=4,6
/proc/98765/stat : 98765 (java) S 98762 98765 98166 0 -1 4194304 117316 0 0 0 353260 181 0 0 20 0 20 0 78091541 19521036288 1111523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
/proc/98765/statm: 4765878 1111523 5565 1 0 1281646 0
[pid=98765/tid=98767] ppid=98762 vsize=19063512 memory=4310924 CPUtime=3505.84 cores=4,6
/proc/98765/task/98767/stat : 98767 (java) R 98762 98765 98166 0 -1 4194368 42498 0 0 0 350533 51 0 0 20 0 20 0 78091542 19521036288 1111523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98776] ppid=98762 vsize=19063512 memory=4138392 CPUtime=0 cores=4,6
/proc/98765/task/98776/stat : 98776 (Finalizer) S 98762 98765 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 1111523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98783] ppid=98762 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/98765/task/98783/stat : 98783 (Common-Cleaner) S 98762 98765 98166 0 -1 4194368 1798 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 1111523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98785] ppid=98762 vsize=19063512 memory=4431756 CPUtime=0 cores=4,6
/proc/98765/task/98785/stat : 98785 (Timer-0) S 98762 98765 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78091635 19521036288 1111523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
Current children cumulated CPU time: 3534.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4446092 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.15 4.11 5/341 99107
/proc/meminfo: memFree=107329888/131249996 swapFree=33010684/33010684
[pid=98765] ppid=98762 vsize=19063512 memory=4526092 CPUtime=3594.48 cores=4,6
/proc/98765/stat : 98765 (java) S 98762 98765 98166 0 -1 4194304 118973 0 0 0 359264 184 0 0 20 0 20 0 78091541 19521036288 1131523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
/proc/98765/statm: 4765878 1131523 5565 1 0 1281646 0
[pid=98765/tid=98767] ppid=98762 vsize=19063512 memory=4464524 CPUtime=3565.51 cores=4,6
/proc/98765/task/98767/stat : 98767 (java) R 98762 98765 98166 0 -1 4194368 43728 0 0 0 356500 51 0 0 20 0 20 0 78091542 19521036288 1131523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98776] ppid=98762 vsize=19063512 memory=14844 CPUtime=0 cores=4,6
/proc/98765/task/98776/stat : 98776 (Finalizer) S 98762 98765 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 1131523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98783] ppid=98762 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/98765/task/98783/stat : 98783 (Common-Cleaner) S 98762 98765 98166 0 -1 4194368 1922 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 1131523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98785] ppid=98762 vsize=19063512 memory=4526092 CPUtime=0 cores=4,6
/proc/98765/task/98785/stat : 98785 (Timer-0) S 98762 98765 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78091635 19521036288 1131523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
Current children cumulated CPU time: 3594.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4526092 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3587.9 s]
/proc/loadavg: 4.21 4.16 4.11 6/340 99174
/proc/meminfo: memFree=109027636/131249996 swapFree=33010684/33010684
[pid=98765] ppid=98762 vsize=19063512 memory=4526092 CPUtime=3600.06 cores=4,6
/proc/98765/stat : 98765 (java) S 98762 98765 98166 0 -1 4194304 119077 0 0 0 359821 185 0 0 20 0 20 0 78091541 19521036288 1131523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
/proc/98765/statm: 4765878 1131523 5565 1 0 1281646 0
[pid=98765/tid=98767] ppid=98762 vsize=19063512 memory=14844 CPUtime=3571.09 cores=4,6
/proc/98765/task/98767/stat : 98767 (java) R 98762 98765 98166 0 -1 4194368 43832 0 0 0 357057 52 0 0 20 0 20 0 78091542 19521036288 1131523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98776] ppid=98762 vsize=19063512 memory=4526092 CPUtime=0 cores=4,6
/proc/98765/task/98776/stat : 98776 (Finalizer) S 98762 98765 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 1131523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98783] ppid=98762 vsize=19063512 memory=4526092 CPUtime=0 cores=4,6
/proc/98765/task/98783/stat : 98783 (Common-Cleaner) S 98762 98765 98166 0 -1 4194368 1922 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 1131523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98785] ppid=98762 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/98765/task/98785/stat : 98785 (Timer-0) S 98762 98765 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78091635 19521036288 1131523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4526092 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.3 s, system=1.86966 s

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

[startup+3587.9 s]
/proc/loadavg: 4.21 4.16 4.11 6/340 99174
/proc/meminfo: memFree=109027636/131249996 swapFree=33010684/33010684
[pid=98765] ppid=98762 vsize=19063512 memory=4526092 CPUtime=3600.06 cores=4,6
/proc/98765/stat : 98765 (java) S 98762 98765 98166 0 -1 4194304 119077 0 0 0 359821 185 0 0 20 0 20 0 78091541 19521036288 1131523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
/proc/98765/statm: 4765878 1131523 5565 1 0 1281646 0
[pid=98765/tid=98767] ppid=98762 vsize=19063512 memory=14844 CPUtime=3571.09 cores=4,6
/proc/98765/task/98767/stat : 98767 (java) R 98762 98765 98166 0 -1 4194368 43832 0 0 0 357057 52 0 0 20 0 20 0 78091542 19521036288 1131523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98776] ppid=98762 vsize=19063512 memory=4526092 CPUtime=0 cores=4,6
/proc/98765/task/98776/stat : 98776 (Finalizer) S 98762 98765 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 1131523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98783] ppid=98762 vsize=19063512 memory=4526092 CPUtime=0 cores=4,6
/proc/98765/task/98783/stat : 98783 (Common-Cleaner) S 98762 98765 98166 0 -1 4194368 1922 0 0 0 0 0 0 0 20 0 20 0 78091544 19521036288 1131523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
[pid=98765/tid=98785] ppid=98762 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/98765/task/98785/stat : 98785 (Timer-0) S 98762 98765 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78091635 19521036288 1131523 18446744073709551615 94642917605376 94642917609072 140735938508656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94642917616888 94642917617680 94642929491968 140735938517375 140735938517476 140735938517476 140735938523080 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4526092 KiB

Child status: 143

Real time (s): 3587.98
CPU time (s): 3600.17
CPU user time (s): 3598.3
CPU system time (s): 1.86966
CPU usage (%): 100.34
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4526092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.3
system time used= 1.86966
maximum resident set size= 4526860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121954
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115793
involuntary context switches= 4139


# summary of solver processes directly reported to runsolver:
#   pid: 98765
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3598.3
#   total CPU system time (s): 1.86966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.18639 second user time and 15.9864 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-04 12:15:36
IDJOB=4525658
IDBENCH=143871
IDSOLVER=3380
FILE ID=nodeC024/4525658-1751624136
RUNJOBID= nodeC024-1751620534-98177
SLURM_JOB_ID= 9598939
Free space on /tmp= 432328 MiB

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

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

MD5SUM BENCH= 85c9e899b779dcafda2f7e25c2fdc65d
RANDOM SEED=159858715

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.691
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.716
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		: 3600.414
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		: 3700.000
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.718
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.670
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		: 3600.714
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		: 3584.844
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:        110384296 kB
MemAvailable:   123278488 kB
Buffers:            2144 kB
Cached:         13660156 kB
SwapCached:            0 kB
Active:          7104572 kB
Inactive:       13085760 kB
Active(anon):    6544012 kB
Inactive(anon):     2084 kB
Active(file):     560560 kB
Inactive(file): 13083676 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4024 kB
Writeback:             8 kB
AnonPages:       6508492 kB
Mapped:           124180 kB
Shmem:             18064 kB
KReclaimable:     177988 kB
Slab:             270408 kB
SReclaimable:     177988 kB
SUnreclaim:        92420 kB
KernelStack:        5264 kB
PageTables:        16668 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   16810632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6260736 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= 432300 MiB
End job on nodeC024 at 2025-07-04 13:15:25