Trace number 4515390

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 29.4984 27.2662

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP145.shuf-1.opb
MD5SUMba28cd3367cfe12555432753b09255a3
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 benchmark5.14641
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42924
Total number of constraints10732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)18
Number of constraints which are nor clauses,nor cardinality constraints10714
Minimum length of a constraint4
Maximum length of a constraint12
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 24
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4515390-1751235489.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.70/0.43	c ... done. Wall clock time 0.277s.
0.70/0.43	c declared #vars     42924
0.70/0.43	c #constraints  10732
0.70/0.43	c constraints type 
0.70/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10732
0.70/0.43	c 10732 constraints processed.
1.67/0.98	c cleaning 2491 clauses out of 5000 with flag 15822/5000
2.08/1.18	c cleaning 4245 clauses out of 8509 with flag 34085/11000
2.26/1.28	c cleaning 5593 clauses out of 11265 with flag 56747/18001
2.86/1.57	c cleaning 6833 clauses out of 13671 with flag 80187/26000
3.04/1.66	c cleaning 7881 clauses out of 15839 with flag 111237/35001
3.38/1.84	c cleaning 8880 clauses out of 17959 with flag 141979/45002
3.48/1.95	c cleaning 9914 clauses out of 20077 with flag 176801/56000
3.59/2.05	c cleaning 11054 clauses out of 22164 with flag 216587/68001
3.88/2.31	c cleaning 12034 clauses out of 24109 with flag 259310/81000
3.98/2.45	c cleaning 13008 clauses out of 26076 with flag 310533/95001
4.08/2.59	c cleaning 14025 clauses out of 28067 with flag 361740/110000
4.28/2.76	c cleaning 14980 clauses out of 30043 with flag 416852/126001
4.61/3.04	c cleaning 16010 clauses out of 32063 with flag 476490/143001
4.93/3.34	c cleaning 16930 clauses out of 34053 with flag 537648/161001
5.23/3.64	c cleaning 18019 clauses out of 36122 with flag 603201/180000
5.53/3.94	c cleaning 19011 clauses out of 38103 with flag 673752/200000
5.74/4.18	c cleaning 20016 clauses out of 40093 with flag 746369/221001
5.93/4.38	c cleaning 21031 clauses out of 42076 with flag 822167/243000
6.23/4.68	c cleaning 21950 clauses out of 44046 with flag 898933/266001
6.73/5.18	c cleaning 23040 clauses out of 46095 with flag 984713/290000
7.13/5.54	c cleaning 23976 clauses out of 48055 with flag 1073820/315000
7.53/5.98	c cleaning 24995 clauses out of 50079 with flag 1165608/341000
7.82/6.29	c cleaning 26000 clauses out of 52084 with flag 1259465/368000
8.24/6.63	c cleaning 26986 clauses out of 54084 with flag 1360612/396000
8.75/7.14	c cleaning 27923 clauses out of 56098 with flag 1458590/425000
9.24/7.68	c cleaning 29048 clauses out of 58176 with flag 1566736/455001
9.75/8.13	c cleaning 29926 clauses out of 60127 with flag 1673624/486000
10.14/8.54	c cleaning 31053 clauses out of 62201 with flag 1784994/518000
10.54/8.95	c cleaning 30844 clauses out of 64149 with flag 1891786/551001
11.05/9.46	c cleaning 31885 clauses out of 67304 with flag 2006689/585000
11.67/10.07	c cleaning 33207 clauses out of 70421 with flag 2127420/620002
12.09/10.49	c cleaning 34165 clauses out of 73212 with flag 2252593/656000
12.71/11.06	c cleaning 34590 clauses out of 76048 with flag 2381534/693001
13.20/11.58	c cleaning 36236 clauses out of 79457 with flag 2513639/731000
13.70/12.03	c cleaning 37297 clauses out of 82223 with flag 2649597/770002
14.42/12.72	c cleaning 37450 clauses out of 84924 with flag 2792801/810000
15.12/13.41	c cleaning 38310 clauses out of 88474 with flag 2930801/851000
15.72/14.06	c cleaning 39496 clauses out of 92165 with flag 3084879/893001
16.42/14.73	c cleaning 40327 clauses out of 95669 with flag 3238773/936001
17.32/15.63	c cleaning 41490 clauses out of 99341 with flag 3385945/980000
18.41/16.76	c cleaning 42067 clauses out of 102852 with flag 3545932/1025001
19.41/17.71	c cleaning 42372 clauses out of 106784 with flag 3703839/1071000
20.41/18.79	c cleaning 43864 clauses out of 111412 with flag 3864063/1118000
21.21/19.54	c cleaning 45162 clauses out of 115549 with flag 4030642/1166001
22.71/20.88	c cleaning 45666 clauses out of 119386 with flag 4195561/1215000
26.03/23.91	c cleaning 46343 clauses out of 123720 with flag 4361208/1265000
28.93/26.80	c cleaning 47755 clauses out of 128378 with flag 4541345/1316001
29.24/27.17	c starts		: 706
29.24/27.18	c conflicts		: 1319923
29.24/27.18	c decisions		: 23243600
29.24/27.18	c propagations		: 34334145
29.24/27.18	c inspects		: 113013144
29.24/27.18	c shortcuts		: 0
29.24/27.18	c learnt literals	: 6
29.24/27.18	c learnt binary clauses	: 31
29.24/27.18	c learnt ternary clauses	: 22907
29.24/27.18	c learnt constraints	: 1319916
29.24/27.18	c ignored constraints	: 0
29.24/27.18	c root simplifications	: 0
29.24/27.18	c removed literals (reason simplification)	: 465729
29.24/27.18	c reason swapping (by a shorter reason)	: 0
29.24/27.18	c Calls to reduceDB	: 47
29.24/27.18	c Number of update (reduction) of LBD	: 341301
29.24/27.18	c Imported unit clauses	: 0
29.24/27.18	c No decision after first conflict	: false
29.24/27.18	c number of reductions to clauses (during analyze)	: 0
29.24/27.18	c number of learned constraints concerned by reduction	: 0
29.24/27.18	c number of learning phase by resolution	: 0
29.24/27.18	c number of learning phase by cutting planes	: 0
29.24/27.19	c number of rounding to 1 operations	: 0
29.24/27.19	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
29.24/27.19	c number of reductions of the coefficients by power 2 	: 0
29.24/27.19	c number of right shift for reduction by power 2 	: 0
29.24/27.19	c number of reductions of the coefficients by GCD over coefficients 	: 0
29.24/27.19	c number of ending skipping 	: 0
29.24/27.19	c number of internal skipping 	: 0
29.24/27.19	c number of derivation steps 	: 0
29.24/27.19	c number of skipped derivation steps 	: 0
29.24/27.19	c number of remaining unassigned 	: 0
29.24/27.19	c number of remaining assigned 	: 0
29.24/27.19	c number of falsified literals weakened from reason	: 0
29.24/27.19	c number of falsified literals weakened from conflict	: 0
29.24/27.19	c time for arithmetic operations	: 0
29.24/27.19	c minimum degree of deleted constraints	: null
29.24/27.19	c maximum degree of deleted constraints	: null
29.24/27.19	c number of deleted constraints	: 0
29.24/27.19	c speed (assignments/second)	: 1283279.5739114184
29.24/27.19	c non guided choices	: 20035972
29.38/27.24	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 84507
29.38/27.24	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 31
29.38/27.25	s UNSATISFIABLE
29.38/27.25	c Total wall clock time (in seconds): 27.115

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515390-1751235489/watcher-4515390-1751235489 -o /tmp/evaluation-result-4515390-1751235489/solver-4515390-1751235489 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751235489-32351 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4515390-1751235489.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=32407, runsolver pid=32393

[startup+0.100061 s]*
/proc/loadavg: 1.13 1.59 2.62 10/334 32478
/proc/meminfo: memFree=127773392/131249996 swapFree=33010684/33010684
[pid=32407] ppid=32393 vsize=18930384 memory=57800 CPUtime=0.12 cores=0,2
/proc/32407/stat : 32407 (java) S 32393 32407 29257 0 -1 4194304 6558 0 0 0 10 2 0 0 20 0 18 0 39226823 19384713216 14450 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
/proc/32407/statm: 4732596 14450 5359 1 0 547604 0
[pid=32407/tid=32427] ppid=32393 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=0,2
/proc/32407/task/32427/stat : 32427 (java) R 32393 32407 29257 0 -1 4194368 5060 0 0 0 6 1 0 0 20 0 18 0 39226825 19384713216 14450 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32448] ppid=32393 vsize=18930384 memory=16099 CPUtime=0 cores=0,2
/proc/32407/task/32448/stat : 32448 (Finalizer) S 32393 32407 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39226827 19384713216 14450 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32457] ppid=32393 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/32407/task/32457/stat : 32457 (Common-Cleaner) S 32393 32407 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39226827 19384713216 14450 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57800 KiB

[startup+0.20565 s]*
/proc/loadavg: 1.13 1.59 2.62 13/334 32478
/proc/meminfo: memFree=127719044/131249996 swapFree=33010684/33010684
[pid=32407] ppid=32393 vsize=18930384 memory=68404 CPUtime=0.31 cores=0,2
/proc/32407/stat : 32407 (java) S 32393 32407 29257 0 -1 4194304 7101 0 0 0 29 2 0 0 20 0 18 0 39226823 19384713216 17101 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
/proc/32407/statm: 4732596 17101 5423 1 0 547979 0
[pid=32407/tid=32427] ppid=32393 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=0,2
/proc/32407/task/32427/stat : 32427 (java) R 32393 32407 29257 0 -1 4194368 5265 0 0 0 15 1 0 0 20 0 18 0 39226825 19384713216 17101 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32448] ppid=32393 vsize=18930384 memory=16099 CPUtime=0 cores=0,2
/proc/32407/task/32448/stat : 32448 (Finalizer) S 32393 32407 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39226827 19384713216 17101 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32457] ppid=32393 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/32407/task/32457/stat : 32457 (Common-Cleaner) S 32393 32407 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39226827 19384713216 17101 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68404 KiB

[startup+0.305696 s]*
/proc/loadavg: 1.76 1.71 2.65 12/336 32480
/proc/meminfo: memFree=127513996/131249996 swapFree=33010684/33010684
[pid=32407] ppid=32393 vsize=18930384 memory=107896 CPUtime=0.51 cores=0,2
/proc/32407/stat : 32407 (java) S 32393 32407 29257 0 -1 4194304 8870 0 0 0 48 3 0 0 20 0 18 0 39226823 19384713216 26974 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
/proc/32407/statm: 4732596 26974 5423 1 0 549084 0
[pid=32407/tid=32427] ppid=32393 vsize=18930384 memory=-6000919489886448236 CPUtime=0.25 cores=0,2
/proc/32407/task/32427/stat : 32427 (java) R 32393 32407 29257 0 -1 4194368 5285 0 0 0 23 2 0 0 20 0 18 0 39226825 19384713216 26974 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32448] ppid=32393 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/32407/task/32448/stat : 32448 (Finalizer) S 32393 32407 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39226827 19384713216 26974 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32457] ppid=32393 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/32407/task/32457/stat : 32457 (Common-Cleaner) S 32393 32407 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39226827 19384713216 26974 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 107896 KiB

[startup+0.700255 s]
/proc/loadavg: 1.76 1.71 2.65 9/339 32483
/proc/meminfo: memFree=127093964/131249996 swapFree=33010684/33010684
[pid=32407] ppid=32393 vsize=19063512 memory=178688 CPUtime=1.27 cores=0,2
/proc/32407/stat : 32407 (java) S 32393 32407 29257 0 -1 4194304 13810 0 0 0 121 6 0 0 20 0 20 0 39226823 19521036288 44672 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
/proc/32407/statm: 4765878 44672 5487 1 0 552385 0
[pid=32407/tid=32427] ppid=32393 vsize=19063512 memory=17536 CPUtime=0.59 cores=0,2
/proc/32407/task/32427/stat : 32427 (java) R 32393 32407 29257 0 -1 4194368 5355 0 0 0 57 2 0 0 20 0 20 0 39226825 19521036288 44672 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32448] ppid=32393 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/32407/task/32448/stat : 32448 (Finalizer) S 32393 32407 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226827 19521036288 44672 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32457] ppid=32393 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32407/task/32457/stat : 32457 (Common-Cleaner) S 32393 32407 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39226827 19521036288 44672 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32483] ppid=32393 vsize=19063512 memory=4752 CPUtime=0 cores=0,2
/proc/32407/task/32483/stat : 32483 (Timer-0) S 32393 32407 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226867 19521036288 44672 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178688 KiB

[startup+1.50028 s]
/proc/loadavg: 1.76 1.71 2.65 10/341 32485
/proc/meminfo: memFree=126220804/131249996 swapFree=33010684/33010684
[pid=32407] ppid=32393 vsize=19063512 memory=180096 CPUtime=2.86 cores=0,2
/proc/32407/stat : 32407 (java) S 32393 32407 29257 0 -1 4194304 18907 0 0 0 280 6 0 0 20 0 20 0 39226823 19521036288 45024 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
/proc/32407/statm: 4765878 45024 5487 1 0 552441 0
[pid=32407/tid=32427] ppid=32393 vsize=19063512 memory=10880 CPUtime=1.37 cores=0,2
/proc/32407/task/32427/stat : 32427 (java) R 32393 32407 29257 0 -1 4194368 5926 0 0 0 134 3 0 0 20 0 20 0 39226825 19521036288 45024 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32448] ppid=32393 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32407/task/32448/stat : 32448 (Finalizer) S 32393 32407 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226827 19521036288 45024 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32457] ppid=32393 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32407/task/32457/stat : 32457 (Common-Cleaner) S 32393 32407 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39226827 19521036288 45024 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32483] ppid=32393 vsize=19063512 memory=4752 CPUtime=0 cores=0,2
/proc/32407/task/32483/stat : 32483 (Timer-0) S 32393 32407 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226867 19521036288 45024 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180096 KiB

[startup+3.10552 s]
/proc/loadavg: 1.76 1.71 2.65 6/342 32486
/proc/meminfo: memFree=125682964/131249996 swapFree=33010684/33010684
[pid=32407] ppid=32393 vsize=19063512 memory=180480 CPUtime=4.74 cores=0,2
/proc/32407/stat : 32407 (java) S 32393 32407 29257 0 -1 4194304 19776 0 0 0 468 6 0 0 20 0 20 0 39226823 19521036288 45120 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
/proc/32407/statm: 4765878 45120 5519 1 0 552443 0
[pid=32407/tid=32427] ppid=32393 vsize=19063512 memory=10880 CPUtime=2.97 cores=0,2
/proc/32407/task/32427/stat : 32427 (java) R 32393 32407 29257 0 -1 4194368 6225 0 0 0 294 3 0 0 20 0 20 0 39226825 19521036288 45120 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32448] ppid=32393 vsize=19063512 memory=-6000919494114372204 CPUtime=0 cores=0,2
/proc/32407/task/32448/stat : 32448 (Finalizer) S 32393 32407 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226827 19521036288 45120 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32457] ppid=32393 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32407/task/32457/stat : 32457 (Common-Cleaner) S 32393 32407 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39226827 19521036288 45120 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32483] ppid=32393 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32407/task/32483/stat : 32483 (Timer-0) S 32393 32407 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226867 19521036288 45120 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
Current children cumulated CPU time: 4.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180480 KiB

[startup+6.30021 s]
/proc/loadavg: 1.94 1.75 2.66 5/342 32486
/proc/meminfo: memFree=125318260/131249996 swapFree=33010684/33010684
[pid=32407] ppid=32393 vsize=19063512 memory=175588 CPUtime=7.92 cores=0,2
/proc/32407/stat : 32407 (java) S 32393 32407 29257 0 -1 4194304 20097 0 0 0 786 6 0 0 20 0 20 0 39226823 19521036288 43897 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
/proc/32407/statm: 4765878 43897 5519 1 0 552443 0
[pid=32407/tid=32427] ppid=32393 vsize=19063512 memory=0 CPUtime=6.16 cores=0,2
/proc/32407/task/32427/stat : 32427 (java) R 32393 32407 29257 0 -1 4194368 6511 0 0 0 613 3 0 0 20 0 20 0 39226825 19521036288 43897 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32448] ppid=32393 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32407/task/32448/stat : 32448 (Finalizer) S 32393 32407 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226827 19521036288 43897 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32457] ppid=32393 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/32407/task/32457/stat : 32457 (Common-Cleaner) S 32393 32407 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39226827 19521036288 43897 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32483] ppid=32393 vsize=19063512 memory=180352 CPUtime=0 cores=0,2
/proc/32407/task/32483/stat : 32483 (Timer-0) S 32393 32407 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226867 19521036288 43897 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
Current children cumulated CPU time: 7.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175588 KiB

[startup+12.7002 s]
/proc/loadavg: 2.10 1.79 2.67 5/342 32486
/proc/meminfo: memFree=124294624/131249996 swapFree=33010684/33010684
[pid=32407] ppid=32393 vsize=19063512 memory=214896 CPUtime=14.42 cores=0,2
/proc/32407/stat : 32407 (java) S 32393 32407 29257 0 -1 4194304 24972 0 0 0 1435 7 0 0 20 0 20 0 39226823 19521036288 53724 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
/proc/32407/statm: 4765878 53724 5519 1 0 552447 0
[pid=32407/tid=32427] ppid=32393 vsize=19063512 memory=180352 CPUtime=12.49 cores=0,2
/proc/32407/task/32427/stat : 32427 (java) R 32393 32407 29257 0 -1 4194368 7045 0 0 0 1246 3 0 0 20 0 20 0 39226825 19521036288 53724 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32448] ppid=32393 vsize=19063512 memory=190132 CPUtime=0 cores=0,2
/proc/32407/task/32448/stat : 32448 (Finalizer) S 32393 32407 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226827 19521036288 53724 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32457] ppid=32393 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/32407/task/32457/stat : 32457 (Common-Cleaner) S 32393 32407 29257 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 39226827 19521036288 53724 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32483] ppid=32393 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32407/task/32483/stat : 32483 (Timer-0) S 32393 32407 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226867 19521036288 53724 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
Current children cumulated CPU time: 14.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 214896 KiB

[startup+25.5002 s]
/proc/loadavg: 2.40 1.86 2.68 5/343 32487
/proc/meminfo: memFree=122015056/131249996 swapFree=33010684/33010684
[pid=32407] ppid=32393 vsize=19063512 memory=245236 CPUtime=27.63 cores=0,2
/proc/32407/stat : 32407 (java) S 32393 32407 29257 0 -1 4194304 33662 0 0 0 2754 9 0 0 20 0 20 0 39226823 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
/proc/32407/statm: 4765878 61309 5519 1 0 553772 0
[pid=32407/tid=32427] ppid=32393 vsize=19063512 memory=0 CPUtime=25.22 cores=0,2
/proc/32407/task/32427/stat : 32427 (java) R 32393 32407 29257 0 -1 4194368 8691 0 0 0 2519 3 0 0 20 0 20 0 39226825 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32448] ppid=32393 vsize=19063512 memory=-6000919494114372204 CPUtime=0 cores=0,2
/proc/32407/task/32448/stat : 32448 (Finalizer) S 32393 32407 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226827 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32457] ppid=32393 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32407/task/32457/stat : 32457 (Common-Cleaner) S 32393 32407 29257 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 39226827 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32483] ppid=32393 vsize=19063512 memory=215920 CPUtime=0 cores=0,2
/proc/32407/task/32483/stat : 32483 (Timer-0) S 32393 32407 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226867 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
Current children cumulated CPU time: 27.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 245236 KiB

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

# cumulated CPU time of all completed processes:  user=29.391 s, system=0.107428 s

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

[startup+25.6003 s]
/proc/loadavg: 2.40 1.86 2.68 5/343 32487
/proc/meminfo: memFree=122015056/131249996 swapFree=33010684/33010684
[pid=32407] ppid=32393 vsize=19063512 memory=245236 CPUtime=27.73 cores=0,2
/proc/32407/stat : 32407 (java) S 32393 32407 29257 0 -1 4194304 33668 0 0 0 2764 9 0 0 20 0 20 0 39226823 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
/proc/32407/statm: 4765878 61309 5519 1 0 553772 0
[pid=32407/tid=32427] ppid=32393 vsize=19063512 memory=180352 CPUtime=25.31 cores=0,2
/proc/32407/task/32427/stat : 32427 (java) R 32393 32407 29257 0 -1 4194368 8692 0 0 0 2528 3 0 0 20 0 20 0 39226825 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32448] ppid=32393 vsize=19063512 memory=175588 CPUtime=0 cores=0,2
/proc/32407/task/32448/stat : 32448 (Finalizer) S 32393 32407 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226827 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32457] ppid=32393 vsize=19063512 memory=-6000919494114372204 CPUtime=0 cores=0,2
/proc/32407/task/32457/stat : 32457 (Common-Cleaner) S 32393 32407 29257 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 39226827 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32483] ppid=32393 vsize=19063512 memory=1293834 CPUtime=0 cores=0,2
/proc/32407/task/32483/stat : 32483 (Timer-0) S 32393 32407 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226867 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
Current children cumulated CPU time: 27.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 245236 KiB

[startup+26.4002 s]
/proc/loadavg: 2.60 1.91 2.69 5/343 32487
/proc/meminfo: memFree=121863504/131249996 swapFree=33010684/33010684
[pid=32407] ppid=32393 vsize=19063512 memory=245236 CPUtime=28.53 cores=0,2
/proc/32407/stat : 32407 (java) S 32393 32407 29257 0 -1 4194304 33689 0 0 0 2844 9 0 0 20 0 20 0 39226823 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
/proc/32407/statm: 4765878 61309 5519 1 0 553772 0
[pid=32407/tid=32427] ppid=32393 vsize=19063512 memory=245236 CPUtime=26.11 cores=0,2
/proc/32407/task/32427/stat : 32427 (java) R 32393 32407 29257 0 -1 4194368 8708 0 0 0 2608 3 0 0 20 0 20 0 39226825 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32448] ppid=32393 vsize=19063512 memory=-6000919494114372204 CPUtime=0 cores=0,2
/proc/32407/task/32448/stat : 32448 (Finalizer) S 32393 32407 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226827 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32457] ppid=32393 vsize=19063512 memory=187 CPUtime=0 cores=0,2
/proc/32407/task/32457/stat : 32457 (Common-Cleaner) S 32393 32407 29257 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 39226827 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32483] ppid=32393 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32407/task/32483/stat : 32483 (Timer-0) S 32393 32407 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226867 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
Current children cumulated CPU time: 28.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 245236 KiB

[startup+26.8002 s]
/proc/loadavg: 2.60 1.91 2.69 5/343 32487
/proc/meminfo: memFree=121863504/131249996 swapFree=33010684/33010684
[pid=32407] ppid=32393 vsize=19063512 memory=245236 CPUtime=28.93 cores=0,2
/proc/32407/stat : 32407 (java) S 32393 32407 29257 0 -1 4194304 33723 0 0 0 2884 9 0 0 20 0 20 0 39226823 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
/proc/32407/statm: 4765878 61309 5519 1 0 553772 0
[pid=32407/tid=32427] ppid=32393 vsize=19063512 memory=5504 CPUtime=26.51 cores=0,2
/proc/32407/task/32427/stat : 32427 (java) R 32393 32407 29257 0 -1 4194368 8742 0 0 0 2648 3 0 0 20 0 20 0 39226825 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32448] ppid=32393 vsize=19063512 memory=3072 CPUtime=0 cores=0,2
/proc/32407/task/32448/stat : 32448 (Finalizer) S 32393 32407 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226827 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32457] ppid=32393 vsize=19063512 memory=6784 CPUtime=0 cores=0,2
/proc/32407/task/32457/stat : 32457 (Common-Cleaner) S 32393 32407 29257 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 39226827 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32483] ppid=32393 vsize=19063512 memory=4788 CPUtime=0 cores=0,2
/proc/32407/task/32483/stat : 32483 (Timer-0) S 32393 32407 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226867 19521036288 61309 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
Current children cumulated CPU time: 28.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 245236 KiB

[startup+27.2002 s]
/proc/loadavg: 2.60 1.91 2.69 6/343 32487
/proc/meminfo: memFree=121863536/131249996 swapFree=33010684/33010684
[pid=32407] ppid=32393 vsize=19196640 memory=245876 CPUtime=29.38 cores=0,2
/proc/32407/stat : 32407 (java) S 32393 32407 29257 0 -1 4194304 38034 0 0 0 2929 9 0 0 20 0 20 0 39226823 19657359360 61469 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
/proc/32407/statm: 4799160 61469 5519 1 0 554390 0
[pid=32407/tid=32427] ppid=32393 vsize=19196640 memory=140569984631516 CPUtime=26.87 cores=0,2
/proc/32407/task/32427/stat : 32427 (java) S 32393 32407 29257 0 -1 4194368 10579 0 0 0 2684 3 0 0 20 0 20 0 39226825 19657359360 61469 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32448] ppid=32393 vsize=19196640 memory=14156 CPUtime=0 cores=0,2
/proc/32407/task/32448/stat : 32448 (Finalizer) S 32393 32407 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226827 19657359360 61469 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
[pid=32407/tid=32457] ppid=32393 vsize=19196640 memory=17536 CPUtime=0 cores=0,2
/proc/32407/task/32457/stat : 32457 (Common-Cleaner) S 32393 32407 29257 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 39226827 19657359360 61469 18446744073709551615 94248231104512 94248231108208 140727063259888 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94248231116024 94248231116816 94248239452160 140727063263617 140727063263718 140727063263718 140727063269320 0
Current children cumulated CPU time: 29.38 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 245876 KiB

Child status: 20

Real time (s): 27.2662
CPU time (s): 29.4984
CPU user time (s): 29.391
CPU system time (s): 0.107428
CPU usage (%): 108.187
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 254080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.391
system time used= 0.107428
maximum resident set size= 254080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39065
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2676
involuntary context switches= 1389


# summary of solver processes directly reported to runsolver:
#   pid: 32407
#   total CPU time (s): 29.4984
#   total CPU user time (s): 29.391
#   total CPU system time (s): 0.107428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.078541 second user time and 0.156984 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-30 00:18:10
IDJOB=4515390
IDBENCH=165244
IDSOLVER=3363
FILE ID=nodeC023/4515390-1751235489
RUNJOBID= nodeC023-1751235489-32351
SLURM_JOB_ID= 9587704
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP145.shuf-1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515390-1751235489/watcher-4515390-1751235489 -o /tmp/evaluation-result-4515390-1751235489/solver-4515390-1751235489 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751235489-32351 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4515390-1751235489.opb

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

MD5SUM BENCH= ba28cd3367cfe12555432753b09255a3
RANDOM SEED=1937870362

nodeC023 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.890
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.78
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		: 3458.168
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.78
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.126
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.78
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		: 3233.499
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.78
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		: 3598.343
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.78
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		: 3535.617
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.78
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.361
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.78
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		: 1699.787
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127880408 kB
MemAvailable:   129768664 kB
Buffers:            3280 kB
Cached:          2691664 kB
SwapCached:            0 kB
Active:           396456 kB
Inactive:        2386632 kB
Active(anon):     106208 kB
Inactive(anon):        0 kB
Active(file):     290248 kB
Inactive(file):  2386632 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11692 kB
Writeback:             4 kB
AnonPages:         91336 kB
Mapped:           102624 kB
Shmem:             18064 kB
KReclaimable:     101232 kB
Slab:             188396 kB
SReclaimable:     101232 kB
SUnreclaim:        87164 kB
KernelStack:        4180 kB
PageTables:         2692 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     351088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC023 at 2025-06-30 00:18:37