Trace number 4517774

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06OPT5 30.4701 27.2232

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=8-t=3.opb
MD5SUM970aa3d1f1d45876cf8a11b4225544dc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.080382
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables124
Total number of constraints1676
Number of constraints which are clauses1668
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint9
Number of terms in the objective function 8
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 8
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 10
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.20	c See www.sat4j.org for details.
0.08/0.22	c version PB25.v20250606
0.25/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.25	c java.vm.version	22.0.1+8-16
0.25/0.25	c java.vm.vendor	Oracle Corporation
0.25/0.25	c sun.arch.data.model	64
0.25/0.25	c java.version		22.0.1
0.25/0.25	c os.name		Linux
0.25/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.25	c os.arch		amd64
0.25/0.25	c Free memory 		2104792832
0.25/0.26	c Max memory 		16282288128
0.25/0.26	c Total memory 		2113929216
0.25/0.27	c Number of processors 	2
0.40/0.36	c Pseudo Boolean Optimization by upper bound
0.40/0.36	c --- Begin Solver configuration ---
0.40/0.36	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.40/0.36	c Learn all clauses as in MiniSAT
0.40/0.36	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.40/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.40/0.36	c Expensive reason simplification
0.40/0.36	c Glucose 2.1 dynamic restart strategy
0.40/0.36	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.40/0.36	c timeout=2147483s
0.40/0.36	c DB Simplification allowed=false
0.40/0.36	c Listener: none
0.40/0.36	c --- End Solver configuration ---
0.40/0.37	c solving HOME/instance-4517774-1751539206.opb
0.40/0.37	c reading problem ... 
0.40/0.37	c  objective function found
0.77/0.55	c ... done. Wall clock time 0.168s.
0.77/0.55	c declared #vars     124
0.77/0.55	c #constraints  1676
0.77/0.55	c constraints type 
0.77/0.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
0.77/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1668
0.77/0.55	c 1676 constraints processed.
0.77/0.57	c objective function length is 8 literals
1.50/0.92	c SATISFIABLE
1.50/0.92	c OPTIMIZING...
1.50/0.92	c Got one! Elapsed wall clock time (in seconds):0.556
1.50/0.92	o 5
1.91/1.11	c cleaning 3000 clauses out of 5999 with flag 18323/5999
2.29/1.34	c cleaning 4496 clauses out of 8999 with flag 52481/11999
2.69/1.58	c cleaning 5749 clauses out of 11503 with flag 93396/18999
3.07/1.74	c cleaning 6867 clauses out of 13754 with flag 142357/26999
3.46/1.95	c cleaning 7934 clauses out of 15890 with flag 201564/36002
4.03/2.26	c cleaning 8968 clauses out of 17953 with flag 301682/45999
4.68/2.64	c cleaning 9989 clauses out of 19987 with flag 403781/57001
4.97/2.95	c cleaning 10997 clauses out of 21998 with flag 491150/69001
5.27/3.26	c cleaning 11997 clauses out of 23999 with flag 583651/81999
5.68/3.60	c cleaning 12989 clauses out of 26004 with flag 675419/96001
5.98/3.96	c cleaning 14006 clauses out of 28014 with flag 763118/111000
6.38/4.36	c cleaning 14996 clauses out of 30009 with flag 868913/127001
6.95/4.82	c cleaning 16000 clauses out of 32011 with flag 982666/143999
7.52/5.35	c cleaning 17001 clauses out of 34013 with flag 1097622/162001
8.02/5.85	c cleaning 18004 clauses out of 36012 with flag 1222751/181001
8.78/6.59	c cleaning 18994 clauses out of 38005 with flag 1361978/200999
10.15/7.27	c cleaning 19995 clauses out of 40012 with flag 1498901/222000
11.04/7.96	c cleaning 21001 clauses out of 42016 with flag 1638688/243999
11.74/8.66	c cleaning 21998 clauses out of 44016 with flag 1783853/267000
12.55/9.48	c cleaning 22999 clauses out of 46017 with flag 1942198/290999
13.65/10.50	c cleaning 24005 clauses out of 48018 with flag 2117039/316000
14.75/11.65	c cleaning 25003 clauses out of 50011 with flag 2312837/341999
15.84/12.70	c cleaning 26001 clauses out of 52009 with flag 2470310/369000
17.25/14.13	c cleaning 26997 clauses out of 54008 with flag 2677600/397000
18.64/15.54	c cleaning 28004 clauses out of 56010 with flag 2881398/425999
20.25/17.07	c cleaning 29001 clauses out of 58005 with flag 3131130/456000
21.84/18.60	c cleaning 29987 clauses out of 60002 with flag 3369176/487001
23.36/20.13	c cleaning 30996 clauses out of 62011 with flag 3613395/518999
25.14/21.90	c cleaning 32003 clauses out of 64012 with flag 3887748/551999
26.93/23.78	c cleaning 32998 clauses out of 66007 with flag 4153333/586001
28.93/25.80	c cleaning 33994 clauses out of 67999 with flag 4398367/620999
30.43/27.20	c starts		: 1080
30.43/27.20	c conflicts		: 642445
30.43/27.20	c decisions		: 1339657
30.43/27.20	c propagations		: 10543826
30.43/27.21	c inspects		: 429645153
30.43/27.21	c shortcuts		: 0
30.43/27.21	c learnt literals	: 38
30.43/27.21	c learnt binary clauses	: 583
30.43/27.21	c learnt ternary clauses	: 4317
30.43/27.21	c learnt constraints	: 642406
30.43/27.21	c ignored constraints	: 0
30.43/27.21	c root simplifications	: 0
30.43/27.21	c removed literals (reason simplification)	: 3626688
30.43/27.21	c reason swapping (by a shorter reason)	: 0
30.43/27.21	c Calls to reduceDB	: 31
30.43/27.21	c Number of update (reduction) of LBD	: 383591
30.43/27.21	c Imported unit clauses	: 0
30.43/27.21	c No decision after first conflict	: false
30.43/27.21	c number of reductions to clauses (during analyze)	: 0
30.43/27.21	c number of learned constraints concerned by reduction	: 0
30.43/27.21	c number of learning phase by resolution	: 0
30.43/27.21	c number of learning phase by cutting planes	: 0
30.43/27.21	c number of rounding to 1 operations	: 0
30.43/27.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
30.43/27.21	c number of reductions of the coefficients by power 2 	: 0
30.43/27.21	c number of right shift for reduction by power 2 	: 0
30.43/27.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
30.43/27.21	c number of ending skipping 	: 0
30.43/27.21	c number of internal skipping 	: 0
30.43/27.21	c number of derivation steps 	: 0
30.43/27.21	c number of skipped derivation steps 	: 0
30.43/27.21	c number of remaining unassigned 	: 0
30.43/27.21	c number of remaining assigned 	: 0
30.43/27.21	c number of falsified literals weakened from reason	: 0
30.43/27.21	c number of falsified literals weakened from conflict	: 0
30.43/27.21	c time for arithmetic operations	: 0
30.43/27.21	c minimum degree of deleted constraints	: null
30.43/27.21	c maximum degree of deleted constraints	: null
30.43/27.21	c number of deleted constraints	: 0
30.43/27.21	c speed (assignments/second)	: 395908.15560228296
30.43/27.21	c non guided choices	: 119
30.43/27.21	s OPTIMUM FOUND
30.43/27.21	c Found 1 solution(s)
30.43/27.21	v -x1 x2 x3 -x4 x5 x6 -x7 x8 -x9 -x10 x11 x12 x13 -x14 -x15 x16 -x17 -x18 x19 x20 -x21 -x22 x23 -x24 x25 x26 x27 -x28 -x29 x30 x31 -x32 x33 -x34 x35 x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 x106 -x107 x108 -x109 -x110 x111 -x112 -x113 -x114 x115 x116 -x117 -x118 -x119 x120 -x121 -x122 x123 -x124 
30.43/27.21	c objective function=5
30.43/27.21	c Total wall clock time (in seconds): 26.847

Verifier Data

OK	5

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517774-1751539206/watcher-4517774-1751539206 -o /tmp/evaluation-result-4517774-1751539206/solver-4517774-1751539206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751539206-73502 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4517774-1751539206.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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=73552, runsolver pid=73543
Current StackSize limit: 8192 KiB


[startup+0.100075 s]*
/proc/loadavg: 0.66 1.69 2.93 11/313 73623
/proc/meminfo: memFree=129325560/131382120 swapFree=33010416/33010684
[pid=73552] ppid=73543 vsize=18930288 memory=45264 CPUtime=0.08 cores=0,2
/proc/73552/stat : 73552 (java) S 73543 73552 73492 0 -1 4194304 5476 0 9 0 5 3 0 0 20 0 18 0 69599403 19384614912 11316 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
/proc/73552/statm: 4732572 11316 4861 1 0 546688 0
[pid=73552/tid=73563] ppid=73543 vsize=18930288 memory=4026532124 CPUtime=0.05 cores=0,2
/proc/73552/task/73563/stat : 73563 (java) D 73543 73552 73492 0 -1 4456512 4585 0 9 0 3 2 0 0 20 0 18 0 69599407 19384614912 11316 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73598] ppid=73543 vsize=18930288 memory=2576 CPUtime=0 cores=0,2
/proc/73552/task/73598/stat : 73598 (Finalizer) S 73543 73552 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69599413 19384614912 11316 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73630] ppid=73543 vsize=18930288 memory=54096036103158 CPUtime=0 cores=0,2
/proc/73552/task/73630/stat : 73630 (Common-Cleaner) S 73543 73552 73492 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 69599415 19384614912 11316 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930288 KiB
Current children cumulated memory: 45264 KiB

[startup+0.216056 s]*
/proc/loadavg: 0.66 1.69 2.93 9/320 73630
/proc/meminfo: memFree=129302312/131382120 swapFree=33010416/33010684
[pid=73552] ppid=73543 vsize=18930384 memory=49744 CPUtime=0.25 cores=0,2
/proc/73552/stat : 73552 (java) S 73543 73552 73492 0 -1 4194304 6154 0 9 0 21 4 0 0 20 0 18 0 69599403 19384713216 12436 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
/proc/73552/statm: 4732596 12436 5341 1 0 547213 0
[pid=73552/tid=73563] ppid=73543 vsize=18930384 memory=4026728732 CPUtime=0.15 cores=0,2
/proc/73552/task/73563/stat : 73563 (java) R 73543 73552 73492 0 -1 4194368 4996 0 9 0 13 2 0 0 20 0 18 0 69599407 19384713216 12436 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73598] ppid=73543 vsize=18930384 memory=2576 CPUtime=0 cores=0,2
/proc/73552/task/73598/stat : 73598 (Finalizer) S 73543 73552 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69599413 19384713216 12436 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73630] ppid=73543 vsize=18930384 memory=54096036103158 CPUtime=0 cores=0,2
/proc/73552/task/73630/stat : 73630 (Common-Cleaner) S 73543 73552 73492 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 69599415 19384713216 12436 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49744 KiB

[startup+0.316753 s]*
/proc/loadavg: 1.01 1.75 2.94 10/320 73630
/proc/meminfo: memFree=129289336/131382120 swapFree=33010416/33010684
[pid=73552] ppid=73543 vsize=18930384 memory=58060 CPUtime=0.4 cores=0,2
/proc/73552/stat : 73552 (java) S 73543 73552 73492 0 -1 4194304 6700 0 9 0 35 5 0 0 20 0 18 0 69599403 19384713216 14515 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
/proc/73552/statm: 4732596 14515 5341 1 0 547690 0
[pid=73552/tid=73563] ppid=73543 vsize=18930384 memory=-6000919485608192360 CPUtime=0.26 cores=0,2
/proc/73552/task/73563/stat : 73563 (java) R 73543 73552 73492 0 -1 4194368 5176 0 9 0 23 3 0 0 20 0 18 0 69599407 19384713216 14515 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73598] ppid=73543 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/73552/task/73598/stat : 73598 (Finalizer) S 73543 73552 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69599413 19384713216 14515 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73630] ppid=73543 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/73552/task/73630/stat : 73630 (Common-Cleaner) S 73543 73552 73492 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 69599415 19384713216 14515 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58060 KiB

[startup+0.700306 s]
/proc/loadavg: 1.01 1.75 2.94 10/320 73630
/proc/meminfo: memFree=129275036/131382120 swapFree=33010416/33010684
[pid=73552] ppid=73543 vsize=18996948 memory=69824 CPUtime=1.11 cores=0,2
/proc/73552/stat : 73552 (java) S 73543 73552 73492 0 -1 4194304 8785 0 9 0 104 7 0 0 20 0 19 0 69599403 19452874752 17456 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
/proc/73552/statm: 4749237 17456 5469 1 0 549088 0
[pid=73552/tid=73563] ppid=73543 vsize=18996948 memory=17920 CPUtime=0.56 cores=0,2
/proc/73552/task/73563/stat : 73563 (java) R 73543 73552 73492 0 -1 4194368 5423 0 9 0 52 4 0 0 20 0 19 0 69599407 19452874752 17456 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73598] ppid=73543 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/73552/task/73598/stat : 73598 (Finalizer) S 73543 73552 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 69599413 19452874752 17456 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73630] ppid=73543 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/73552/task/73630/stat : 73630 (Common-Cleaner) S 73543 73552 73492 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 69599415 19452874752 17456 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69824 KiB

[startup+1.50222 s]
/proc/loadavg: 1.01 1.75 2.94 11/324 73634
/proc/meminfo: memFree=129177116/131382120 swapFree=33010416/33010684
[pid=73552] ppid=73543 vsize=18996948 memory=83152 CPUtime=2.69 cores=0,2
/proc/73552/stat : 73552 (java) S 73543 73552 73492 0 -1 4194304 16335 0 9 0 260 9 0 0 20 0 19 0 69599403 19452874752 20788 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
/proc/73552/statm: 4749237 20788 5469 1 0 551692 0
[pid=73552/tid=73563] ppid=73543 vsize=18996948 memory=3200 CPUtime=1.31 cores=0,2
/proc/73552/task/73563/stat : 73563 (java) R 73543 73552 73492 0 -1 4194368 5838 0 9 0 127 4 0 0 20 0 19 0 69599407 19452874752 20788 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73598] ppid=73543 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/73552/task/73598/stat : 73598 (Finalizer) S 73543 73552 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 69599413 19452874752 20788 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73630] ppid=73543 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/73552/task/73630/stat : 73630 (Common-Cleaner) S 73543 73552 73492 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 69599415 19452874752 20788 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73632] ppid=73543 vsize=18996948 memory=14464 CPUtime=0 cores=0,2
/proc/73552/task/73632/stat : 73632 (Timer-0) S 73543 73552 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 69599462 19452874752 20788 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 83152 KiB

[startup+3.10546 s]
/proc/loadavg: 1.01 1.75 2.94 7/324 73634
/proc/meminfo: memFree=129082236/131382120 swapFree=33010416/33010684
[pid=73552] ppid=73543 vsize=18996948 memory=108908 CPUtime=5.18 cores=0,2
/proc/73552/stat : 73552 (java) S 73543 73552 73492 0 -1 4194304 22577 0 9 0 507 11 0 0 20 0 19 0 69599403 19452874752 27227 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
/proc/73552/statm: 4749237 27227 5469 1 0 553900 0
[pid=73552/tid=73563] ppid=73543 vsize=18996948 memory=14464 CPUtime=2.9 cores=0,2
/proc/73552/task/73563/stat : 73563 (java) R 73543 73552 73492 0 -1 4194368 6164 0 9 0 286 4 0 0 20 0 19 0 69599407 19452874752 27227 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73598] ppid=73543 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/73552/task/73598/stat : 73598 (Finalizer) S 73543 73552 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 69599413 19452874752 27227 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73630] ppid=73543 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/73552/task/73630/stat : 73630 (Common-Cleaner) S 73543 73552 73492 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 69599415 19452874752 27227 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73632] ppid=73543 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/73552/task/73632/stat : 73632 (Timer-0) S 73543 73552 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 69599462 19452874752 27227 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
Current children cumulated CPU time: 5.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 108908 KiB

[startup+6.30037 s]
/proc/loadavg: 1.33 1.80 2.95 7/322 73698
/proc/meminfo: memFree=129040640/131382120 swapFree=33010416/33010684
[pid=73552] ppid=73543 vsize=18996948 memory=126744 CPUtime=8.51 cores=0,2
/proc/73552/stat : 73552 (java) S 73543 73552 73492 0 -1 4194304 25265 0 9 0 839 12 0 0 20 0 19 0 69599403 19452874752 31686 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
/proc/73552/statm: 4749237 31686 5469 1 0 553902 0
[pid=73552/tid=73563] ppid=73543 vsize=18996948 memory=0 CPUtime=6.09 cores=0,2
/proc/73552/task/73563/stat : 73563 (java) R 73543 73552 73492 0 -1 4194368 6552 0 9 0 604 5 0 0 20 0 19 0 69599407 19452874752 31686 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73598] ppid=73543 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/73552/task/73598/stat : 73598 (Finalizer) S 73543 73552 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 69599413 19452874752 31686 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73630] ppid=73543 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/73552/task/73630/stat : 73630 (Common-Cleaner) S 73543 73552 73492 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 69599415 19452874752 31686 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73632] ppid=73543 vsize=18996948 memory=83536 CPUtime=0 cores=0,2
/proc/73552/task/73632/stat : 73632 (Timer-0) S 73543 73552 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 69599462 19452874752 31686 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
Current children cumulated CPU time: 8.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 126744 KiB

[startup+12.7004 s]
/proc/loadavg: 1.70 1.87 2.97 5/326 73767
/proc/meminfo: memFree=128727876/131382120 swapFree=33010416/33010684
[pid=73552] ppid=73543 vsize=18996948 memory=161056 CPUtime=15.84 cores=0,2
/proc/73552/stat : 73552 (java) S 73543 73552 73492 0 -1 4194304 31295 0 9 0 1570 14 0 0 20 0 19 0 69599403 19452874752 40264 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
/proc/73552/statm: 4749237 40264 5469 1 0 553978 0
[pid=73552/tid=73563] ppid=73543 vsize=18996948 memory=83536 CPUtime=12.47 cores=0,2
/proc/73552/task/73563/stat : 73563 (java) R 73543 73552 73492 0 -1 4194368 8089 0 9 0 1241 6 0 0 20 0 19 0 69599407 19452874752 40264 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73598] ppid=73543 vsize=18996948 memory=150816 CPUtime=0 cores=0,2
/proc/73552/task/73598/stat : 73598 (Finalizer) S 73543 73552 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 69599413 19452874752 40264 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73630] ppid=73543 vsize=18996948 memory=156960 CPUtime=0 cores=0,2
/proc/73552/task/73630/stat : 73630 (Common-Cleaner) S 73543 73552 73492 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 69599415 19452874752 40264 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73632] ppid=73543 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/73552/task/73632/stat : 73632 (Timer-0) S 73543 73552 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 69599462 19452874752 40264 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
Current children cumulated CPU time: 15.84 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 161056 KiB

[startup+25.5004 s]
/proc/loadavg: 2.29 1.99 3.00 5/327 73769
/proc/meminfo: memFree=128054456/131382120 swapFree=33010416/33010684
[pid=73552] ppid=73543 vsize=19063512 memory=184068 CPUtime=28.73 cores=0,2
/proc/73552/stat : 73552 (java) S 73543 73552 73492 0 -1 4194304 34474 0 9 0 2857 16 0 0 20 0 20 0 69599403 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
/proc/73552/statm: 4765878 46017 5501 1 0 554267 0
[pid=73552/tid=73563] ppid=73543 vsize=19063512 memory=156960 CPUtime=25.18 cores=0,2
/proc/73552/task/73563/stat : 73563 (java) R 73543 73552 73492 0 -1 4194368 8645 0 9 0 2512 6 0 0 20 0 20 0 69599407 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73598] ppid=73543 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/73552/task/73598/stat : 73598 (Finalizer) S 73543 73552 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69599413 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73630] ppid=73543 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/73552/task/73630/stat : 73630 (Common-Cleaner) S 73543 73552 73492 0 -1 4194368 68 0 0 0 0 0 0 0 20 0 20 0 69599415 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73632] ppid=73543 vsize=19063512 memory=17920 CPUtime=0 cores=0,2
/proc/73552/task/73632/stat : 73632 (Timer-0) S 73543 73552 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69599462 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
Current children cumulated CPU time: 28.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184068 KiB

[startup+27.2232 s]
# the end of solver process 73552 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=30.2975 s, system=0.172547 s

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

[startup+25.6005 s]
/proc/loadavg: 2.29 1.99 3.00 5/327 73769
/proc/meminfo: memFree=128054456/131382120 swapFree=33010416/33010684
[pid=73552] ppid=73543 vsize=19063512 memory=184068 CPUtime=28.83 cores=0,2
/proc/73552/stat : 73552 (java) S 73543 73552 73492 0 -1 4194304 34474 0 9 0 2867 16 0 0 20 0 20 0 69599403 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
/proc/73552/statm: 4765878 46017 5501 1 0 554267 0
[pid=73552/tid=73563] ppid=73543 vsize=19063512 memory=83536 CPUtime=25.28 cores=0,2
/proc/73552/task/73563/stat : 73563 (java) R 73543 73552 73492 0 -1 4194368 8645 0 9 0 2522 6 0 0 20 0 20 0 69599407 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73598] ppid=73543 vsize=19063512 memory=126744 CPUtime=0 cores=0,2
/proc/73552/task/73598/stat : 73598 (Finalizer) S 73543 73552 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69599413 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73630] ppid=73543 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/73552/task/73630/stat : 73630 (Common-Cleaner) S 73543 73552 73492 0 -1 4194368 68 0 0 0 0 0 0 0 20 0 20 0 69599415 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73632] ppid=73543 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/73552/task/73632/stat : 73632 (Timer-0) S 73543 73552 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69599462 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
Current children cumulated CPU time: 28.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184068 KiB

[startup+26.4004 s]
/proc/loadavg: 2.43 2.02 3.00 8/327 73769
/proc/meminfo: memFree=128017592/131382120 swapFree=33010416/33010684
[pid=73552] ppid=73543 vsize=19063512 memory=184068 CPUtime=29.63 cores=0,2
/proc/73552/stat : 73552 (java) S 73543 73552 73492 0 -1 4194304 34475 0 9 0 2947 16 0 0 20 0 20 0 69599403 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
/proc/73552/statm: 4765878 46017 5501 1 0 554267 0
[pid=73552/tid=73563] ppid=73543 vsize=19063512 memory=184068 CPUtime=26.08 cores=0,2
/proc/73552/task/73563/stat : 73563 (java) R 73543 73552 73492 0 -1 4194368 8646 0 9 0 2602 6 0 0 20 0 20 0 69599407 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73598] ppid=73543 vsize=19063512 memory=5504 CPUtime=0 cores=0,2
/proc/73552/task/73598/stat : 73598 (Finalizer) S 73543 73552 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69599413 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73630] ppid=73543 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/73552/task/73630/stat : 73630 (Common-Cleaner) S 73543 73552 73492 0 -1 4194368 68 0 0 0 0 0 0 0 20 0 20 0 69599415 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73632] ppid=73543 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/73552/task/73632/stat : 73632 (Timer-0) S 73543 73552 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69599462 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
Current children cumulated CPU time: 29.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184068 KiB

[startup+26.8004 s]
/proc/loadavg: 2.43 2.02 3.00 8/327 73769
/proc/meminfo: memFree=128017592/131382120 swapFree=33010416/33010684
[pid=73552] ppid=73543 vsize=19063512 memory=184068 CPUtime=30.03 cores=0,2
/proc/73552/stat : 73552 (java) S 73543 73552 73492 0 -1 4194304 34476 0 9 0 2987 16 0 0 20 0 20 0 69599403 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
/proc/73552/statm: 4765878 46017 5501 1 0 554267 0
[pid=73552/tid=73563] ppid=73543 vsize=19063512 memory=280273593914816 CPUtime=26.48 cores=0,2
/proc/73552/task/73563/stat : 73563 (java) R 73543 73552 73492 0 -1 4194368 8647 0 9 0 2642 6 0 0 20 0 20 0 69599407 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73598] ppid=73543 vsize=19063512 memory=280273593915008 CPUtime=0 cores=0,2
/proc/73552/task/73598/stat : 73598 (Finalizer) S 73543 73552 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69599413 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73630] ppid=73543 vsize=19063512 memory=280273593853700 CPUtime=0 cores=0,2
/proc/73552/task/73630/stat : 73630 (Common-Cleaner) S 73543 73552 73492 0 -1 4194368 68 0 0 0 0 0 0 0 20 0 20 0 69599415 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73632] ppid=73543 vsize=19063512 memory=198340509722 CPUtime=0 cores=0,2
/proc/73552/task/73632/stat : 73632 (Timer-0) S 73543 73552 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69599462 19521036288 46017 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
Current children cumulated CPU time: 30.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184068 KiB

[startup+27.2004 s]
/proc/loadavg: 2.43 2.02 3.00 5/327 73769
/proc/meminfo: memFree=127939768/131382120 swapFree=33010416/33010684
[pid=73552] ppid=73543 vsize=19196640 memory=184324 CPUtime=30.43 cores=0,2
/proc/73552/stat : 73552 (java) S 73543 73552 73492 0 -1 4194304 35773 0 9 0 3027 16 0 0 20 0 20 0 69599403 19657359360 46081 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
/proc/73552/statm: 4799160 46081 5501 1 0 554853 0
[pid=73552/tid=73563] ppid=73543 vsize=19196640 memory=17920 CPUtime=26.86 cores=0,2
/proc/73552/task/73563/stat : 73563 (java) S 73543 73552 73492 0 -1 4194368 9774 0 9 0 2680 6 0 0 20 0 20 0 69599407 19657359360 46081 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73598] ppid=73543 vsize=19196640 memory=11264 CPUtime=0 cores=0,2
/proc/73552/task/73598/stat : 73598 (Finalizer) S 73543 73552 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69599413 19657359360 46081 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
[pid=73552/tid=73630] ppid=73543 vsize=19196640 memory=5504 CPUtime=0 cores=0,2
/proc/73552/task/73630/stat : 73630 (Common-Cleaner) S 73543 73552 73492 0 -1 4194368 68 0 0 0 0 0 0 0 20 0 20 0 69599415 19657359360 46081 18446744073709551615 94131627192320 94131627196016 140722115934800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94131627203832 94131627204624 94131642871808 140722115938689 140722115938790 140722115938790 140722115944392 0
Current children cumulated CPU time: 30.43 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 184324 KiB

Child status: 30

Real time (s): 27.2232
CPU time (s): 30.4701
CPU user time (s): 30.2975
CPU system time (s): 0.172547
CPU usage (%): 111.927
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 184324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.2975
system time used= 0.172547
maximum resident set size= 184708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36301
page faults= 9
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2131
involuntary context switches= 1185


# summary of solver processes directly reported to runsolver:
#   pid: 73552
#   total CPU time (s): 30.4701
#   total CPU user time (s): 30.2975
#   total CPU system time (s): 0.172547

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.189846 second user time and 0.343443 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-03 12:40:06
IDJOB=4517774
IDBENCH=176184
IDSOLVER=3363
FILE ID=nodeC002/4517774-1751539206
RUNJOBID= nodeC002-1751539206-73502
SLURM_JOB_ID= 9598696
Free space on /tmp= 432748 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=8-t=3.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517774-1751539206/watcher-4517774-1751539206 -o /tmp/evaluation-result-4517774-1751539206/solver-4517774-1751539206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751539206-73502 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4517774-1751539206.opb

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

MD5SUM BENCH= 970aa3d1f1d45876cf8a11b4225544dc
RANDOM SEED=1970767242

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129386500 kB
MemAvailable:   129894660 kB
Buffers:            2128 kB
Cached:          1314004 kB
SwapCached:           28 kB
Active:           369108 kB
Inactive:        1010932 kB
Active(anon):      75436 kB
Inactive(anon):     6404 kB
Active(file):     293672 kB
Inactive(file):  1004528 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2060 kB
Writeback:             0 kB
AnonPages:         67080 kB
Mapped:           103052 kB
Shmem:             17932 kB
KReclaimable:      99176 kB
Slab:             182796 kB
SReclaimable:      99176 kB
SUnreclaim:        83620 kB
KernelStack:        3936 kB
PageTables:         2920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     330488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432744 MiB
End job on nodeC002 at 2025-07-03 12:40:33