Trace number 4542939

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06UNSAT 11.9992 10.3174

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/grids_large_opb/normalized-ECgrid_split_4_250.opb
MD5SUM87e1311ecdc95b0e818f1e181a3f4aa8
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.044242
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2001
Total number of constraints2002
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)2000
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4542939-1753219621.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.20	c ... done. Wall clock time 0.071s.
0.13/0.20	c declared #vars     2001
0.13/0.20	c #constraints  2002
0.13/0.20	c constraints type 
0.13/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2000
0.13/0.20	c 2002 constraints processed.
0.50/0.37	c cleaning 2500 clauses out of 5001 with flag 19435/5001
0.90/0.54	c cleaning 4248 clauses out of 8500 with flag 41732/11000
1.47/0.83	c cleaning 5552 clauses out of 11254 with flag 72301/18002
1.87/1.05	c cleaning 6808 clauses out of 13701 with flag 110149/26001
2.26/1.21	c cleaning 7886 clauses out of 15893 with flag 149537/35001
2.46/1.31	c cleaning 8899 clauses out of 18007 with flag 192648/45001
2.84/1.51	c cleaning 10021 clauses out of 20109 with flag 255358/56002
2.99/1.64	c cleaning 10995 clauses out of 22087 with flag 312623/68001
3.19/1.81	c cleaning 12000 clauses out of 24091 with flag 376130/81000
3.30/1.98	c cleaning 12972 clauses out of 26091 with flag 440002/95000
3.51/2.16	c cleaning 13993 clauses out of 28119 with flag 509866/110000
3.70/2.33	c cleaning 15022 clauses out of 30126 with flag 580322/126000
3.93/2.53	c cleaning 15996 clauses out of 32104 with flag 652508/143000
4.15/2.76	c cleaning 16993 clauses out of 34108 with flag 730867/161000
4.35/2.98	c cleaning 17852 clauses out of 36116 with flag 815775/180001
4.76/3.33	c cleaning 17914 clauses out of 38263 with flag 924520/200000
4.96/3.59	c cleaning 19443 clauses out of 41349 with flag 1010820/221000
5.26/3.89	c cleaning 20204 clauses out of 43906 with flag 1104933/243000
5.68/4.22	c cleaning 21308 clauses out of 46704 with flag 1196457/266002
6.00/4.59	c cleaning 22504 clauses out of 49396 with flag 1291877/290002
6.40/4.95	c cleaning 23577 clauses out of 51891 with flag 1390766/315001
6.80/5.36	c cleaning 24402 clauses out of 54313 with flag 1500977/341000
7.30/5.80	c cleaning 25148 clauses out of 56912 with flag 1620648/368001
7.70/6.24	c cleaning 26267 clauses out of 59763 with flag 1735921/396000
8.20/6.73	c cleaning 27399 clauses out of 62496 with flag 1852266/425000
8.70/7.24	c cleaning 28364 clauses out of 65097 with flag 1973070/455000
9.30/7.81	c cleaning 29195 clauses out of 67733 with flag 2097051/486000
9.90/8.41	c cleaning 30287 clauses out of 70538 with flag 2225617/518000
10.62/9.11	c cleaning 30928 clauses out of 73252 with flag 2363989/551001
11.31/9.87	c cleaning 31774 clauses out of 76326 with flag 2513542/585003
11.79/10.23	c starts		: 724
11.79/10.24	c conflicts		: 601438
11.79/10.24	c decisions		: 2275400
11.79/10.24	c propagations		: 10030834
11.79/10.24	c inspects		: 150502624
11.79/10.24	c shortcuts		: 0
11.79/10.24	c learnt literals	: 7
11.79/10.24	c learnt binary clauses	: 25
11.79/10.24	c learnt ternary clauses	: 65
11.79/10.24	c learnt constraints	: 601430
11.79/10.24	c ignored constraints	: 0
11.79/10.24	c root simplifications	: 0
11.79/10.24	c removed literals (reason simplification)	: 245120
11.79/10.24	c reason swapping (by a shorter reason)	: 0
11.79/10.24	c Calls to reduceDB	: 30
11.79/10.24	c Number of update (reduction) of LBD	: 210501
11.79/10.24	c Imported unit clauses	: 0
11.79/10.24	c No decision after first conflict	: false
11.79/10.24	c number of reductions to clauses (during analyze)	: 0
11.79/10.24	c number of learned constraints concerned by reduction	: 0
11.79/10.24	c number of learning phase by resolution	: 0
11.79/10.24	c number of learning phase by cutting planes	: 0
11.79/10.24	c number of rounding to 1 operations	: 0
11.79/10.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
11.79/10.24	c number of reductions of the coefficients by power 2 	: 0
11.79/10.24	c number of right shift for reduction by power 2 	: 0
11.79/10.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
11.79/10.24	c number of ending skipping 	: 0
11.79/10.24	c number of internal skipping 	: 0
11.79/10.24	c number of derivation steps 	: 0
11.79/10.24	c number of skipped derivation steps 	: 0
11.79/10.24	c number of remaining unassigned 	: 0
11.79/10.24	c number of remaining assigned 	: 0
11.79/10.24	c number of falsified literals weakened from reason	: 0
11.79/10.24	c number of falsified literals weakened from conflict	: 0
11.79/10.24	c time for arithmetic operations	: 0
11.79/10.25	c minimum degree of deleted constraints	: null
11.79/10.25	c maximum degree of deleted constraints	: null
11.79/10.25	c number of deleted constraints	: 0
11.79/10.25	c speed (assignments/second)	: 999983.4513009669
11.79/10.25	c non guided choices	: 359549
11.79/10.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 60954
11.79/10.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 25
11.98/10.30	s UNSATISFIABLE
11.98/10.30	c Total wall clock time (in seconds): 10.169

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542939-1753219621/watcher-4542939-1753219621 -o /tmp/evaluation-result-4542939-1753219621/solver-4542939-1753219621 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1753212428-151458 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4542939-1753219621.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=152473, runsolver pid=152470

[startup+0.10006 s]*
/proc/loadavg: 4.07 4.09 4.10 6/337 152491
/proc/meminfo: memFree=122873156/131250000 swapFree=33010672/33010684
[pid=152473] ppid=152470 vsize=18930384 memory=57900 CPUtime=0.13 cores=4,6
/proc/152473/stat : 152473 (java) S 152470 152473 151447 0 -1 4194304 6615 0 0 0 12 1 0 0 20 0 18 0 237640733 19384713216 14475 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
/proc/152473/statm: 4732596 14475 5338 1 0 547658 0
[pid=152473/tid=152475] ppid=152470 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/152473/task/152475/stat : 152475 (java) R 152470 152473 151447 0 -1 4194368 5100 0 0 0 7 1 0 0 20 0 18 0 237640734 19384713216 14475 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152484] ppid=152470 vsize=18930384 memory=237112656212 CPUtime=0 cores=4,6
/proc/152473/task/152484/stat : 152484 (Finalizer) S 152470 152473 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237640736 19384713216 14475 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152491] ppid=152470 vsize=18930384 memory=60684515961493 CPUtime=0 cores=4,6
/proc/152473/task/152491/stat : 152491 (Common-Cleaner) S 152470 152473 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237640737 19384713216 14475 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57900 KiB

[startup+0.20564 s]*
/proc/loadavg: 4.07 4.09 4.10 7/337 152491
/proc/meminfo: memFree=122832196/131250000 swapFree=33010672/33010684
[pid=152473] ppid=152470 vsize=18930384 memory=99076 CPUtime=0.32 cores=4,6
/proc/152473/stat : 152473 (java) S 152470 152473 151447 0 -1 4194304 7112 0 0 0 30 2 0 0 20 0 18 0 237640733 19384713216 24769 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
/proc/152473/statm: 4732596 24769 5434 1 0 547980 0
[pid=152473/tid=152475] ppid=152470 vsize=18930384 memory=4026925340 CPUtime=0.17 cores=4,6
/proc/152473/task/152475/stat : 152475 (java) R 152470 152473 151447 0 -1 4194368 5294 0 0 0 16 1 0 0 20 0 18 0 237640734 19384713216 24769 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152484] ppid=152470 vsize=18930384 memory=2573 CPUtime=0 cores=4,6
/proc/152473/task/152484/stat : 152484 (Finalizer) S 152470 152473 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237640736 19384713216 24769 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152491] ppid=152470 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/152473/task/152491/stat : 152491 (Common-Cleaner) S 152470 152473 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237640737 19384713216 24769 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 99076 KiB

[startup+0.306832 s]*
/proc/loadavg: 4.07 4.09 4.10 6/338 152492
/proc/meminfo: memFree=122828100/131250000 swapFree=33010672/33010684
[pid=152473] ppid=152470 vsize=18996948 memory=105540 CPUtime=0.5 cores=4,6
/proc/152473/stat : 152473 (java) S 152470 152473 151447 0 -1 4194304 10475 0 0 0 47 3 0 0 20 0 19 0 237640733 19452874752 26385 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
/proc/152473/statm: 4749237 26385 5434 1 0 549894 0
[pid=152473/tid=152475] ppid=152470 vsize=18996948 memory=-9175633898034209468 CPUtime=0.25 cores=4,6
/proc/152473/task/152475/stat : 152475 (java) R 152470 152473 151447 0 -1 4194368 5326 0 0 0 24 1 0 0 20 0 19 0 237640734 19452874752 26385 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152484] ppid=152470 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/152473/task/152484/stat : 152484 (Finalizer) S 152470 152473 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237640736 19452874752 26385 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152491] ppid=152470 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/152473/task/152491/stat : 152491 (Common-Cleaner) S 152470 152473 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237640737 19452874752 26385 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152492] ppid=152470 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/152473/task/152492/stat : 152492 (Timer-0) S 152470 152473 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 237640754 19452874752 26385 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 105540 KiB

[startup+0.700242 s]
/proc/loadavg: 4.07 4.09 4.10 6/338 152492
/proc/meminfo: memFree=122818108/131250000 swapFree=33010672/33010684
[pid=152473] ppid=152470 vsize=18996948 memory=122324 CPUtime=1.27 cores=4,6
/proc/152473/stat : 152473 (java) S 152470 152473 151447 0 -1 4194304 16113 0 0 0 123 4 0 0 20 0 19 0 237640733 19452874752 30581 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
/proc/152473/statm: 4749237 30581 5466 1 0 553351 0
[pid=152473/tid=152475] ppid=152470 vsize=18996948 memory=27392 CPUtime=0.63 cores=4,6
/proc/152473/task/152475/stat : 152475 (java) R 152470 152473 151447 0 -1 4194368 5370 0 0 0 62 1 0 0 20 0 19 0 237640734 19452874752 30581 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152484] ppid=152470 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/152473/task/152484/stat : 152484 (Finalizer) S 152470 152473 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237640736 19452874752 30581 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152491] ppid=152470 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/152473/task/152491/stat : 152491 (Common-Cleaner) S 152470 152473 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237640737 19452874752 30581 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152492] ppid=152470 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/152473/task/152492/stat : 152492 (Timer-0) S 152470 152473 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 237640754 19452874752 30581 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 122324 KiB

[startup+1.50024 s]
/proc/loadavg: 4.07 4.09 4.10 6/338 152492
/proc/meminfo: memFree=122798008/131250000 swapFree=33010672/33010684
[pid=152473] ppid=152470 vsize=18996948 memory=133096 CPUtime=2.84 cores=4,6
/proc/152473/stat : 152473 (java) S 152470 152473 151447 0 -1 4194304 20426 0 0 0 280 4 0 0 20 0 19 0 237640733 19452874752 33274 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
/proc/152473/statm: 4749237 33274 5466 1 0 553354 0
[pid=152473/tid=152475] ppid=152470 vsize=18996948 memory=10752 CPUtime=1.41 cores=4,6
/proc/152473/task/152475/stat : 152475 (java) R 152470 152473 151447 0 -1 4194368 5685 0 0 0 140 1 0 0 20 0 19 0 237640734 19452874752 33274 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152484] ppid=152470 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/152473/task/152484/stat : 152484 (Finalizer) S 152470 152473 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237640736 19452874752 33274 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152491] ppid=152470 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/152473/task/152491/stat : 152491 (Common-Cleaner) S 152470 152473 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237640737 19452874752 33274 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152492] ppid=152470 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/152473/task/152492/stat : 152492 (Timer-0) S 152470 152473 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 237640754 19452874752 33274 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 133096 KiB

[startup+3.10491 s]
/proc/loadavg: 4.07 4.09 4.10 5/339 152493
/proc/meminfo: memFree=122752956/131250000 swapFree=33010672/33010684
[pid=152473] ppid=152470 vsize=18996948 memory=153884 CPUtime=4.56 cores=4,6
/proc/152473/stat : 152473 (java) S 152470 152473 151447 0 -1 4194304 21301 0 0 0 451 5 0 0 20 0 19 0 237640733 19452874752 38471 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
/proc/152473/statm: 4749237 38471 5498 1 0 553375 0
[pid=152473/tid=152475] ppid=152470 vsize=18996948 memory=10752 CPUtime=3.02 cores=4,6
/proc/152473/task/152475/stat : 152475 (java) R 152470 152473 151447 0 -1 4194368 6024 0 0 0 300 2 0 0 20 0 19 0 237640734 19452874752 38471 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152484] ppid=152470 vsize=18996948 memory=-9175633898034209468 CPUtime=0 cores=4,6
/proc/152473/task/152484/stat : 152484 (Finalizer) S 152470 152473 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237640736 19452874752 38471 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152491] ppid=152470 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/152473/task/152491/stat : 152491 (Common-Cleaner) S 152470 152473 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237640737 19452874752 38471 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152492] ppid=152470 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/152473/task/152492/stat : 152492 (Timer-0) S 152470 152473 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 237640754 19452874752 38471 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
Current children cumulated CPU time: 4.56 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 153884 KiB

[startup+6.30019 s]
/proc/loadavg: 4.07 4.09 4.10 6/338 152560
/proc/meminfo: memFree=124315120/131250000 swapFree=33010672/33010684
[pid=152473] ppid=152470 vsize=19063512 memory=166092 CPUtime=7.8 cores=4,6
/proc/152473/stat : 152473 (java) S 152470 152473 151447 0 -1 4194304 22600 0 0 0 772 8 0 0 20 0 20 0 237640733 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
/proc/152473/statm: 4765878 41523 5498 1 0 553665 0
[pid=152473/tid=152475] ppid=152470 vsize=19063512 memory=0 CPUtime=6.17 cores=4,6
/proc/152473/task/152475/stat : 152475 (java) R 152470 152473 151447 0 -1 4194368 6060 0 0 0 613 4 0 0 20 0 20 0 237640734 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152484] ppid=152470 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/152473/task/152484/stat : 152484 (Finalizer) S 152470 152473 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237640736 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152491] ppid=152470 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/152473/task/152491/stat : 152491 (Common-Cleaner) S 152470 152473 151447 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 237640737 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152492] ppid=152470 vsize=19063512 memory=133096 CPUtime=0 cores=4,6
/proc/152473/task/152492/stat : 152492 (Timer-0) S 152470 152473 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237640754 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
Current children cumulated CPU time: 7.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166092 KiB

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

# cumulated CPU time of all completed processes:  user=11.9066 s, system=0.092554 s

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

[startup+6.40025 s]
/proc/loadavg: 4.07 4.09 4.10 6/338 152560
/proc/meminfo: memFree=124315120/131250000 swapFree=33010672/33010684
[pid=152473] ppid=152470 vsize=19063512 memory=166092 CPUtime=7.9 cores=4,6
/proc/152473/stat : 152473 (java) S 152470 152473 151447 0 -1 4194304 22600 0 0 0 782 8 0 0 20 0 20 0 237640733 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
/proc/152473/statm: 4765878 41523 5498 1 0 553665 0
[pid=152473/tid=152475] ppid=152470 vsize=19063512 memory=14720 CPUtime=6.27 cores=4,6
/proc/152473/task/152475/stat : 152475 (java) R 152470 152473 151447 0 -1 4194368 6060 0 0 0 623 4 0 0 20 0 20 0 237640734 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152484] ppid=152470 vsize=19063512 memory=27392 CPUtime=0 cores=4,6
/proc/152473/task/152484/stat : 152484 (Finalizer) S 152470 152473 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237640736 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152491] ppid=152470 vsize=19063512 memory=-9175633898034209468 CPUtime=0 cores=4,6
/proc/152473/task/152491/stat : 152491 (Common-Cleaner) S 152470 152473 151447 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 237640737 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152492] ppid=152470 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/152473/task/152492/stat : 152492 (Timer-0) S 152470 152473 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237640754 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
Current children cumulated CPU time: 7.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166092 KiB

[startup+8.00015 s]*
/proc/loadavg: 4.06 4.08 4.10 5/338 152560
/proc/meminfo: memFree=124273956/131250000 swapFree=33010672/33010684
[pid=152473] ppid=152470 vsize=19063512 memory=166092 CPUtime=9.5 cores=4,6
/proc/152473/stat : 152473 (java) S 152470 152473 151447 0 -1 4194304 22856 0 0 0 942 8 0 0 20 0 20 0 237640733 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
/proc/152473/statm: 4765878 41523 5498 1 0 553665 0
[pid=152473/tid=152475] ppid=152470 vsize=19063512 memory=-8600297946126000828 CPUtime=7.87 cores=4,6
/proc/152473/task/152475/stat : 152475 (java) R 152470 152473 151447 0 -1 4194368 6294 0 0 0 783 4 0 0 20 0 20 0 237640734 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152484] ppid=152470 vsize=19063512 memory=211292520752 CPUtime=0 cores=4,6
/proc/152473/task/152484/stat : 152484 (Finalizer) S 152470 152473 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237640736 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152491] ppid=152470 vsize=19063512 memory=55212677268211 CPUtime=0 cores=4,6
/proc/152473/task/152491/stat : 152491 (Common-Cleaner) S 152470 152473 151447 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 237640737 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152492] ppid=152470 vsize=19063512 memory=585556 CPUtime=0 cores=4,6
/proc/152473/task/152492/stat : 152492 (Timer-0) S 152470 152473 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237640754 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
Current children cumulated CPU time: 9.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166092 KiB

[startup+9.60017 s]
/proc/loadavg: 4.06 4.08 4.10 5/338 152560
/proc/meminfo: memFree=124257732/131250000 swapFree=33010672/33010684
[pid=152473] ppid=152470 vsize=19063512 memory=166092 CPUtime=11.11 cores=4,6
/proc/152473/stat : 152473 (java) S 152470 152473 151447 0 -1 4194304 24590 0 0 0 1103 8 0 0 20 0 20 0 237640733 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
/proc/152473/statm: 4765878 41523 5498 1 0 553665 0
[pid=152473/tid=152475] ppid=152470 vsize=19063512 memory=10752 CPUtime=9.46 cores=4,6
/proc/152473/task/152475/stat : 152475 (java) R 152470 152473 151447 0 -1 4194368 6633 0 0 0 942 4 0 0 20 0 20 0 237640734 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152484] ppid=152470 vsize=19063512 memory=166092 CPUtime=0 cores=4,6
/proc/152473/task/152484/stat : 152484 (Finalizer) S 152470 152473 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237640736 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152491] ppid=152470 vsize=19063512 memory=-9175633898034209468 CPUtime=0 cores=4,6
/proc/152473/task/152491/stat : 152491 (Common-Cleaner) S 152470 152473 151447 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 237640737 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152492] ppid=152470 vsize=19063512 memory=166092 CPUtime=0 cores=4,6
/proc/152473/task/152492/stat : 152492 (Timer-0) S 152470 152473 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237640754 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
Current children cumulated CPU time: 11.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166092 KiB

[startup+10.0001 s]*
/proc/loadavg: 4.06 4.08 4.10 5/338 152560
/proc/meminfo: memFree=124245556/131250000 swapFree=33010672/33010684
[pid=152473] ppid=152470 vsize=19063512 memory=166092 CPUtime=11.52 cores=4,6
/proc/152473/stat : 152473 (java) S 152470 152473 151447 0 -1 4194304 24594 0 0 0 1144 8 0 0 20 0 20 0 237640733 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
/proc/152473/statm: 4765878 41523 5498 1 0 553665 0
[pid=152473/tid=152475] ppid=152470 vsize=19063512 memory=-8600297946126000828 CPUtime=9.87 cores=4,6
/proc/152473/task/152475/stat : 152475 (java) R 152470 152473 151447 0 -1 4194368 6637 0 0 0 983 4 0 0 20 0 20 0 237640734 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152484] ppid=152470 vsize=19063512 memory=6640 CPUtime=0 cores=4,6
/proc/152473/task/152484/stat : 152484 (Finalizer) S 152470 152473 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237640736 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152491] ppid=152470 vsize=19063512 memory=166092 CPUtime=0 cores=4,6
/proc/152473/task/152491/stat : 152491 (Common-Cleaner) S 152470 152473 151447 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 237640737 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152492] ppid=152470 vsize=19063512 memory=6260 CPUtime=0 cores=4,6
/proc/152473/task/152492/stat : 152492 (Timer-0) S 152470 152473 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237640754 19521036288 41523 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
Current children cumulated CPU time: 11.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166092 KiB

[startup+10.2002 s]
/proc/loadavg: 4.06 4.08 4.10 5/338 152560
/proc/meminfo: memFree=124245556/131250000 swapFree=33010672/33010684
[pid=152473] ppid=152470 vsize=19063512 memory=167372 CPUtime=11.79 cores=4,6
/proc/152473/stat : 152473 (java) S 152470 152473 151447 0 -1 4194304 27104 0 0 0 1171 8 0 0 20 0 20 0 237640733 19521036288 41843 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
/proc/152473/statm: 4765878 41843 5498 1 0 553673 0
[pid=152473/tid=152475] ppid=152470 vsize=19063512 memory=2314850419760955696 CPUtime=10.06 cores=4,6
/proc/152473/task/152475/stat : 152475 (java) R 152470 152473 151447 0 -1 4194368 7453 0 0 0 1002 4 0 0 20 0 20 0 237640734 19521036288 41843 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152484] ppid=152470 vsize=19063512 memory=2305898221890962163 CPUtime=0 cores=4,6
/proc/152473/task/152484/stat : 152484 (Finalizer) S 152470 152473 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237640736 19521036288 41843 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152491] ppid=152470 vsize=19063512 memory=585556 CPUtime=0 cores=4,6
/proc/152473/task/152491/stat : 152491 (Common-Cleaner) S 152470 152473 151447 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 237640737 19521036288 41843 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152492] ppid=152470 vsize=19063512 memory=-9123011406873178988 CPUtime=0 cores=4,6
/proc/152473/task/152492/stat : 152492 (Timer-0) S 152470 152473 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237640754 19521036288 41843 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
Current children cumulated CPU time: 11.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167372 KiB

[startup+10.3005 s]
/proc/loadavg: 4.06 4.08 4.10 5/338 152560
/proc/meminfo: memFree=124245556/131250000 swapFree=33010672/33010684
[pid=152473] ppid=152470 vsize=19196640 memory=168780 CPUtime=11.98 cores=4,6
/proc/152473/stat : 152473 (java) S 152470 152473 151447 0 -1 4194304 28786 0 0 0 1190 8 0 0 20 0 20 0 237640733 19657359360 42195 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
/proc/152473/statm: 4799160 42195 5530 1 0 554307 0
[pid=152473/tid=152475] ppid=152470 vsize=19196640 memory=0 CPUtime=10.09 cores=4,6
/proc/152473/task/152475/stat : 152475 (java) S 152470 152473 151447 0 -1 4194368 8371 0 0 0 1005 4 0 0 20 0 20 0 237640734 19657359360 42195 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152484] ppid=152470 vsize=19196640 memory=3328 CPUtime=0 cores=4,6
/proc/152473/task/152484/stat : 152484 (Finalizer) S 152470 152473 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237640736 19657359360 42195 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
[pid=152473/tid=152491] ppid=152470 vsize=19196640 memory=133096 CPUtime=0 cores=4,6
/proc/152473/task/152491/stat : 152491 (Common-Cleaner) S 152470 152473 151447 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 237640737 19657359360 42195 18446744073709551615 94644881334272 94644881337968 140736924492864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94644881345784 94644881346576 94644906774528 140736924498303 140736924498404 140736924498404 140736924504008 0
Current children cumulated CPU time: 11.98 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 168780 KiB

Child status: 20

Real time (s): 10.3174
CPU time (s): 11.9992
CPU user time (s): 11.9066
CPU system time (s): 0.092554
CPU usage (%): 116.3
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 178964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.9066
system time used= 0.092554
maximum resident set size= 178964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28881
page faults= 0
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1442
involuntary context switches= 742


# summary of solver processes directly reported to runsolver:
#   pid: 152473
#   total CPU time (s): 11.9992
#   total CPU user time (s): 11.9066
#   total CPU system time (s): 0.092554

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035941 second user time and 0.067615 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-22 23:27:01
IDJOB=4542939
IDBENCH=165050
IDSOLVER=3363
FILE ID=nodeC026/4542939-1753219621
RUNJOBID= nodeC026-1753212428-151458
SLURM_JOB_ID= 9687803
Free space on /tmp= 433024 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/grids_large_opb/normalized-ECgrid_split_4_250.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542939-1753219621/watcher-4542939-1753219621 -o /tmp/evaluation-result-4542939-1753219621/solver-4542939-1753219621 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1753212428-151458 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4542939-1753219621.opb

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

MD5SUM BENCH= 87e1311ecdc95b0e818f1e181a3f4aa8
RANDOM SEED=1277868480

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        122881588 kB
MemAvailable:   127626880 kB
Buffers:            2128 kB
Cached:          5370688 kB
SwapCached:            4 kB
Active:          3157280 kB
Inactive:        4228552 kB
Active(anon):    2033940 kB
Inactive(anon):     5344 kB
Active(file):    1123340 kB
Inactive(file):  4223208 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3200 kB
Writeback:            16 kB
AnonPages:       2016108 kB
Mapped:           129124 kB
Shmem:             26268 kB
KReclaimable:     459544 kB
Slab:             564376 kB
SReclaimable:     459544 kB
SUnreclaim:       104832 kB
KernelStack:        5148 kB
PageTables:         7692 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7073792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151400 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1796096 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC026 at 2025-07-22 23:27:11