Trace number 4525389

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06OPTIMUM 84.185 78.1035

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110978334--soft-66-100-0.wbo
MD5SUMaad9621fe8b368ffddca7a2c79d32a56
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark63
Best CPU time to get the best result obtained on this benchmark1.13443
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints29
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1556
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1555
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1247
Number of bits of the biggest sum of numbers11
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.12/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.15	c See www.sat4j.org for details.
0.12/0.17	c version PB25.v20250606
0.12/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.19	c java.vm.version	22.0.1+8-16
0.12/0.19	c java.vm.vendor	Oracle Corporation
0.12/0.19	c sun.arch.data.model	64
0.12/0.19	c java.version		22.0.1
0.12/0.19	c os.name		Linux
0.12/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.19	c os.arch		amd64
0.12/0.20	c Free memory 		2104792832
0.12/0.20	c Max memory 		16282288128
0.12/0.20	c Total memory 		2113929216
0.12/0.21	c Number of processors 	2
0.45/0.36	c Pseudo Boolean Optimization by upper bound
0.45/0.36	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.36	c  - never skip resolution steps
0.45/0.36	c  - Auto-division on coefficients is disabled
0.45/0.36	c  - No postprocessing
0.45/0.36	c  - Conflict is considered as is when resolving
0.45/0.36	c  - Use constraints as they come during conflict analysis
0.45/0.36	c  - Weaken first using unassigned literals
0.45/0.36	c  - Bump strategy: ALWAYS_ONE
0.45/0.36	c  - Bumper: ANY
0.45/0.36	c --- Begin Solver configuration ---
0.45/0.36	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.45/0.36	c Learn all clauses as in MiniSAT
0.45/0.36	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.36	c No reason simplification
0.45/0.36	c Armin Biere (Picosat) restarts strategy
0.45/0.36	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.45/0.36	c timeout=2147483s
0.45/0.36	c DB Simplification allowed=false
0.45/0.36	c Listener: none
0.45/0.36	c --- End Solver configuration ---
0.45/0.36	c solving HOME/instance-4525389-1751623558.wbo
0.45/0.36	c reading problem ... 
0.64/0.42	c ... done. Wall clock time 0.061s.
0.64/0.42	c declared #vars     169
0.64/0.42	c internal #vars     198
0.64/0.42	c #constraints  102
0.64/0.42	c constraints type 
0.64/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22
0.64/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.64/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
0.64/0.42	c org.sat4j.specs.Constr$1 => 1
0.64/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.64/0.42	c 102 constraints processed.
0.64/0.45	c objective function length is 29 literals
1.37/0.83	c SATISFIABLE
1.37/0.84	c OPTIMIZING...
1.37/0.84	c Got one! Elapsed wall clock time (in seconds):0.478
1.37/0.84	o 1174
1.98/1.16	c Got one! Elapsed wall clock time (in seconds):0.802
1.98/1.16	o 1145
2.54/1.45	c Got one! Elapsed wall clock time (in seconds):1.096
2.54/1.45	o 1125
3.10/1.70	c Got one! Elapsed wall clock time (in seconds):1.34
3.10/1.70	o 1124
3.49/1.98	c Got one! Elapsed wall clock time (in seconds):1.619
3.49/1.98	o 999
4.07/2.25	c Got one! Elapsed wall clock time (in seconds):1.89
4.07/2.25	o 987
5.53/3.09	c Got one! Elapsed wall clock time (in seconds):2.735
5.53/3.09	o 983
6.36/3.68	c Got one! Elapsed wall clock time (in seconds):3.32
6.36/3.68	o 981
7.58/4.52	c Got one! Elapsed wall clock time (in seconds):4.167
7.58/4.52	o 953
7.76/4.66	c Got one! Elapsed wall clock time (in seconds):4.305
7.76/4.66	o 934
11.47/7.06	c Got one! Elapsed wall clock time (in seconds):6.707
11.47/7.06	o 916
15.52/10.37	c Got one! Elapsed wall clock time (in seconds):10.011
15.52/10.37	o 145
18.39/13.19	c Got one! Elapsed wall clock time (in seconds):12.838
18.39/13.19	o 142
21.55/16.33	c Got one! Elapsed wall clock time (in seconds):15.972
21.55/16.33	o 128
25.28/20.10	c Got one! Elapsed wall clock time (in seconds):19.745
25.28/20.10	o 105
29.93/24.79	c Got one! Elapsed wall clock time (in seconds):24.431
29.93/24.79	o 102
31.57/26.29	c Got one! Elapsed wall clock time (in seconds):25.931
31.57/26.29	o 96
35.53/30.17	c Got one! Elapsed wall clock time (in seconds):29.812
35.53/30.17	o 80
39.00/33.63	c Got one! Elapsed wall clock time (in seconds):33.275
39.00/33.63	o 70
40.10/34.80	c Got one! Elapsed wall clock time (in seconds):34.439
40.10/34.80	o 63
84.05/78.04	c starts		: 39
84.05/78.05	c conflicts		: 4834
84.05/78.05	c decisions		: 23670
84.05/78.05	c propagations		: 138200
84.05/78.05	c inspects		: 75158518
84.05/78.05	c shortcuts		: 0
84.05/78.05	c learnt literals	: 0
84.05/78.05	c learnt binary clauses	: 0
84.05/78.05	c learnt ternary clauses	: 0
84.05/78.05	c learnt constraints	: 4833
84.05/78.05	c ignored constraints	: 0
84.05/78.05	c root simplifications	: 0
84.05/78.05	c removed literals (reason simplification)	: 0
84.05/78.05	c reason swapping (by a shorter reason)	: 0
84.05/78.05	c Calls to reduceDB	: 0
84.05/78.05	c Number of update (reduction) of LBD	: 0
84.05/78.05	c Imported unit clauses	: 0
84.05/78.05	c No decision after first conflict	: false
84.05/78.05	c number of reductions to clauses (during analyze)	: 0
84.05/78.06	c number of learned constraints concerned by reduction	: 0
84.05/78.06	c number of learning phase by resolution	: 0
84.05/78.06	c number of learning phase by cutting planes	: 0
84.05/78.06	c number of rounding to 1 operations	: 0
84.05/78.06	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
84.05/78.06	c number of reductions of the coefficients by power 2 	: 0
84.05/78.06	c number of right shift for reduction by power 2 	: 0
84.05/78.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
84.05/78.06	c number of ending skipping 	: 0
84.05/78.06	c number of internal skipping 	: 0
84.05/78.06	c number of derivation steps 	: 40733
84.05/78.06	c number of skipped derivation steps 	: 0
84.05/78.06	c number of remaining unassigned 	: 42654
84.05/78.06	c number of remaining assigned 	: 935302
84.05/78.06	c number of falsified literals weakened from reason	: 0
84.05/78.06	c number of falsified literals weakened from conflict	: 0
84.05/78.06	c time for arithmetic operations	: 4426960222
84.05/78.06	c minimum degree of deleted constraints	: null
84.05/78.06	c maximum degree of deleted constraints	: null
84.05/78.06	c number of deleted constraints	: 0
84.05/78.07	c speed (assignments/second)	: 1780.7213080957106
84.05/78.07	c non guided choices	: 256
84.05/78.07	s OPTIMUM FOUND
84.05/78.07	c Found 20 solution(s)
84.05/78.07	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 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 
84.05/78.07	c objective function=63
84.05/78.07	c Total wall clock time (in seconds): 77.715

Verifier Data

OK	63

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (58934 MiB free)
  memory of node 1: 64465 MiB (47925 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525389-1751623558/watcher-4525389-1751623558 -o /tmp/evaluation-result-4525389-1751623558/solver-4525389-1751623558 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751616394-96857 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4525389-1751623558.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100067 s]*
/proc/loadavg: 4.32 4.31 4.27 7/326 98289
/proc/meminfo: memFree=109408444/131382112 swapFree=33000116/33010684
[pid=98271] ppid=98268 vsize=18930384 memory=48524 CPUtime=0.12 cores=4,6
/proc/98271/stat : 98271 (java) S 98268 98271 96846 0 -1 4194304 5801 0 0 0 9 3 0 0 20 0 18 0 78034917 19384713216 12131 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
/proc/98271/statm: 4732596 12131 5337 1 0 547005 0
[pid=98271/tid=98273] ppid=98268 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/98271/task/98273/stat : 98273 (java) R 98268 98271 96846 0 -1 4194368 4700 0 0 0 5 2 0 0 20 0 18 0 78034920 19384713216 12131 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98282] ppid=98268 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/98271/task/98282/stat : 98282 (Finalizer) S 98268 98271 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78034923 19384713216 12131 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98289] ppid=98268 vsize=18930384 memory=58494082638250 CPUtime=0 cores=4,6
/proc/98271/task/98289/stat : 98289 (Common-Cleaner) S 98268 98271 96846 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78034924 19384713216 12131 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48524 KiB

[startup+0.211818 s]*
/proc/loadavg: 4.32 4.31 4.27 7/326 98289
/proc/meminfo: memFree=109407700/131382112 swapFree=33000116/33010684
[pid=98271] ppid=98268 vsize=18930384 memory=55632 CPUtime=0.29 cores=4,6
/proc/98271/stat : 98271 (java) S 98268 98271 96846 0 -1 4194304 6547 0 0 0 25 4 0 0 20 0 18 0 78034917 19384713216 13908 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
/proc/98271/statm: 4732596 13908 5369 1 0 547603 0
[pid=98271/tid=98273] ppid=98268 vsize=18930384 memory=4026794268 CPUtime=0.19 cores=4,6
/proc/98271/task/98273/stat : 98273 (java) R 98268 98271 96846 0 -1 4194368 5051 0 0 0 16 3 0 0 20 0 18 0 78034920 19384713216 13908 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98282] ppid=98268 vsize=18930384 memory=17127 CPUtime=0 cores=4,6
/proc/98271/task/98282/stat : 98282 (Finalizer) S 98268 98271 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78034923 19384713216 13908 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98289] ppid=98268 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/98271/task/98289/stat : 98289 (Common-Cleaner) S 98268 98271 96846 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78034924 19384713216 13908 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55632 KiB

[startup+0.311182 s]*
/proc/loadavg: 4.32 4.31 4.27 7/326 98289
/proc/meminfo: memFree=109401336/131382112 swapFree=33000116/33010684
[pid=98271] ppid=98268 vsize=18930384 memory=59044 CPUtime=0.45 cores=4,6
/proc/98271/stat : 98271 (java) S 98268 98271 96846 0 -1 4194304 6856 0 0 0 41 4 0 0 20 0 18 0 78034917 19384713216 14761 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
/proc/98271/statm: 4732596 14761 5369 1 0 547829 0
[pid=98271/tid=98273] ppid=98268 vsize=18930384 memory=-6000919472689931366 CPUtime=0.28 cores=4,6
/proc/98271/task/98273/stat : 98273 (java) R 98268 98271 96846 0 -1 4194368 5249 0 0 0 25 3 0 0 20 0 18 0 78034920 19384713216 14761 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98282] ppid=98268 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/98271/task/98282/stat : 98282 (Finalizer) S 98268 98271 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78034923 19384713216 14761 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98289] ppid=98268 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/98271/task/98289/stat : 98289 (Common-Cleaner) S 98268 98271 96846 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78034924 19384713216 14761 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59044 KiB

[startup+0.700326 s]
/proc/loadavg: 4.32 4.31 4.27 7/327 98290
/proc/meminfo: memFree=109387284/131382112 swapFree=33000116/33010684
[pid=98271] ppid=98268 vsize=18996948 memory=79616 CPUtime=1.18 cores=4,6
/proc/98271/stat : 98271 (java) S 98268 98271 96846 0 -1 4194304 8030 0 0 0 112 6 0 0 20 0 19 0 78034917 19452874752 19904 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
/proc/98271/statm: 4749237 19904 5465 1 0 548809 0
[pid=98271/tid=98273] ppid=98268 vsize=18996948 memory=13952 CPUtime=0.65 cores=4,6
/proc/98271/task/98273/stat : 98273 (java) R 98268 98271 96846 0 -1 4194368 5510 0 0 0 61 4 0 0 20 0 19 0 78034920 19452874752 19904 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98282] ppid=98268 vsize=18996948 memory=11008 CPUtime=0 cores=4,6
/proc/98271/task/98282/stat : 98282 (Finalizer) S 98268 98271 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78034923 19452874752 19904 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98289] ppid=98268 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/98271/task/98289/stat : 98289 (Common-Cleaner) S 98268 98271 96846 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78034924 19452874752 19904 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98290] ppid=98268 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/98271/task/98290/stat : 98290 (Timer-0) S 98268 98271 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78034963 19452874752 19904 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 79616 KiB

[startup+1.50024 s]
/proc/loadavg: 4.32 4.31 4.27 6/327 98290
/proc/meminfo: memFree=109324524/131382112 swapFree=33000116/33010684
[pid=98271] ppid=98268 vsize=19063512 memory=167752 CPUtime=2.72 cores=4,6
/proc/98271/stat : 98271 (java) S 98268 98271 96846 0 -1 4194304 16777 0 0 0 261 11 0 0 20 0 20 0 78034917 19521036288 41938 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
/proc/98271/statm: 4765878 41938 5529 1 0 551317 0
[pid=98271/tid=98273] ppid=98268 vsize=19063512 memory=0 CPUtime=1.36 cores=4,6
/proc/98271/task/98273/stat : 98273 (java) R 98268 98271 96846 0 -1 4194368 6187 0 0 0 130 6 0 0 20 0 20 0 78034920 19521036288 41938 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98282] ppid=98268 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/98271/task/98282/stat : 98282 (Finalizer) S 98268 98271 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78034923 19521036288 41938 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98289] ppid=98268 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/98271/task/98289/stat : 98289 (Common-Cleaner) S 98268 98271 96846 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 78034924 19521036288 41938 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98290] ppid=98268 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/98271/task/98290/stat : 98290 (Timer-0) S 98268 98271 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78034963 19521036288 41938 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167752 KiB

[startup+3.10579 s]
/proc/loadavg: 4.45 4.34 4.28 6/328 98291
/proc/meminfo: memFree=108772084/131382112 swapFree=33000116/33010684
[pid=98271] ppid=98268 vsize=19063512 memory=728316 CPUtime=5.7 cores=4,6
/proc/98271/stat : 98271 (java) S 98268 98271 96846 0 -1 4194304 19148 0 0 0 548 22 0 0 20 0 20 0 78034917 19521036288 182079 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
/proc/98271/statm: 4765878 182079 5529 1 0 551999 0
[pid=98271/tid=98273] ppid=98268 vsize=19063512 memory=11008 CPUtime=2.88 cores=4,6
/proc/98271/task/98273/stat : 98273 (java) R 98268 98271 96846 0 -1 4194368 7108 0 0 0 272 16 0 0 20 0 20 0 78034920 19521036288 182079 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98282] ppid=98268 vsize=19063512 memory=-6000919472689931366 CPUtime=0 cores=4,6
/proc/98271/task/98282/stat : 98282 (Finalizer) S 98268 98271 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78034923 19521036288 182079 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98289] ppid=98268 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/98271/task/98289/stat : 98289 (Common-Cleaner) S 98268 98271 96846 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 78034924 19521036288 182079 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98290] ppid=98268 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/98271/task/98290/stat : 98290 (Timer-0) S 98268 98271 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78034963 19521036288 182079 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
Current children cumulated CPU time: 5.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 728316 KiB

[startup+6.3003 s]
/proc/loadavg: 4.45 4.34 4.28 6/328 98291
/proc/meminfo: memFree=107174476/131382112 swapFree=33000116/33010684
[pid=98271] ppid=98268 vsize=19063512 memory=2455600 CPUtime=10.74 cores=4,6
/proc/98271/stat : 98271 (java) S 98268 98271 96846 0 -1 4194304 30967 0 0 0 1018 56 0 0 20 0 20 0 78034917 19521036288 613900 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
/proc/98271/statm: 4765878 613900 5529 1 0 1061958 0
[pid=98271/tid=98273] ppid=98268 vsize=19063512 memory=0 CPUtime=5.99 cores=4,6
/proc/98271/task/98273/stat : 98273 (java) R 98268 98271 96846 0 -1 4194368 8581 0 0 0 555 44 0 0 20 0 20 0 78034920 19521036288 613900 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98282] ppid=98268 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/98271/task/98282/stat : 98282 (Finalizer) S 98268 98271 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78034923 19521036288 613900 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98289] ppid=98268 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/98271/task/98289/stat : 98289 (Common-Cleaner) S 98268 98271 96846 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 78034924 19521036288 613900 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98290] ppid=98268 vsize=19063512 memory=174548 CPUtime=0 cores=4,6
/proc/98271/task/98290/stat : 98290 (Timer-0) S 98268 98271 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78034963 19521036288 613900 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
Current children cumulated CPU time: 10.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2455600 KiB

[startup+12.7004 s]
/proc/loadavg: 4.38 4.33 4.28 6/328 98291
/proc/meminfo: memFree=106468704/131382112 swapFree=33000116/33010684
[pid=98271] ppid=98268 vsize=19063512 memory=2923228 CPUtime=17.98 cores=4,6
/proc/98271/stat : 98271 (java) S 98268 98271 96846 0 -1 4194304 31259 0 0 0 1732 66 0 0 20 0 20 0 78034917 19521036288 730807 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
/proc/98271/statm: 4765878 730807 5529 1 0 1061962 0
[pid=98271/tid=98273] ppid=98268 vsize=19063512 memory=174548 CPUtime=12.25 cores=4,6
/proc/98271/task/98273/stat : 98273 (java) R 98268 98271 96846 0 -1 4194368 8792 0 0 0 1172 53 0 0 20 0 20 0 78034920 19521036288 730807 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98282] ppid=98268 vsize=19063512 memory=14468 CPUtime=0 cores=4,6
/proc/98271/task/98282/stat : 98282 (Finalizer) S 98268 98271 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78034923 19521036288 730807 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98289] ppid=98268 vsize=19063512 memory=2923228 CPUtime=0 cores=4,6
/proc/98271/task/98289/stat : 98289 (Common-Cleaner) S 98268 98271 96846 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 78034924 19521036288 730807 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98290] ppid=98268 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/98271/task/98290/stat : 98290 (Timer-0) S 98268 98271 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78034963 19521036288 730807 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
Current children cumulated CPU time: 17.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2923228 KiB

[startup+25.5005 s]
/proc/loadavg: 4.32 4.32 4.27 5/328 98291
/proc/meminfo: memFree=106008440/131382112 swapFree=33000116/33010684
[pid=98271] ppid=98268 vsize=19063512 memory=3345144 CPUtime=30.73 cores=4,6
/proc/98271/stat : 98271 (java) S 98268 98271 96846 0 -1 4194304 33531 0 0 0 2997 76 0 0 20 0 20 0 78034917 19521036288 836286 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
/proc/98271/statm: 4765878 836286 5529 1 0 1061968 0
[pid=98271/tid=98273] ppid=98268 vsize=19063512 memory=-6000919472689931366 CPUtime=24.68 cores=4,6
/proc/98271/task/98273/stat : 98273 (java) R 98268 98271 96846 0 -1 4194368 10704 0 0 0 2406 62 0 0 20 0 20 0 78034920 19521036288 836286 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98282] ppid=98268 vsize=19063512 memory=13952 CPUtime=0 cores=4,6
/proc/98271/task/98282/stat : 98282 (Finalizer) S 98268 98271 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78034923 19521036288 836286 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98289] ppid=98268 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/98271/task/98289/stat : 98289 (Common-Cleaner) S 98268 98271 96846 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 78034924 19521036288 836286 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98290] ppid=98268 vsize=19063512 memory=14468 CPUtime=0 cores=4,6
/proc/98271/task/98290/stat : 98290 (Timer-0) S 98268 98271 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78034963 19521036288 836286 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
Current children cumulated CPU time: 30.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3345144 KiB

[startup+51.1135 s]
/proc/loadavg: 4.50 4.36 4.29 5/328 98292
/proc/meminfo: memFree=105956200/131382112 swapFree=33000116/33010684
[pid=98271] ppid=98268 vsize=19063512 memory=3345272 CPUtime=56.77 cores=4,6
/proc/98271/stat : 98271 (java) S 98268 98271 96846 0 -1 4194304 41400 0 0 0 5598 79 0 0 20 0 20 0 78034917 19521036288 836318 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
/proc/98271/statm: 4765878 836318 5529 1 0 1061968 0
[pid=98271/tid=98273] ppid=98268 vsize=19063512 memory=3345272 CPUtime=49.58 cores=4,6
/proc/98271/task/98273/stat : 98273 (java) R 98268 98271 96846 0 -1 4194368 13652 0 0 0 4895 63 0 0 20 0 20 0 78034920 19521036288 836318 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98282] ppid=98268 vsize=19063512 memory=3345272 CPUtime=0 cores=4,6
/proc/98271/task/98282/stat : 98282 (Finalizer) S 98268 98271 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78034923 19521036288 836318 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98289] ppid=98268 vsize=19063512 memory=3338972 CPUtime=0 cores=4,6

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

/proc/98271/task/98290/stat : 98290 (Timer-0) S 98268 98271 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78034963 19521036288 836318 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
Current children cumulated CPU time: 56.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3345272 KiB

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

# cumulated CPU time of all completed processes:  user=83.3336 s, system=0.851345 s

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

[startup+51.2005 s]
/proc/loadavg: 4.50 4.36 4.29 5/328 98292
/proc/meminfo: memFree=105956200/131382112 swapFree=33000116/33010684
[pid=98271] ppid=98268 vsize=19063512 memory=3345272 CPUtime=56.85 cores=4,6
/proc/98271/stat : 98271 (java) S 98268 98271 96846 0 -1 4194304 41400 0 0 0 5606 79 0 0 20 0 20 0 78034917 19521036288 836318 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
/proc/98271/statm: 4765878 836318 5529 1 0 1061968 0
[pid=98271/tid=98273] ppid=98268 vsize=19063512 memory=14468 CPUtime=49.67 cores=4,6
/proc/98271/task/98273/stat : 98273 (java) R 98268 98271 96846 0 -1 4194368 13652 0 0 0 4904 63 0 0 20 0 20 0 78034920 19521036288 836318 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98282] ppid=98268 vsize=19063512 memory=280975418809152 CPUtime=0 cores=4,6
/proc/98271/task/98282/stat : 98282 (Finalizer) S 98268 98271 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78034923 19521036288 836318 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98289] ppid=98268 vsize=19063512 memory=795 CPUtime=0 cores=4,6
/proc/98271/task/98289/stat : 98289 (Common-Cleaner) S 98268 98271 96846 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 78034924 19521036288 836318 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98290] ppid=98268 vsize=19063512 memory=-6000919472689931366 CPUtime=0 cores=4,6
/proc/98271/task/98290/stat : 98290 (Timer-0) S 98268 98271 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78034963 19521036288 836318 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
Current children cumulated CPU time: 56.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3345272 KiB

[startup+64.0004 s]*
/proc/loadavg: 4.61 4.39 4.30 5/328 98295
/proc/meminfo: memFree=105942232/131382112 swapFree=33000116/33010684
[pid=98271] ppid=98268 vsize=19063512 memory=3359648 CPUtime=69.84 cores=4,6
/proc/98271/stat : 98271 (java) S 98268 98271 96846 0 -1 4194304 43014 0 0 0 6904 80 0 0 20 0 20 0 78034917 19521036288 839912 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
/proc/98271/statm: 4765878 839912 5529 1 0 1061968 0
[pid=98271/tid=98273] ppid=98268 vsize=19063512 memory=2432 CPUtime=62.13 cores=4,6
/proc/98271/task/98273/stat : 98273 (java) R 98268 98271 96846 0 -1 4194368 14265 0 0 0 6150 63 0 0 20 0 20 0 78034920 19521036288 839912 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98282] ppid=98268 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/98271/task/98282/stat : 98282 (Finalizer) S 98268 98271 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78034923 19521036288 839912 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98289] ppid=98268 vsize=19063512 memory=-6000919472689931366 CPUtime=0 cores=4,6
/proc/98271/task/98289/stat : 98289 (Common-Cleaner) S 98268 98271 96846 0 -1 4194368 113 0 0 0 0 0 0 0 20 0 20 0 78034924 19521036288 839912 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98290] ppid=98268 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/98271/task/98290/stat : 98290 (Timer-0) S 98268 98271 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78034963 19521036288 839912 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
Current children cumulated CPU time: 69.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3359648 KiB

[startup+70.4003 s]
/proc/loadavg: 4.64 4.40 4.30 5/328 98295
/proc/meminfo: memFree=105918160/131382112 swapFree=33000116/33010684
[pid=98271] ppid=98268 vsize=19063512 memory=3365816 CPUtime=76.35 cores=4,6
/proc/98271/stat : 98271 (java) S 98268 98271 96846 0 -1 4194304 45203 0 0 0 7554 81 0 0 20 0 20 0 78034917 19521036288 841454 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
/proc/98271/statm: 4765878 841454 5529 1 0 1061968 0
[pid=98271/tid=98273] ppid=98268 vsize=19063512 memory=3328 CPUtime=68.37 cores=4,6
/proc/98271/task/98273/stat : 98273 (java) R 98268 98271 96846 0 -1 4194368 14565 0 0 0 6774 63 0 0 20 0 20 0 78034920 19521036288 841454 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98282] ppid=98268 vsize=19063512 memory=3359648 CPUtime=0 cores=4,6
/proc/98271/task/98282/stat : 98282 (Finalizer) S 98268 98271 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78034923 19521036288 841454 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98289] ppid=98268 vsize=19063512 memory=14468 CPUtime=0 cores=4,6
/proc/98271/task/98289/stat : 98289 (Common-Cleaner) S 98268 98271 96846 0 -1 4194368 113 0 0 0 0 0 0 0 20 0 20 0 78034924 19521036288 841454 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98290] ppid=98268 vsize=19063512 memory=-6000919472689931366 CPUtime=0 cores=4,6
/proc/98271/task/98290/stat : 98290 (Timer-0) S 98268 98271 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78034963 19521036288 841454 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
Current children cumulated CPU time: 76.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3365816 KiB

[startup+73.6002 s]
/proc/loadavg: 4.67 4.41 4.31 6/328 98295
/proc/meminfo: memFree=105902028/131382112 swapFree=33000116/33010684
[pid=98271] ppid=98268 vsize=19063512 memory=3374012 CPUtime=79.6 cores=4,6
/proc/98271/stat : 98271 (java) S 98268 98271 96846 0 -1 4194304 45355 0 0 0 7879 81 0 0 20 0 20 0 78034917 19521036288 843503 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
/proc/98271/statm: 4765878 843503 5529 1 0 1061968 0
[pid=98271/tid=98273] ppid=98268 vsize=19063512 memory=14468 CPUtime=71.47 cores=4,6
/proc/98271/task/98273/stat : 98273 (java) R 98268 98271 96846 0 -1 4194368 14705 0 0 0 7084 63 0 0 20 0 20 0 78034920 19521036288 843503 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98282] ppid=98268 vsize=19063512 memory=13952 CPUtime=0 cores=4,6
/proc/98271/task/98282/stat : 98282 (Finalizer) S 98268 98271 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78034923 19521036288 843503 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98289] ppid=98268 vsize=19063512 memory=14468 CPUtime=0 cores=4,6
/proc/98271/task/98289/stat : 98289 (Common-Cleaner) S 98268 98271 96846 0 -1 4194368 113 0 0 0 0 0 0 0 20 0 20 0 78034924 19521036288 843503 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98290] ppid=98268 vsize=19063512 memory=13952 CPUtime=0 cores=4,6
/proc/98271/task/98290/stat : 98290 (Timer-0) S 98268 98271 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78034963 19521036288 843503 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
Current children cumulated CPU time: 79.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3374012 KiB

[startup+75.2002 s]
/proc/loadavg: 4.67 4.41 4.31 6/328 98295
/proc/meminfo: memFree=105893836/131382112 swapFree=33000116/33010684
[pid=98271] ppid=98268 vsize=19063512 memory=3374012 CPUtime=81.18 cores=4,6
/proc/98271/stat : 98271 (java) S 98268 98271 96846 0 -1 4194304 45494 0 0 0 8037 81 0 0 20 0 20 0 78034917 19521036288 843503 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
/proc/98271/statm: 4765878 843503 5529 1 0 1061968 0
[pid=98271/tid=98273] ppid=98268 vsize=19063512 memory=13952 CPUtime=73.05 cores=4,6
/proc/98271/task/98273/stat : 98273 (java) R 98268 98271 96846 0 -1 4194368 14844 0 0 0 7242 63 0 0 20 0 20 0 78034920 19521036288 843503 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98282] ppid=98268 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/98271/task/98282/stat : 98282 (Finalizer) S 98268 98271 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78034923 19521036288 843503 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98289] ppid=98268 vsize=19063512 memory=-6000919472689931366 CPUtime=0 cores=4,6
/proc/98271/task/98289/stat : 98289 (Common-Cleaner) S 98268 98271 96846 0 -1 4194368 113 0 0 0 0 0 0 0 20 0 20 0 78034924 19521036288 843503 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98290] ppid=98268 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/98271/task/98290/stat : 98290 (Timer-0) S 98268 98271 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78034963 19521036288 843503 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
Current children cumulated CPU time: 81.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3374012 KiB

[startup+76.8002 s]
/proc/loadavg: 4.67 4.41 4.31 5/328 98295
/proc/meminfo: memFree=105893836/131382112 swapFree=33000116/33010684
[pid=98271] ppid=98268 vsize=19063512 memory=3374012 CPUtime=82.78 cores=4,6
/proc/98271/stat : 98271 (java) S 98268 98271 96846 0 -1 4194304 45911 0 0 0 8196 82 0 0 20 0 20 0 78034917 19521036288 843503 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
/proc/98271/statm: 4765878 843503 5529 1 0 1061968 0
[pid=98271/tid=98273] ppid=98268 vsize=19063512 memory=3338972 CPUtime=74.64 cores=4,6
/proc/98271/task/98273/stat : 98273 (java) R 98268 98271 96846 0 -1 4194368 15226 0 0 0 7401 63 0 0 20 0 20 0 78034920 19521036288 843503 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98282] ppid=98268 vsize=19063512 memory=3345272 CPUtime=0 cores=4,6
/proc/98271/task/98282/stat : 98282 (Finalizer) S 98268 98271 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78034923 19521036288 843503 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98289] ppid=98268 vsize=19063512 memory=-6000919472689931366 CPUtime=0 cores=4,6
/proc/98271/task/98289/stat : 98289 (Common-Cleaner) S 98268 98271 96846 0 -1 4194368 113 0 0 0 0 0 0 0 20 0 20 0 78034924 19521036288 843503 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98290] ppid=98268 vsize=19063512 memory=3359648 CPUtime=0 cores=4,6
/proc/98271/task/98290/stat : 98290 (Timer-0) S 98268 98271 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78034963 19521036288 843503 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
Current children cumulated CPU time: 82.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3374012 KiB

[startup+77.6002 s]
/proc/loadavg: 4.70 4.42 4.31 5/328 98295
/proc/meminfo: memFree=105885660/131382112 swapFree=33000116/33010684
[pid=98271] ppid=98268 vsize=19063512 memory=3382204 CPUtime=83.6 cores=4,6
/proc/98271/stat : 98271 (java) S 98268 98271 96846 0 -1 4194304 46487 0 0 0 8278 82 0 0 20 0 20 0 78034917 19521036288 845551 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
/proc/98271/statm: 4765878 845551 5529 1 0 1061968 0
[pid=98271/tid=98273] ppid=98268 vsize=19063512 memory=5632 CPUtime=75.26 cores=4,6
/proc/98271/task/98273/stat : 98273 (java) R 98268 98271 96846 0 -1 4194368 15314 0 0 0 7463 63 0 0 20 0 20 0 78034920 19521036288 845551 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98282] ppid=98268 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/98271/task/98282/stat : 98282 (Finalizer) S 98268 98271 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78034923 19521036288 845551 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98289] ppid=98268 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/98271/task/98289/stat : 98289 (Common-Cleaner) S 98268 98271 96846 0 -1 4194368 113 0 0 0 0 0 0 0 20 0 20 0 78034924 19521036288 845551 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98290] ppid=98268 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/98271/task/98290/stat : 98290 (Timer-0) S 98268 98271 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78034963 19521036288 845551 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
Current children cumulated CPU time: 83.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3382204 KiB

[startup+78.0004 s]*
/proc/loadavg: 4.70 4.42 4.31 5/328 98295
/proc/meminfo: memFree=105877468/131382112 swapFree=33000116/33010684
[pid=98271] ppid=98268 vsize=19063512 memory=3382204 CPUtime=84.05 cores=4,6
/proc/98271/stat : 98271 (java) S 98268 98271 96846 0 -1 4194304 46919 0 0 0 8323 82 0 0 20 0 20 0 78034917 19521036288 845551 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
/proc/98271/statm: 4765878 845551 5529 1 0 1061968 0
[pid=98271/tid=98273] ppid=98268 vsize=19063512 memory=20972 CPUtime=75.67 cores=4,6
/proc/98271/task/98273/stat : 98273 (java) R 98268 98271 96846 0 -1 4194368 15396 0 0 0 7504 63 0 0 20 0 20 0 78034920 19521036288 845551 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98282] ppid=98268 vsize=19063512 memory=4096 CPUtime=0 cores=4,6
/proc/98271/task/98282/stat : 98282 (Finalizer) S 98268 98271 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78034923 19521036288 845551 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98289] ppid=98268 vsize=19063512 memory=-6000919472689931366 CPUtime=0 cores=4,6
/proc/98271/task/98289/stat : 98289 (Common-Cleaner) S 98268 98271 96846 0 -1 4194368 113 0 0 0 0 0 0 0 20 0 20 0 78034924 19521036288 845551 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
[pid=98271/tid=98290] ppid=98268 vsize=19063512 memory=26276 CPUtime=0 cores=4,6
/proc/98271/task/98290/stat : 98290 (Timer-0) S 98268 98271 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78034963 19521036288 845551 18446744073709551615 93953810173952 93953810177648 140733111293872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93953810185464 93953810186256 93953828163584 140733111302524 140733111302628 140733111302628 140733111308232 0
Current children cumulated CPU time: 84.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3382204 KiB

Child status: 30

Real time (s): 78.1035
CPU time (s): 84.185
CPU user time (s): 83.3336
CPU system time (s): 0.851345
CPU usage (%): 107.786
Max. virtual memory (cumulated for all children) (KiB): 19066384
Max. memory (cumulated for all children) (KiB): 3382204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.3336
system time used= 0.851345
maximum resident set size= 3382972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49524
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4923
involuntary context switches= 1640


# summary of solver processes directly reported to runsolver:
#   pid: 98271
#   total CPU time (s): 84.185
#   total CPU user time (s): 83.3336
#   total CPU system time (s): 0.851345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.33808 second user time and 0.834909 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-04 12:05:58
IDJOB=4525389
IDBENCH=143668
IDSOLVER=3381
FILE ID=nodeC007/4525389-1751623558
RUNJOBID= nodeC007-1751616394-96857
SLURM_JOB_ID= 9598923
Free space on /tmp= 431040 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110978334--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525389-1751623558/watcher-4525389-1751623558 -o /tmp/evaluation-result-4525389-1751623558/solver-4525389-1751623558 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751616394-96857 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4525389-1751623558.wbo

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

MD5SUM BENCH= aad9621fe8b368ffddca7a2c79d32a56
RANDOM SEED=1543630737

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        109423984 kB
MemAvailable:   113919484 kB
Buffers:              16 kB
Cached:          5163256 kB
SwapCached:         2972 kB
Active:         16203220 kB
Inactive:        4920584 kB
Active(anon):   15936688 kB
Inactive(anon):    35656 kB
Active(file):     266532 kB
Inactive(file):  4884928 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000116 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               708 kB
Writeback:             0 kB
AnonPages:      15959104 kB
Mapped:           117520 kB
Shmem:             11812 kB
KReclaimable:     367332 kB
Slab:             459084 kB
SReclaimable:     367332 kB
SUnreclaim:        91752 kB
KernelStack:        4992 kB
PageTables:        35024 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   17932152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15699968 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431036 MiB
End job on nodeC007 at 2025-07-04 12:07:16