Trace number 4545473

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 CP VeriPB 2025-06-06UNSAT cert. 1296.35 1265.17

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-Hamming-20-10-03-08_c24.opb
MD5SUM9101894967509166591dd86e4191459c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.667758
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6861
Total number of constraints13501
Number of constraints which are clauses2281
Number of constraints which are cardinality constraints (but not clauses)190
Number of constraints which are nor clauses,nor cardinality constraints11030
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 18
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.20	c See www.sat4j.org for details.
0.09/0.22	c version PB25.v20250606
0.26/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.24	c java.vm.version	22.0.1+8-16
0.26/0.24	c java.vm.vendor	Oracle Corporation
0.26/0.24	c sun.arch.data.model	64
0.26/0.24	c java.version		22.0.1
0.26/0.24	c os.name		Linux
0.26/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.24	c os.arch		amd64
0.26/0.25	c Free memory 		2104792832
0.26/0.25	c Max memory 		16282288128
0.26/0.25	c Total memory 		2113929216
0.26/0.26	c Number of processors 	2
0.59/0.45	c Pseudo Boolean Optimization by upper bound
0.59/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.45	c  - never skip resolution steps
0.59/0.45	c  - Auto-division on coefficients is disabled
0.59/0.45	c  - No postprocessing
0.59/0.45	c  - Conflict is considered as is when resolving
0.59/0.45	c  - Use constraints as they come during conflict analysis
0.59/0.45	c  - Weaken first using unassigned literals
0.59/0.45	c  - Bump strategy: ALWAYS_ONE
0.59/0.45	c  - Bumper: EFFECTIVE
0.59/0.45	c --- Begin Solver configuration ---
0.59/0.45	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.59/0.45	c Learn all clauses as in MiniSAT
0.59/0.45	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.45	c No reason simplification
0.59/0.45	c Dynamic restart strategy considering the size of the coefficients
0.59/0.45	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.59/0.45	c timeout=2147483s
0.59/0.45	c DB Simplification allowed=false
0.59/0.45	c Listener: none
0.59/0.45	c --- End Solver configuration ---
0.59/0.45	c solving HOME/instance-4545473-1753240001.opb
0.59/0.45	c reading problem ... 
0.59/0.45	c using VERIPB proof format
0.59/0.46	c  no objective function found
1.89/1.13	c ... done. Wall clock time 0.679s.
1.89/1.13	c declared #vars     6861
1.89/1.13	c #constraints  13501
1.89/1.13	c constraints type 
1.89/1.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 219
1.89/1.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 190
1.89/1.13	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 10830
1.89/1.13	c org.sat4j.pb.constraints.pb.UnitClausePB => 20
1.89/1.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2242
1.89/1.13	c 13501 constraints processed.
9.57/5.02	c cleaning 2497 clauses out of 5000 with flag 0/5000
17.62/11.55	c cleaning 4251 clauses out of 8505 with flag 0/11002
31.64/23.99	c cleaning 5623 clauses out of 11252 with flag 0/18000
56.18/48.32	c cleaning 6800 clauses out of 13631 with flag 0/26002
90.08/81.76	c cleaning 7889 clauses out of 15829 with flag 0/35000
133.96/125.26	c cleaning 8968 clauses out of 17943 with flag 0/45003
183.22/173.67	c cleaning 9974 clauses out of 19974 with flag 0/56002
236.11/225.62	c cleaning 10978 clauses out of 21998 with flag 0/68000
291.24/279.15	c cleaning 12007 clauses out of 24021 with flag 0/81001
375.84/362.12	c cleaning 12987 clauses out of 26014 with flag 0/95001
478.75/463.37	c cleaning 14001 clauses out of 28026 with flag 0/110000
577.85/560.69	c cleaning 14996 clauses out of 30028 with flag 0/126003
677.22/658.07	c cleaning 15999 clauses out of 32029 with flag 0/143000
781.96/760.89	c cleaning 16998 clauses out of 34030 with flag 0/161000
875.25/852.45	c cleaning 18015 clauses out of 36032 with flag 0/180000
979.51/954.60	c cleaning 19000 clauses out of 38020 with flag 0/200003
1091.09/1063.96	c cleaning 20003 clauses out of 40017 with flag 0/221000
1269.24/1238.46	c cleaning 20993 clauses out of 42016 with flag 0/243002
1296.15/1265.10	c starts		: 52
1296.15/1265.10	c conflicts		: 247632
1296.15/1265.10	c decisions		: 349143
1296.15/1265.10	c propagations		: 64193595
1296.15/1265.10	c inspects		: 1265071176
1296.15/1265.10	c shortcuts		: 0
1296.15/1265.10	c learnt literals	: 0
1296.15/1265.10	c learnt binary clauses	: 50
1296.15/1265.10	c learnt ternary clauses	: 512
1296.15/1265.10	c learnt constraints	: 247631
1296.15/1265.10	c ignored constraints	: 0
1296.15/1265.10	c root simplifications	: 0
1296.15/1265.10	c removed literals (reason simplification)	: 0
1296.15/1265.10	c reason swapping (by a shorter reason)	: 0
1296.15/1265.10	c Calls to reduceDB	: 18
1296.15/1265.10	c Number of update (reduction) of LBD	: 306315
1296.15/1265.10	c Imported unit clauses	: 0
1296.15/1265.10	c No decision after first conflict	: false
1296.15/1265.10	c number of reductions to clauses (during analyze)	: 0
1296.15/1265.10	c number of learned constraints concerned by reduction	: 0
1296.15/1265.10	c number of learning phase by resolution	: 0
1296.15/1265.10	c number of learning phase by cutting planes	: 0
1296.15/1265.10	c number of rounding to 1 operations	: 0
1296.15/1265.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1296.15/1265.10	c number of reductions of the coefficients by power 2 	: 0
1296.15/1265.10	c number of right shift for reduction by power 2 	: 0
1296.15/1265.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
1296.15/1265.10	c number of ending skipping 	: 0
1296.15/1265.10	c number of internal skipping 	: 0
1296.15/1265.10	c number of derivation steps 	: 7066814
1296.15/1265.11	c number of skipped derivation steps 	: 0
1296.15/1265.11	c number of remaining unassigned 	: 183130
1296.15/1265.11	c number of remaining assigned 	: 74323536
1296.15/1265.11	c number of falsified literals weakened from reason	: 0
1296.15/1265.11	c number of falsified literals weakened from conflict	: 0
1296.15/1265.11	c time for arithmetic operations	: 12111967011
1296.27/1265.11	c minimum degree of deleted constraints	: 1
1296.27/1265.11	c maximum degree of deleted constraints	: 1133607148000425863394733443235678518648032810188409481853100949977279066899934979805392509490212223663824294044164501766828533922526972881362308492688820854158642062125112001831085038367875816843212842431148466551245352343630558616297944049561132393152981405845219900940881082460444816344818281425109196075600075980821210219685818815415686039536033684011781033259766980725736111449796564905618115737052944523774423569954485676804337597723609846993634711006297166776215065043387102455195250187749706485598684923098390802134126535932801997307456355715208473880767861220841144594166523819494452625535467987741189244026887070030478030891094334785948589929189326950404199658712185495037386032981022007157557096019780127916259406619953704387790436279169689134470322210830688918218061551026503777585751857892243648318872865354243802897600502167145496071587585196124319778468831784074416850046171360345694085174992250023301501927633642022677228619390561910729084799727559241500326833868202437122466944921467581110598974196340407156468106090972674318250263532914868607903478754948325518598263770516381647315337231260995200093686129826354716043460448139351637923217965679187920250123928016324680719978321979093571345705930
1296.27/1265.11	c number of deleted constraints	: 221979
1296.27/1265.12	c speed (assignments/second)	: 50787.03630448679
1296.27/1265.12	c non guided choices	: 7824
1296.27/1265.14	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2198
1296.27/1265.14	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 8
1296.27/1265.14	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 50
1296.27/1265.14	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 23396
1296.27/1265.14	s UNSATISFIABLE
1296.27/1265.14	c Total wall clock time (in seconds): 1264.689

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 23 09:47:16 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545473-1753240001/watcher-4545473-1753240001 -o /tmp/evaluation-result-4545473-1753240001/solver-4545473-1753240001 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753240001-163283 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545473-1753240001 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4545473-1753240001.opb 

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 FSIZE limit: 102400000 KiB
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=163329, runsolver pid=163323

[startup+0.100075 s]*
/proc/loadavg: 3.64 3.99 4.01 8/298 163391
/proc/meminfo: memFree=105717904/131382112 swapFree=33001664/33010684
[pid=163329] ppid=163323 vsize=18930344 memory=45672 CPUtime=0.09 cores=0,2
/proc/163329/stat : 163329 (java) S 163323 163329 162904 0 -1 4194304 5437 0 0 0 5 4 0 0 20 0 18 0 239679543 19384672256 11418 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
/proc/163329/statm: 4732586 11418 4952 1 0 546711 0
[pid=163329/tid=163339] ppid=163323 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/163329/task/163339/stat : 163339 (java) R 163323 163329 162904 0 -1 4194368 4559 0 0 0 4 2 0 0 20 0 18 0 239679547 19384672256 11418 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163375] ppid=163323 vsize=18930344 memory=13926 CPUtime=0 cores=0,2
/proc/163329/task/163375/stat : 163375 (Finalizer) S 163323 163329 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239679552 19384672256 11418 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163390] ppid=163323 vsize=18930344 memory=57394570986489 CPUtime=0 cores=0,2
/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239679553 19384672256 11418 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45672 KiB

[startup+0.214921 s]*
/proc/loadavg: 3.64 3.99 4.01 5/317 163410
/proc/meminfo: memFree=105699644/131382112 swapFree=33001664/33010684
[pid=163329] ppid=163323 vsize=18930384 memory=51796 CPUtime=0.26 cores=0,2
/proc/163329/stat : 163329 (java) S 163323 163329 162904 0 -1 4194304 6116 0 0 0 22 4 0 0 20 0 18 0 239679543 19384713216 12949 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
/proc/163329/statm: 4732596 12949 5336 1 0 547223 0
[pid=163329/tid=163339] ppid=163323 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=0,2
/proc/163329/task/163339/stat : 163339 (java) R 163323 163329 162904 0 -1 4194368 4960 0 0 0 14 3 0 0 20 0 18 0 239679547 19384713216 12949 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163375] ppid=163323 vsize=18930384 memory=13926 CPUtime=0 cores=0,2
/proc/163329/task/163375/stat : 163375 (Finalizer) S 163323 163329 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239679552 19384713216 12949 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163390] ppid=163323 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239679553 19384713216 12949 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51796 KiB

[startup+0.314363 s]*
/proc/loadavg: 3.64 3.99 4.01 10/317 163410
/proc/meminfo: memFree=105687420/131382112 swapFree=33001664/33010684
[pid=163329] ppid=163323 vsize=18930384 memory=57956 CPUtime=0.42 cores=0,2
/proc/163329/stat : 163329 (java) S 163323 163329 162904 0 -1 4194304 6645 0 0 0 37 5 0 0 20 0 18 0 239679543 19384713216 14489 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
/proc/163329/statm: 4732596 14489 5336 1 0 547689 0
[pid=163329/tid=163339] ppid=163323 vsize=18930384 memory=-8744696803890078396 CPUtime=0.25 cores=0,2
/proc/163329/task/163339/stat : 163339 (java) R 163323 163329 162904 0 -1 4194368 5126 0 0 0 22 3 0 0 20 0 18 0 239679547 19384713216 14489 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163375] ppid=163323 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/163329/task/163375/stat : 163375 (Finalizer) S 163323 163329 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239679552 19384713216 14489 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163390] ppid=163323 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239679553 19384713216 14489 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57956 KiB

[startup+0.700413 s]
/proc/loadavg: 3.64 3.99 4.01 12/317 163410
/proc/meminfo: memFree=105668764/131382112 swapFree=33001664/33010684
[pid=163329] ppid=163323 vsize=18930384 memory=147256 CPUtime=1.1 cores=0,2
/proc/163329/stat : 163329 (java) S 163323 163329 162904 0 -1 4194304 7348 0 0 0 101 9 0 0 20 0 18 0 239679543 19384713216 36814 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
/proc/163329/statm: 4732596 36814 5464 1 0 548116 0
[pid=163329/tid=163339] ppid=163323 vsize=18930384 memory=23040 CPUtime=0.58 cores=0,2
/proc/163329/task/163339/stat : 163339 (java) R 163323 163329 162904 0 -1 4194368 5497 0 0 0 51 7 0 0 20 0 18 0 239679547 19384713216 37326 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163375] ppid=163323 vsize=18930384 memory=11008 CPUtime=0 cores=0,2
/proc/163329/task/163375/stat : 163375 (Finalizer) S 163323 163329 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239679552 19384713216 37326 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163390] ppid=163323 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239679553 19384713216 37326 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 147256 KiB

[startup+1.50027 s]
/proc/loadavg: 3.64 3.99 4.01 9/321 163414
/proc/meminfo: memFree=104916208/131382112 swapFree=33001664/33010684
[pid=163329] ppid=163323 vsize=19063512 memory=423832 CPUtime=2.65 cores=0,2
/proc/163329/stat : 163329 (java) S 163323 163329 162904 0 -1 4194304 13497 0 0 0 244 21 0 0 20 0 20 0 239679543 19521036288 105958 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
/proc/163329/statm: 4765878 105958 5496 1 0 552570 0
[pid=163329/tid=163339] ppid=163323 vsize=19063512 memory=3200 CPUtime=1.23 cores=0,2
/proc/163329/task/163339/stat : 163339 (java) R 163323 163329 162904 0 -1 4194368 5694 0 0 0 108 15 0 0 20 0 20 0 239679547 19521036288 105958 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163375] ppid=163323 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/163329/task/163375/stat : 163375 (Finalizer) S 163323 163329 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679552 19521036288 105958 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163390] ppid=163323 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239679553 19521036288 105958 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 423832 KiB

[startup+3.10583 s]
/proc/loadavg: 3.64 3.99 4.01 9/325 163418
/proc/meminfo: memFree=101792836/131382112 swapFree=33001664/33010684
[pid=163329] ppid=163323 vsize=19063512 memory=922748 CPUtime=5.8 cores=0,2
/proc/163329/stat : 163329 (java) S 163323 163329 162904 0 -1 4194304 25219 0 0 0 548 32 0 0 20 0 20 0 239679543 19521036288 230687 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
/proc/163329/statm: 4765878 230687 5496 1 0 1081632 0
[pid=163329/tid=163339] ppid=163323 vsize=19063512 memory=11008 CPUtime=2.72 cores=0,2
/proc/163329/task/163339/stat : 163339 (java) R 163323 163329 162904 0 -1 4194368 6464 0 0 0 248 24 0 0 20 0 20 0 239679547 19521036288 230687 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163375] ppid=163323 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/163329/task/163375/stat : 163375 (Finalizer) S 163323 163329 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679552 19521036288 230687 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163390] ppid=163323 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 239679553 19521036288 230687 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163416] ppid=163323 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/163329/task/163416/stat : 163416 (Timer-0) S 163323 163329 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679658 19521036288 230687 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 922748 KiB

[startup+6.30027 s]
/proc/loadavg: 3.99 4.06 4.03 6/325 163418
/proc/meminfo: memFree=99051144/131382112 swapFree=33001664/33010684
[pid=163329] ppid=163323 vsize=19063512 memory=2550936 CPUtime=11.67 cores=0,2
/proc/163329/stat : 163329 (java) S 163323 163329 162904 0 -1 4194304 30407 0 0 0 1102 65 0 0 20 0 20 0 239679543 19521036288 637734 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
/proc/163329/statm: 4765878 637734 5496 1 0 1082927 0
[pid=163329/tid=163339] ppid=163323 vsize=19063512 memory=0 CPUtime=5.85 cores=0,2
/proc/163329/task/163339/stat : 163339 (java) R 163323 163329 162904 0 -1 4194368 8764 0 0 0 529 56 0 0 20 0 20 0 239679547 19521036288 637734 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163375] ppid=163323 vsize=19063512 memory=-8960869586003862204 CPUtime=0 cores=0,2
/proc/163329/task/163375/stat : 163375 (Finalizer) S 163323 163329 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679552 19521036288 637734 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163390] ppid=163323 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 239679553 19521036288 637734 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163416] ppid=163323 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/163329/task/163416/stat : 163416 (Timer-0) S 163323 163329 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679658 19521036288 637734 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
Current children cumulated CPU time: 11.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2550936 KiB

[startup+12.7005 s]
/proc/loadavg: 4.07 4.08 4.04 5/325 163418
/proc/meminfo: memFree=96881036/131382112 swapFree=33001664/33010684
[pid=163329] ppid=163323 vsize=19063512 memory=2747536 CPUtime=19.21 cores=0,2
/proc/163329/stat : 163329 (java) S 163323 163329 162904 0 -1 4194304 32043 0 0 0 1848 73 0 0 20 0 20 0 239679543 19521036288 686884 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
/proc/163329/statm: 4765878 686884 5496 1 0 1083424 0
[pid=163329/tid=163339] ppid=163323 vsize=19063512 memory=2743308 CPUtime=12.16 cores=0,2
/proc/163329/task/163339/stat : 163339 (java) R 163323 163329 162904 0 -1 4194368 9739 0 0 0 1153 63 0 0 20 0 20 0 239679547 19521036288 686884 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163375] ppid=163323 vsize=19063512 memory=2743308 CPUtime=0 cores=0,2
/proc/163329/task/163375/stat : 163375 (Finalizer) S 163323 163329 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679552 19521036288 686884 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163390] ppid=163323 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 239679553 19521036288 686884 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163416] ppid=163323 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/163329/task/163416/stat : 163416 (Timer-0) S 163323 163329 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679658 19521036288 686884 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
Current children cumulated CPU time: 19.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2747536 KiB

[startup+25.5005 s]
/proc/loadavg: 4.14 4.09 4.04 5/325 163419
/proc/meminfo: memFree=95642500/131382112 swapFree=33001664/33010684
[pid=163329] ppid=163323 vsize=19063512 memory=2748008 CPUtime=33.28 cores=0,2
/proc/163329/stat : 163329 (java) S 163323 163329 162904 0 -1 4194304 43378 0 0 0 3248 80 0 0 20 0 20 0 239679543 19521036288 687002 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
/proc/163329/statm: 4765878 687002 5496 1 0 1083472 0
[pid=163329/tid=163339] ppid=163323 vsize=19063512 memory=2751776 CPUtime=24.68 cores=0,2
/proc/163329/task/163339/stat : 163339 (java) R 163323 163329 162904 0 -1 4194368 12326 0 0 0 2401 67 0 0 20 0 20 0 239679547 19521036288 687002 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163375] ppid=163323 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/163329/task/163375/stat : 163375 (Finalizer) S 163323 163329 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679552 19521036288 687002 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163390] ppid=163323 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 239679553 19521036288 687002 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163416] ppid=163323 vsize=19063512 memory=2751888 CPUtime=0 cores=0,2
/proc/163329/task/163416/stat : 163416 (Timer-0) S 163323 163329 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679658 19521036288 687002 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
Current children cumulated CPU time: 33.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2748008 KiB

[startup+51.1135 s]
/proc/loadavg: 4.22 4.11 4.05 5/325 163419
/proc/meminfo: memFree=93748676/131382112 swapFree=33001664/33010684
[pid=163329] ppid=163323 vsize=19063512 memory=2752284 CPUtime=59.02 cores=0,2
/proc/163329/stat : 163329 (java) S 163323 163329 162904 0 -1 4194304 48269 0 0 0 5815 87 0 0 20 0 20 0 239679543 19521036288 688071 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
/proc/163329/statm: 4765878 688071 5528 1 0 1083488 0
[pid=163329/tid=163339] ppid=163323 vsize=19063512 memory=2752156 CPUtime=49.81 cores=0,2
/proc/163329/task/163339/stat : 163339 (java) R 163323 163329 162904 0 -1 4194368 14990 0 0 0 4908 73 0 0 20 0 20 0 239679547 19521036288 688071 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163375] ppid=163323 vsize=19063512 memory=2752156 CPUtime=0 cores=0,2
/proc/163329/task/163375/stat : 163375 (Finalizer) S 163323 163329 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679552 19521036288 688071 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163390] ppid=163323 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 239679553 19521036288 688071 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163416] ppid=163323 vsize=19063512 memory=2747536 CPUtime=0 cores=0,2
/proc/163329/task/163416/stat : 163416 (Timer-0) S 163323 163329 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679658 19521036288 688071 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0

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

/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 930 0 0 0 0 0 0 0 20 0 20 0 239679553 19521036288 1053052 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163416] ppid=163323 vsize=19063512 memory=4212208 CPUtime=0 cores=0,2
/proc/163329/task/163416/stat : 163416 (Timer-0) S 163323 163329 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679658 19521036288 1053052 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
Current children cumulated CPU time: 1211.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4212208 KiB

[startup+1242.3 s]
/proc/loadavg: 3.15 3.26 3.54 4/300 163509
/proc/meminfo: memFree=92448164/131382112 swapFree=33001664/33010684
[pid=163329] ppid=163323 vsize=19063512 memory=4281676 CPUtime=1273.2 cores=0,2
/proc/163329/stat : 163329 (java) S 163323 163329 162904 0 -1 4194304 111491 0 0 0 126894 426 0 0 20 0 20 0 239679543 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
/proc/163329/statm: 4765878 1070419 5528 1 0 1084844 0
[pid=163329/tid=163339] ppid=163323 vsize=19063512 memory=4212208 CPUtime=1211.74 cores=0,2
/proc/163329/task/163339/stat : 163339 (java) R 163323 163329 162904 0 -1 4194368 45527 0 0 0 120881 293 0 0 20 0 20 0 239679547 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163375] ppid=163323 vsize=19063512 memory=4281676 CPUtime=0 cores=0,2
/proc/163329/task/163375/stat : 163375 (Finalizer) S 163323 163329 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679552 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163390] ppid=163323 vsize=19063512 memory=4281676 CPUtime=0 cores=0,2
/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 1017 0 0 0 0 0 0 0 20 0 20 0 239679553 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163416] ppid=163323 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/163329/task/163416/stat : 163416 (Timer-0) S 163323 163329 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679658 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
Current children cumulated CPU time: 1273.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4281676 KiB

[startup+1265.17 s]
# the end of solver process 163329 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1292 s, system=4.34973 s

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

[startup+1254.4 s]
/proc/loadavg: 3.13 3.25 3.53 4/300 163509
/proc/meminfo: memFree=92436020/131382112 swapFree=33001664/33010684
[pid=163329] ppid=163323 vsize=19063512 memory=4281676 CPUtime=1285.45 cores=0,2
/proc/163329/stat : 163329 (java) S 163323 163329 162904 0 -1 4194304 111497 0 0 0 128115 430 0 0 20 0 20 0 239679543 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
/proc/163329/statm: 4765878 1070419 5528 1 0 1084844 0
[pid=163329/tid=163339] ppid=163323 vsize=19063512 memory=23040 CPUtime=1223.6 cores=0,2
/proc/163329/task/163339/stat : 163339 (java) R 163323 163329 162904 0 -1 4194368 45527 0 0 0 122064 296 0 0 20 0 20 0 239679547 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163375] ppid=163323 vsize=19063512 memory=4281548 CPUtime=0 cores=0,2
/proc/163329/task/163375/stat : 163375 (Finalizer) S 163323 163329 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679552 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163390] ppid=163323 vsize=19063512 memory=4281676 CPUtime=0 cores=0,2
/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 1017 0 0 0 0 0 0 0 20 0 20 0 239679553 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163416] ppid=163323 vsize=19063512 memory=4281548 CPUtime=0 cores=0,2
/proc/163329/task/163416/stat : 163416 (Timer-0) S 163323 163329 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679658 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
Current children cumulated CPU time: 1285.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4281676 KiB

[startup+1260.8 s]
/proc/loadavg: 3.26 3.27 3.54 4/300 163509
/proc/meminfo: memFree=92435780/131382112 swapFree=33001664/33010684
[pid=163329] ppid=163323 vsize=19063512 memory=4281676 CPUtime=1291.88 cores=0,2
/proc/163329/stat : 163329 (java) S 163323 163329 162904 0 -1 4194304 111499 0 0 0 128757 431 0 0 20 0 20 0 239679543 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
/proc/163329/statm: 4765878 1070419 5528 1 0 1084844 0
[pid=163329/tid=163339] ppid=163323 vsize=19063512 memory=5632 CPUtime=1229.89 cores=0,2
/proc/163329/task/163339/stat : 163339 (java) R 163323 163329 162904 0 -1 4194368 45528 0 0 0 122691 298 0 0 20 0 20 0 239679547 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163375] ppid=163323 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/163329/task/163375/stat : 163375 (Finalizer) S 163323 163329 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679552 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163390] ppid=163323 vsize=19063512 memory=4281676 CPUtime=0 cores=0,2
/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 1017 0 0 0 0 0 0 0 20 0 20 0 239679553 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163416] ppid=163323 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/163329/task/163416/stat : 163416 (Timer-0) S 163323 163329 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679658 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
Current children cumulated CPU time: 1291.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4281676 KiB

[startup+1262.4 s]
/proc/loadavg: 3.26 3.27 3.54 4/300 163509
/proc/meminfo: memFree=92435780/131382112 swapFree=33001664/33010684
[pid=163329] ppid=163323 vsize=19063512 memory=4281676 CPUtime=1293.48 cores=0,2
/proc/163329/stat : 163329 (java) S 163323 163329 162904 0 -1 4194304 111499 0 0 0 128916 432 0 0 20 0 20 0 239679543 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
/proc/163329/statm: 4765878 1070419 5528 1 0 1084844 0
[pid=163329/tid=163339] ppid=163323 vsize=19063512 memory=5632 CPUtime=1231.48 cores=0,2
/proc/163329/task/163339/stat : 163339 (java) R 163323 163329 162904 0 -1 4194368 45528 0 0 0 122850 298 0 0 20 0 20 0 239679547 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163375] ppid=163323 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/163329/task/163375/stat : 163375 (Finalizer) S 163323 163329 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679552 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163390] ppid=163323 vsize=19063512 memory=23040 CPUtime=0 cores=0,2
/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 1017 0 0 0 0 0 0 0 20 0 20 0 239679553 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163416] ppid=163323 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/163329/task/163416/stat : 163416 (Timer-0) S 163323 163329 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679658 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
Current children cumulated CPU time: 1293.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4281676 KiB

[startup+1264 s]*
/proc/loadavg: 3.26 3.27 3.54 4/300 163509
/proc/meminfo: memFree=92435780/131382112 swapFree=33001664/33010684
[pid=163329] ppid=163323 vsize=19063512 memory=4281676 CPUtime=1295.08 cores=0,2
/proc/163329/stat : 163329 (java) S 163323 163329 162904 0 -1 4194304 111499 0 0 0 129076 432 0 0 20 0 20 0 239679543 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
/proc/163329/statm: 4765878 1070419 5528 1 0 1084844 0
[pid=163329/tid=163339] ppid=163323 vsize=19063512 memory=-8744696803890078396 CPUtime=1233.09 cores=0,2
/proc/163329/task/163339/stat : 163339 (java) R 163323 163329 162904 0 -1 4194368 45528 0 0 0 123011 298 0 0 20 0 20 0 239679547 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163375] ppid=163323 vsize=19063512 memory=-7521150632282250620 CPUtime=0 cores=0,2
/proc/163329/task/163375/stat : 163375 (Finalizer) S 163323 163329 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679552 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163390] ppid=163323 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 1017 0 0 0 0 0 0 0 20 0 20 0 239679553 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163416] ppid=163323 vsize=19063512 memory=19328 CPUtime=0 cores=0,2
/proc/163329/task/163416/stat : 163416 (Timer-0) S 163323 163329 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679658 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
Current children cumulated CPU time: 1295.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4281676 KiB

[startup+1264.8 s]
/proc/loadavg: 3.26 3.27 3.54 4/300 163509
/proc/meminfo: memFree=92435780/131382112 swapFree=33001664/33010684
[pid=163329] ppid=163323 vsize=19063512 memory=4281676 CPUtime=1295.89 cores=0,2
/proc/163329/stat : 163329 (java) S 163323 163329 162904 0 -1 4194304 111499 0 0 0 129156 433 0 0 20 0 20 0 239679543 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
/proc/163329/statm: 4765878 1070419 5528 1 0 1084844 0
[pid=163329/tid=163339] ppid=163323 vsize=19063512 memory=2824 CPUtime=1233.86 cores=0,2
/proc/163329/task/163339/stat : 163339 (java) S 163323 163329 162904 0 -1 4194368 45528 0 0 0 123087 299 0 0 20 0 20 0 239679547 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163375] ppid=163323 vsize=19063512 memory=-8960869586003862204 CPUtime=0 cores=0,2
/proc/163329/task/163375/stat : 163375 (Finalizer) S 163323 163329 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679552 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163390] ppid=163323 vsize=19063512 memory=46592 CPUtime=0 cores=0,2
/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 1017 0 0 0 0 0 0 0 20 0 20 0 239679553 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163416] ppid=163323 vsize=19063512 memory=4281676 CPUtime=0 cores=0,2
/proc/163329/task/163416/stat : 163416 (Timer-0) S 163323 163329 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679658 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
Current children cumulated CPU time: 1295.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4281676 KiB

[startup+1265 s]*
/proc/loadavg: 3.24 3.27 3.53 4/300 163509
/proc/meminfo: memFree=92427716/131382112 swapFree=33001664/33010684
[pid=163329] ppid=163323 vsize=19063512 memory=4281676 CPUtime=1296.15 cores=0,2
/proc/163329/stat : 163329 (java) S 163323 163329 162904 0 -1 4194304 111499 0 0 0 129182 433 0 0 20 0 20 0 239679543 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
/proc/163329/statm: 4765878 1070419 5528 1 0 1084844 0
[pid=163329/tid=163339] ppid=163323 vsize=19063512 memory=-8744696803890078396 CPUtime=1234.02 cores=0,2
/proc/163329/task/163339/stat : 163339 (java) R 163323 163329 162904 0 -1 4194368 45528 0 0 0 123103 299 0 0 20 0 20 0 239679547 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163375] ppid=163323 vsize=19063512 memory=-7521150632282250620 CPUtime=0 cores=0,2
/proc/163329/task/163375/stat : 163375 (Finalizer) S 163323 163329 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679552 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163390] ppid=163323 vsize=19063512 memory=654743 CPUtime=0 cores=0,2
/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 1017 0 0 0 0 0 0 0 20 0 20 0 239679553 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163416] ppid=163323 vsize=19063512 memory=17468 CPUtime=0 cores=0,2
/proc/163329/task/163416/stat : 163416 (Timer-0) S 163323 163329 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679658 19521036288 1070419 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
Current children cumulated CPU time: 1296.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4281676 KiB

[startup+1265.11 s]
/proc/loadavg: 3.24 3.27 3.53 4/300 163509
/proc/meminfo: memFree=92427716/131382112 swapFree=33001664/33010684
[pid=163329] ppid=163323 vsize=19196640 memory=4282444 CPUtime=1296.27 cores=0,2
/proc/163329/stat : 163329 (java) S 163323 163329 162904 0 -1 4194304 112780 0 0 0 129194 433 0 0 20 0 20 0 239679543 19657359360 1070611 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
/proc/163329/statm: 4799160 1070611 5560 1 0 1085511 0
[pid=163329/tid=163339] ppid=163323 vsize=19196640 memory=4281676 CPUtime=1234.1 cores=0,2
/proc/163329/task/163339/stat : 163339 (java) S 163323 163329 162904 0 -1 4194368 46479 0 0 0 123111 299 0 0 20 0 20 0 239679547 19657359360 1070611 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163375] ppid=163323 vsize=19196640 memory=4281548 CPUtime=0 cores=0,2
/proc/163329/task/163375/stat : 163375 (Finalizer) S 163323 163329 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679552 19657359360 1070611 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
[pid=163329/tid=163390] ppid=163323 vsize=19196640 memory=4281676 CPUtime=0 cores=0,2
/proc/163329/task/163390/stat : 163390 (Common-Cleaner) S 163323 163329 162904 0 -1 4194368 1017 0 0 0 0 0 0 0 20 0 20 0 239679553 19657359360 1070611 18446744073709551615 94553216835584 94553216839280 140725445361264 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94553216847096 94553216847888 94553221124096 140725445364049 140725445364196 140725445364196 140725445369800 0
Current children cumulated CPU time: 1296.27 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 4282444 KiB

Child status: 20

Real time (s): 1265.17
CPU time (s): 1296.35
CPU user time (s): 1292
CPU system time (s): 4.34973
CPU usage (%): 102.464
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 4282444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1292
system time used= 4.34973
maximum resident set size= 4282572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113019
page faults= 0
swaps= 0
block input operations= 24
block output operations= 986504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52419
involuntary context switches= 7849


# summary of solver processes directly reported to runsolver:
#   pid: 163329
#   total CPU time (s): 1296.35
#   total CPU user time (s): 1292
#   total CPU system time (s): 4.34973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.03419 second user time and 13.2615 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-23 05:06:42
IDJOB=4545473
IDBENCH=180876
IDSOLVER=3362
FILE ID=nodeC005/4545473-1753240001
RUNJOBID= nodeC005-1753240001-163283
SLURM_JOB_ID= 9687870
Free space on /tmp= 433032 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-Hamming-20-10-03-08_c24.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545473-1753240001/watcher-4545473-1753240001 -o /tmp/evaluation-result-4545473-1753240001/solver-4545473-1753240001 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753240001-163283 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545473-1753240001 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4545473-1753240001.opb

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

MD5SUM BENCH= 9101894967509166591dd86e4191459c
RANDOM SEED=1789515667

nodeC005 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		: 1197.538
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.90
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		: 1197.128
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.90
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.341
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.90
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.251
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.90
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		: 1216.811
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.90
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.226
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.90
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		: 1197.248
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.90
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.388
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        105749528 kB
MemAvailable:   129837872 kB
Buffers:              12 kB
Cached:         24859744 kB
SwapCached:          776 kB
Active:           480240 kB
Inactive:       24444948 kB
Active(anon):      47616 kB
Inactive(anon):    38384 kB
Active(file):     432624 kB
Inactive(file): 24406564 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33001664 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5228 kB
Writeback:             4 kB
AnonPages:         67744 kB
Mapped:           103392 kB
Shmem:             20564 kB
KReclaimable:     177564 kB
Slab:             268320 kB
SReclaimable:     177564 kB
SUnreclaim:        90756 kB
KernelStack:        3792 kB
PageTables:         2888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     350076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431984 MiB
End job on nodeC005 at 2025-07-23 05:27:47