Trace number 4521454

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (exit code) 2833.93 1819.49

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_evenrowevencolsquare/
normalized-vertexcover_opt_grid_evenrowevencolsquare_dim_140.opb
MD5SUMb902f1cace2d4bc5a725525e4f0d9769
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9800
Best CPU time to get the best result obtained on this benchmark1.34983
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19600
Total number of constraints39200
Number of constraints which are clauses39200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 19600
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 19600
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 19600
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.17	c See www.sat4j.org for details.
0.11/0.19	c version PB25.v20250606
0.11/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.21	c java.vm.version	22.0.1+8-16
0.11/0.22	c java.vm.vendor	Oracle Corporation
0.11/0.22	c sun.arch.data.model	64
0.11/0.22	c java.version		22.0.1
0.11/0.22	c os.name		Linux
0.11/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.22	c os.arch		amd64
0.28/0.23	c Free memory 		2104792832
0.28/0.23	c Max memory 		16282288128
0.28/0.23	c Total memory 		2113929216
0.28/0.24	c Number of processors 	2
0.44/0.35	c Pseudo Boolean Optimization by upper bound
0.44/0.35	c --- Begin Solver configuration ---
0.44/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.44/0.35	c Learn all clauses as in MiniSAT
0.44/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.35	c Expensive reason simplification
0.44/0.35	c Glucose 2.1 dynamic restart strategy
0.44/0.35	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.44/0.35	c timeout=2147483s
0.44/0.35	c DB Simplification allowed=false
0.44/0.35	c Listener: none
0.44/0.35	c --- End Solver configuration ---
0.44/0.35	c solving HOME/instance-4521454-1751584725.opb
0.44/0.35	c reading problem ... 
0.44/0.35	c  objective function found
1.54/0.91	c ... done. Wall clock time 0.547s.
1.54/0.91	c declared #vars     19600
1.54/0.91	c #constraints  39200
1.54/0.91	c constraints type 
1.54/0.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39200
1.54/0.91	c 39200 constraints processed.
1.54/0.93	c objective function length is 19600 literals
1.75/1.01	c SATISFIABLE
1.75/1.01	c OPTIMIZING...
1.75/1.01	c Got one! Elapsed wall clock time (in seconds):0.667
1.75/1.02	o 9800
14.21/10.39	c cleaning 2500 clauses out of 5000 with flag 10432/5000
25.74/20.32	c cleaning 4248 clauses out of 8502 with flag 22949/11002
38.02/30.54	c cleaning 5626 clauses out of 11252 with flag 37634/18000
56.18/44.25	c cleaning 6813 clauses out of 13627 with flag 54429/26001
75.03/58.11	c cleaning 7905 clauses out of 15813 with flag 73182/35000
96.98/77.01	c cleaning 8955 clauses out of 17909 with flag 94165/45001
122.67/94.35	c cleaning 9974 clauses out of 19953 with flag 117158/56000
147.82/116.66	c cleaning 10979 clauses out of 21980 with flag 142408/68001
176.55/140.21	c cleaning 12001 clauses out of 24002 with flag 169604/81002
212.71/165.05	c cleaning 12999 clauses out of 25999 with flag 198951/95000
245.09/193.47	c cleaning 14000 clauses out of 28000 with flag 230464/110000
282.61/219.03	c cleaning 14998 clauses out of 30001 with flag 264045/126001
320.58/252.40	c cleaning 16000 clauses out of 32002 with flag 299668/143000
368.30/284.44	c cleaning 17001 clauses out of 34002 with flag 337372/161000
405.46/316.89	c cleaning 17999 clauses out of 36002 with flag 377221/180001
458.71/352.96	c cleaning 19001 clauses out of 38002 with flag 419104/200000
515.85/398.90	c cleaning 20002 clauses out of 40004 with flag 462872/221003
577.99/442.65	c cleaning 20997 clauses out of 41999 with flag 509101/243000
651.74/499.71	c cleaning 22000 clauses out of 44004 with flag 557354/266002
711.52/540.52	c cleaning 22995 clauses out of 46002 with flag 607795/290000
780.35/593.75	c cleaning 23999 clauses out of 48007 with flag 660245/315000
848.54/644.05	c cleaning 24997 clauses out of 50009 with flag 714886/341001
932.07/705.96	c cleaning 26001 clauses out of 52011 with flag 771047/368000
1041.33/773.77	c cleaning 27001 clauses out of 54011 with flag 829686/396001
1151.36/844.45	c cleaning 28003 clauses out of 56009 with flag 890341/425000
1269.93/918.70	c cleaning 29003 clauses out of 58008 with flag 952599/455002
1385.91/991.30	c cleaning 29996 clauses out of 60004 with flag 1017543/486001
1508.30/1073.74	c cleaning 31004 clauses out of 62007 with flag 1084477/518000
1624.34/1147.59	c cleaning 31999 clauses out of 64003 with flag 1153191/551000
1761.52/1236.10	c cleaning 32991 clauses out of 66005 with flag 1224339/585001
1913.89/1332.39	c cleaning 34001 clauses out of 68014 with flag 1297575/620001
2455.56/1628.62	
2455.56/1628.62	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4521454-1751584725/watcher-4521454-1751584725 -o /tmp/evaluation-result-4521454-1751584725/solver-4521454-1751584725 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751584695-83037 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4521454-1751584725.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=83214, runsolver pid=83211

[startup+0.100073 s]*
/proc/loadavg: 3.19 3.85 4.07 7/325 83232
/proc/meminfo: memFree=123760344/131382112 swapFree=33009904/33010684
[pid=83214] ppid=83211 vsize=18930384 memory=48172 CPUtime=0.11 cores=5,7
/proc/83214/stat : 83214 (java) S 83211 83214 83023 0 -1 4194304 5726 0 0 0 8 3 0 0 20 0 18 0 74151423 19384713216 12043 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
/proc/83214/statm: 4732596 12043 5316 1 0 546950 0
[pid=83214/tid=83216] ppid=83211 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/83214/task/83216/stat : 83216 (java) R 83211 83214 83023 0 -1 4194368 4625 0 0 0 4 3 0 0 20 0 18 0 74151426 19384713216 12043 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83225] ppid=83211 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/83214/task/83225/stat : 83225 (Finalizer) S 83211 83214 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74151430 19384713216 12043 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83232] ppid=83211 vsize=18930384 memory=61792617516369 CPUtime=0 cores=5,7
/proc/83214/task/83232/stat : 83232 (Common-Cleaner) S 83211 83214 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74151431 19384713216 12043 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48172 KiB

[startup+0.213584 s]*
/proc/loadavg: 3.19 3.85 4.07 5/325 83232
/proc/meminfo: memFree=123755492/131382112 swapFree=33009904/33010684
[pid=83214] ppid=83211 vsize=18930384 memory=53060 CPUtime=0.28 cores=5,7
/proc/83214/stat : 83214 (java) S 83211 83214 83023 0 -1 4194304 6443 0 0 0 23 5 0 0 20 0 18 0 74151423 19384713216 13265 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
/proc/83214/statm: 4732596 13265 5348 1 0 547532 0
[pid=83214/tid=83216] ppid=83211 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=5,7
/proc/83214/task/83216/stat : 83216 (java) R 83211 83214 83023 0 -1 4194368 4982 0 0 0 13 3 0 0 20 0 18 0 74151426 19384713216 13265 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83225] ppid=83211 vsize=18930384 memory=1593 CPUtime=0 cores=5,7
/proc/83214/task/83225/stat : 83225 (Finalizer) S 83211 83214 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74151430 19384713216 13265 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83232] ppid=83211 vsize=18930384 memory=60693105869820 CPUtime=0 cores=5,7
/proc/83214/task/83232/stat : 83232 (Common-Cleaner) S 83211 83214 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74151431 19384713216 13265 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53060 KiB

[startup+0.31566 s]*
/proc/loadavg: 3.19 3.85 4.07 7/325 83232
/proc/meminfo: memFree=123754484/131382112 swapFree=33009904/33010684
[pid=83214] ppid=83211 vsize=18930384 memory=58596 CPUtime=0.44 cores=5,7
/proc/83214/stat : 83214 (java) S 83211 83214 83023 0 -1 4194304 6745 0 0 0 39 5 0 0 20 0 18 0 74151423 19384713216 14649 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
/proc/83214/statm: 4732596 14649 5412 1 0 547754 0
[pid=83214/tid=83216] ppid=83211 vsize=18930384 memory=-6000919502838589799 CPUtime=0.26 cores=5,7
/proc/83214/task/83216/stat : 83216 (java) R 83211 83214 83023 0 -1 4194368 5175 0 0 0 22 4 0 0 20 0 18 0 74151426 19384713216 14649 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83225] ppid=83211 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/83214/task/83225/stat : 83225 (Finalizer) S 83211 83214 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74151430 19384713216 14681 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83232] ppid=83211 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/83214/task/83232/stat : 83232 (Common-Cleaner) S 83211 83214 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74151431 19384713216 14681 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58596 KiB

[startup+0.700332 s]
/proc/loadavg: 3.19 3.85 4.07 6/325 83232
/proc/meminfo: memFree=123739424/131382112 swapFree=33009904/33010684
[pid=83214] ppid=83211 vsize=18930384 memory=100064 CPUtime=1.14 cores=5,7
/proc/83214/stat : 83214 (java) S 83211 83214 83023 0 -1 4194304 8944 0 0 0 108 6 0 0 20 0 18 0 74151423 19384713216 25016 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
/proc/83214/statm: 4732596 25016 5444 1 0 549191 0
[pid=83214/tid=83216] ppid=83211 vsize=18930384 memory=18688 CPUtime=0.57 cores=5,7
/proc/83214/task/83216/stat : 83216 (java) R 83211 83214 83023 0 -1 4194368 5277 0 0 0 52 5 0 0 20 0 18 0 74151426 19384713216 25016 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83225] ppid=83211 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/83214/task/83225/stat : 83225 (Finalizer) S 83211 83214 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74151430 19384713216 25016 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83232] ppid=83211 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/83214/task/83232/stat : 83232 (Common-Cleaner) S 83211 83214 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74151431 19384713216 25016 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 100064 KiB

[startup+1.50031 s]
/proc/loadavg: 3.19 3.85 4.07 6/326 83233
/proc/meminfo: memFree=123669164/131382112 swapFree=33009904/33010684
[pid=83214] ppid=83211 vsize=18996948 memory=162852 CPUtime=2.72 cores=5,7
/proc/83214/stat : 83214 (java) S 83211 83214 83023 0 -1 4194304 21565 0 0 0 261 11 0 0 20 0 19 0 74151423 19452874752 40713 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
/proc/83214/statm: 4749237 40713 5476 1 0 553205 0
[pid=83214/tid=83216] ppid=83211 vsize=18996948 memory=3200 CPUtime=1.32 cores=5,7
/proc/83214/task/83216/stat : 83216 (java) R 83211 83214 83023 0 -1 4194368 6315 0 0 0 126 6 0 0 20 0 19 0 74151426 19452874752 40713 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83225] ppid=83211 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/83214/task/83225/stat : 83225 (Finalizer) S 83211 83214 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74151430 19452874752 40713 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83232] ppid=83211 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/83214/task/83232/stat : 83232 (Common-Cleaner) S 83211 83214 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 74151431 19452874752 40713 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83233] ppid=83211 vsize=18996948 memory=14720 CPUtime=0 cores=5,7
/proc/83214/task/83233/stat : 83233 (Timer-0) S 83211 83214 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 74151520 19452874752 40713 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 162852 KiB

[startup+3.11213 s]
/proc/loadavg: 3.19 3.85 4.07 6/327 83234
/proc/meminfo: memFree=122976908/131382112 swapFree=33009904/33010684
[pid=83214] ppid=83211 vsize=19063512 memory=360532 CPUtime=5.56 cores=5,7
/proc/83214/stat : 83214 (java) S 83211 83214 83023 0 -1 4194304 24730 0 0 0 540 16 0 0 20 0 20 0 74151423 19521036288 90133 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
/proc/83214/statm: 4765878 90133 5508 1 0 553847 0
[pid=83214/tid=83216] ppid=83211 vsize=19063512 memory=14720 CPUtime=2.71 cores=5,7
/proc/83214/task/83216/stat : 83216 (java) R 83211 83214 83023 0 -1 4194368 6625 0 0 0 264 7 0 0 20 0 20 0 74151426 19521036288 90133 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83225] ppid=83211 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/83214/task/83225/stat : 83225 (Finalizer) S 83211 83214 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74151430 19521036288 90133 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83232] ppid=83211 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/83214/task/83232/stat : 83232 (Common-Cleaner) S 83211 83214 83023 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 74151431 19521036288 90133 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83233] ppid=83211 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/83214/task/83233/stat : 83233 (Timer-0) S 83211 83214 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74151520 19521036288 90133 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
Current children cumulated CPU time: 5.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 360532 KiB

[startup+6.3004 s]
/proc/loadavg: 3.25 3.86 4.07 6/327 83234
/proc/meminfo: memFree=121619184/131382112 swapFree=33009904/33010684
[pid=83214] ppid=83211 vsize=19063512 memory=1077340 CPUtime=9.37 cores=5,7
/proc/83214/stat : 83214 (java) S 83211 83214 83023 0 -1 4194304 26130 0 0 0 906 31 0 0 20 0 20 0 74151423 19521036288 269335 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
/proc/83214/statm: 4765878 269335 5508 1 0 1253618 0
[pid=83214/tid=83216] ppid=83211 vsize=19063512 memory=0 CPUtime=5.27 cores=5,7
/proc/83214/task/83216/stat : 83216 (java) R 83211 83214 83023 0 -1 4194368 6859 0 0 0 516 11 0 0 20 0 20 0 74151426 19521036288 269335 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83225] ppid=83211 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/83214/task/83225/stat : 83225 (Finalizer) S 83211 83214 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74151430 19521036288 269335 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83232] ppid=83211 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/83214/task/83232/stat : 83232 (Common-Cleaner) S 83211 83214 83023 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 74151431 19521036288 269335 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83233] ppid=83211 vsize=19063512 memory=168536 CPUtime=0 cores=5,7
/proc/83214/task/83233/stat : 83233 (Timer-0) S 83211 83214 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74151520 19521036288 269335 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
Current children cumulated CPU time: 9.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1077340 KiB

[startup+12.7005 s]
/proc/loadavg: 3.39 3.88 4.07 6/327 83234
/proc/meminfo: memFree=120227688/131382112 swapFree=33009904/33010684
[pid=83214] ppid=83211 vsize=19063512 memory=2022728 CPUtime=16.86 cores=5,7
/proc/83214/stat : 83214 (java) S 83211 83214 83023 0 -1 4194304 28293 0 0 0 1634 52 0 0 20 0 20 0 74151423 19521036288 505682 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
/proc/83214/statm: 4765878 505682 5508 1 0 1947307 0
[pid=83214/tid=83216] ppid=83211 vsize=19063512 memory=168536 CPUtime=10.7 cores=5,7
/proc/83214/task/83216/stat : 83216 (java) R 83211 83214 83023 0 -1 4194368 7884 0 0 0 1052 18 0 0 20 0 20 0 74151426 19521036288 505682 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83225] ppid=83211 vsize=19063512 memory=1795400 CPUtime=0 cores=5,7
/proc/83214/task/83225/stat : 83225 (Finalizer) S 83211 83214 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74151430 19521036288 505682 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83232] ppid=83211 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/83214/task/83232/stat : 83232 (Common-Cleaner) S 83211 83214 83023 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 74151431 19521036288 505682 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83233] ppid=83211 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/83214/task/83233/stat : 83233 (Timer-0) S 83211 83214 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74151520 19521036288 505682 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
Current children cumulated CPU time: 16.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2022728 KiB

[startup+25.5005 s]
/proc/loadavg: 3.53 3.88 4.07 5/327 83234
/proc/meminfo: memFree=116288300/131382112 swapFree=33009904/33010684
[pid=83214] ppid=83211 vsize=19063512 memory=4085580 CPUtime=31.95 cores=5,7
/proc/83214/stat : 83214 (java) S 83211 83214 83023 0 -1 4194304 30688 0 0 0 3100 95 0 0 20 0 20 0 74151423 19521036288 1021395 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
/proc/83214/statm: 4765878 1021395 5540 1 0 2411053 0
[pid=83214/tid=83216] ppid=83211 vsize=19063512 memory=0 CPUtime=21.07 cores=5,7
/proc/83214/task/83216/stat : 83216 (java) R 83211 83214 83023 0 -1 4194368 8254 0 0 0 2080 27 0 0 20 0 20 0 74151426 19521036288 1021395 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83225] ppid=83211 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/83214/task/83225/stat : 83225 (Finalizer) S 83211 83214 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74151430 19521036288 1021395 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83232] ppid=83211 vsize=19063512 memory=4085580 CPUtime=0 cores=5,7
/proc/83214/task/83232/stat : 83232 (Common-Cleaner) S 83211 83214 83023 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 74151431 19521036288 1021395 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83233] ppid=83211 vsize=19063512 memory=3175856 CPUtime=0 cores=5,7
/proc/83214/task/83233/stat : 83233 (Timer-0) S 83211 83214 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74151520 19521036288 1021395 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
Current children cumulated CPU time: 31.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4085580 KiB

[startup+51.1131 s]
/proc/loadavg: 4.03 3.97 4.10 6/326 83235
/proc/meminfo: memFree=110817812/131382112 swapFree=33009904/33010684
[pid=83214] ppid=83211 vsize=19063512 memory=8500324 CPUtime=67.17 cores=5,7
/proc/83214/stat : 83214 (java) S 83211 83214 83023 0 -1 4194304 62583 0 0 0 6525 192 0 0 20 0 20 0 74151423 19521036288 2125081 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
/proc/83214/statm: 4765878 2125081 5540 1 0 3012859 0
[pid=83214/tid=83216] ppid=83211 vsize=19063512 memory=4538200 CPUtime=41.93 cores=5,7
/proc/83214/task/83216/stat : 83216 (java) S 83211 83214 83023 0 -1 4194368 10376 0 0 0 4144 49 0 0 20 0 20 0 74151426 19521036288 2125081 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83225] ppid=83211 vsize=19063512 memory=12416 CPUtime=0 cores=5,7
/proc/83214/task/83225/stat : 83225 (Finalizer) S 83211 83214 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74151430 19521036288 2125081 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83232] ppid=83211 vsize=19063512 memory=2308 CPUtime=0 cores=5,7
/proc/83214/task/83232/stat : 83232 (Common-Cleaner) S 83211 83214 83023 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 74151431 19521036288 2125081 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83233] ppid=83211 vsize=19063512 memory=2067816 CPUtime=0 cores=5,7

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

/proc/83214/task/83233/stat : 83233 (Timer-0) S 83211 83214 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74151520 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
Current children cumulated CPU time: 2760.56 s
Current children cumulated vsize: 19194584 KiB
Current children cumulated memory: 16429008 KiB

[startup+1819.49 s]
# the end of solver process 83214 was just reported to runsolver
# Child status: 1

# cumulated CPU time of all completed processes:  user=2828.09 s, system=5.83317 s

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

[startup+1792 s]*
/proc/loadavg: 5.48 5.25 4.91 7/325 83314
/proc/meminfo: memFree=91989960/131382112 swapFree=33009904/33010684
[pid=83214] ppid=83211 vsize=19194584 memory=16429008 CPUtime=2779.7 cores=5,7
/proc/83214/stat : 83214 (java) S 83211 83214 83023 0 -1 4194304 341422 0 0 0 277394 576 0 0 20 0 20 0 74151423 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
/proc/83214/statm: 4798646 4107252 5540 1 0 4119576 0
[pid=83214/tid=83216] ppid=83211 vsize=19194584 memory=5632 CPUtime=1108.6 cores=5,7
/proc/83214/task/83216/stat : 83216 (java) S 83211 83214 83023 0 -1 4194368 113538 0 0 0 110726 134 0 0 20 0 20 0 74151426 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83225] ppid=83211 vsize=19194584 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/83214/task/83225/stat : 83225 (Finalizer) S 83211 83214 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74151430 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83232] ppid=83211 vsize=19194584 memory=6656 CPUtime=0 cores=5,7
/proc/83214/task/83232/stat : 83232 (Common-Cleaner) S 83211 83214 83023 0 -1 4194368 371 0 0 0 0 0 0 0 20 0 20 0 74151431 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83233] ppid=83211 vsize=19194584 memory=4788 CPUtime=0 cores=5,7
/proc/83214/task/83233/stat : 83233 (Timer-0) S 83211 83214 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74151520 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
Current children cumulated CPU time: 2779.7 s
Current children cumulated vsize: 19194584 KiB
Current children cumulated memory: 16429008 KiB

[startup+1804.8 s]
/proc/loadavg: 5.41 5.24 4.91 6/325 83315
/proc/meminfo: memFree=91989952/131382112 swapFree=33009904/33010684
[pid=83214] ppid=83211 vsize=19194584 memory=16429008 CPUtime=2805.11 cores=5,7
/proc/83214/stat : 83214 (java) S 83211 83214 83023 0 -1 4194304 343117 0 0 0 279934 577 0 0 20 0 20 0 74151423 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
/proc/83214/statm: 4798646 4107252 5540 1 0 4119576 0
[pid=83214/tid=83216] ppid=83211 vsize=19194584 memory=16429008 CPUtime=1108.6 cores=5,7
/proc/83214/task/83216/stat : 83216 (java) S 83211 83214 83023 0 -1 4194368 113538 0 0 0 110726 134 0 0 20 0 20 0 74151426 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83225] ppid=83211 vsize=19194584 memory=-6000919502838589799 CPUtime=0 cores=5,7
/proc/83214/task/83225/stat : 83225 (Finalizer) S 83211 83214 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74151430 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83232] ppid=83211 vsize=19194584 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/83214/task/83232/stat : 83232 (Common-Cleaner) S 83211 83214 83023 0 -1 4194368 371 0 0 0 0 0 0 0 20 0 20 0 74151431 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83233] ppid=83211 vsize=19194584 memory=4660 CPUtime=0 cores=5,7
/proc/83214/task/83233/stat : 83233 (Timer-0) S 83211 83214 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74151520 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
Current children cumulated CPU time: 2805.11 s
Current children cumulated vsize: 19194584 KiB
Current children cumulated memory: 16429008 KiB

[startup+1811.2 s]
/proc/loadavg: 5.35 5.24 4.91 6/325 83315
/proc/meminfo: memFree=91989728/131382112 swapFree=33009904/33010684
[pid=83214] ppid=83211 vsize=19194584 memory=16429008 CPUtime=2817.83 cores=5,7
/proc/83214/stat : 83214 (java) S 83211 83214 83023 0 -1 4194304 343767 0 0 0 281206 577 0 0 20 0 20 0 74151423 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
/proc/83214/statm: 4798646 4107252 5540 1 0 4119576 0
[pid=83214/tid=83216] ppid=83211 vsize=19194584 memory=16429008 CPUtime=1108.6 cores=5,7
/proc/83214/task/83216/stat : 83216 (java) S 83211 83214 83023 0 -1 4194368 113538 0 0 0 110726 134 0 0 20 0 20 0 74151426 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83225] ppid=83211 vsize=19194584 memory=16429008 CPUtime=0 cores=5,7
/proc/83214/task/83225/stat : 83225 (Finalizer) S 83211 83214 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74151430 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83232] ppid=83211 vsize=19194584 memory=16429008 CPUtime=0 cores=5,7
/proc/83214/task/83232/stat : 83232 (Common-Cleaner) S 83211 83214 83023 0 -1 4194368 371 0 0 0 0 0 0 0 20 0 20 0 74151431 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83233] ppid=83211 vsize=19194584 memory=16429008 CPUtime=0 cores=5,7
/proc/83214/task/83233/stat : 83233 (Timer-0) S 83211 83214 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74151520 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
Current children cumulated CPU time: 2817.83 s
Current children cumulated vsize: 19194584 KiB
Current children cumulated memory: 16429008 KiB

[startup+1814.4 s]
/proc/loadavg: 5.35 5.24 4.91 6/325 83316
/proc/meminfo: memFree=91989480/131382112 swapFree=33009904/33010684
[pid=83214] ppid=83211 vsize=19194584 memory=16429008 CPUtime=2823.93 cores=5,7
/proc/83214/stat : 83214 (java) S 83211 83214 83023 0 -1 4194304 344459 0 0 0 281816 577 0 0 20 0 20 0 74151423 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
/proc/83214/statm: 4798646 4107252 5540 1 0 4119576 0
[pid=83214/tid=83216] ppid=83211 vsize=19194584 memory=5632 CPUtime=1108.6 cores=5,7
/proc/83214/task/83216/stat : 83216 (java) S 83211 83214 83023 0 -1 4194368 113538 0 0 0 110726 134 0 0 20 0 20 0 74151426 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83225] ppid=83211 vsize=19194584 memory=5276 CPUtime=0 cores=5,7
/proc/83214/task/83225/stat : 83225 (Finalizer) S 83211 83214 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74151430 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83232] ppid=83211 vsize=19194584 memory=16429008 CPUtime=0 cores=5,7
/proc/83214/task/83232/stat : 83232 (Common-Cleaner) S 83211 83214 83023 0 -1 4194368 371 0 0 0 0 0 0 0 20 0 20 0 74151431 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83233] ppid=83211 vsize=19194584 memory=23532 CPUtime=0 cores=5,7
/proc/83214/task/83233/stat : 83233 (Timer-0) S 83211 83214 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74151520 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
Current children cumulated CPU time: 2823.93 s
Current children cumulated vsize: 19194584 KiB
Current children cumulated memory: 16429008 KiB

[startup+1817.6 s]
/proc/loadavg: 5.32 5.23 4.92 6/325 83316
/proc/meminfo: memFree=91989496/131382112 swapFree=33009904/33010684
[pid=83214] ppid=83211 vsize=19194584 memory=16429008 CPUtime=2830.3 cores=5,7
/proc/83214/stat : 83214 (java) S 83211 83214 83023 0 -1 4194304 344870 0 0 0 282452 578 0 0 20 0 20 0 74151423 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
/proc/83214/statm: 4798646 4107252 5540 1 0 4119576 0
[pid=83214/tid=83216] ppid=83211 vsize=19194584 memory=5276 CPUtime=1108.6 cores=5,7
/proc/83214/task/83216/stat : 83216 (java) S 83211 83214 83023 0 -1 4194368 113538 0 0 0 110726 134 0 0 20 0 20 0 74151426 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83225] ppid=83211 vsize=19194584 memory=14720 CPUtime=0 cores=5,7
/proc/83214/task/83225/stat : 83225 (Finalizer) S 83211 83214 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74151430 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83232] ppid=83211 vsize=19194584 memory=16429008 CPUtime=0 cores=5,7
/proc/83214/task/83232/stat : 83232 (Common-Cleaner) S 83211 83214 83023 0 -1 4194368 371 0 0 0 0 0 0 0 20 0 20 0 74151431 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83233] ppid=83211 vsize=19194584 memory=16429008 CPUtime=0 cores=5,7
/proc/83214/task/83233/stat : 83233 (Timer-0) S 83211 83214 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74151520 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
Current children cumulated CPU time: 2830.3 s
Current children cumulated vsize: 19194584 KiB
Current children cumulated memory: 16429008 KiB

[startup+1818.4 s]
/proc/loadavg: 5.32 5.23 4.92 6/325 83316
/proc/meminfo: memFree=91989496/131382112 swapFree=33009904/33010684
[pid=83214] ppid=83211 vsize=19194584 memory=16429008 CPUtime=2831.87 cores=5,7
/proc/83214/stat : 83214 (java) S 83211 83214 83023 0 -1 4194304 344870 0 0 0 282609 578 0 0 20 0 20 0 74151423 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
/proc/83214/statm: 4798646 4107252 5540 1 0 4119576 0
[pid=83214/tid=83216] ppid=83211 vsize=19194584 memory=16429008 CPUtime=1108.6 cores=5,7
/proc/83214/task/83216/stat : 83216 (java) S 83211 83214 83023 0 -1 4194368 113538 0 0 0 110726 134 0 0 20 0 20 0 74151426 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83225] ppid=83211 vsize=19194584 memory=3689494906208938080 CPUtime=0 cores=5,7
/proc/83214/task/83225/stat : 83225 (Finalizer) S 83211 83214 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74151430 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83232] ppid=83211 vsize=19194584 memory=14720 CPUtime=0 cores=5,7
/proc/83214/task/83232/stat : 83232 (Common-Cleaner) S 83211 83214 83023 0 -1 4194368 371 0 0 0 0 0 0 0 20 0 20 0 74151431 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83233] ppid=83211 vsize=19194584 memory=18688 CPUtime=0 cores=5,7
/proc/83214/task/83233/stat : 83233 (Timer-0) S 83211 83214 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74151520 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
Current children cumulated CPU time: 2831.87 s
Current children cumulated vsize: 19194584 KiB
Current children cumulated memory: 16429008 KiB

[startup+1819.2 s]
/proc/loadavg: 5.32 5.23 4.92 6/325 83316
/proc/meminfo: memFree=91989496/131382112 swapFree=33009904/33010684
[pid=83214] ppid=83211 vsize=19194584 memory=16429008 CPUtime=2833.46 cores=5,7
/proc/83214/stat : 83214 (java) S 83211 83214 83023 0 -1 4194304 345087 0 0 0 282768 578 0 0 20 0 20 0 74151423 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
/proc/83214/statm: 4798646 4107252 5540 1 0 4119576 0
[pid=83214/tid=83216] ppid=83211 vsize=19194584 memory=18688 CPUtime=1108.6 cores=5,7
/proc/83214/task/83216/stat : 83216 (java) S 83211 83214 83023 0 -1 4194368 113538 0 0 0 110726 134 0 0 20 0 20 0 74151426 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83225] ppid=83211 vsize=19194584 memory=11264 CPUtime=0 cores=5,7
/proc/83214/task/83225/stat : 83225 (Finalizer) S 83211 83214 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74151430 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83232] ppid=83211 vsize=19194584 memory=16429008 CPUtime=0 cores=5,7
/proc/83214/task/83232/stat : 83232 (Common-Cleaner) S 83211 83214 83023 0 -1 4194368 371 0 0 0 0 0 0 0 20 0 20 0 74151431 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83233] ppid=83211 vsize=19194584 memory=18688 CPUtime=0 cores=5,7
/proc/83214/task/83233/stat : 83233 (Timer-0) S 83211 83214 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74151520 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
Current children cumulated CPU time: 2833.46 s
Current children cumulated vsize: 19194584 KiB
Current children cumulated memory: 16429008 KiB

[startup+1819.4 s]
/proc/loadavg: 5.32 5.23 4.92 6/325 83316
/proc/meminfo: memFree=91989496/131382112 swapFree=33009904/33010684
[pid=83214] ppid=83211 vsize=19194584 memory=16429008 CPUtime=2833.83 cores=5,7
/proc/83214/stat : 83214 (java) S 83211 83214 83023 0 -1 4194304 345087 0 0 0 282805 578 0 0 20 0 20 0 74151423 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
/proc/83214/statm: 4798646 4107252 5540 1 0 4119576 0
[pid=83214/tid=83216] ppid=83211 vsize=19194584 memory=7092 CPUtime=1108.6 cores=5,7
/proc/83214/task/83216/stat : 83216 (java) S 83211 83214 83023 0 -1 4194368 113538 0 0 0 110726 134 0 0 20 0 20 0 74151426 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83225] ppid=83211 vsize=19194584 memory=23532 CPUtime=0 cores=5,7
/proc/83214/task/83225/stat : 83225 (Finalizer) S 83211 83214 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74151430 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83232] ppid=83211 vsize=19194584 memory=4352 CPUtime=0 cores=5,7
/proc/83214/task/83232/stat : 83232 (Common-Cleaner) S 83211 83214 83023 0 -1 4194368 371 0 0 0 0 0 0 0 20 0 20 0 74151431 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
[pid=83214/tid=83233] ppid=83211 vsize=19194584 memory=1792 CPUtime=0 cores=5,7
/proc/83214/task/83233/stat : 83233 (Timer-0) S 83211 83214 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74151520 19655254016 4107252 18446744073709551615 94002854875136 94002854878832 140728733110576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94002854886648 94002854887440 94002865135616 140728733116801 140728733116902 140728733116902 140728733122504 0
Current children cumulated CPU time: 2833.83 s
Current children cumulated vsize: 19194584 KiB
Current children cumulated memory: 16429008 KiB

Child status: 1

Real time (s): 1819.49
CPU time (s): 2833.93
CPU user time (s): 2828.09
CPU system time (s): 5.83317
CPU usage (%): 155.754
Max. virtual memory (cumulated for all children) (KiB): 19198688
Max. memory (cumulated for all children) (KiB): 16429012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2828.09
system time used= 5.83317
maximum resident set size= 16429136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 345165
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64530
involuntary context switches= 56995


# summary of solver processes directly reported to runsolver:
#   pid: 83214
#   total CPU time (s): 2833.93
#   total CPU user time (s): 2828.09
#   total CPU system time (s): 5.83317

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.29631 second user time and 13.3291 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-04 01:18:45
IDJOB=4521454
IDBENCH=178308
IDSOLVER=3363
FILE ID=nodeC001/4521454-1751584725
RUNJOBID= nodeC001-1751584695-83037
SLURM_JOB_ID= 9598830
Free space on /tmp= 432500 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_evenrowevencolsquare/normalized-vertexcover_opt_grid_evenrowevencolsquare_dim_140.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521454-1751584725/watcher-4521454-1751584725 -o /tmp/evaluation-result-4521454-1751584725/solver-4521454-1751584725 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751584695-83037 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4521454-1751584725.opb

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

MD5SUM BENCH= b902f1cace2d4bc5a725525e4f0d9769
RANDOM SEED=2025227133

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        123793232 kB
MemAvailable:   124935684 kB
Buffers:            1668 kB
Cached:          1927332 kB
SwapCached:          128 kB
Active:          5324180 kB
Inactive:        1689620 kB
Active(anon):    5074320 kB
Inactive(anon):    28256 kB
Active(file):     249860 kB
Inactive(file):  1661364 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2100 kB
Writeback:             0 kB
AnonPages:       5087792 kB
Mapped:           123376 kB
Shmem:             17776 kB
KReclaimable:     141324 kB
Slab:             227872 kB
SReclaimable:     141324 kB
SUnreclaim:        86548 kB
KernelStack:        4972 kB
PageTables:        13720 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13754276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150264 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4902912 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432500 MiB
End job on nodeC001 at 2025-07-04 01:49:05