Trace number 4521177

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 CP VeriPB 2025-06-06OPT cert.-81 198.198 210.049

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/
normalized-maxcut_opt_complete_6-partite_inlv_nvert_18.opb
MD5SUMc8bec353ea174cec7b3e8bb71786aaf2
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-81
Best CPU time to get the best result obtained on this benchmark0.48969
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables153
Total number of constraints3264
Number of constraints which are clauses3264
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 135
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 135
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 135
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.00/0.10	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4521177-1751582202.opb
0.12/0.16	c reading problem ... 
0.12/0.17	c using VERIPB proof format
0.12/0.17	c  objective function found
0.30/0.29	c ... done. Wall clock time 0.116s.
0.30/0.29	c declared #vars     153
0.30/0.29	c #constraints  3264
0.30/0.29	c constraints type 
0.30/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3264
0.30/0.29	c 3264 constraints processed.
0.49/0.31	c objective function length is 135 literals
0.49/0.32	c SATISFIABLE
0.49/0.32	c OPTIMIZING...
0.49/0.32	c Got one! Elapsed wall clock time (in seconds):0.16
0.49/0.32	o -71
0.49/0.36	c Got one! Elapsed wall clock time (in seconds):0.199
0.49/0.36	o -73
0.49/0.36	c Got one! Elapsed wall clock time (in seconds):0.2
0.49/0.36	o -74
0.69/0.47	c Got one! Elapsed wall clock time (in seconds):0.311
0.69/0.47	o -75
1.07/0.62	c Got one! Elapsed wall clock time (in seconds):0.457
1.07/0.62	o -77
2.63/1.40	c Got one! Elapsed wall clock time (in seconds):1.238
2.63/1.40	o -78
6.88/4.08	c Got one! Elapsed wall clock time (in seconds):3.914
6.88/4.08	o -81
26.65/23.07	c cleaning 2819 clauses out of 5638 with flag 0/5638
62.40/71.26	c cleaning 4410 clauses out of 8820 with flag 0/11639
123.78/135.86	c cleaning 5705 clauses out of 11409 with flag 0/18638
198.16/210.01	c starts		: 57
198.16/210.02	c conflicts		: 24122
198.16/210.02	c decisions		: 24621
198.16/210.02	c propagations		: 664149
198.16/210.02	c inspects		: 217904529
198.16/210.02	c shortcuts		: 0
198.16/210.02	c learnt literals	: 0
198.16/210.02	c learnt binary clauses	: 0
198.16/210.02	c learnt ternary clauses	: 0
198.16/210.02	c learnt constraints	: 24121
198.16/210.02	c ignored constraints	: 0
198.16/210.02	c root simplifications	: 0
198.16/210.02	c removed literals (reason simplification)	: 0
198.16/210.02	c reason swapping (by a shorter reason)	: 0
198.16/210.02	c Calls to reduceDB	: 3
198.16/210.02	c Number of update (reduction) of LBD	: 18003
198.16/210.02	c Imported unit clauses	: 0
198.16/210.02	c No decision after first conflict	: false
198.16/210.02	c number of reductions to clauses (during analyze)	: 0
198.16/210.02	c number of learned constraints concerned by reduction	: 0
198.16/210.02	c number of learning phase by resolution	: 0
198.16/210.02	c number of learning phase by cutting planes	: 0
198.16/210.02	c number of rounding to 1 operations	: 0
198.16/210.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
198.16/210.02	c number of reductions of the coefficients by power 2 	: 0
198.16/210.02	c number of right shift for reduction by power 2 	: 0
198.16/210.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
198.16/210.02	c number of ending skipping 	: 0
198.16/210.02	c number of internal skipping 	: 0
198.16/210.02	c number of derivation steps 	: 422014
198.16/210.02	c number of skipped derivation steps 	: 0
198.16/210.02	c number of remaining unassigned 	: 243141
198.16/210.02	c number of remaining assigned 	: 3694208
198.16/210.02	c number of falsified literals weakened from reason	: 0
198.16/210.02	c number of falsified literals weakened from conflict	: 0
198.16/210.02	c time for arithmetic operations	: 17168157660
198.16/210.02	c minimum degree of deleted constraints	: 40
198.16/210.02	c maximum degree of deleted constraints	: 206238222756488395745659771213043213287651737788992654463204063066001781117067807012122674723150105808786932795767818386474189242067209321804167645886693455158799381934432480881647329436300442609606604909633448006262897432932753176152936401629922906691145922563112653246658859442486309645006682334075891220118746829785010218863872479604203556556446562755732478710022436490397454828560467098146926066001865685573285355682321890280352000
198.16/210.02	c number of deleted constraints	: 12934
198.16/210.02	c speed (assignments/second)	: 3167.1236665538077
198.16/210.02	c non guided choices	: 0
198.16/210.02	s OPTIMUM FOUND
198.16/210.02	c Found 7 solution(s)
198.16/210.02	v -x1 x2 -x3 x4 x5 -x6 -x7 x8 -x9 x10 x11 -x12 -x13 x14 -x15 x16 x17 x18 -x19 x20 x21 -x22 -x23 x24 -x25 x26 x27 -x28 -x29 x30 -x31 x32 x33 x34 -x35 -x36 x37 x38 -x39 x40 -x41 -x42 x43 x44 -x45 x46 -x47 -x48 x49 x50 -x51 -x52 x53 -x54 x55 x56 -x57 -x58 x59 -x60 x61 x62 -x63 x64 x65 -x66 x67 -x68 -x69 x70 x71 -x72 x73 -x74 -x75 x76 x77 -x78 x79 -x80 -x81 x82 x83 -x84 x85 -x86 -x87 -x88 x89 -x90 x91 x92 -x93 -x94 x95 -x96 x97 x98 x99 -x100 x101 x102 -x103 -x104 x105 -x106 x107 x108 x109 -x110 -x111 x112 x113 -x114 x115 -x116 -x117 x118 x119 -x120 -x121 x122 -x123 x124 x125 -x126 x127 x128 -x129 x130 -x131 -x132 x133 x134 -x135 x136 -x137 -x138 -x139 x140 -x141 x142 x143 x144 -x145 x146 x147 x148 -x149 -x150 x151 x152 -x153 
198.16/210.02	c objective function=-81
198.16/210.02	c Total wall clock time (in seconds): 209.859

Verifier Data

OK	-81

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Fri Jul  4 00:42:16 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS -81 <= obj <= -81
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS ~81 <= obj <= ~81
--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 (53448 MiB free)
  memory of node 1: 64465 MiB (57447 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4521177-1751582202/watcher-4521177-1751582202 -o /tmp/evaluation-result-4521177-1751582202/solver-4521177-1751582202 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751574973-85791 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4521177-1751582202 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4521177-1751582202.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=86872, runsolver pid=86869
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.26 4.21 4.19 7/339 86890
/proc/meminfo: memFree=113522036/131250000 swapFree=33009904/33010684
[pid=86872] ppid=86869 vsize=18930384 memory=55600 CPUtime=0.12 cores=4,6
/proc/86872/stat : 86872 (java) S 86869 86872 85780 0 -1 4194304 6529 0 0 0 10 2 0 0 20 0 18 0 73899603 19384713216 13900 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
/proc/86872/statm: 4732596 13900 5353 1 0 547587 0
[pid=86872/tid=86874] ppid=86869 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/86872/task/86874/stat : 86874 (java) R 86869 86872 85780 0 -1 4194368 5057 0 0 0 6 1 0 0 20 0 18 0 73899605 19384713216 13900 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86883] ppid=86869 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/86872/task/86883/stat : 86883 (Finalizer) S 86869 86872 85780 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73899607 19384713216 13900 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86890] ppid=86869 vsize=18930384 memory=60684515952020 CPUtime=0 cores=4,6
/proc/86872/task/86890/stat : 86890 (Common-Cleaner) S 86869 86872 85780 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 73899608 19384713216 13900 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55600 KiB

[startup+0.205727 s]*
/proc/loadavg: 4.26 4.21 4.19 7/339 86890
/proc/meminfo: memFree=113515924/131250000 swapFree=33009904/33010684
[pid=86872] ppid=86869 vsize=18930384 memory=64188 CPUtime=0.3 cores=4,6
/proc/86872/stat : 86872 (java) S 86869 86872 85780 0 -1 4194304 7072 0 0 0 27 3 0 0 20 0 18 0 73899603 19384713216 16047 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
/proc/86872/statm: 4732596 16047 5417 1 0 547998 0
[pid=86872/tid=86874] ppid=86869 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=4,6
/proc/86872/task/86874/stat : 86874 (java) R 86869 86872 85780 0 -1 4194368 5395 0 0 0 16 1 0 0 20 0 18 0 73899605 19384713216 16047 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86883] ppid=86869 vsize=18930384 memory=16898 CPUtime=0 cores=4,6
/proc/86872/task/86883/stat : 86883 (Finalizer) S 86869 86872 85780 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73899607 19384713216 16047 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86890] ppid=86869 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/86872/task/86890/stat : 86890 (Common-Cleaner) S 86869 86872 85780 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 73899608 19384713216 16047 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64188 KiB

[startup+0.305739 s]*
/proc/loadavg: 4.26 4.21 4.19 7/339 86890
/proc/meminfo: memFree=113501936/131250000 swapFree=33009904/33010684
[pid=86872] ppid=86869 vsize=18930384 memory=79544 CPUtime=0.49 cores=4,6
/proc/86872/stat : 86872 (java) S 86869 86872 85780 0 -1 4194304 8763 0 0 0 46 3 0 0 20 0 18 0 73899603 19384713216 19886 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
/proc/86872/statm: 4732596 19886 5481 1 0 549097 0
[pid=86872/tid=86874] ppid=86869 vsize=18930384 memory=-6000919468394571367 CPUtime=0.23 cores=4,6
/proc/86872/task/86874/stat : 86874 (java) R 86869 86872 85780 0 -1 4194368 5482 0 0 0 22 1 0 0 20 0 18 0 73899605 19384713216 19886 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86883] ppid=86869 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/86872/task/86883/stat : 86883 (Finalizer) S 86869 86872 85780 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73899607 19384713216 19886 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86890] ppid=86869 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/86872/task/86890/stat : 86890 (Common-Cleaner) S 86869 86872 85780 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 73899608 19384713216 19886 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 79544 KiB

[startup+0.700238 s]
/proc/loadavg: 4.26 4.21 4.19 7/340 86891
/proc/meminfo: memFree=113480700/131250000 swapFree=33009904/33010684
[pid=86872] ppid=86869 vsize=18996948 memory=151776 CPUtime=1.25 cores=4,6
/proc/86872/stat : 86872 (java) S 86869 86872 85780 0 -1 4194304 10429 0 0 0 119 6 0 0 20 0 19 0 73899603 19452874752 37944 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
/proc/86872/statm: 4749237 37944 5481 1 0 550173 0
[pid=86872/tid=86874] ppid=86869 vsize=18996948 memory=19072 CPUtime=0.52 cores=4,6
/proc/86872/task/86874/stat : 86874 (java) R 86869 86872 85780 0 -1 4194368 5592 0 0 0 49 3 0 0 20 0 19 0 73899605 19452874752 37944 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86883] ppid=86869 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/86872/task/86883/stat : 86883 (Finalizer) S 86869 86872 85780 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 73899607 19452874752 37944 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86890] ppid=86869 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/86872/task/86890/stat : 86890 (Common-Cleaner) S 86869 86872 85780 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 73899608 19452874752 37944 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86891] ppid=86869 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/86872/task/86891/stat : 86891 (Timer-0) S 86869 86872 85780 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 73899636 19452874752 37944 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 151776 KiB

[startup+1.50022 s]
/proc/loadavg: 4.26 4.21 4.19 6/341 86892
/proc/meminfo: memFree=113411952/131250000 swapFree=33009904/33010684
[pid=86872] ppid=86869 vsize=19063512 memory=206184 CPUtime=2.83 cores=4,6
/proc/86872/stat : 86872 (java) S 86869 86872 85780 0 -1 4194304 21911 0 0 0 274 9 0 0 20 0 20 0 73899603 19521036288 51546 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
/proc/86872/statm: 4765878 51546 5513 1 0 554064 0
[pid=86872/tid=86874] ppid=86869 vsize=19063512 memory=0 CPUtime=1.26 cores=4,6
/proc/86872/task/86874/stat : 86874 (java) R 86869 86872 85780 0 -1 4194368 6171 0 0 0 122 4 0 0 20 0 20 0 73899605 19521036288 51546 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86883] ppid=86869 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/86872/task/86883/stat : 86883 (Finalizer) S 86869 86872 85780 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73899607 19521036288 51546 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86890] ppid=86869 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/86872/task/86890/stat : 86890 (Common-Cleaner) S 86869 86872 85780 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 73899608 19521036288 51546 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86891] ppid=86869 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/86872/task/86891/stat : 86891 (Timer-0) S 86869 86872 85780 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73899636 19521036288 51546 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 206184 KiB

[startup+3.10595 s]
/proc/loadavg: 4.32 4.23 4.19 6/341 86892
/proc/meminfo: memFree=113016112/131250000 swapFree=33009904/33010684
[pid=86872] ppid=86869 vsize=19063512 memory=562208 CPUtime=5.92 cores=4,6
/proc/86872/stat : 86872 (java) S 86869 86872 85780 0 -1 4194304 29412 0 0 0 574 18 0 0 20 0 20 0 73899603 19521036288 140552 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
/proc/86872/statm: 4765878 140552 5513 1 0 556338 0
[pid=86872/tid=86874] ppid=86869 vsize=19063512 memory=10752 CPUtime=2.84 cores=4,6
/proc/86872/task/86874/stat : 86874 (java) R 86869 86872 85780 0 -1 4194368 7051 0 0 0 272 12 0 0 20 0 20 0 73899605 19521036288 140552 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86883] ppid=86869 vsize=19063512 memory=-6000919468394571367 CPUtime=0 cores=4,6
/proc/86872/task/86883/stat : 86883 (Finalizer) S 86869 86872 85780 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73899607 19521036288 140552 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86890] ppid=86869 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/86872/task/86890/stat : 86890 (Common-Cleaner) S 86869 86872 85780 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 73899608 19521036288 140552 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86891] ppid=86869 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/86872/task/86891/stat : 86891 (Timer-0) S 86869 86872 85780 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73899636 19521036288 140552 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 562208 KiB

[startup+6.30025 s]
/proc/loadavg: 4.32 4.23 4.19 5/341 86892
/proc/meminfo: memFree=112520196/131250000 swapFree=33009904/33010684
[pid=86872] ppid=86869 vsize=19063512 memory=994756 CPUtime=9.42 cores=4,6
/proc/86872/stat : 86872 (java) S 86869 86872 85780 0 -1 4194304 30167 0 0 0 916 26 0 0 20 0 20 0 73899603 19521036288 248689 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
/proc/86872/statm: 4765878 248689 5513 1 0 556391 0
[pid=86872/tid=86874] ppid=86869 vsize=19063512 memory=0 CPUtime=5.98 cores=4,6
/proc/86872/task/86874/stat : 86874 (java) R 86869 86872 85780 0 -1 4194368 7564 0 0 0 579 19 0 0 20 0 20 0 73899605 19521036288 248689 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86883] ppid=86869 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/86872/task/86883/stat : 86883 (Finalizer) S 86869 86872 85780 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73899607 19521036288 248689 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86890] ppid=86869 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/86872/task/86890/stat : 86890 (Common-Cleaner) S 86869 86872 85780 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 73899608 19521036288 248689 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86891] ppid=86869 vsize=19063512 memory=253420 CPUtime=0 cores=4,6
/proc/86872/task/86891/stat : 86891 (Timer-0) S 86869 86872 85780 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73899636 19521036288 248689 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
Current children cumulated CPU time: 9.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 994756 KiB

[startup+12.7002 s]
/proc/loadavg: 4.51 4.27 4.20 6/342 86893
/proc/meminfo: memFree=112161716/131250000 swapFree=33009904/33010684
[pid=86872] ppid=86869 vsize=19063512 memory=1335032 CPUtime=16.18 cores=4,6
/proc/86872/stat : 86872 (java) S 86869 86872 85780 0 -1 4194304 38309 0 0 0 1585 33 0 0 20 0 20 0 73899603 19521036288 333758 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
/proc/86872/statm: 4765878 333758 5513 1 0 556407 0
[pid=86872/tid=86874] ppid=86869 vsize=19063512 memory=253420 CPUtime=12.28 cores=4,6
/proc/86872/task/86874/stat : 86874 (java) R 86869 86872 85780 0 -1 4194368 9516 0 0 0 1203 25 0 0 20 0 20 0 73899605 19521036288 333758 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86883] ppid=86869 vsize=19063512 memory=1335032 CPUtime=0 cores=4,6
/proc/86872/task/86883/stat : 86883 (Finalizer) S 86869 86872 85780 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73899607 19521036288 333758 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86890] ppid=86869 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/86872/task/86890/stat : 86890 (Common-Cleaner) S 86869 86872 85780 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 73899608 19521036288 333758 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86891] ppid=86869 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/86872/task/86891/stat : 86891 (Timer-0) S 86869 86872 85780 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73899636 19521036288 333758 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
Current children cumulated CPU time: 16.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1335032 KiB

[startup+25.5003 s]
/proc/loadavg: 4.43 4.26 4.20 6/341 86960
/proc/meminfo: memFree=115591776/131250000 swapFree=33009904/33010684
[pid=86872] ppid=86869 vsize=19063512 memory=1355104 CPUtime=29.34 cores=4,6
/proc/86872/stat : 86872 (java) S 86869 86872 85780 0 -1 4194304 49779 0 0 0 2896 38 0 0 20 0 20 0 73899603 19521036288 338776 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
/proc/86872/statm: 4765878 338776 5513 1 0 556471 0
[pid=86872/tid=86874] ppid=86869 vsize=19063512 memory=-6000919468394571367 CPUtime=24.86 cores=4,6
/proc/86872/task/86874/stat : 86874 (java) R 86869 86872 85780 0 -1 4194368 11866 0 0 0 2458 28 0 0 20 0 20 0 73899605 19521036288 338776 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86883] ppid=86869 vsize=19063512 memory=1347488 CPUtime=0 cores=4,6
/proc/86872/task/86883/stat : 86883 (Finalizer) S 86869 86872 85780 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73899607 19521036288 338776 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86890] ppid=86869 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/86872/task/86890/stat : 86890 (Common-Cleaner) S 86869 86872 85780 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 73899608 19521036288 338776 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86891] ppid=86869 vsize=19063512 memory=1359280 CPUtime=0 cores=4,6
/proc/86872/task/86891/stat : 86891 (Timer-0) S 86869 86872 85780 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73899636 19521036288 338776 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
Current children cumulated CPU time: 29.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1355104 KiB

[startup+51.1056 s]
/proc/loadavg: 4.35 4.25 4.20 5/342 86961
/proc/meminfo: memFree=111402796/131250000 swapFree=33009904/33010684
[pid=86872] ppid=86869 vsize=19063512 memory=1359344 CPUtime=42.09 cores=4,6
/proc/86872/stat : 86872 (java) S 86869 86872 85780 0 -1 4194304 50529 0 0 0 4169 40 0 0 20 0 20 0 73899603 19521036288 339836 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
/proc/86872/statm: 4765878 339836 5513 1 0 556471 0
[pid=86872/tid=86874] ppid=86869 vsize=19063512 memory=1359344 CPUtime=37.24 cores=4,6
/proc/86872/task/86874/stat : 86874 (java) R 86869 86872 85780 0 -1 4194368 12250 0 0 0 3694 30 0 0 20 0 20 0 73899605 19521036288 339836 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86883] ppid=86869 vsize=19063512 memory=1357192 CPUtime=0 cores=4,6

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

/proc/86872/task/86891/stat : 86891 (Timer-0) S 86869 86872 85780 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73899636 19521036288 374302 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
Current children cumulated CPU time: 149.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1497208 KiB

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

# cumulated CPU time of all completed processes:  user=197.513 s, system=0.685598 s

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

[startup+179.2 s]
/proc/loadavg: 4.23 4.22 4.19 5/343 86967
/proc/meminfo: memFree=110423108/131250000 swapFree=33009904/33010684
[pid=86872] ppid=86869 vsize=19063512 memory=1531724 CPUtime=167.18 cores=4,6
/proc/86872/stat : 86872 (java) S 86869 86872 85780 0 -1 4194304 66399 0 0 0 16656 62 0 0 20 0 20 0 73899603 19521036288 382931 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
/proc/86872/statm: 4765878 382931 5513 1 0 560534 0
[pid=86872/tid=86874] ppid=86869 vsize=19063512 memory=1466328 CPUtime=158.74 cores=4,6
/proc/86872/task/86874/stat : 86874 (java) R 86869 86872 85780 0 -1 4194368 15909 0 0 0 15832 42 0 0 20 0 20 0 73899605 19521036288 382931 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86883] ppid=86869 vsize=19063512 memory=1478620 CPUtime=0 cores=4,6
/proc/86872/task/86883/stat : 86883 (Finalizer) S 86869 86872 85780 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73899607 19521036288 382931 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86890] ppid=86869 vsize=19063512 memory=1505456 CPUtime=0 cores=4,6
/proc/86872/task/86890/stat : 86890 (Common-Cleaner) S 86869 86872 85780 0 -1 4194368 129 0 0 0 0 0 0 0 20 0 20 0 73899608 19521036288 382931 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86891] ppid=86869 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/86872/task/86891/stat : 86891 (Timer-0) S 86869 86872 85780 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73899636 19521036288 382931 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
Current children cumulated CPU time: 167.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1531724 KiB

[startup+192 s]*
/proc/loadavg: 4.17 4.21 4.18 5/342 86967
/proc/meminfo: memFree=110300960/131250000 swapFree=33009904/33010684
[pid=86872] ppid=86869 vsize=19063512 memory=1546304 CPUtime=179.86 cores=4,6
/proc/86872/stat : 86872 (java) S 86869 86872 85780 0 -1 4194304 67095 0 0 0 17922 64 0 0 20 0 20 0 73899603 19521036288 386576 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
/proc/86872/statm: 4765878 386576 5513 1 0 560566 0
[pid=86872/tid=86874] ppid=86869 vsize=19063512 memory=-6000919472739804775 CPUtime=170.83 cores=4,6
/proc/86872/task/86874/stat : 86874 (java) R 86869 86872 85780 0 -1 4194368 16504 0 0 0 17040 43 0 0 20 0 20 0 73899605 19521036288 386576 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86883] ppid=86869 vsize=19063512 memory=4572168064493842078 CPUtime=0 cores=4,6
/proc/86872/task/86883/stat : 86883 (Finalizer) S 86869 86872 85780 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73899607 19521036288 386576 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86890] ppid=86869 vsize=19063512 memory=9088 CPUtime=0 cores=4,6
/proc/86872/task/86890/stat : 86890 (Common-Cleaner) S 86869 86872 85780 0 -1 4194368 129 0 0 0 0 0 0 0 20 0 20 0 73899608 19521036288 386576 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86891] ppid=86869 vsize=19063512 memory=8960 CPUtime=0 cores=4,6
/proc/86872/task/86891/stat : 86891 (Timer-0) S 86869 86872 85780 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73899636 19521036288 386576 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
Current children cumulated CPU time: 179.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1546304 KiB

[startup+198.4 s]
/proc/loadavg: 4.16 4.20 4.18 5/342 86967
/proc/meminfo: memFree=110237384/131250000 swapFree=33009904/33010684
[pid=86872] ppid=86869 vsize=19063512 memory=1552488 CPUtime=186.31 cores=4,6
/proc/86872/stat : 86872 (java) S 86869 86872 85780 0 -1 4194304 67101 0 0 0 18566 65 0 0 20 0 20 0 73899603 19521036288 388122 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
/proc/86872/statm: 4765878 388122 5513 1 0 560566 0
[pid=86872/tid=86874] ppid=86869 vsize=19063512 memory=1531724 CPUtime=177.18 cores=4,6
/proc/86872/task/86874/stat : 86874 (java) R 86869 86872 85780 0 -1 4194368 16504 0 0 0 17674 44 0 0 20 0 20 0 73899605 19521036288 388122 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86883] ppid=86869 vsize=19063512 memory=14528 CPUtime=0 cores=4,6
/proc/86872/task/86883/stat : 86883 (Finalizer) S 86869 86872 85780 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73899607 19521036288 388122 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86890] ppid=86869 vsize=19063512 memory=19072 CPUtime=0 cores=4,6
/proc/86872/task/86890/stat : 86890 (Common-Cleaner) S 86869 86872 85780 0 -1 4194368 129 0 0 0 0 0 0 0 20 0 20 0 73899608 19521036288 388122 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86891] ppid=86869 vsize=19063512 memory=14528 CPUtime=0 cores=4,6
/proc/86872/task/86891/stat : 86891 (Timer-0) S 86869 86872 85780 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73899636 19521036288 388122 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
Current children cumulated CPU time: 186.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1552488 KiB

[startup+204.8 s]
/proc/loadavg: 4.15 4.20 4.18 5/343 86971
/proc/meminfo: memFree=110150716/131250000 swapFree=33009904/33010684
[pid=86872] ppid=86869 vsize=19063512 memory=1558724 CPUtime=192.93 cores=4,6
/proc/86872/stat : 86872 (java) S 86869 86872 85780 0 -1 4194304 67241 0 0 0 19227 66 0 0 20 0 20 0 73899603 19521036288 389681 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
/proc/86872/statm: 4765878 389681 5513 1 0 560582 0
[pid=86872/tid=86874] ppid=86869 vsize=19063512 memory=14528 CPUtime=183.52 cores=4,6
/proc/86872/task/86874/stat : 86874 (java) R 86869 86872 85780 0 -1 4194368 16591 0 0 0 18308 44 0 0 20 0 20 0 73899605 19521036288 389681 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86883] ppid=86869 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/86872/task/86883/stat : 86883 (Finalizer) S 86869 86872 85780 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73899607 19521036288 389681 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86890] ppid=86869 vsize=19063512 memory=14528 CPUtime=0 cores=4,6
/proc/86872/task/86890/stat : 86890 (Common-Cleaner) S 86869 86872 85780 0 -1 4194368 129 0 0 0 0 0 0 0 20 0 20 0 73899608 19521036288 389681 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86891] ppid=86869 vsize=19063512 memory=19072 CPUtime=0 cores=4,6
/proc/86872/task/86891/stat : 86891 (Timer-0) S 86869 86872 85780 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73899636 19521036288 389681 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
Current children cumulated CPU time: 192.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1558724 KiB

[startup+208 s]*
/proc/loadavg: 4.22 4.21 4.18 5/343 86972
/proc/meminfo: memFree=109961188/131250000 swapFree=33009904/33010684
[pid=86872] ppid=86869 vsize=19063512 memory=1560772 CPUtime=196.14 cores=4,6
/proc/86872/stat : 86872 (java) S 86869 86872 85780 0 -1 4194304 67439 0 0 0 19548 66 0 0 20 0 20 0 73899603 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
/proc/86872/statm: 4765878 390193 5513 1 0 560582 0
[pid=86872/tid=86874] ppid=86869 vsize=19063512 memory=-6000919472739804775 CPUtime=186.69 cores=4,6
/proc/86872/task/86874/stat : 86874 (java) R 86869 86872 85780 0 -1 4194368 16649 0 0 0 18625 44 0 0 20 0 20 0 73899605 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86883] ppid=86869 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=4,6
/proc/86872/task/86883/stat : 86883 (Finalizer) S 86869 86872 85780 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73899607 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86890] ppid=86869 vsize=19063512 memory=6900 CPUtime=0 cores=4,6
/proc/86872/task/86890/stat : 86890 (Common-Cleaner) S 86869 86872 85780 0 -1 4194368 129 0 0 0 0 0 0 0 20 0 20 0 73899608 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86891] ppid=86869 vsize=19063512 memory=1558724 CPUtime=0 cores=4,6
/proc/86872/task/86891/stat : 86891 (Timer-0) S 86869 86872 85780 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73899636 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
Current children cumulated CPU time: 196.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1560772 KiB

[startup+208.8 s]
/proc/loadavg: 4.22 4.21 4.18 5/343 86972
/proc/meminfo: memFree=109961188/131250000 swapFree=33009904/33010684
[pid=86872] ppid=86869 vsize=19063512 memory=1560772 CPUtime=196.94 cores=4,6
/proc/86872/stat : 86872 (java) S 86869 86872 85780 0 -1 4194304 67439 0 0 0 19628 66 0 0 20 0 20 0 73899603 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
/proc/86872/statm: 4765878 390193 5513 1 0 560582 0
[pid=86872/tid=86874] ppid=86869 vsize=19063512 memory=1560772 CPUtime=187.48 cores=4,6
/proc/86872/task/86874/stat : 86874 (java) R 86869 86872 85780 0 -1 4194368 16649 0 0 0 18704 44 0 0 20 0 20 0 73899605 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86883] ppid=86869 vsize=19063512 memory=1560772 CPUtime=0 cores=4,6
/proc/86872/task/86883/stat : 86883 (Finalizer) S 86869 86872 85780 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73899607 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86890] ppid=86869 vsize=19063512 memory=19072 CPUtime=0 cores=4,6
/proc/86872/task/86890/stat : 86890 (Common-Cleaner) S 86869 86872 85780 0 -1 4194368 129 0 0 0 0 0 0 0 20 0 20 0 73899608 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86891] ppid=86869 vsize=19063512 memory=14528 CPUtime=0 cores=4,6
/proc/86872/task/86891/stat : 86891 (Timer-0) S 86869 86872 85780 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73899636 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
Current children cumulated CPU time: 196.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1560772 KiB

[startup+209.6 s]
/proc/loadavg: 4.22 4.21 4.18 5/343 86972
/proc/meminfo: memFree=109961188/131250000 swapFree=33009904/33010684
[pid=86872] ppid=86869 vsize=19063512 memory=1560772 CPUtime=197.74 cores=4,6
/proc/86872/stat : 86872 (java) S 86869 86872 85780 0 -1 4194304 67439 0 0 0 19708 66 0 0 20 0 20 0 73899603 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
/proc/86872/statm: 4765878 390193 5513 1 0 560582 0
[pid=86872/tid=86874] ppid=86869 vsize=19063512 memory=4764 CPUtime=188.28 cores=4,6
/proc/86872/task/86874/stat : 86874 (java) R 86869 86872 85780 0 -1 4194368 16649 0 0 0 18784 44 0 0 20 0 20 0 73899605 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86883] ppid=86869 vsize=19063512 memory=14528 CPUtime=0 cores=4,6
/proc/86872/task/86883/stat : 86883 (Finalizer) S 86869 86872 85780 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73899607 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86890] ppid=86869 vsize=19063512 memory=19072 CPUtime=0 cores=4,6
/proc/86872/task/86890/stat : 86890 (Common-Cleaner) S 86869 86872 85780 0 -1 4194368 129 0 0 0 0 0 0 0 20 0 20 0 73899608 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86891] ppid=86869 vsize=19063512 memory=1560772 CPUtime=0 cores=4,6
/proc/86872/task/86891/stat : 86891 (Timer-0) S 86869 86872 85780 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73899636 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
Current children cumulated CPU time: 197.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1560772 KiB

[startup+210 s]*
/proc/loadavg: 4.22 4.21 4.18 5/343 86972
/proc/meminfo: memFree=109962132/131250000 swapFree=33009904/33010684
[pid=86872] ppid=86869 vsize=19063512 memory=1560772 CPUtime=198.16 cores=4,6
/proc/86872/stat : 86872 (java) S 86869 86872 85780 0 -1 4194304 68262 0 0 0 19749 67 0 0 20 0 20 0 73899603 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
/proc/86872/statm: 4765878 390193 5513 1 0 560598 0
[pid=86872/tid=86874] ppid=86869 vsize=19063512 memory=-6000919472739804775 CPUtime=188.68 cores=4,6
/proc/86872/task/86874/stat : 86874 (java) D 86869 86872 85780 0 -1 4194368 17449 0 0 0 18823 45 0 0 20 0 20 0 73899605 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86883] ppid=86869 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=4,6
/proc/86872/task/86883/stat : 86883 (Finalizer) S 86869 86872 85780 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73899607 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86890] ppid=86869 vsize=19063512 memory=5220 CPUtime=0 cores=4,6
/proc/86872/task/86890/stat : 86890 (Common-Cleaner) S 86869 86872 85780 0 -1 4194368 129 0 0 0 0 0 0 0 20 0 20 0 73899608 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
[pid=86872/tid=86891] ppid=86869 vsize=19063512 memory=5140 CPUtime=0 cores=4,6
/proc/86872/task/86891/stat : 86891 (Timer-0) S 86869 86872 85780 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73899636 19521036288 390193 18446744073709551615 94606865104896 94606865108592 140728911466560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94606865116408 94606865117200 94606887460864 140728911468845 140728911469030 140728911469030 140728911474632 0
Current children cumulated CPU time: 198.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1560772 KiB

Child status: 30

Real time (s): 210.049
CPU time (s): 198.198
CPU user time (s): 197.513
CPU system time (s): 0.685598
CPU usage (%): 94.3583
Max. virtual memory (cumulated for all children) (KiB): 19066712
Max. memory (cumulated for all children) (KiB): 1560772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 197.513
system time used= 0.685598
maximum resident set size= 1561412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68930
page faults= 0
swaps= 0
block input operations= 0
block output operations= 107456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12770
involuntary context switches= 3280


# summary of solver processes directly reported to runsolver:
#   pid: 86872
#   total CPU time (s): 198.198
#   total CPU user time (s): 197.513
#   total CPU system time (s): 0.685598

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.450997 second user time and 1.05249 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-04 00:36:42
IDJOB=4521177
IDBENCH=178235
IDSOLVER=3362
FILE ID=nodeC033/4521177-1751582202
RUNJOBID= nodeC033-1751574973-85791
SLURM_JOB_ID= 9598801
Free space on /tmp= 429884 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/normalized-maxcut_opt_complete_6-partite_inlv_nvert_18.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521177-1751582202/watcher-4521177-1751582202 -o /tmp/evaluation-result-4521177-1751582202/solver-4521177-1751582202 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751574973-85791 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4521177-1751582202 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4521177-1751582202.opb

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

MD5SUM BENCH= c8bec353ea174cec7b3e8bb71786aaf2
RANDOM SEED=1577877204

nodeC033 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		: 3600.041
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	: 7000.13
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		: 3620.377
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	: 7000.13
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.766
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	: 7000.13
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		: 3600.067
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	: 7000.13
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.283
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	: 7000.13
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		: 3600.551
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	: 7000.13
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		: 3624.046
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	: 7000.13
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		: 3621.158
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	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        113557244 kB
MemAvailable:   120238040 kB
Buffers:            2128 kB
Cached:          7433256 kB
SwapCached:           68 kB
Active:         10139856 kB
Inactive:        6852300 kB
Active(anon):    9569384 kB
Inactive(anon):     5524 kB
Active(file):     570472 kB
Inactive(file):  6846776 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14444 kB
Writeback:             8 kB
AnonPages:       9556872 kB
Mapped:           124756 kB
Shmem:             18028 kB
KReclaimable:     205576 kB
Slab:             298372 kB
SReclaimable:     205576 kB
SUnreclaim:        92796 kB
KernelStack:        5152 kB
PageTables:        22396 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   12290848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9246720 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 429872 MiB
End job on nodeC033 at 2025-07-04 00:40:12