Trace number 4545475

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06UNSAT cert. 47.5401 43.9404

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-Hamming-20-10-03-08_c24.opb
MD5SUM9101894967509166591dd86e4191459c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.667758
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6861
Total number of constraints13501
Number of constraints which are clauses2281
Number of constraints which are cardinality constraints (but not clauses)190
Number of constraints which are nor clauses,nor cardinality constraints11030
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 18
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	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.10/0.10	c Free memory 		2104792832
0.10/0.10	c Max memory 		16282288128
0.10/0.10	c Total memory 		2113929216
0.10/0.10	c Number of processors 	2
0.10/0.15	c Pseudo Boolean Optimization by upper bound
0.10/0.15	c --- Begin Solver configuration ---
0.10/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.15	c Learn all clauses as in MiniSAT
0.10/0.15	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.15	c Expensive reason simplification
0.10/0.15	c Glucose 2.1 dynamic restart strategy
0.10/0.15	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.15	c timeout=2147483s
0.10/0.15	c DB Simplification allowed=false
0.10/0.15	c Listener: none
0.10/0.15	c --- End Solver configuration ---
0.10/0.15	c solving HOME/instance-4545475-1753240037.opb
0.10/0.15	c reading problem ... 
0.10/0.15	c using VERIPB proof format
0.10/0.15	c  no objective function found
0.47/0.34	c ... done. Wall clock time 0.186s.
0.47/0.34	c declared #vars     6861
0.47/0.34	c #constraints  13501
0.47/0.34	c constraints type 
0.47/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 219
0.47/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 190
0.47/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10830
0.47/0.34	c org.sat4j.pb.constraints.pb.UnitClausePB => 20
0.47/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2242
0.47/0.34	c 13501 constraints processed.
2.22/1.25	c cleaning 2498 clauses out of 5001 with flag 31086/5001
3.39/1.84	c cleaning 4234 clauses out of 8503 with flag 76505/11001
4.71/2.56	c cleaning 5633 clauses out of 11268 with flag 132899/18000
5.86/3.38	c cleaning 6816 clauses out of 13637 with flag 200916/26002
7.08/4.50	c cleaning 7891 clauses out of 15819 with flag 298841/35000
8.09/5.55	c cleaning 8951 clauses out of 17929 with flag 395110/45001
9.38/6.82	c cleaning 9979 clauses out of 19979 with flag 507034/56002
10.58/8.03	c cleaning 10986 clauses out of 22000 with flag 610363/68002
12.10/9.57	c cleaning 11991 clauses out of 24012 with flag 737850/81000
13.70/11.14	c cleaning 12990 clauses out of 26021 with flag 872313/95000
15.49/12.90	c cleaning 14010 clauses out of 28031 with flag 1021599/110000
17.27/14.70	c cleaning 15006 clauses out of 30024 with flag 1177031/126003
19.44/16.89	c cleaning 15984 clauses out of 32016 with flag 1357277/143001
21.59/18.95	c cleaning 17013 clauses out of 34031 with flag 1539107/161000
24.08/21.12	c cleaning 17998 clauses out of 36018 with flag 1752418/180000
26.17/23.23	c cleaning 18998 clauses out of 38021 with flag 1999504/200001
28.76/25.83	c cleaning 19991 clauses out of 40023 with flag 2292711/221001
31.45/28.53	c cleaning 20991 clauses out of 42032 with flag 2564036/243001
34.16/31.21	c cleaning 22015 clauses out of 44041 with flag 2847757/266001
37.35/34.28	c cleaning 23002 clauses out of 46022 with flag 3137138/290000
40.45/37.22	c cleaning 23994 clauses out of 48020 with flag 3424109/315000
43.54/40.36	c cleaning 25008 clauses out of 50026 with flag 3750371/341000
46.51/42.99	c cleaning 26008 clauses out of 52018 with flag 4030007/368001
47.41/43.84	c starts		: 738
47.41/43.86	c conflicts		: 380499
47.41/43.86	c decisions		: 631972
47.41/43.86	c propagations		: 68896242
47.41/43.86	c inspects		: 438688181
47.41/43.86	c shortcuts		: 0
47.41/43.86	c learnt literals	: 17
47.41/43.86	c learnt binary clauses	: 213
47.41/43.86	c learnt ternary clauses	: 1474
47.41/43.86	c learnt constraints	: 380481
47.41/43.86	c ignored constraints	: 0
47.41/43.86	c root simplifications	: 0
47.41/43.86	c removed literals (reason simplification)	: 492872
47.41/43.86	c reason swapping (by a shorter reason)	: 0
47.41/43.86	c Calls to reduceDB	: 23
47.41/43.86	c Number of update (reduction) of LBD	: 155870
47.41/43.86	c Imported unit clauses	: 0
47.41/43.86	c No decision after first conflict	: false
47.41/43.86	c number of reductions to clauses (during analyze)	: 0
47.41/43.86	c number of learned constraints concerned by reduction	: 0
47.41/43.86	c number of learning phase by resolution	: 0
47.41/43.86	c number of learning phase by cutting planes	: 0
47.41/43.86	c number of rounding to 1 operations	: 0
47.41/43.87	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
47.41/43.87	c number of reductions of the coefficients by power 2 	: 0
47.41/43.87	c number of right shift for reduction by power 2 	: 0
47.41/43.87	c number of reductions of the coefficients by GCD over coefficients 	: 0
47.41/43.87	c number of ending skipping 	: 0
47.41/43.87	c number of internal skipping 	: 0
47.41/43.87	c number of derivation steps 	: 0
47.41/43.87	c number of skipped derivation steps 	: 0
47.41/43.87	c number of remaining unassigned 	: 0
47.41/43.87	c number of remaining assigned 	: 0
47.41/43.87	c number of falsified literals weakened from reason	: 0
47.41/43.87	c number of falsified literals weakened from conflict	: 0
47.41/43.87	c time for arithmetic operations	: 0
47.41/43.87	c minimum degree of deleted constraints	: null
47.41/43.87	c maximum degree of deleted constraints	: null
47.41/43.87	c number of deleted constraints	: 0
47.41/43.87	c speed (assignments/second)	: 1582911.9356691558
47.41/43.87	c non guided choices	: 13524
47.52/43.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 38281
47.52/43.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 213
47.52/43.90	s UNSATISFIABLE
47.52/43.90	c Total wall clock time (in seconds): 43.752

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 23 09:47:16 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--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 (55413 MiB free)
  memory of node 1: 64465 MiB (63634 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=163182, runsolver pid=163172
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 1.12 2.19 3.25 9/334 163259
/proc/meminfo: memFree=121826268/131250000 swapFree=33010416/33010684
[pid=163182] ppid=163172 vsize=18930384 memory=53112 CPUtime=0.1 cores=0,2
/proc/163182/stat : 163182 (java) S 163172 163182 162678 0 -1 4194304 6481 0 70 0 8 2 0 0 20 0 18 0 239626258 19384713216 13278 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
/proc/163182/statm: 4732596 13278 5307 1 0 547550 0
[pid=163182/tid=163192] ppid=163172 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/163182/task/163192/stat : 163192 (java) R 163172 163182 162678 0 -1 4194368 4992 0 59 0 5 1 0 0 20 0 18 0 239626261 19384713216 13278 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163224] ppid=163172 vsize=18930384 memory=16124 CPUtime=0 cores=0,2
/proc/163182/task/163224/stat : 163224 (Finalizer) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239626263 19384713216 13278 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163247] ppid=163172 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/163182/task/163247/stat : 163247 (Common-Cleaner) S 163172 163182 162678 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239626263 19384713216 13278 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53112 KiB

[startup+0.205158 s]*
/proc/loadavg: 1.12 2.19 3.25 13/334 163259
/proc/meminfo: memFree=121761660/131250000 swapFree=33010416/33010684
[pid=163182] ppid=163172 vsize=18930384 memory=64080 CPUtime=0.28 cores=0,2
/proc/163182/stat : 163182 (java) S 163172 163182 162678 0 -1 4194304 7110 0 70 0 25 3 0 0 20 0 18 0 239626258 19384713216 16020 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
/proc/163182/statm: 4732596 16020 5371 1 0 547986 0
[pid=163182/tid=163192] ppid=163172 vsize=18930384 memory=4026990876 CPUtime=0.15 cores=0,2
/proc/163182/task/163192/stat : 163192 (java) S 163172 163182 162678 0 -1 4194368 5323 0 59 0 13 2 0 0 20 0 18 0 239626261 19384713216 16020 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163224] ppid=163172 vsize=18930384 memory=16124 CPUtime=0 cores=0,2
/proc/163182/task/163224/stat : 163224 (Finalizer) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239626263 19384713216 16020 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163247] ppid=163172 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/163182/task/163247/stat : 163247 (Common-Cleaner) S 163172 163182 162678 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239626263 19384713216 16020 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64080 KiB

[startup+0.305613 s]*
/proc/loadavg: 1.12 2.19 3.25 15/336 163261
/proc/meminfo: memFree=121500832/131250000 swapFree=33010416/33010684
[pid=163182] ppid=163172 vsize=18930384 memory=106992 CPUtime=0.47 cores=0,2
/proc/163182/stat : 163182 (java) S 163172 163182 162678 0 -1 4194304 8583 0 70 0 43 4 0 0 20 0 18 0 239626258 19384713216 26748 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
/proc/163182/statm: 4732596 26748 5371 1 0 548977 0
[pid=163182/tid=163192] ppid=163172 vsize=18930384 memory=-8815349222067708604 CPUtime=0.25 cores=0,2
/proc/163182/task/163192/stat : 163192 (java) R 163172 163182 162678 0 -1 4194368 5347 0 59 0 23 2 0 0 20 0 18 0 239626261 19384713216 26748 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163224] ppid=163172 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/163182/task/163224/stat : 163224 (Finalizer) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239626263 19384713216 26748 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163247] ppid=163172 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/163182/task/163247/stat : 163247 (Common-Cleaner) S 163172 163182 162678 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239626263 19384713216 26748 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 106992 KiB

[startup+0.700228 s]
/proc/loadavg: 1.12 2.19 3.25 10/338 163263
/proc/meminfo: memFree=121254444/131250000 swapFree=33010416/33010684
[pid=163182] ppid=163172 vsize=18996948 memory=137184 CPUtime=1.24 cores=0,2
/proc/163182/stat : 163182 (java) S 163172 163182 162678 0 -1 4194304 13610 0 70 0 118 6 0 0 20 0 19 0 239626258 19452874752 34296 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
/proc/163182/statm: 4749237 34296 5435 1 0 551914 0
[pid=163182/tid=163192] ppid=163172 vsize=18996948 memory=27520 CPUtime=0.57 cores=0,2
/proc/163182/task/163192/stat : 163192 (java) R 163172 163182 162678 0 -1 4194368 5413 0 59 0 54 3 0 0 20 0 19 0 239626261 19452874752 34296 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163224] ppid=163172 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/163182/task/163224/stat : 163224 (Finalizer) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239626263 19452874752 34296 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163247] ppid=163172 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/163182/task/163247/stat : 163247 (Common-Cleaner) S 163172 163182 162678 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239626263 19452874752 34296 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163262] ppid=163172 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/163182/task/163262/stat : 163262 (Timer-0) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239626293 19452874752 34296 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 137184 KiB

[startup+1.50021 s]
/proc/loadavg: 1.12 2.19 3.25 9/341 163266
/proc/meminfo: memFree=120751404/131250000 swapFree=33010416/33010684
[pid=163182] ppid=163172 vsize=19063512 memory=175948 CPUtime=2.82 cores=0,2
/proc/163182/stat : 163182 (java) S 163172 163182 162678 0 -1 4194304 21497 0 70 0 274 8 0 0 20 0 20 0 239626258 19521036288 43987 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
/proc/163182/statm: 4765878 43987 5467 1 0 553310 0
[pid=163182/tid=163192] ppid=163172 vsize=19063512 memory=10752 CPUtime=1.31 cores=0,2
/proc/163182/task/163192/stat : 163192 (java) R 163172 163182 162678 0 -1 4194368 6343 0 59 0 127 4 0 0 20 0 20 0 239626261 19521036288 43987 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163224] ppid=163172 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/163182/task/163224/stat : 163224 (Finalizer) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 43987 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163247] ppid=163172 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/163182/task/163247/stat : 163247 (Common-Cleaner) S 163172 163182 162678 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 43987 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163262] ppid=163172 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/163182/task/163262/stat : 163262 (Timer-0) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626293 19521036288 43987 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175948 KiB

[startup+3.10506 s]
/proc/loadavg: 1.67 2.29 3.27 9/342 163267
/proc/meminfo: memFree=120503948/131250000 swapFree=33010416/33010684
[pid=163182] ppid=163172 vsize=19063512 memory=183536 CPUtime=5.61 cores=0,2
/proc/163182/stat : 163182 (java) S 163172 163182 162678 0 -1 4194304 25192 0 70 0 551 10 0 0 20 0 20 0 239626258 19521036288 45884 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
/proc/163182/statm: 4765878 45884 5467 1 0 554344 0
[pid=163182/tid=163192] ppid=163172 vsize=19063512 memory=10752 CPUtime=2.89 cores=0,2
/proc/163182/task/163192/stat : 163192 (java) R 163172 163182 162678 0 -1 4194368 6818 0 59 0 284 5 0 0 20 0 20 0 239626261 19521036288 45884 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163224] ppid=163172 vsize=19063512 memory=-9031522004181492412 CPUtime=0 cores=0,2
/proc/163182/task/163224/stat : 163224 (Finalizer) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 45884 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163247] ppid=163172 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/163182/task/163247/stat : 163247 (Common-Cleaner) S 163172 163182 162678 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 45884 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163262] ppid=163172 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/163182/task/163262/stat : 163262 (Timer-0) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626293 19521036288 45884 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
Current children cumulated CPU time: 5.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183536 KiB

[startup+6.30016 s]
/proc/loadavg: 1.67 2.29 3.27 6/342 163267
/proc/meminfo: memFree=120072592/131250000 swapFree=33010416/33010684
[pid=163182] ppid=163172 vsize=19063512 memory=283760 CPUtime=8.88 cores=0,2
/proc/163182/stat : 163182 (java) S 163172 163182 162678 0 -1 4194304 25361 0 70 0 876 12 0 0 20 0 20 0 239626258 19521036288 70940 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
/proc/163182/statm: 4765878 70940 5499 1 0 554345 0
[pid=163182/tid=163192] ppid=163172 vsize=19063512 memory=0 CPUtime=6.05 cores=0,2
/proc/163182/task/163192/stat : 163192 (java) R 163172 163182 162678 0 -1 4194368 6906 0 59 0 598 7 0 0 20 0 20 0 239626261 19521036288 70940 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163224] ppid=163172 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/163182/task/163224/stat : 163224 (Finalizer) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 70940 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163247] ppid=163172 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/163182/task/163247/stat : 163247 (Common-Cleaner) S 163172 163182 162678 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 70940 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163262] ppid=163172 vsize=19063512 memory=176076 CPUtime=0 cores=0,2
/proc/163182/task/163262/stat : 163262 (Timer-0) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626293 19521036288 70940 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
Current children cumulated CPU time: 8.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 283760 KiB

[startup+12.7002 s]
/proc/loadavg: 2.03 2.34 3.28 6/319 163278
/proc/meminfo: memFree=119017668/131250000 swapFree=33010416/33010684
[pid=163182] ppid=163172 vsize=19063512 memory=1090672 CPUtime=15.29 cores=0,2
/proc/163182/stat : 163182 (java) S 163172 163182 162678 0 -1 4194304 28643 0 70 0 1496 33 0 0 20 0 20 0 239626258 19521036288 272668 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
/proc/163182/statm: 4765878 272668 5499 1 0 554345 0
[pid=163182/tid=163192] ppid=163172 vsize=19063512 memory=176076 CPUtime=12.43 cores=0,2
/proc/163182/task/163192/stat : 163192 (java) R 163172 163182 162678 0 -1 4194368 8622 0 59 0 1215 28 0 0 20 0 20 0 239626261 19521036288 272668 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163224] ppid=163172 vsize=19063512 memory=947312 CPUtime=0 cores=0,2
/proc/163182/task/163224/stat : 163224 (Finalizer) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 272668 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163247] ppid=163172 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/163182/task/163247/stat : 163247 (Common-Cleaner) S 163172 163182 162678 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 272668 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163262] ppid=163172 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/163182/task/163262/stat : 163262 (Timer-0) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626293 19521036288 272668 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
Current children cumulated CPU time: 15.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1090672 KiB

[startup+25.5002 s]
/proc/loadavg: 2.57 2.45 3.30 6/342 163334
/proc/meminfo: memFree=117929428/131250000 swapFree=33010416/33010684
[pid=163182] ppid=163172 vsize=19063512 memory=1319580 CPUtime=28.46 cores=0,2
/proc/163182/stat : 163182 (java) S 163172 163182 162678 0 -1 4194304 35639 0 70 0 2804 42 0 0 20 0 20 0 239626258 19521036288 329895 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
/proc/163182/statm: 4765878 329895 5499 1 0 554438 0
[pid=163182/tid=163192] ppid=163172 vsize=19063512 memory=699504 CPUtime=25.15 cores=0,2
/proc/163182/task/163192/stat : 163192 (java) R 163172 163182 162678 0 -1 4194368 10016 0 59 0 2479 36 0 0 20 0 20 0 239626261 19521036288 329895 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163224] ppid=163172 vsize=19063512 memory=1319580 CPUtime=0 cores=0,2
/proc/163182/task/163224/stat : 163224 (Finalizer) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 329895 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163247] ppid=163172 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/163182/task/163247/stat : 163247 (Common-Cleaner) S 163172 163182 162678 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 329895 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163262] ppid=163172 vsize=19063512 memory=176076 CPUtime=0 cores=0,2
/proc/163182/task/163262/stat : 163262 (Timer-0) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626293 19521036288 329895 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
Current children cumulated CPU time: 28.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1319580 KiB

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

# cumulated CPU time of all completed processes:  user=47.0337 s, system=0.506454 s

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

[startup+25.6002 s]
/proc/loadavg: 2.57 2.45 3.30 6/342 163334
/proc/meminfo: memFree=117929428/131250000 swapFree=33010416/33010684
[pid=163182] ppid=163172 vsize=19063512 memory=1319580 CPUtime=28.56 cores=0,2
/proc/163182/stat : 163182 (java) S 163172 163182 162678 0 -1 4194304 35677 0 70 0 2814 42 0 0 20 0 20 0 239626258 19521036288 329895 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
/proc/163182/statm: 4765878 329895 5499 1 0 554438 0
[pid=163182/tid=163192] ppid=163172 vsize=19063512 memory=-9031522004181492412 CPUtime=25.25 cores=0,2
/proc/163182/task/163192/stat : 163192 (java) R 163172 163182 162678 0 -1 4194368 10054 0 59 0 2489 36 0 0 20 0 20 0 239626261 19521036288 329895 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163224] ppid=163172 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/163182/task/163224/stat : 163224 (Finalizer) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 329895 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163247] ppid=163172 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/163182/task/163247/stat : 163247 (Common-Cleaner) S 163172 163182 162678 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 329895 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163262] ppid=163172 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/163182/task/163262/stat : 163262 (Timer-0) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626293 19521036288 329895 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
Current children cumulated CPU time: 28.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1319580 KiB

[startup+32.0001 s]*
/proc/loadavg: 3.02 2.55 3.33 6/342 163334
/proc/meminfo: memFree=117411172/131250000 swapFree=33010416/33010684
[pid=163182] ppid=163172 vsize=19063512 memory=1321628 CPUtime=34.96 cores=0,2
/proc/163182/stat : 163182 (java) S 163172 163182 162678 0 -1 4194304 36646 0 70 0 3452 44 0 0 20 0 20 0 239626258 19521036288 330407 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
/proc/163182/statm: 4765878 330407 5499 1 0 554438 0
[pid=163182/tid=163192] ppid=163172 vsize=19063512 memory=-9105266249056428732 CPUtime=31.63 cores=0,2
/proc/163182/task/163192/stat : 163192 (java) R 163172 163182 162678 0 -1 4194368 10298 0 59 0 3125 38 0 0 20 0 20 0 239626261 19521036288 330407 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163224] ppid=163172 vsize=19063512 memory=4788 CPUtime=0 cores=0,2
/proc/163182/task/163224/stat : 163224 (Finalizer) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 330407 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163247] ppid=163172 vsize=19063512 memory=4660 CPUtime=0 cores=0,2
/proc/163182/task/163247/stat : 163247 (Common-Cleaner) S 163172 163182 162678 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 330407 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163262] ppid=163172 vsize=19063512 memory=5172 CPUtime=0 cores=0,2
/proc/163182/task/163262/stat : 163262 (Timer-0) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626293 19521036288 330407 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
Current children cumulated CPU time: 34.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1321628 KiB

[startup+38.4002 s]
/proc/loadavg: 3.18 2.59 3.34 6/342 163334
/proc/meminfo: memFree=116342164/131250000 swapFree=33010416/33010684
[pid=163182] ppid=163172 vsize=19063512 memory=1323880 CPUtime=41.64 cores=0,2
/proc/163182/stat : 163182 (java) S 163172 163182 162678 0 -1 4194304 42723 0 70 0 4118 46 0 0 20 0 20 0 239626258 19521036288 330970 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
/proc/163182/statm: 4765878 330970 5499 1 0 554998 0
[pid=163182/tid=163192] ppid=163172 vsize=19063512 memory=1321628 CPUtime=38 cores=0,2
/proc/163182/task/163192/stat : 163192 (java) R 163172 163182 162678 0 -1 4194368 11102 0 59 0 3761 39 0 0 20 0 20 0 239626261 19521036288 330970 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163224] ppid=163172 vsize=19063512 memory=1319580 CPUtime=0 cores=0,2
/proc/163182/task/163224/stat : 163224 (Finalizer) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 330970 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163247] ppid=163172 vsize=19063512 memory=9216 CPUtime=0 cores=0,2
/proc/163182/task/163247/stat : 163247 (Common-Cleaner) S 163172 163182 162678 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 330970 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163262] ppid=163172 vsize=19063512 memory=-9031522004181492412 CPUtime=0 cores=0,2
/proc/163182/task/163262/stat : 163262 (Timer-0) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626293 19521036288 330970 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
Current children cumulated CPU time: 41.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1323880 KiB

[startup+41.6002 s]
/proc/loadavg: 3.18 2.59 3.34 6/342 163334
/proc/meminfo: memFree=115791636/131250000 swapFree=33010416/33010684
[pid=163182] ppid=163172 vsize=19063512 memory=1331688 CPUtime=45.19 cores=0,2
/proc/163182/stat : 163182 (java) S 163172 163182 162678 0 -1 4194304 49312 0 70 0 4471 48 0 0 20 0 20 0 239626258 19521036288 332922 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
/proc/163182/statm: 4765878 332922 5499 1 0 555171 0
[pid=163182/tid=163192] ppid=163172 vsize=19063512 memory=46208 CPUtime=41.19 cores=0,2
/proc/163182/task/163192/stat : 163192 (java) R 163172 163182 162678 0 -1 4194368 12099 0 59 0 4079 40 0 0 20 0 20 0 239626261 19521036288 332922 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163224] ppid=163172 vsize=19063512 memory=1321628 CPUtime=0 cores=0,2
/proc/163182/task/163224/stat : 163224 (Finalizer) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 332922 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163247] ppid=163172 vsize=19063512 memory=21872 CPUtime=0 cores=0,2
/proc/163182/task/163247/stat : 163247 (Common-Cleaner) S 163172 163182 162678 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 332922 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163262] ppid=163172 vsize=19063512 memory=1323880 CPUtime=0 cores=0,2
/proc/163182/task/163262/stat : 163262 (Timer-0) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626293 19521036288 332922 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
Current children cumulated CPU time: 45.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1331688 KiB

[startup+43.2002 s]
/proc/loadavg: 3.24 2.61 3.34 6/342 163334
/proc/meminfo: memFree=115339548/131250000 swapFree=33010416/33010684
[pid=163182] ppid=163172 vsize=19063512 memory=1333824 CPUtime=46.81 cores=0,2
/proc/163182/stat : 163182 (java) S 163172 163182 162678 0 -1 4194304 49860 0 70 0 4632 49 0 0 20 0 20 0 239626258 19521036288 333456 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
/proc/163182/statm: 4765878 333456 5499 1 0 555171 0
[pid=163182/tid=163192] ppid=163172 vsize=19063512 memory=4760 CPUtime=42.78 cores=0,2
/proc/163182/task/163192/stat : 163192 (java) R 163172 163182 162678 0 -1 4194368 12417 0 59 0 4237 41 0 0 20 0 20 0 239626261 19521036288 333456 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163224] ppid=163172 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/163182/task/163224/stat : 163224 (Finalizer) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 333456 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163247] ppid=163172 vsize=19063512 memory=27520 CPUtime=0 cores=0,2
/proc/163182/task/163247/stat : 163247 (Common-Cleaner) S 163172 163182 162678 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 333456 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163262] ppid=163172 vsize=19063512 memory=1323880 CPUtime=0 cores=0,2
/proc/163182/task/163262/stat : 163262 (Timer-0) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626293 19521036288 333456 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
Current children cumulated CPU time: 46.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333824 KiB

[startup+43.6001 s]
/proc/loadavg: 3.24 2.61 3.34 6/342 163334
/proc/meminfo: memFree=115339548/131250000 swapFree=33010416/33010684
[pid=163182] ppid=163172 vsize=19063512 memory=1333824 CPUtime=47.21 cores=0,2
/proc/163182/stat : 163182 (java) S 163172 163182 162678 0 -1 4194304 49896 0 70 0 4672 49 0 0 20 0 20 0 239626258 19521036288 333456 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
/proc/163182/statm: 4765878 333456 5499 1 0 555171 0
[pid=163182/tid=163192] ppid=163172 vsize=19063512 memory=27520 CPUtime=43.18 cores=0,2
/proc/163182/task/163192/stat : 163192 (java) R 163172 163182 162678 0 -1 4194368 12428 0 59 0 4277 41 0 0 20 0 20 0 239626261 19521036288 333456 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163224] ppid=163172 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/163182/task/163224/stat : 163224 (Finalizer) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 333456 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163247] ppid=163172 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/163182/task/163247/stat : 163247 (Common-Cleaner) S 163172 163182 162678 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 333456 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163262] ppid=163172 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/163182/task/163262/stat : 163262 (Timer-0) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626293 19521036288 333456 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
Current children cumulated CPU time: 47.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333824 KiB

[startup+43.8001 s]
/proc/loadavg: 3.24 2.61 3.34 6/342 163334
/proc/meminfo: memFree=115339548/131250000 swapFree=33010416/33010684
[pid=163182] ppid=163172 vsize=19063512 memory=1333824 CPUtime=47.41 cores=0,2
/proc/163182/stat : 163182 (java) S 163172 163182 162678 0 -1 4194304 49923 0 70 0 4692 49 0 0 20 0 20 0 239626258 19521036288 333456 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
/proc/163182/statm: 4765878 333456 5499 1 0 555171 0
[pid=163182/tid=163192] ppid=163172 vsize=19063512 memory=4760 CPUtime=43.38 cores=0,2
/proc/163182/task/163192/stat : 163192 (java) R 163172 163182 162678 0 -1 4194368 12432 0 59 0 4297 41 0 0 20 0 20 0 239626261 19521036288 333456 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163224] ppid=163172 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/163182/task/163224/stat : 163224 (Finalizer) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 333456 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163247] ppid=163172 vsize=19063512 memory=21872 CPUtime=0 cores=0,2
/proc/163182/task/163247/stat : 163247 (Common-Cleaner) S 163172 163182 162678 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 333456 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163262] ppid=163172 vsize=19063512 memory=-9031522004181492412 CPUtime=0 cores=0,2
/proc/163182/task/163262/stat : 163262 (Timer-0) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626293 19521036288 333456 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
Current children cumulated CPU time: 47.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333824 KiB

[startup+43.9002 s]
/proc/loadavg: 3.24 2.61 3.34 6/342 163334
/proc/meminfo: memFree=115339548/131250000 swapFree=33010416/33010684
[pid=163182] ppid=163172 vsize=19196640 memory=1334208 CPUtime=47.52 cores=0,2
/proc/163182/stat : 163182 (java) S 163172 163182 162678 0 -1 4194304 51922 0 70 0 4703 49 0 0 20 0 20 0 239626258 19657359360 333552 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
/proc/163182/statm: 4799160 333552 5499 1 0 555805 0
[pid=163182/tid=163192] ppid=163172 vsize=19196640 memory=176076 CPUtime=43.42 cores=0,2
/proc/163182/task/163192/stat : 163192 (java) S 163172 163182 162678 0 -1 4194368 13950 0 59 0 4301 41 0 0 20 0 20 0 239626261 19657359360 333552 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163224] ppid=163172 vsize=19196640 memory=0 CPUtime=0 cores=0,2
/proc/163182/task/163224/stat : 163224 (Finalizer) S 163172 163182 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19657359360 333552 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
[pid=163182/tid=163247] ppid=163172 vsize=19196640 memory=1319580 CPUtime=0 cores=0,2
/proc/163182/task/163247/stat : 163247 (Common-Cleaner) S 163172 163182 162678 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239626263 19657359360 333552 18446744073709551615 94462604021760 94462604025456 140728857999952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94462604033272 94462604034064 94462633349120 140728858007892 140728858008036 140728858008036 140728858013640 0
Current children cumulated CPU time: 47.52 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1334208 KiB

Child status: 20

Real time (s): 43.9404
CPU time (s): 47.5401
CPU user time (s): 47.0337
CPU system time (s): 0.506454
CPU usage (%): 108.192
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1334208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.0337
system time used= 0.506454
maximum resident set size= 1334464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52139
page faults= 70
swaps= 0
block input operations= 0
block output operations= 269160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3835
involuntary context switches= 1831


# summary of solver processes directly reported to runsolver:
#   pid: 163182
#   total CPU time (s): 47.5401
#   total CPU user time (s): 47.0337
#   total CPU system time (s): 0.506454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.083995 second user time and 0.227577 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-23 05:07:17
IDJOB=4545475
IDBENCH=180876
IDSOLVER=3364
FILE ID=nodeC028/4545475-1753240037
RUNJOBID= nodeC028-1753240037-163131
SLURM_JOB_ID= 9687869
Free space on /tmp= 433028 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-Hamming-20-10-03-08_c24.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545475-1753240037/watcher-4545475-1753240037 -o /tmp/evaluation-result-4545475-1753240037/solver-4545475-1753240037 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1753240037-163131 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545475-1753240037 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4545475-1753240037.opb

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

MD5SUM BENCH= 9101894967509166591dd86e4191459c
RANDOM SEED=1590225200

nodeC028 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.694
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.16
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		: 1705.662
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.16
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.087
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.16
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		: 3601.862
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.16
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.095
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.16
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		: 1902.011
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.221
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.16
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		: 2137.176
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121907988 kB
MemAvailable:   129695172 kB
Buffers:            2132 kB
Cached:          8554356 kB
SwapCached:            4 kB
Active:          1024996 kB
Inactive:        7597176 kB
Active(anon):      83632 kB
Inactive(anon):     8308 kB
Active(file):     941364 kB
Inactive(file):  7588868 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5680 kB
Writeback:            36 kB
AnonPages:         68744 kB
Mapped:           108732 kB
Shmem:             26256 kB
KReclaimable:     192384 kB
Slab:             287848 kB
SReclaimable:     192384 kB
SUnreclaim:        95464 kB
KernelStack:        4080 kB
PageTables:         2836 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     341568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432664 MiB
End job on nodeC028 at 2025-07-23 05:08:01