Trace number 4490481

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 VeriPB 2025-06-06UNSAT cert. 154.162 153.614

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUM3b6cd88d51672ff5fa8d3ce8152b7bd3
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark14.6414
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
Number of bits of the biggest sum of numbers12
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.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	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.11/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	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.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4490481-1751379937.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c using VERIPB proof format
0.11/0.14	c  objective function found
0.11/0.15	c ... done. Wall clock time 0.013s.
0.11/0.15	c declared #vars     31
0.11/0.15	c #constraints  9
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.11/0.15	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.11/0.15	c 9 constraints processed.
0.11/0.16	c objective function length is 1 literals
0.68/0.50	c cleaning 2500 clauses out of 5000 with flag 10078/5000
1.25/0.78	c cleaning 4251 clauses out of 8502 with flag 22198/11002
2.23/1.21	c cleaning 5621 clauses out of 11249 with flag 36413/18000
2.83/1.53	c cleaning 6814 clauses out of 13628 with flag 52653/26000
3.35/1.88	c cleaning 7903 clauses out of 15814 with flag 70885/35000
3.79/2.29	c cleaning 8956 clauses out of 17911 with flag 91344/45000
4.44/2.74	c cleaning 9976 clauses out of 19956 with flag 113584/56001
5.04/3.36	c cleaning 10985 clauses out of 21980 with flag 138178/68001
5.74/4.04	c cleaning 11996 clauses out of 23996 with flag 164730/81002
6.54/4.80	c cleaning 12999 clauses out of 25998 with flag 193487/95000
7.24/5.58	c cleaning 13995 clauses out of 27999 with flag 223849/110000
8.44/6.50	c cleaning 14998 clauses out of 30004 with flag 256503/126000
9.37/7.42	c cleaning 15998 clauses out of 32007 with flag 291302/143001
10.38/8.40	c cleaning 17004 clauses out of 34008 with flag 328357/161000
11.37/9.43	c cleaning 17998 clauses out of 36006 with flag 367184/180002
12.48/10.53	c cleaning 18996 clauses out of 38006 with flag 408140/200000
13.28/11.30	c cleaning 20003 clauses out of 40010 with flag 451160/221000
14.08/12.17	c cleaning 21003 clauses out of 42008 with flag 497387/243001
15.58/13.64	c cleaning 22000 clauses out of 44006 with flag 544633/266002
16.98/15.03	c cleaning 22999 clauses out of 46004 with flag 594291/290000
18.27/16.39	c cleaning 24000 clauses out of 48006 with flag 646024/315001
19.58/17.66	c cleaning 24999 clauses out of 50005 with flag 699528/341000
20.98/19.02	c cleaning 26000 clauses out of 52008 with flag 754424/368002
22.47/20.50	c cleaning 27001 clauses out of 54007 with flag 811963/396001
24.27/22.37	c cleaning 28001 clauses out of 56006 with flag 871612/425001
26.46/24.54	c cleaning 28999 clauses out of 58004 with flag 935018/455000
28.44/26.50	c cleaning 29998 clauses out of 60005 with flag 999824/486000
30.84/28.91	c cleaning 31004 clauses out of 62008 with flag 1065626/518001
33.50/34.25	c cleaning 32000 clauses out of 64003 with flag 1135750/551000
36.09/36.85	c cleaning 32999 clauses out of 66003 with flag 1206258/585000
38.99/39.75	c cleaning 34002 clauses out of 68004 with flag 1280542/620000
42.18/42.92	c cleaning 34997 clauses out of 70002 with flag 1356194/656000
45.57/46.39	c cleaning 36002 clauses out of 72007 with flag 1432947/693002
48.56/49.37	c cleaning 37002 clauses out of 74004 with flag 1511694/731001
52.68/53.35	c cleaning 37997 clauses out of 76001 with flag 1593796/770000
56.70/57.31	c cleaning 39001 clauses out of 78005 with flag 1677516/810001
61.76/61.76	c cleaning 40002 clauses out of 80004 with flag 1763104/851001
65.95/65.90	c cleaning 40997 clauses out of 82001 with flag 1852263/893000
70.28/70.25	c cleaning 42003 clauses out of 84005 with flag 1944022/936001
74.08/74.07	c cleaning 42998 clauses out of 86002 with flag 2037082/980001
78.76/78.72	c cleaning 43997 clauses out of 88004 with flag 2131045/1025001
83.56/83.52	c cleaning 44998 clauses out of 90006 with flag 2228964/1071000
88.86/88.83	c cleaning 46003 clauses out of 92009 with flag 2328209/1118001
93.10/93.17	c cleaning 47001 clauses out of 94007 with flag 2428087/1166002
98.28/98.36	c cleaning 47995 clauses out of 96004 with flag 2531008/1215000
103.77/103.80	c cleaning 49003 clauses out of 98009 with flag 2634422/1265000
110.46/110.53	c cleaning 50004 clauses out of 100007 with flag 2744767/1316001
117.54/117.62	c cleaning 51001 clauses out of 102003 with flag 2856142/1368001
125.58/125.28	c cleaning 51999 clauses out of 104000 with flag 2970733/1421000
133.17/132.86	c cleaning 53000 clauses out of 106002 with flag 3085368/1475001
141.10/140.62	c cleaning 53999 clauses out of 108001 with flag 3203320/1530000
149.38/148.92	c cleaning 54996 clauses out of 110001 with flag 3323626/1586001
154.07/153.52	c starts		: 368
154.07/153.52	c conflicts		: 1621730
154.07/153.52	c decisions		: 1637721
154.07/153.52	c propagations		: 8871123
154.07/153.52	c inspects		: 2607657095
154.07/153.52	c shortcuts		: 0
154.07/153.52	c learnt literals	: 19
154.07/153.52	c learnt binary clauses	: 135
154.07/153.53	c learnt ternary clauses	: 769
154.07/153.53	c learnt constraints	: 1621710
154.07/153.53	c ignored constraints	: 0
154.07/153.53	c root simplifications	: 0
154.07/153.53	c removed literals (reason simplification)	: 12893412
154.07/153.53	c reason swapping (by a shorter reason)	: 0
154.07/153.53	c Calls to reduceDB	: 52
154.07/153.53	c Number of update (reduction) of LBD	: 34344
154.07/153.53	c Imported unit clauses	: 0
154.07/153.53	c No decision after first conflict	: false
154.07/153.53	c number of reductions to clauses (during analyze)	: 0
154.07/153.53	c number of learned constraints concerned by reduction	: 0
154.07/153.53	c number of learning phase by resolution	: 0
154.07/153.53	c number of learning phase by cutting planes	: 0
154.07/153.53	c number of rounding to 1 operations	: 0
154.07/153.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
154.07/153.53	c number of reductions of the coefficients by power 2 	: 0
154.07/153.53	c number of right shift for reduction by power 2 	: 0
154.07/153.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
154.07/153.53	c number of ending skipping 	: 0
154.07/153.53	c number of internal skipping 	: 0
154.07/153.53	c number of derivation steps 	: 0
154.07/153.53	c number of skipped derivation steps 	: 0
154.07/153.53	c number of remaining unassigned 	: 0
154.07/153.53	c number of remaining assigned 	: 0
154.07/153.53	c number of falsified literals weakened from reason	: 0
154.07/153.53	c number of falsified literals weakened from conflict	: 0
154.07/153.53	c time for arithmetic operations	: 0
154.07/153.53	c minimum degree of deleted constraints	: null
154.07/153.53	c maximum degree of deleted constraints	: null
154.07/153.53	c number of deleted constraints	: 0
154.07/153.53	c speed (assignments/second)	: 57843.95845151699
154.07/153.53	c non guided choices	: 13
154.07/153.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 90582
154.07/153.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 135
154.07/153.58	s UNSATISFIABLE
154.07/153.58	c Total wall clock time (in seconds): 153.439

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 17:49:11 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS INF <= obj <= INF
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS INF <= obj <= INF
--summary--
ALL OK

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490481-1751379937/watcher-4490481-1751379937 -o /tmp/evaluation-result-4490481-1751379937/solver-4490481-1751379937 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751376307-54239 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4490481-1751379937 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4490481-1751379937.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100061 s]*
/proc/loadavg: 4.30 4.16 4.10 5/318 54801
/proc/meminfo: memFree=117957664/131249996 swapFree=33005272/33010684
[pid=54783] ppid=54780 vsize=18930384 memory=55300 CPUtime=0.11 cores=4,6
/proc/54783/stat : 54783 (java) S 54780 54783 54228 0 -1 4194304 6488 0 0 0 9 2 0 0 20 0 18 0 53671621 19384713216 13825 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
/proc/54783/statm: 4732596 13825 5330 1 0 547568 0
[pid=54783/tid=54785] ppid=54780 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=4,6
/proc/54783/task/54785/stat : 54785 (java) R 54780 54783 54228 0 -1 4194368 4996 0 0 0 6 1 0 0 20 0 18 0 53671622 19384713216 13857 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54794] ppid=54780 vsize=18930384 memory=215637835200 CPUtime=0 cores=4,6
/proc/54783/task/54794/stat : 54794 (Finalizer) S 54780 54783 54228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53671625 19384713216 13857 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54801] ppid=54780 vsize=18930384 memory=1955 CPUtime=0 cores=4,6
/proc/54783/task/54801/stat : 54801 (Common-Cleaner) S 54780 54783 54228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 53671625 19384713216 13857 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55300 KiB

[startup+0.205759 s]*
/proc/loadavg: 4.30 4.16 4.10 7/319 54802
/proc/meminfo: memFree=119874048/131249996 swapFree=33005272/33010684
[pid=54783] ppid=54780 vsize=18996948 memory=62596 CPUtime=0.3 cores=4,6
/proc/54783/stat : 54783 (java) S 54780 54783 54228 0 -1 4194304 7443 0 0 0 28 2 0 0 20 0 19 0 53671621 19452874752 15649 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
/proc/54783/statm: 4749237 15649 5426 1 0 548314 0
[pid=54783/tid=54785] ppid=54780 vsize=18996948 memory=4026711067 CPUtime=0.16 cores=4,6
/proc/54783/task/54785/stat : 54785 (java) R 54780 54783 54228 0 -1 4194368 5399 0 0 0 15 1 0 0 20 0 19 0 53671622 19452874752 15649 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54794] ppid=54780 vsize=18996948 memory=211342852430 CPUtime=0 cores=4,6
/proc/54783/task/54794/stat : 54794 (Finalizer) S 54780 54783 54228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 53671625 19452874752 15649 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54801] ppid=54780 vsize=18996948 memory=54087446168558 CPUtime=0 cores=4,6
/proc/54783/task/54801/stat : 54801 (Common-Cleaner) S 54780 54783 54228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 53671625 19452874752 15649 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54802] ppid=54780 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/54783/task/54802/stat : 54802 (Timer-0) S 54780 54783 54228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 53671638 19452874752 15649 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62596 KiB

[startup+0.30573 s]*
/proc/loadavg: 4.30 4.16 4.10 7/319 54802
/proc/meminfo: memFree=121690540/131249996 swapFree=33005272/33010684
[pid=54783] ppid=54780 vsize=18996948 memory=72352 CPUtime=0.49 cores=4,6
/proc/54783/stat : 54783 (java) S 54780 54783 54228 0 -1 4194304 8919 0 0 0 46 3 0 0 20 0 19 0 53671621 19452874752 18088 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
/proc/54783/statm: 4749237 18088 5458 1 0 549111 0
[pid=54783/tid=54785] ppid=54780 vsize=18996948 memory=-6000919507015788650 CPUtime=0.24 cores=4,6
/proc/54783/task/54785/stat : 54785 (java) R 54780 54783 54228 0 -1 4194368 5430 0 0 0 22 2 0 0 20 0 19 0 53671622 19452874752 18088 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54794] ppid=54780 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/54783/task/54794/stat : 54794 (Finalizer) S 54780 54783 54228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 53671625 19452874752 18088 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54801] ppid=54780 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/54783/task/54801/stat : 54801 (Common-Cleaner) S 54780 54783 54228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 53671625 19452874752 18088 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54802] ppid=54780 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/54783/task/54802/stat : 54802 (Timer-0) S 54780 54783 54228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 53671638 19452874752 18088 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72352 KiB

[startup+0.700239 s]
/proc/loadavg: 4.30 4.16 4.10 6/319 54802
/proc/meminfo: memFree=125319180/131249996 swapFree=33005272/33010684
[pid=54783] ppid=54780 vsize=18996948 memory=136960 CPUtime=1.25 cores=4,6
/proc/54783/stat : 54783 (java) S 54780 54783 54228 0 -1 4194304 13981 0 0 0 120 5 0 0 20 0 19 0 53671621 19452874752 34240 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
/proc/54783/statm: 4749237 34240 5458 1 0 552330 0
[pid=54783/tid=54785] ppid=54780 vsize=18996948 memory=13568 CPUtime=0.62 cores=4,6
/proc/54783/task/54785/stat : 54785 (java) R 54780 54783 54228 0 -1 4194368 5498 0 0 0 59 3 0 0 20 0 19 0 53671622 19452874752 34240 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54794] ppid=54780 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/54783/task/54794/stat : 54794 (Finalizer) S 54780 54783 54228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 53671625 19452874752 34240 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54801] ppid=54780 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/54783/task/54801/stat : 54801 (Common-Cleaner) S 54780 54783 54228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 53671625 19452874752 34240 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54802] ppid=54780 vsize=18996948 memory=4752 CPUtime=0 cores=4,6
/proc/54783/task/54802/stat : 54802 (Timer-0) S 54780 54783 54228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 53671638 19452874752 34240 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 136960 KiB

[startup+1.50023 s]
/proc/loadavg: 4.30 4.16 4.10 6/332 54829
/proc/meminfo: memFree=128103000/131249996 swapFree=33005272/33010684
[pid=54783] ppid=54780 vsize=19063512 memory=176112 CPUtime=2.83 cores=4,6
/proc/54783/stat : 54783 (java) S 54780 54783 54228 0 -1 4194304 23277 0 0 0 275 8 0 0 20 0 20 0 53671621 19521036288 44028 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
/proc/54783/statm: 4765878 44028 5490 1 0 553953 0
[pid=54783/tid=54785] ppid=54780 vsize=19063512 memory=10880 CPUtime=1.41 cores=4,6
/proc/54783/task/54785/stat : 54785 (java) R 54780 54783 54228 0 -1 4194368 6086 0 0 0 137 4 0 0 20 0 20 0 53671622 19521036288 44028 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54794] ppid=54780 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/54783/task/54794/stat : 54794 (Finalizer) S 54780 54783 54228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 44028 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54801] ppid=54780 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/54783/task/54801/stat : 54801 (Common-Cleaner) S 54780 54783 54228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 44028 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54802] ppid=54780 vsize=19063512 memory=211309297979 CPUtime=0 cores=4,6
/proc/54783/task/54802/stat : 54802 (Timer-0) S 54780 54783 54228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53671638 19521036288 44028 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176112 KiB

[startup+3.10566 s]
/proc/loadavg: 4.52 4.21 4.12 6/344 54841
/proc/meminfo: memFree=127372408/131249996 swapFree=33005272/33010684
[pid=54783] ppid=54780 vsize=19063512 memory=178520 CPUtime=4.84 cores=4,6
/proc/54783/stat : 54783 (java) S 54780 54783 54228 0 -1 4194304 25219 0 0 0 475 9 0 0 20 0 20 0 53671621 19521036288 44630 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
/proc/54783/statm: 4765878 44630 5490 1 0 553970 0
[pid=54783/tid=54785] ppid=54780 vsize=19063512 memory=-6000919507015788650 CPUtime=3 cores=4,6
/proc/54783/task/54785/stat : 54785 (java) R 54780 54783 54228 0 -1 4194368 6477 0 0 0 294 6 0 0 20 0 20 0 53671622 19521036288 44630 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54794] ppid=54780 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/54783/task/54794/stat : 54794 (Finalizer) S 54780 54783 54228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 44630 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54801] ppid=54780 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/54783/task/54801/stat : 54801 (Common-Cleaner) S 54780 54783 54228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 44630 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54802] ppid=54780 vsize=19063512 memory=280427676056192 CPUtime=0 cores=4,6
/proc/54783/task/54802/stat : 54802 (Timer-0) S 54780 54783 54228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53671638 19521036288 44630 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
Current children cumulated CPU time: 4.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178520 KiB

[startup+6.30023 s]
/proc/loadavg: 4.52 4.21 4.12 5/344 54841
/proc/meminfo: memFree=126445688/131249996 swapFree=33005272/33010684
[pid=54783] ppid=54780 vsize=19063512 memory=227432 CPUtime=8.17 cores=4,6
/proc/54783/stat : 54783 (java) S 54780 54783 54228 0 -1 4194304 29121 0 0 0 804 13 0 0 20 0 20 0 53671621 19521036288 56858 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
/proc/54783/statm: 4765878 56858 5490 1 0 553972 0
[pid=54783/tid=54785] ppid=54780 vsize=19063512 memory=0 CPUtime=6.17 cores=4,6
/proc/54783/task/54785/stat : 54785 (java) R 54780 54783 54228 0 -1 4194368 6871 0 0 0 609 8 0 0 20 0 20 0 53671622 19521036288 56858 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54794] ppid=54780 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/54783/task/54794/stat : 54794 (Finalizer) S 54780 54783 54228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 56858 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54801] ppid=54780 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/54783/task/54801/stat : 54801 (Common-Cleaner) S 54780 54783 54228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 56858 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54802] ppid=54780 vsize=19063512 memory=13568 CPUtime=0 cores=4,6
/proc/54783/task/54802/stat : 54802 (Timer-0) S 54780 54783 54228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53671638 19521036288 56858 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
Current children cumulated CPU time: 8.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 227432 KiB

[startup+12.7002 s]
/proc/loadavg: 4.51 4.22 4.12 5/344 54841
/proc/meminfo: memFree=125429608/131249996 swapFree=33005272/33010684
[pid=54783] ppid=54780 vsize=19063512 memory=471264 CPUtime=14.68 cores=4,6
/proc/54783/stat : 54783 (java) S 54780 54783 54228 0 -1 4194304 32641 0 0 0 1448 20 0 0 20 0 20 0 53671621 19521036288 117816 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
/proc/54783/statm: 4765878 117816 5490 1 0 553972 0
[pid=54783/tid=54785] ppid=54780 vsize=19063512 memory=-6000919507015788650 CPUtime=12.55 cores=4,6
/proc/54783/task/54785/stat : 54785 (java) R 54780 54783 54228 0 -1 4194368 8072 0 0 0 1240 15 0 0 20 0 20 0 53671622 19521036288 117816 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54794] ppid=54780 vsize=19063512 memory=469216 CPUtime=0 cores=4,6
/proc/54783/task/54794/stat : 54794 (Finalizer) S 54780 54783 54228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 117816 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54801] ppid=54780 vsize=19063512 memory=276588 CPUtime=0 cores=4,6
/proc/54783/task/54801/stat : 54801 (Common-Cleaner) S 54780 54783 54228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 117816 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54802] ppid=54780 vsize=19063512 memory=1237964 CPUtime=0 cores=4,6
/proc/54783/task/54802/stat : 54802 (Timer-0) S 54780 54783 54228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53671638 19521036288 117816 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
Current children cumulated CPU time: 14.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 471264 KiB

[startup+25.5002 s]
/proc/loadavg: 4.43 4.21 4.12 6/344 54841
/proc/meminfo: memFree=124939284/131249996 swapFree=33005272/33010684
[pid=54783] ppid=54780 vsize=19063512 memory=688372 CPUtime=27.46 cores=4,6
/proc/54783/stat : 54783 (java) S 54780 54783 54228 0 -1 4194304 35317 0 0 0 2712 34 0 0 20 0 20 0 53671621 19521036288 172093 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
/proc/54783/statm: 4765878 172093 5490 1 0 553972 0
[pid=54783/tid=54785] ppid=54780 vsize=19063512 memory=1237964 CPUtime=25.31 cores=4,6
/proc/54783/task/54785/stat : 54785 (java) R 54780 54783 54228 0 -1 4194368 9284 0 0 0 2502 29 0 0 20 0 20 0 53671622 19521036288 172093 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54794] ppid=54780 vsize=19063512 memory=682228 CPUtime=0 cores=4,6
/proc/54783/task/54794/stat : 54794 (Finalizer) S 54780 54783 54228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 172093 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54801] ppid=54780 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/54783/task/54801/stat : 54801 (Common-Cleaner) S 54780 54783 54228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 172093 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54802] ppid=54780 vsize=19063512 memory=13568 CPUtime=0 cores=4,6
/proc/54783/task/54802/stat : 54802 (Timer-0) S 54780 54783 54228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53671638 19521036288 172093 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
Current children cumulated CPU time: 27.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 688372 KiB

[startup+51.1058 s]
/proc/loadavg: 4.49 4.24 4.13 5/345 54843
/proc/meminfo: memFree=124056104/131249996 swapFree=33005272/33010684
[pid=54783] ppid=54780 vsize=19063512 memory=1153280 CPUtime=50.48 cores=4,6
/proc/54783/stat : 54783 (java) S 54780 54783 54228 0 -1 4194304 41433 0 0 0 4992 56 0 0 20 0 20 0 53671621 19521036288 288320 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0

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

# Child status: 20

# cumulated CPU time of all completed processes:  user=153.207 s, system=0.954547 s

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

[startup+102.4 s]
/proc/loadavg: 4.30 4.23 4.13 5/344 54846
/proc/meminfo: memFree=123133060/131249996 swapFree=33005272/33010684
[pid=54783] ppid=54780 vsize=19063512 memory=1316920 CPUtime=102.38 cores=4,6
/proc/54783/stat : 54783 (java) S 54780 54783 54228 0 -1 4194304 47496 0 0 0 10160 78 0 0 20 0 20 0 53671621 19521036288 329230 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
/proc/54783/statm: 4765878 329230 5490 1 0 555486 0
[pid=54783/tid=54785] ppid=54780 vsize=19063512 memory=82580478 CPUtime=99.23 cores=4,6
/proc/54783/task/54785/stat : 54785 (java) R 54780 54783 54228 0 -1 4194368 11356 0 0 0 9853 70 0 0 20 0 20 0 53671622 19521036288 329230 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54794] ppid=54780 vsize=19063512 memory=1308668 CPUtime=0 cores=4,6
/proc/54783/task/54794/stat : 54794 (Finalizer) S 54780 54783 54228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 329230 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54801] ppid=54780 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/54783/task/54801/stat : 54801 (Common-Cleaner) S 54780 54783 54228 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 329230 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54802] ppid=54780 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/54783/task/54802/stat : 54802 (Timer-0) S 54780 54783 54228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53671638 19521036288 329230 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
Current children cumulated CPU time: 102.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1316920 KiB

[startup+128 s]*
/proc/loadavg: 4.20 4.21 4.13 5/344 54848
/proc/meminfo: memFree=122599388/131249996 swapFree=33005272/33010684
[pid=54783] ppid=54780 vsize=19063512 memory=1320236 CPUtime=128.38 cores=4,6
/proc/54783/stat : 54783 (java) S 54780 54783 54228 0 -1 4194304 49675 0 0 0 12752 86 0 0 20 0 20 0 53671621 19521036288 330059 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
/proc/54783/statm: 4765878 330059 5490 1 0 555486 0
[pid=54783/tid=54785] ppid=54780 vsize=19063512 memory=-6000919477068392554 CPUtime=124.72 cores=4,6
/proc/54783/task/54785/stat : 54785 (java) R 54780 54783 54228 0 -1 4194368 12138 0 0 0 12395 77 0 0 20 0 20 0 53671622 19521036288 330059 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54794] ppid=54780 vsize=19063512 memory=-4421386513410778978 CPUtime=0 cores=4,6
/proc/54783/task/54794/stat : 54794 (Finalizer) S 54780 54783 54228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 330059 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54801] ppid=54780 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/54783/task/54801/stat : 54801 (Common-Cleaner) S 54780 54783 54228 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 330059 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54802] ppid=54780 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/54783/task/54802/stat : 54802 (Timer-0) S 54780 54783 54228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53671638 19521036288 330059 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
Current children cumulated CPU time: 128.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320236 KiB

[startup+140.8 s]
/proc/loadavg: 4.24 4.22 4.13 5/344 54848
/proc/meminfo: memFree=122403816/131249996 swapFree=33005272/33010684
[pid=54783] ppid=54780 vsize=19063512 memory=1320748 CPUtime=141.29 cores=4,6
/proc/54783/stat : 54783 (java) S 54780 54783 54228 0 -1 4194304 50835 0 0 0 14040 89 0 0 20 0 20 0 53671621 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
/proc/54783/statm: 4765878 330187 5490 1 0 555486 0
[pid=54783/tid=54785] ppid=54780 vsize=19063512 memory=14156 CPUtime=137.48 cores=4,6
/proc/54783/task/54785/stat : 54785 (java) R 54780 54783 54228 0 -1 4194368 12699 0 0 0 13668 80 0 0 20 0 20 0 53671622 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54794] ppid=54780 vsize=19063512 memory=1318840 CPUtime=0 cores=4,6
/proc/54783/task/54794/stat : 54794 (Finalizer) S 54780 54783 54228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54801] ppid=54780 vsize=19063512 memory=13568 CPUtime=0 cores=4,6
/proc/54783/task/54801/stat : 54801 (Common-Cleaner) S 54780 54783 54228 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54802] ppid=54780 vsize=19063512 memory=1320236 CPUtime=0 cores=4,6
/proc/54783/task/54802/stat : 54802 (Timer-0) S 54780 54783 54228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53671638 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
Current children cumulated CPU time: 141.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320748 KiB

[startup+147.2 s]
/proc/loadavg: 4.20 4.21 4.13 5/344 54848
/proc/meminfo: memFree=122279520/131249996 swapFree=33005272/33010684
[pid=54783] ppid=54780 vsize=19063512 memory=1320748 CPUtime=147.68 cores=4,6
/proc/54783/stat : 54783 (java) S 54780 54783 54228 0 -1 4194304 51011 0 0 0 14677 91 0 0 20 0 20 0 53671621 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
/proc/54783/statm: 4765878 330187 5490 1 0 555486 0
[pid=54783/tid=54785] ppid=54780 vsize=19063512 memory=1320236 CPUtime=143.86 cores=4,6
/proc/54783/task/54785/stat : 54785 (java) R 54780 54783 54228 0 -1 4194368 12872 0 0 0 14304 82 0 0 20 0 20 0 53671622 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54794] ppid=54780 vsize=19063512 memory=1320236 CPUtime=0 cores=4,6
/proc/54783/task/54794/stat : 54794 (Finalizer) S 54780 54783 54228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54801] ppid=54780 vsize=19063512 memory=-6000919507015788650 CPUtime=0 cores=4,6
/proc/54783/task/54801/stat : 54801 (Common-Cleaner) S 54780 54783 54228 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54802] ppid=54780 vsize=19063512 memory=1320236 CPUtime=0 cores=4,6
/proc/54783/task/54802/stat : 54802 (Timer-0) S 54780 54783 54228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53671638 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
Current children cumulated CPU time: 147.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320748 KiB

[startup+150.4 s]
/proc/loadavg: 4.20 4.21 4.13 5/344 54848
/proc/meminfo: memFree=122247924/131249996 swapFree=33005272/33010684
[pid=54783] ppid=54780 vsize=19063512 memory=1320748 CPUtime=150.88 cores=4,6
/proc/54783/stat : 54783 (java) S 54780 54783 54228 0 -1 4194304 51372 0 0 0 14996 92 0 0 20 0 20 0 53671621 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
/proc/54783/statm: 4765878 330187 5490 1 0 555486 0
[pid=54783/tid=54785] ppid=54780 vsize=19063512 memory=4252 CPUtime=147.05 cores=4,6
/proc/54783/task/54785/stat : 54785 (java) R 54780 54783 54228 0 -1 4194368 13040 0 0 0 14623 82 0 0 20 0 20 0 53671622 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54794] ppid=54780 vsize=19063512 memory=1320748 CPUtime=0 cores=4,6
/proc/54783/task/54794/stat : 54794 (Finalizer) S 54780 54783 54228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54801] ppid=54780 vsize=19063512 memory=19840 CPUtime=0 cores=4,6
/proc/54783/task/54801/stat : 54801 (Common-Cleaner) S 54780 54783 54228 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54802] ppid=54780 vsize=19063512 memory=13568 CPUtime=0 cores=4,6
/proc/54783/task/54802/stat : 54802 (Timer-0) S 54780 54783 54228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53671638 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
Current children cumulated CPU time: 150.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320748 KiB

[startup+152 s]*
/proc/loadavg: 4.18 4.21 4.13 5/344 54848
/proc/meminfo: memFree=122179184/131249996 swapFree=33005272/33010684
[pid=54783] ppid=54780 vsize=19063512 memory=1320748 CPUtime=152.59 cores=4,6
/proc/54783/stat : 54783 (java) S 54780 54783 54228 0 -1 4194304 51535 0 0 0 15166 93 0 0 20 0 20 0 53671621 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
/proc/54783/statm: 4765878 330187 5490 1 0 555486 0
[pid=54783/tid=54785] ppid=54780 vsize=19063512 memory=-6000919477068392554 CPUtime=148.65 cores=4,6
/proc/54783/task/54785/stat : 54785 (java) R 54780 54783 54228 0 -1 4194368 13086 0 0 0 14782 83 0 0 20 0 20 0 53671622 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54794] ppid=54780 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/54783/task/54794/stat : 54794 (Finalizer) S 54780 54783 54228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54801] ppid=54780 vsize=19063512 memory=3072 CPUtime=0 cores=4,6
/proc/54783/task/54801/stat : 54801 (Common-Cleaner) S 54780 54783 54228 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54802] ppid=54780 vsize=19063512 memory=6784 CPUtime=0 cores=4,6
/proc/54783/task/54802/stat : 54802 (Timer-0) S 54780 54783 54228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53671638 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
Current children cumulated CPU time: 152.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320748 KiB

[startup+152.8 s]
/proc/loadavg: 4.18 4.21 4.13 5/344 54848
/proc/meminfo: memFree=122179184/131249996 swapFree=33005272/33010684
[pid=54783] ppid=54780 vsize=19063512 memory=1320748 CPUtime=153.38 cores=4,6
/proc/54783/stat : 54783 (java) S 54780 54783 54228 0 -1 4194304 51671 0 0 0 15245 93 0 0 20 0 20 0 53671621 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
/proc/54783/statm: 4765878 330187 5490 1 0 555486 0
[pid=54783/tid=54785] ppid=54780 vsize=19063512 memory=1320748 CPUtime=149.44 cores=4,6
/proc/54783/task/54785/stat : 54785 (java) R 54780 54783 54228 0 -1 4194368 13222 0 0 0 14861 83 0 0 20 0 20 0 53671622 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54794] ppid=54780 vsize=19063512 memory=13568 CPUtime=0 cores=4,6
/proc/54783/task/54794/stat : 54794 (Finalizer) S 54780 54783 54228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54801] ppid=54780 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/54783/task/54801/stat : 54801 (Common-Cleaner) S 54780 54783 54228 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54802] ppid=54780 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/54783/task/54802/stat : 54802 (Timer-0) S 54780 54783 54228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53671638 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
Current children cumulated CPU time: 153.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320748 KiB

[startup+153.2 s]
/proc/loadavg: 4.18 4.21 4.13 5/344 54848
/proc/meminfo: memFree=122163372/131249996 swapFree=33005272/33010684
[pid=54783] ppid=54780 vsize=19063512 memory=1320748 CPUtime=153.77 cores=4,6
/proc/54783/stat : 54783 (java) S 54780 54783 54228 0 -1 4194304 51680 0 0 0 15284 93 0 0 20 0 20 0 53671621 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
/proc/54783/statm: 4765878 330187 5490 1 0 555486 0
[pid=54783/tid=54785] ppid=54780 vsize=19063512 memory=6640 CPUtime=149.84 cores=4,6
/proc/54783/task/54785/stat : 54785 (java) R 54780 54783 54228 0 -1 4194368 13231 0 0 0 14901 83 0 0 20 0 20 0 53671622 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54794] ppid=54780 vsize=19063512 memory=1362864 CPUtime=0 cores=4,6
/proc/54783/task/54794/stat : 54794 (Finalizer) S 54780 54783 54228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54801] ppid=54780 vsize=19063512 memory=6772 CPUtime=0 cores=4,6
/proc/54783/task/54801/stat : 54801 (Common-Cleaner) S 54780 54783 54228 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 53671625 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
[pid=54783/tid=54802] ppid=54780 vsize=19063512 memory=1320748 CPUtime=0 cores=4,6
/proc/54783/task/54802/stat : 54802 (Timer-0) S 54780 54783 54228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53671638 19521036288 330187 18446744073709551615 93831510032384 93831510036080 140722325116272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93831510043896 93831510044688 93831528779776 140722325121328 140722325121510 140722325121510 140722325127112 0
Current children cumulated CPU time: 153.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320748 KiB

[startup+153.6 s]*
/proc/loadavg: 4.18 4.21 4.13 5/323 54850
/proc/meminfo: memFree=123426992/131249996 swapFree=33005272/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 20

Real time (s): 153.614
CPU time (s): 154.162
CPU user time (s): 153.207
CPU system time (s): 0.954547
CPU usage (%): 100.357
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1323772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 153.207
system time used= 0.954547
maximum resident set size= 1323772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53676
page faults= 0
swaps= 0
block input operations= 8
block output operations= 331592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6183
involuntary context switches= 1124


# summary of solver processes directly reported to runsolver:
#   pid: 54783
#   total CPU time (s): 154.162
#   total CPU user time (s): 153.207
#   total CPU system time (s): 0.954547

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.279376 second user time and 0.830824 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-01 16:25:38
IDJOB=4490481
IDBENCH=147587
IDSOLVER=3364
FILE ID=nodeC023/4490481-1751379937
RUNJOBID= nodeC023-1751376307-54239
SLURM_JOB_ID= 9598216
Free space on /tmp= 432996 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490481-1751379937/watcher-4490481-1751379937 -o /tmp/evaluation-result-4490481-1751379937/solver-4490481-1751379937 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751376307-54239 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4490481-1751379937 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4490481-1751379937.opb

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

MD5SUM BENCH= 3b6cd88d51672ff5fa8d3ce8152b7bd3
RANDOM SEED=896422362

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.880
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		: 3599.892
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		: 3599.955
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		: 3599.500
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		: 3600.121
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		: 3700.000
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		: 3600.604
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		: 3618.157
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:        117788136 kB
MemAvailable:   128451968 kB
Buffers:            1328 kB
Cached:         11451112 kB
SwapCached:          432 kB
Active:          1523672 kB
Inactive:       11294644 kB
Active(anon):    1324688 kB
Inactive(anon):    54636 kB
Active(file):     198984 kB
Inactive(file): 11240008 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005272 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             87908 kB
Writeback:             4 kB
AnonPages:       1368580 kB
Mapped:           118604 kB
Shmem:             13376 kB
KReclaimable:     128160 kB
Slab:             219556 kB
SReclaimable:     128160 kB
SUnreclaim:        91396 kB
KernelStack:        4864 kB
PageTables:         5940 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4827172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151112 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1212416 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= 433060 MiB
End job on nodeC023 at 2025-07-01 16:28:11