Trace number 4526702

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.21 3602.97

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
graphs/normalized-graph11reduc_wcsp.wbo
MD5SUM4f9f31b2d576e76fab744cedabc86032
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark370
Best CPU time to get the best result obtained on this benchmark77.9592
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5855
Total number of constraints283196
Number of soft constraints282856
Number of constraints which are clauses282856
Number of constraints which are cardinality constraints (but not clauses)340
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 3080
Min constraint cost 1
Max constraint cost 3080
Sum of constraints costs 64455868
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4526702-1751636017.wbo
0.13/0.12	c reading problem ... 
2.64/1.42	c ... done. Wall clock time 1.297s.
2.64/1.42	c declared #vars     5855
2.64/1.42	c internal #vars     288711
2.64/1.42	c #constraints  283537
2.64/1.42	c constraints type 
2.64/1.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2618
2.64/1.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 226
2.64/1.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
2.64/1.42	c org.sat4j.specs.Constr$1 => 108
2.64/1.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 280476
2.64/1.42	c org.sat4j.pb.constraints.pb.UnitClausePB => 108
2.64/1.42	c 283537 constraints processed.
2.64/1.43	c objective function length is 282856 literals
241.11/238.81	c cleaning 2475 clauses out of 5002 with flag 121328/5002
570.94/569.17	c cleaning 4261 clauses out of 8525 with flag 283415/11000
891.33/890.03	c cleaning 5630 clauses out of 11264 with flag 436235/18000
1192.59/1191.70	c cleaning 6817 clauses out of 13635 with flag 604099/26001
1530.05/1529.81	c cleaning 7905 clauses out of 15820 with flag 783143/35003
1907.93/1908.30	c cleaning 8945 clauses out of 17912 with flag 1005094/45000
2240.64/2241.59	c cleaning 9952 clauses out of 19967 with flag 1236979/56000
2628.60/2630.19	c cleaning 10998 clauses out of 22015 with flag 1515905/68000
2999.31/3001.35	c cleaning 11983 clauses out of 24017 with flag 1822379/81000
3448.69/3451.45	c cleaning 13006 clauses out of 26035 with flag 2150977/95001
3600.09/3602.91	c starts		: 150
3600.09/3602.92	c conflicts		: 100110
3600.09/3602.92	c decisions		: 2876032
3600.09/3602.92	c propagations		: 4662376685
3600.09/3602.92	c inspects		: 129342574
3600.09/3602.92	c shortcuts		: 0
3600.09/3602.92	c learnt literals	: 0
3600.09/3602.92	c learnt binary clauses	: 0
3600.09/3602.92	c learnt ternary clauses	: 0
3600.09/3602.92	c learnt constraints	: 100109
3600.09/3602.92	c ignored constraints	: 0
3600.09/3602.92	c root simplifications	: 0
3600.09/3602.92	c removed literals (reason simplification)	: 616175
3600.09/3602.92	c reason swapping (by a shorter reason)	: 0
3600.09/3602.92	c Calls to reduceDB	: 10
3600.09/3602.92	c Number of update (reduction) of LBD	: 66479
3600.09/3602.92	c Imported unit clauses	: 0
3600.09/3602.93	c No decision after first conflict	: false
3600.09/3602.93	c number of reductions to clauses (during analyze)	: 0
3600.09/3602.93	c number of learned constraints concerned by reduction	: 0
3600.09/3602.93	c number of learning phase by resolution	: 0
3600.09/3602.93	c number of learning phase by cutting planes	: 0
3600.09/3602.93	c number of rounding to 1 operations	: 0
3600.09/3602.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3602.93	c number of reductions of the coefficients by power 2 	: 0
3600.09/3602.93	c number of right shift for reduction by power 2 	: 0
3600.09/3602.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3602.93	c number of ending skipping 	: 0
3600.09/3602.93	c number of internal skipping 	: 0
3600.09/3602.93	c number of derivation steps 	: 0
3600.09/3602.93	c number of skipped derivation steps 	: 0
3600.09/3602.93	c number of remaining unassigned 	: 0
3600.09/3602.93	c number of remaining assigned 	: 0
3600.09/3602.93	c number of falsified literals weakened from reason	: 0
3600.09/3602.93	c number of falsified literals weakened from conflict	: 0
3600.09/3602.93	c time for arithmetic operations	: 0
3600.09/3602.94	c minimum degree of deleted constraints	: null
3600.09/3602.94	c maximum degree of deleted constraints	: null
3600.09/3602.94	c number of deleted constraints	: 0
3600.09/3602.94	c speed (assignments/second)	: 1294586.8000022213
3600.09/3602.94	c non guided choices	: 0
3600.09/3602.94	c timeout
3600.09/3602.95	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 18138
3600.09/3602.95	s UNKNOWN
3600.09/3602.95	c Total wall clock time (in seconds): 3602.835

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 (61355 MiB free)
  memory of node 1: 64465 MiB (59726 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526702-1751636017/watcher-4526702-1751636017 -o /tmp/evaluation-result-4526702-1751636017/solver-4526702-1751636017 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751628188-90087 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4526702-1751636017.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100059 s]*
/proc/loadavg: 4.24 4.18 4.12 6/340 94741
/proc/meminfo: memFree=123956132/131250000 swapFree=33010684/33010684
[pid=94723] ppid=94720 vsize=18930384 memory=57944 CPUtime=0.13 cores=0,2
/proc/94723/stat : 94723 (java) S 94720 94723 90077 0 -1 4194304 6619 0 0 0 11 2 0 0 20 0 18 0 79224262 19384713216 14486 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
/proc/94723/statm: 4732596 14486 5348 1 0 547677 0
[pid=94723/tid=94725] ppid=94720 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/94723/task/94725/stat : 94725 (java) R 94720 94723 90077 0 -1 4194368 5110 0 0 0 7 1 0 0 20 0 18 0 79224263 19384713216 14486 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94734] ppid=94720 vsize=18930384 memory=237112656212 CPUtime=0 cores=0,2
/proc/94723/task/94734/stat : 94734 (Finalizer) S 94720 94723 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79224265 19384713216 14486 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94741] ppid=94720 vsize=18930384 memory=60684515937227 CPUtime=0 cores=0,2
/proc/94723/task/94741/stat : 94741 (Common-Cleaner) S 94720 94723 90077 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 79224266 19384713216 14486 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57944 KiB

[startup+0.205749 s]*
/proc/loadavg: 4.24 4.18 4.12 7/340 94741
/proc/meminfo: memFree=123929540/131250000 swapFree=33010684/33010684
[pid=94723] ppid=94720 vsize=18930384 memory=88696 CPUtime=0.33 cores=0,2
/proc/94723/stat : 94723 (java) S 94720 94723 90077 0 -1 4194304 7061 0 0 0 31 2 0 0 20 0 18 0 79224262 19384713216 22174 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
/proc/94723/statm: 4732596 22174 5444 1 0 547908 0
[pid=94723/tid=94725] ppid=94720 vsize=18930384 memory=4026794268 CPUtime=0.18 cores=0,2
/proc/94723/task/94725/stat : 94725 (java) R 94720 94723 90077 0 -1 4194368 5299 0 0 0 17 1 0 0 20 0 18 0 79224263 19384713216 22174 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94734] ppid=94720 vsize=18930384 memory=16124 CPUtime=0 cores=0,2
/proc/94723/task/94734/stat : 94734 (Finalizer) S 94720 94723 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79224265 19384713216 22174 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94741] ppid=94720 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/94723/task/94741/stat : 94741 (Common-Cleaner) S 94720 94723 90077 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 79224266 19384713216 22174 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 88696 KiB

[startup+0.305708 s]*
/proc/loadavg: 4.24 4.18 4.12 6/340 94741
/proc/meminfo: memFree=123880452/131250000 swapFree=33010684/33010684
[pid=94723] ppid=94720 vsize=18930384 memory=135800 CPUtime=0.53 cores=0,2
/proc/94723/stat : 94723 (java) S 94720 94723 90077 0 -1 4194304 8514 0 0 0 49 4 0 0 20 0 18 0 79224262 19384713216 33950 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
/proc/94723/statm: 4732596 33950 5444 1 0 548888 0
[pid=94723/tid=94725] ppid=94720 vsize=18930384 memory=-6000919507116451942 CPUtime=0.28 cores=0,2
/proc/94723/task/94725/stat : 94725 (java) R 94720 94723 90077 0 -1 4194368 5321 0 0 0 26 2 0 0 20 0 18 0 79224263 19384713216 33950 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94734] ppid=94720 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/94723/task/94734/stat : 94734 (Finalizer) S 94720 94723 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79224265 19384713216 33950 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94741] ppid=94720 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/94723/task/94741/stat : 94741 (Common-Cleaner) S 94720 94723 90077 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 79224266 19384713216 33950 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 135800 KiB

[startup+0.700239 s]
/proc/loadavg: 4.24 4.18 4.12 6/341 94742
/proc/meminfo: memFree=123842832/131250000 swapFree=33010684/33010684
[pid=94723] ppid=94720 vsize=18996948 memory=209304 CPUtime=1.28 cores=0,2
/proc/94723/stat : 94723 (java) S 94720 94723 90077 0 -1 4194304 11641 0 0 0 121 7 0 0 20 0 19 0 79224262 19452874752 52326 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
/proc/94723/statm: 4749237 52326 5476 1 0 551047 0
[pid=94723/tid=94725] ppid=94720 vsize=18996948 memory=18816 CPUtime=0.59 cores=0,2
/proc/94723/task/94725/stat : 94725 (java) R 94720 94723 90077 0 -1 4194368 5333 0 0 0 56 3 0 0 20 0 19 0 79224263 19452874752 52326 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94734] ppid=94720 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/94723/task/94734/stat : 94734 (Finalizer) S 94720 94723 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79224265 19452874752 52326 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94741] ppid=94720 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/94723/task/94741/stat : 94741 (Common-Cleaner) S 94720 94723 90077 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 79224266 19452874752 52326 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 209304 KiB

[startup+1.50023 s]
/proc/loadavg: 4.38 4.21 4.13 6/341 94742
/proc/meminfo: memFree=123676916/131250000 swapFree=33010684/33010684
[pid=94723] ppid=94720 vsize=18996948 memory=510660 CPUtime=2.83 cores=0,2
/proc/94723/stat : 94723 (java) S 94720 94723 90077 0 -1 4194304 13929 0 0 0 270 13 0 0 20 0 19 0 79224262 19452874752 127665 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
/proc/94723/statm: 4749237 127665 5508 1 0 1118039 0
[pid=94723/tid=94725] ppid=94720 vsize=18996948 memory=3328 CPUtime=1.25 cores=0,2
/proc/94723/task/94725/stat : 94725 (java) R 94720 94723 90077 0 -1 4194368 5621 0 0 0 118 7 0 0 20 0 19 0 79224263 19452874752 127665 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94734] ppid=94720 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/94723/task/94734/stat : 94734 (Finalizer) S 94720 94723 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79224265 19452874752 127665 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94741] ppid=94720 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/94723/task/94741/stat : 94741 (Common-Cleaner) S 94720 94723 90077 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 79224266 19452874752 127665 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 510660 KiB

[startup+3.10567 s]
/proc/loadavg: 4.38 4.21 4.13 5/342 94743
/proc/meminfo: memFree=123431480/131250000 swapFree=33010684/33010684
[pid=94723] ppid=94720 vsize=19063512 memory=580532 CPUtime=5.63 cores=0,2
/proc/94723/stat : 94723 (java) S 94720 94723 90077 0 -1 4194304 14539 0 0 0 547 16 0 0 20 0 20 0 79224262 19521036288 145133 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
/proc/94723/statm: 4765878 145133 5508 1 0 1118629 0
[pid=94723/tid=94725] ppid=94720 vsize=19063512 memory=10752 CPUtime=2.75 cores=0,2
/proc/94723/task/94725/stat : 94725 (java) R 94720 94723 90077 0 -1 4194368 5647 0 0 0 268 7 0 0 20 0 20 0 79224263 19521036288 145133 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94734] ppid=94720 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/94723/task/94734/stat : 94734 (Finalizer) S 94720 94723 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79224265 19521036288 145133 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94741] ppid=94720 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/94723/task/94741/stat : 94741 (Common-Cleaner) S 94720 94723 90077 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 79224266 19521036288 145133 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94743] ppid=94720 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/94723/task/94743/stat : 94743 (Timer-0) S 94720 94723 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79224412 19521036288 145133 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
Current children cumulated CPU time: 5.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 580532 KiB

[startup+6.30024 s]
/proc/loadavg: 4.35 4.21 4.12 5/342 94743
/proc/meminfo: memFree=123431732/131250000 swapFree=33010684/33010684
[pid=94723] ppid=94720 vsize=19063512 memory=575512 CPUtime=8.91 cores=0,2
/proc/94723/stat : 94723 (java) S 94720 94723 90077 0 -1 4194304 17064 0 0 0 875 16 0 0 20 0 20 0 79224262 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
/proc/94723/statm: 4765878 143878 5508 1 0 1118630 0
[pid=94723/tid=94725] ppid=94720 vsize=19063512 memory=0 CPUtime=5.92 cores=0,2
/proc/94723/task/94725/stat : 94725 (java) R 94720 94723 90077 0 -1 4194368 5988 0 0 0 585 7 0 0 20 0 20 0 79224263 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94734] ppid=94720 vsize=19063512 memory=-8412654364016274332 CPUtime=0 cores=0,2
/proc/94723/task/94734/stat : 94734 (Finalizer) S 94720 94723 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79224265 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94741] ppid=94720 vsize=19063512 memory=-6000919507116451942 CPUtime=0 cores=0,2
/proc/94723/task/94741/stat : 94741 (Common-Cleaner) S 94720 94723 90077 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 79224266 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94743] ppid=94720 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/94723/task/94743/stat : 94743 (Timer-0) S 94720 94723 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79224412 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
Current children cumulated CPU time: 8.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 575512 KiB

[startup+12.7001 s]
/proc/loadavg: 4.40 4.22 4.13 5/342 94743
/proc/meminfo: memFree=123432000/131250000 swapFree=33010684/33010684
[pid=94723] ppid=94720 vsize=19063512 memory=575512 CPUtime=15.3 cores=0,2
/proc/94723/stat : 94723 (java) S 94720 94723 90077 0 -1 4194304 17546 0 0 0 1514 16 0 0 20 0 20 0 79224262 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
/proc/94723/statm: 4765878 143878 5508 1 0 1118630 0
[pid=94723/tid=94725] ppid=94720 vsize=19063512 memory=0 CPUtime=12.3 cores=0,2
/proc/94723/task/94725/stat : 94725 (java) R 94720 94723 90077 0 -1 4194368 6386 0 0 0 1223 7 0 0 20 0 20 0 79224263 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94734] ppid=94720 vsize=19063512 memory=575512 CPUtime=0 cores=0,2
/proc/94723/task/94734/stat : 94734 (Finalizer) S 94720 94723 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79224265 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94741] ppid=94720 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/94723/task/94741/stat : 94741 (Common-Cleaner) S 94720 94723 90077 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 79224266 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94743] ppid=94720 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/94723/task/94743/stat : 94743 (Timer-0) S 94720 94723 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79224412 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
Current children cumulated CPU time: 15.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 575512 KiB

[startup+25.5002 s]
/proc/loadavg: 4.34 4.22 4.13 5/342 94744
/proc/meminfo: memFree=123432772/131250000 swapFree=33010684/33010684
[pid=94723] ppid=94720 vsize=19063512 memory=575512 CPUtime=28.1 cores=0,2
/proc/94723/stat : 94723 (java) S 94720 94723 90077 0 -1 4194304 19435 0 0 0 2793 17 0 0 20 0 20 0 79224262 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
/proc/94723/statm: 4765878 143878 5508 1 0 1118630 0
[pid=94723/tid=94725] ppid=94720 vsize=19063512 memory=-6000919507116451942 CPUtime=25.07 cores=0,2
/proc/94723/task/94725/stat : 94725 (java) R 94720 94723 90077 0 -1 4194368 6849 0 0 0 2500 7 0 0 20 0 20 0 79224263 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94734] ppid=94720 vsize=19063512 memory=3027 CPUtime=0 cores=0,2
/proc/94723/task/94734/stat : 94734 (Finalizer) S 94720 94723 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79224265 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94741] ppid=94720 vsize=19063512 memory=575512 CPUtime=0 cores=0,2
/proc/94723/task/94741/stat : 94741 (Common-Cleaner) S 94720 94723 90077 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 79224266 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94743] ppid=94720 vsize=19063512 memory=575512 CPUtime=0 cores=0,2
/proc/94723/task/94743/stat : 94743 (Timer-0) S 94720 94723 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79224412 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
Current children cumulated CPU time: 28.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 575512 KiB

[startup+51.1055 s]
/proc/loadavg: 4.34 4.23 4.13 5/342 94744
/proc/meminfo: memFree=123434544/131250000 swapFree=33010684/33010684
[pid=94723] ppid=94720 vsize=19063512 memory=575512 CPUtime=53.66 cores=0,2
/proc/94723/stat : 94723 (java) S 94720 94723 90077 0 -1 4194304 19917 0 0 0 5349 17 0 0 20 0 20 0 79224262 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
/proc/94723/statm: 4765878 143878 5508 1 0 1118630 0
[pid=94723/tid=94725] ppid=94720 vsize=19063512 memory=575512 CPUtime=50.61 cores=0,2
/proc/94723/task/94725/stat : 94725 (java) R 94720 94723 90077 0 -1 4194368 7166 0 0 0 5054 7 0 0 20 0 20 0 79224263 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94734] ppid=94720 vsize=19063512 memory=-6000919507116451942 CPUtime=0 cores=0,2
/proc/94723/task/94734/stat : 94734 (Finalizer) S 94720 94723 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79224265 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94741] ppid=94720 vsize=19063512 memory=575512 CPUtime=0 cores=0,2
/proc/94723/task/94741/stat : 94741 (Common-Cleaner) S 94720 94723 90077 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 79224266 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94743] ppid=94720 vsize=19063512 memory=575512 CPUtime=0 cores=0,2
/proc/94723/task/94743/stat : 94743 (Timer-0) S 94720 94723 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79224412 19521036288 143878 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
Current children cumulated CPU time: 53.66 s

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

/proc/meminfo: memFree=124495936/131250000 swapFree=33010684/33010684
[pid=94723] ppid=94720 vsize=19063512 memory=1618032 CPUtime=3279.9 cores=0,2
/proc/94723/stat : 94723 (java) S 94720 94723 90077 0 -1 4194304 48149 0 0 0 327879 111 0 0 20 0 20 0 79224262 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
/proc/94723/statm: 4765878 404508 5540 1 0 1118723 0
[pid=94723/tid=94725] ppid=94720 vsize=19063512 memory=14848 CPUtime=3273.12 cores=0,2
/proc/94723/task/94725/stat : 94725 (java) R 94720 94723 90077 0 -1 4194368 20336 0 0 0 327303 9 0 0 20 0 20 0 79224263 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94734] ppid=94720 vsize=19063512 memory=325511 CPUtime=0 cores=0,2
/proc/94723/task/94734/stat : 94734 (Finalizer) S 94720 94723 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79224265 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94741] ppid=94720 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/94723/task/94741/stat : 94741 (Common-Cleaner) S 94720 94723 90077 0 -1 4194368 1692 0 0 0 0 0 0 0 20 0 20 0 79224266 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94743] ppid=94720 vsize=19063512 memory=1618032 CPUtime=0 cores=0,2
/proc/94723/task/94743/stat : 94743 (Timer-0) S 94720 94723 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79224412 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
Current children cumulated CPU time: 3279.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1618032 KiB

[startup+3342.3 s]
/proc/loadavg: 2.18 3.03 3.63 3/291 94987
/proc/meminfo: memFree=124506576/131250000 swapFree=33010684/33010684
[pid=94723] ppid=94720 vsize=19063512 memory=1618032 CPUtime=3339.78 cores=0,2
/proc/94723/stat : 94723 (java) S 94720 94723 90077 0 -1 4194304 48574 0 0 0 333866 112 0 0 20 0 20 0 79224262 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
/proc/94723/statm: 4765878 404508 5540 1 0 1118723 0
[pid=94723/tid=94725] ppid=94720 vsize=19063512 memory=1618032 CPUtime=3332.98 cores=0,2
/proc/94723/task/94725/stat : 94725 (java) R 94720 94723 90077 0 -1 4194368 20708 0 0 0 333289 9 0 0 20 0 20 0 79224263 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94734] ppid=94720 vsize=19063512 memory=1618032 CPUtime=0 cores=0,2
/proc/94723/task/94734/stat : 94734 (Finalizer) S 94720 94723 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79224265 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94741] ppid=94720 vsize=19063512 memory=1618032 CPUtime=0 cores=0,2
/proc/94723/task/94741/stat : 94741 (Common-Cleaner) S 94720 94723 90077 0 -1 4194368 1692 0 0 0 0 0 0 0 20 0 20 0 79224266 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94743] ppid=94720 vsize=19063512 memory=1618032 CPUtime=0 cores=0,2
/proc/94723/task/94743/stat : 94743 (Timer-0) S 94720 94723 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79224412 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
Current children cumulated CPU time: 3339.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1618032 KiB

[startup+3402.3 s]
/proc/loadavg: 2.17 2.87 3.54 3/290 94989
/proc/meminfo: memFree=124508912/131250000 swapFree=33010684/33010684
[pid=94723] ppid=94720 vsize=19063512 memory=1618032 CPUtime=3399.68 cores=0,2
/proc/94723/stat : 94723 (java) S 94720 94723 90077 0 -1 4194304 49069 0 0 0 339855 113 0 0 20 0 20 0 79224262 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
/proc/94723/statm: 4765878 404508 5540 1 0 1118723 0
[pid=94723/tid=94725] ppid=94720 vsize=19063512 memory=1618032 CPUtime=3392.85 cores=0,2
/proc/94723/task/94725/stat : 94725 (java) R 94720 94723 90077 0 -1 4194368 21164 0 0 0 339276 9 0 0 20 0 20 0 79224263 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94734] ppid=94720 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/94723/task/94734/stat : 94734 (Finalizer) S 94720 94723 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79224265 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94741] ppid=94720 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/94723/task/94741/stat : 94741 (Common-Cleaner) S 94720 94723 90077 0 -1 4194368 1724 0 0 0 0 0 0 0 20 0 20 0 79224266 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94743] ppid=94720 vsize=19063512 memory=1618032 CPUtime=0 cores=0,2
/proc/94723/task/94743/stat : 94743 (Timer-0) S 94720 94723 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79224412 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
Current children cumulated CPU time: 3399.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1618032 KiB

[startup+3462.3 s]
/proc/loadavg: 2.12 2.73 3.44 3/290 94993
/proc/meminfo: memFree=124510832/131250000 swapFree=33010684/33010684
[pid=94723] ppid=94720 vsize=19063512 memory=1618032 CPUtime=3459.57 cores=0,2
/proc/94723/stat : 94723 (java) S 94720 94723 90077 0 -1 4194304 49884 0 0 0 345843 114 0 0 20 0 20 0 79224262 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
/proc/94723/statm: 4765878 404508 5540 1 0 1118723 0
[pid=94723/tid=94725] ppid=94720 vsize=19063512 memory=1618032 CPUtime=3452.73 cores=0,2
/proc/94723/task/94725/stat : 94725 (java) R 94720 94723 90077 0 -1 4194368 21818 0 0 0 345263 10 0 0 20 0 20 0 79224263 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94734] ppid=94720 vsize=19063512 memory=18816 CPUtime=0 cores=0,2
/proc/94723/task/94734/stat : 94734 (Finalizer) S 94720 94723 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79224265 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94741] ppid=94720 vsize=19063512 memory=1618032 CPUtime=0 cores=0,2
/proc/94723/task/94741/stat : 94741 (Common-Cleaner) S 94720 94723 90077 0 -1 4194368 1777 0 0 0 0 0 0 0 20 0 20 0 79224266 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94743] ppid=94720 vsize=19063512 memory=1618032 CPUtime=0 cores=0,2
/proc/94723/task/94743/stat : 94743 (Timer-0) S 94720 94723 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79224412 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
Current children cumulated CPU time: 3459.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1618032 KiB

[startup+3522.3 s]
/proc/loadavg: 2.09 2.61 3.35 3/290 94995
/proc/meminfo: memFree=124512768/131250000 swapFree=33010684/33010684
[pid=94723] ppid=94720 vsize=19063512 memory=1618032 CPUtime=3519.47 cores=0,2
/proc/94723/stat : 94723 (java) S 94720 94723 90077 0 -1 4194304 49950 0 0 0 351831 116 0 0 20 0 20 0 79224262 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
/proc/94723/statm: 4765878 404508 5540 1 0 1118723 0
[pid=94723/tid=94725] ppid=94720 vsize=19063512 memory=5632 CPUtime=3512.6 cores=0,2
/proc/94723/task/94725/stat : 94725 (java) R 94720 94723 90077 0 -1 4194368 21878 0 0 0 351250 10 0 0 20 0 20 0 79224263 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94734] ppid=94720 vsize=19063512 memory=1618032 CPUtime=0 cores=0,2
/proc/94723/task/94734/stat : 94734 (Finalizer) S 94720 94723 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79224265 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94741] ppid=94720 vsize=19063512 memory=1618032 CPUtime=0 cores=0,2
/proc/94723/task/94741/stat : 94741 (Common-Cleaner) S 94720 94723 90077 0 -1 4194368 1777 0 0 0 0 0 0 0 20 0 20 0 79224266 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94743] ppid=94720 vsize=19063512 memory=1618032 CPUtime=0 cores=0,2
/proc/94723/task/94743/stat : 94743 (Timer-0) S 94720 94723 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79224412 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
Current children cumulated CPU time: 3519.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1618032 KiB

[startup+3582.3 s]
/proc/loadavg: 1.79 2.45 3.25 2/265 95032
/proc/meminfo: memFree=126151232/131250000 swapFree=33010684/33010684
[pid=94723] ppid=94720 vsize=19063512 memory=1618032 CPUtime=3579.37 cores=0,2
/proc/94723/stat : 94723 (java) S 94720 94723 90077 0 -1 4194304 50086 0 0 0 357820 117 0 0 20 0 20 0 79224262 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
/proc/94723/statm: 4765878 404508 5540 1 0 1118723 0
[pid=94723/tid=94725] ppid=94720 vsize=19063512 memory=5632 CPUtime=3572.47 cores=0,2
/proc/94723/task/94725/stat : 94725 (java) R 94720 94723 90077 0 -1 4194368 22009 0 0 0 357237 10 0 0 20 0 20 0 79224263 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94734] ppid=94720 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/94723/task/94734/stat : 94734 (Finalizer) S 94720 94723 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79224265 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94741] ppid=94720 vsize=19063512 memory=1618032 CPUtime=0 cores=0,2
/proc/94723/task/94741/stat : 94741 (Common-Cleaner) S 94720 94723 90077 0 -1 4194368 1777 0 0 0 0 0 0 0 20 0 20 0 79224266 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94743] ppid=94720 vsize=19063512 memory=1618032 CPUtime=0 cores=0,2
/proc/94723/task/94743/stat : 94743 (Timer-0) S 94720 94723 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79224412 19521036288 404508 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
Current children cumulated CPU time: 3579.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1618032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.9 s]
/proc/loadavg: 1.56 2.35 3.20 2/265 95032
/proc/meminfo: memFree=125986136/131250000 swapFree=33010684/33010684
[pid=94723] ppid=94720 vsize=19063512 memory=1785968 CPUtime=3600.09 cores=0,2
/proc/94723/stat : 94723 (java) S 94720 94723 90077 0 -1 4194304 50964 0 0 0 359888 121 0 0 20 0 20 0 79224262 19521036288 446492 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
/proc/94723/statm: 4765878 446492 5540 1 0 1118723 0
[pid=94723/tid=94725] ppid=94720 vsize=19063512 memory=1618032 CPUtime=3592.88 cores=0,2
/proc/94723/task/94725/stat : 94725 (java) R 94720 94723 90077 0 -1 4194368 22158 0 0 0 359278 10 0 0 20 0 20 0 79224263 19521036288 446492 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94734] ppid=94720 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/94723/task/94734/stat : 94734 (Finalizer) S 94720 94723 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79224265 19521036288 446492 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94741] ppid=94720 vsize=19063512 memory=-4050210904893866902 CPUtime=0 cores=0,2
/proc/94723/task/94741/stat : 94741 (Common-Cleaner) S 94720 94723 90077 0 -1 4194368 1777 0 0 0 0 0 0 0 20 0 20 0 79224266 19521036288 446492 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94743] ppid=94720 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/94723/task/94743/stat : 94743 (Timer-0) S 94720 94723 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79224412 19521036288 446492 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1785968 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.98 s, system=1.2233 s

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

[startup+3602.9 s]
/proc/loadavg: 1.56 2.35 3.20 2/265 95032
/proc/meminfo: memFree=125986136/131250000 swapFree=33010684/33010684
[pid=94723] ppid=94720 vsize=19063512 memory=1785968 CPUtime=3600.09 cores=0,2
/proc/94723/stat : 94723 (java) S 94720 94723 90077 0 -1 4194304 50964 0 0 0 359888 121 0 0 20 0 20 0 79224262 19521036288 446492 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
/proc/94723/statm: 4765878 446492 5540 1 0 1118723 0
[pid=94723/tid=94725] ppid=94720 vsize=19063512 memory=1618032 CPUtime=3592.88 cores=0,2
/proc/94723/task/94725/stat : 94725 (java) R 94720 94723 90077 0 -1 4194368 22158 0 0 0 359278 10 0 0 20 0 20 0 79224263 19521036288 446492 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94734] ppid=94720 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/94723/task/94734/stat : 94734 (Finalizer) S 94720 94723 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79224265 19521036288 446492 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94741] ppid=94720 vsize=19063512 memory=-4050210904893866902 CPUtime=0 cores=0,2
/proc/94723/task/94741/stat : 94741 (Common-Cleaner) S 94720 94723 90077 0 -1 4194368 1777 0 0 0 0 0 0 0 20 0 20 0 79224266 19521036288 446492 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
[pid=94723/tid=94743] ppid=94720 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/94723/task/94743/stat : 94743 (Timer-0) S 94720 94723 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79224412 19521036288 446492 18446744073709551615 94669205692416 94669205696112 140725429016400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94669205703928 94669205704720 94669220397056 140725429021055 140725429021156 140725429021156 140725429026760 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1785968 KiB

Child status: 143

Real time (s): 3602.97
CPU time (s): 3600.21
CPU user time (s): 3598.98
CPU system time (s): 1.2233
CPU usage (%): 99.9233
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1785968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.98
system time used= 1.2233
maximum resident set size= 1786864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53187
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 156545
involuntary context switches= 6287


# summary of solver processes directly reported to runsolver:
#   pid: 94723
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3598.98
#   total CPU system time (s): 1.2233

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.38682 second user time and 16.19 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-04 15:33:37
IDJOB=4526702
IDBENCH=144141
IDSOLVER=3380
FILE ID=nodeC028/4526702-1751636017
RUNJOBID= nodeC028-1751628188-90087
SLURM_JOB_ID= 9598960
Free space on /tmp= 431416 MiB

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

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

MD5SUM BENCH= 4f9f31b2d576e76fab744cedabc86032
RANDOM SEED=877184763

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        123988516 kB
MemAvailable:   126029932 kB
Buffers:            3280 kB
Cached:          2841440 kB
SwapCached:            0 kB
Active:          4127912 kB
Inactive:        2532184 kB
Active(anon):    3833444 kB
Inactive(anon):        0 kB
Active(file):     294468 kB
Inactive(file):  2532184 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9440 kB
Writeback:             0 kB
AnonPages:       3818104 kB
Mapped:           124172 kB
Shmem:             18068 kB
KReclaimable:     108008 kB
Slab:             198096 kB
SReclaimable:     108008 kB
SUnreclaim:        90088 kB
KernelStack:        5232 kB
PageTables:        11212 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   23967836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3606528 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431472 MiB
End job on nodeC028 at 2025-07-04 16:33:41