Trace number 4545553

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. 43.0896 39.6617

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SocialGolfers-cnt-06-06-07_c24.opb
MD5SUM740ae53db54907a8b4b16e6d2fb6eccd
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 benchmark9.44084
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17343
Total number of constraints32542
Number of constraints which are clauses5333
Number of constraints which are cardinality constraints (but not clauses)1326
Number of constraints which are nor clauses,nor cardinality constraints25883
Minimum length of a constraint1
Maximum length of a constraint36
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 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 70
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4545553-1753240051.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  no objective function found
1.07/0.61	c ... done. Wall clock time 0.463s.
1.07/0.61	c declared #vars     17343
1.07/0.61	c #constraints  33148
1.07/0.61	c constraints type 
1.07/0.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 41
1.07/0.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1326
1.07/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26203
1.07/0.61	c org.sat4j.specs.Constr$1 => 17
1.07/0.61	c org.sat4j.pb.constraints.pb.UnitClausePB => 42
1.07/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5519
1.07/0.61	c 33148 constraints processed.
4.23/2.24	c cleaning 2494 clauses out of 4993 with flag 54760/5001
7.01/4.17	c cleaning 4247 clauses out of 8497 with flag 151538/11000
9.62/6.53	c cleaning 5624 clauses out of 11251 with flag 263403/18001
12.74/9.42	c cleaning 6812 clauses out of 13627 with flag 375018/26002
16.24/12.92	c cleaning 7902 clauses out of 15813 with flag 498214/35000
20.20/16.86	c cleaning 8952 clauses out of 17911 with flag 637215/45000
24.74/21.30	c cleaning 9977 clauses out of 19961 with flag 787518/56002
29.84/26.48	c cleaning 10986 clauses out of 21983 with flag 950007/68001
35.64/32.29	c cleaning 11991 clauses out of 23996 with flag 1106498/81000
42.02/38.61	c cleaning 13000 clauses out of 26005 with flag 1269793/95000
43.03/39.60	c starts		: 129
43.03/39.61	c conflicts		: 97302
43.03/39.61	c decisions		: 116008
43.03/39.61	c propagations		: 39130147
43.03/39.61	c inspects		: 462796832
43.03/39.61	c shortcuts		: 0
43.03/39.61	c learnt literals	: 18
43.03/39.61	c learnt binary clauses	: 69
43.03/39.61	c learnt ternary clauses	: 181
43.03/39.61	c learnt constraints	: 97283
43.03/39.61	c ignored constraints	: 0
43.03/39.61	c root simplifications	: 0
43.03/39.61	c removed literals (reason simplification)	: 793726
43.03/39.61	c reason swapping (by a shorter reason)	: 0
43.03/39.61	c Calls to reduceDB	: 10
43.03/39.61	c Number of update (reduction) of LBD	: 36837
43.03/39.61	c Imported unit clauses	: 0
43.03/39.61	c No decision after first conflict	: false
43.03/39.61	c number of reductions to clauses (during analyze)	: 0
43.03/39.61	c number of learned constraints concerned by reduction	: 0
43.03/39.61	c number of learning phase by resolution	: 0
43.03/39.61	c number of learning phase by cutting planes	: 0
43.03/39.61	c number of rounding to 1 operations	: 0
43.03/39.61	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
43.03/39.61	c number of reductions of the coefficients by power 2 	: 0
43.03/39.61	c number of right shift for reduction by power 2 	: 0
43.03/39.61	c number of reductions of the coefficients by GCD over coefficients 	: 0
43.03/39.61	c number of ending skipping 	: 0
43.03/39.61	c number of internal skipping 	: 0
43.03/39.61	c number of derivation steps 	: 0
43.03/39.61	c number of skipped derivation steps 	: 0
43.03/39.61	c number of remaining unassigned 	: 0
43.03/39.61	c number of remaining assigned 	: 0
43.03/39.61	c number of falsified literals weakened from reason	: 0
43.03/39.61	c number of falsified literals weakened from conflict	: 0
43.03/39.61	c time for arithmetic operations	: 0
43.03/39.61	c minimum degree of deleted constraints	: null
43.03/39.61	c maximum degree of deleted constraints	: null
43.03/39.61	c number of deleted constraints	: 0
43.03/39.62	c speed (assignments/second)	: 1003877.6520690628
43.03/39.62	c non guided choices	: 1863
43.03/39.63	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 15229
43.03/39.63	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 69
43.03/39.63	s UNSATISFIABLE
43.03/39.63	c Total wall clock time (in seconds): 39.49

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 23 09:48:22 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 (53537 MiB free)
  memory of node 1: 64465 MiB (62421 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=163314, runsolver pid=163311
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 2.03 2.34 3.28 5/340 163332
/proc/meminfo: memFree=118704096/131250000 swapFree=33010416/33010684
[pid=163314] ppid=163311 vsize=18930384 memory=55392 CPUtime=0.12 cores=1,3
/proc/163314/stat : 163314 (java) S 163311 163314 162678 0 -1 4194304 6515 0 0 0 10 2 0 0 20 0 18 0 239627623 19384713216 13848 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
/proc/163314/statm: 4732596 13848 5336 1 0 547578 0
[pid=163314/tid=163316] ppid=163311 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/163314/task/163316/stat : 163316 (java) S 163311 163314 162678 0 -1 4194368 5033 0 0 0 6 1 0 0 20 0 18 0 239627624 19384713216 13848 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163325] ppid=163311 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/163314/task/163325/stat : 163325 (Finalizer) S 163311 163314 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239627626 19384713216 13848 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163332] ppid=163311 vsize=18930384 memory=60684515937227 CPUtime=0 cores=1,3
/proc/163314/task/163332/stat : 163332 (Common-Cleaner) S 163311 163314 162678 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239627627 19384713216 13848 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55392 KiB

[startup+0.205758 s]*
/proc/loadavg: 2.03 2.34 3.28 7/340 163332
/proc/meminfo: memFree=118677504/131250000 swapFree=33010416/33010684
[pid=163314] ppid=163311 vsize=18930384 memory=68304 CPUtime=0.31 cores=1,3
/proc/163314/stat : 163314 (java) S 163311 163314 162678 0 -1 4194304 7068 0 0 0 28 3 0 0 20 0 18 0 239627623 19384713216 17076 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
/proc/163314/statm: 4732596 17076 5432 1 0 547964 0
[pid=163314/tid=163316] ppid=163311 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=1,3
/proc/163314/task/163316/stat : 163316 (java) R 163311 163314 162678 0 -1 4194368 5333 0 0 0 16 2 0 0 20 0 18 0 239627624 19384713216 17076 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163325] ppid=163311 vsize=18930384 memory=16124 CPUtime=0 cores=1,3
/proc/163314/task/163325/stat : 163325 (Finalizer) S 163311 163314 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239627626 19384713216 17076 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163332] ppid=163311 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/163314/task/163332/stat : 163332 (Common-Cleaner) S 163311 163314 162678 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239627627 19384713216 17076 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68304 KiB

[startup+0.305647 s]*
/proc/loadavg: 2.03 2.34 3.28 6/340 163332
/proc/meminfo: memFree=118620160/131250000 swapFree=33010416/33010684
[pid=163314] ppid=163311 vsize=18930384 memory=117788 CPUtime=0.49 cores=1,3
/proc/163314/stat : 163314 (java) S 163311 163314 162678 0 -1 4194304 8643 0 0 0 45 4 0 0 20 0 18 0 239627623 19384713216 29447 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
/proc/163314/statm: 4732596 29447 5432 1 0 549025 0
[pid=163314/tid=163316] ppid=163311 vsize=18930384 memory=-9105266249056428732 CPUtime=0.25 cores=1,3
/proc/163314/task/163316/stat : 163316 (java) R 163311 163314 162678 0 -1 4194368 5357 0 0 0 23 2 0 0 20 0 18 0 239627624 19384713216 29447 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163325] ppid=163311 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/163314/task/163325/stat : 163325 (Finalizer) S 163311 163314 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239627626 19384713216 29447 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163332] ppid=163311 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/163314/task/163332/stat : 163332 (Common-Cleaner) S 163311 163314 162678 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239627627 19384713216 29447 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 117788 KiB

[startup+0.700678 s]
/proc/loadavg: 2.03 2.34 3.28 6/341 163333
/proc/meminfo: memFree=118546432/131250000 swapFree=33010416/33010684
[pid=163314] ppid=163311 vsize=19063512 memory=172504 CPUtime=1.26 cores=1,3
/proc/163314/stat : 163314 (java) S 163311 163314 162678 0 -1 4194304 10835 0 0 0 120 6 0 0 20 0 20 0 239627623 19521036288 43126 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
/proc/163314/statm: 4765878 43126 5464 1 0 550674 0
[pid=163314/tid=163316] ppid=163311 vsize=19063512 memory=27520 CPUtime=0.54 cores=1,3
/proc/163314/task/163316/stat : 163316 (java) R 163311 163314 162678 0 -1 4194368 5439 0 0 0 51 3 0 0 20 0 20 0 239627624 19521036288 43126 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163325] ppid=163311 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/163314/task/163325/stat : 163325 (Finalizer) S 163311 163314 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239627626 19521036288 43126 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163332] ppid=163311 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/163314/task/163332/stat : 163332 (Common-Cleaner) S 163311 163314 162678 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239627627 19521036288 43126 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172504 KiB

[startup+1.50023 s]
/proc/loadavg: 2.03 2.34 3.28 6/342 163334
/proc/meminfo: memFree=118462864/131250000 swapFree=33010416/33010684
[pid=163314] ppid=163311 vsize=19063512 memory=188544 CPUtime=2.85 cores=1,3
/proc/163314/stat : 163314 (java) S 163311 163314 162678 0 -1 4194304 15156 0 0 0 277 8 0 0 20 0 20 0 239627623 19521036288 47136 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
/proc/163314/statm: 4765878 47136 5464 1 0 554169 0
[pid=163314/tid=163316] ppid=163311 vsize=19063512 memory=3328 CPUtime=1.28 cores=1,3
/proc/163314/task/163316/stat : 163316 (java) R 163311 163314 162678 0 -1 4194368 5452 0 0 0 124 4 0 0 20 0 20 0 239627624 19521036288 47136 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163325] ppid=163311 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/163314/task/163325/stat : 163325 (Finalizer) S 163311 163314 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239627626 19521036288 47136 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163332] ppid=163311 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/163314/task/163332/stat : 163332 (Common-Cleaner) S 163311 163314 162678 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239627627 19521036288 47136 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163334] ppid=163311 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/163314/task/163334/stat : 163334 (Timer-0) S 163311 163314 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239627687 19521036288 47136 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188544 KiB

[startup+3.10557 s]
/proc/loadavg: 2.03 2.34 3.28 5/342 163334
/proc/meminfo: memFree=118356012/131250000 swapFree=33010416/33010684
[pid=163314] ppid=163311 vsize=19063512 memory=194764 CPUtime=5.71 cores=1,3
/proc/163314/stat : 163314 (java) S 163311 163314 162678 0 -1 4194304 23190 0 0 0 561 10 0 0 20 0 20 0 239627623 19521036288 48691 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
/proc/163314/statm: 4765878 48691 5464 1 0 554962 0
[pid=163314/tid=163316] ppid=163311 vsize=19063512 memory=10752 CPUtime=2.86 cores=1,3
/proc/163314/task/163316/stat : 163316 (java) R 163311 163314 162678 0 -1 4194368 6379 0 0 0 281 5 0 0 20 0 20 0 239627624 19521036288 48691 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163325] ppid=163311 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/163314/task/163325/stat : 163325 (Finalizer) S 163311 163314 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239627626 19521036288 48691 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163332] ppid=163311 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/163314/task/163332/stat : 163332 (Common-Cleaner) S 163311 163314 162678 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239627627 19521036288 48691 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163334] ppid=163311 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/163314/task/163334/stat : 163334 (Timer-0) S 163311 163314 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239627687 19521036288 48691 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
Current children cumulated CPU time: 5.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 194764 KiB

[startup+6.3002 s]
/proc/loadavg: 2.27 2.39 3.29 5/342 163334
/proc/meminfo: memFree=118229720/131250000 swapFree=33010416/33010684
[pid=163314] ppid=163311 vsize=19063512 memory=191668 CPUtime=9.41 cores=1,3
/proc/163314/stat : 163314 (java) S 163311 163314 162678 0 -1 4194304 25808 0 0 0 930 11 0 0 20 0 20 0 239627623 19521036288 47917 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
/proc/163314/statm: 4765878 47917 5496 1 0 555060 0
[pid=163314/tid=163316] ppid=163311 vsize=19063512 memory=0 CPUtime=6.02 cores=1,3
/proc/163314/task/163316/stat : 163316 (java) R 163311 163314 162678 0 -1 4194368 6846 0 0 0 597 5 0 0 20 0 20 0 239627624 19521036288 47917 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163325] ppid=163311 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/163314/task/163325/stat : 163325 (Finalizer) S 163311 163314 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239627626 19521036288 47917 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163332] ppid=163311 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/163314/task/163332/stat : 163332 (Common-Cleaner) S 163311 163314 162678 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 239627627 19521036288 47917 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163334] ppid=163311 vsize=19063512 memory=191180 CPUtime=0 cores=1,3
/proc/163314/task/163334/stat : 163334 (Timer-0) S 163311 163314 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239627687 19521036288 47917 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
Current children cumulated CPU time: 9.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 191668 KiB

[startup+12.7002 s]
/proc/loadavg: 2.57 2.45 3.30 5/342 163334
/proc/meminfo: memFree=117883364/131250000 swapFree=33010416/33010684
[pid=163314] ppid=163311 vsize=19063512 memory=305012 CPUtime=16.04 cores=1,3
/proc/163314/stat : 163314 (java) S 163311 163314 162678 0 -1 4194304 32174 0 0 0 1588 16 0 0 20 0 20 0 239627623 19521036288 76253 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
/proc/163314/statm: 4765878 76253 5496 1 0 555819 0
[pid=163314/tid=163316] ppid=163311 vsize=19063512 memory=10752 CPUtime=12.4 cores=1,3
/proc/163314/task/163316/stat : 163316 (java) R 163311 163314 162678 0 -1 4194368 7577 0 0 0 1231 9 0 0 20 0 20 0 239627624 19521036288 76253 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163325] ppid=163311 vsize=19063512 memory=191180 CPUtime=0 cores=1,3
/proc/163314/task/163325/stat : 163325 (Finalizer) S 163311 163314 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239627626 19521036288 76253 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163332] ppid=163311 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/163314/task/163332/stat : 163332 (Common-Cleaner) S 163311 163314 162678 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 239627627 19521036288 76253 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163334] ppid=163311 vsize=19063512 memory=294768 CPUtime=0 cores=1,3
/proc/163314/task/163334/stat : 163334 (Timer-0) S 163311 163314 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239627687 19521036288 76253 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
Current children cumulated CPU time: 16.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 305012 KiB

[startup+25.5002 s]
/proc/loadavg: 3.18 2.59 3.34 5/342 163334
/proc/meminfo: memFree=116227556/131250000 swapFree=33010416/33010684
[pid=163314] ppid=163311 vsize=19063512 memory=413556 CPUtime=28.94 cores=1,3
/proc/163314/stat : 163314 (java) S 163311 163314 162678 0 -1 4194304 36595 0 0 0 2873 21 0 0 20 0 20 0 239627623 19521036288 103389 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
/proc/163314/statm: 4765878 103389 5496 1 0 555819 0
[pid=163314/tid=163316] ppid=163311 vsize=19063512 memory=294768 CPUtime=25.17 cores=1,3
/proc/163314/task/163316/stat : 163316 (java) R 163311 163314 162678 0 -1 4194368 8654 0 0 0 2503 14 0 0 20 0 20 0 239627624 19521036288 103389 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163325] ppid=163311 vsize=19063512 memory=366452 CPUtime=0 cores=1,3
/proc/163314/task/163325/stat : 163325 (Finalizer) S 163311 163314 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239627626 19521036288 103389 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163332] ppid=163311 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/163314/task/163332/stat : 163332 (Common-Cleaner) S 163311 163314 162678 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 239627627 19521036288 103389 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163334] ppid=163311 vsize=19063512 memory=309108 CPUtime=0 cores=1,3
/proc/163314/task/163334/stat : 163334 (Timer-0) S 163311 163314 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239627687 19521036288 103389 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
Current children cumulated CPU time: 28.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 413556 KiB

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

# cumulated CPU time of all completed processes:  user=42.8015 s, system=0.288101 s

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

[startup+25.6003 s]
/proc/loadavg: 3.18 2.59 3.34 5/342 163334
/proc/meminfo: memFree=116227556/131250000 swapFree=33010416/33010684
[pid=163314] ppid=163311 vsize=19063512 memory=415604 CPUtime=29.04 cores=1,3
/proc/163314/stat : 163314 (java) S 163311 163314 162678 0 -1 4194304 36596 0 0 0 2883 21 0 0 20 0 20 0 239627623 19521036288 103901 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
/proc/163314/statm: 4765878 103901 5496 1 0 555819 0
[pid=163314/tid=163316] ppid=163311 vsize=19063512 memory=0 CPUtime=25.27 cores=1,3
/proc/163314/task/163316/stat : 163316 (java) R 163311 163314 162678 0 -1 4194368 8655 0 0 0 2513 14 0 0 20 0 20 0 239627624 19521036288 103901 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163325] ppid=163311 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/163314/task/163325/stat : 163325 (Finalizer) S 163311 163314 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239627626 19521036288 103901 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163332] ppid=163311 vsize=19063512 memory=28481 CPUtime=0 cores=1,3
/proc/163314/task/163332/stat : 163332 (Common-Cleaner) S 163311 163314 162678 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 239627627 19521036288 103901 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163334] ppid=163311 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/163314/task/163334/stat : 163334 (Timer-0) S 163311 163314 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239627687 19521036288 103901 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
Current children cumulated CPU time: 29.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 415604 KiB

[startup+32.0002 s]*
/proc/loadavg: 3.24 2.61 3.34 5/320 163364
/proc/meminfo: memFree=116297528/131250000 swapFree=33010416/33010684
[pid=163314] ppid=163311 vsize=19063512 memory=548776 CPUtime=35.45 cores=1,3
/proc/163314/stat : 163314 (java) S 163311 163314 162678 0 -1 4194304 38996 0 0 0 3519 26 0 0 20 0 20 0 239627623 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
/proc/163314/statm: 4765878 137194 5496 1 0 555819 0
[pid=163314/tid=163316] ppid=163311 vsize=19063512 memory=7664 CPUtime=31.64 cores=1,3
/proc/163314/task/163316/stat : 163316 (java) R 163311 163314 162678 0 -1 4194368 9495 0 0 0 3146 18 0 0 20 0 20 0 239627624 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163325] ppid=163311 vsize=19063512 memory=305012 CPUtime=0 cores=1,3
/proc/163314/task/163325/stat : 163325 (Finalizer) S 163311 163314 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239627626 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163332] ppid=163311 vsize=19063512 memory=12748 CPUtime=0 cores=1,3
/proc/163314/task/163332/stat : 163332 (Common-Cleaner) S 163311 163314 162678 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 239627627 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163334] ppid=163311 vsize=19063512 memory=8323681909625824093 CPUtime=0 cores=1,3
/proc/163314/task/163334/stat : 163334 (Timer-0) S 163311 163314 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239627687 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
Current children cumulated CPU time: 35.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 548776 KiB

[startup+35.2002 s]
/proc/loadavg: 3.30 2.64 3.35 7/342 163403
/proc/meminfo: memFree=116189804/131250000 swapFree=33010416/33010684
[pid=163314] ppid=163311 vsize=19063512 memory=548776 CPUtime=38.63 cores=1,3
/proc/163314/stat : 163314 (java) S 163311 163314 162678 0 -1 4194304 39545 0 0 0 3836 27 0 0 20 0 20 0 239627623 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
/proc/163314/statm: 4765878 137194 5496 1 0 555835 0
[pid=163314/tid=163316] ppid=163311 vsize=19063512 memory=27520 CPUtime=34.82 cores=1,3
/proc/163314/task/163316/stat : 163316 (java) R 163311 163314 162678 0 -1 4194368 9551 0 0 0 3463 19 0 0 20 0 20 0 239627624 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163325] ppid=163311 vsize=19063512 memory=548776 CPUtime=0 cores=1,3
/proc/163314/task/163325/stat : 163325 (Finalizer) S 163311 163314 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239627626 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163332] ppid=163311 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/163314/task/163332/stat : 163332 (Common-Cleaner) S 163311 163314 162678 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 239627627 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163334] ppid=163311 vsize=19063512 memory=-9105266249056428732 CPUtime=0 cores=1,3
/proc/163314/task/163334/stat : 163334 (Timer-0) S 163311 163314 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239627687 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
Current children cumulated CPU time: 38.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 548776 KiB

[startup+36.8002 s]
/proc/loadavg: 3.30 2.64 3.35 6/342 163403
/proc/meminfo: memFree=116173928/131250000 swapFree=33010416/33010684
[pid=163314] ppid=163311 vsize=19063512 memory=548776 CPUtime=40.23 cores=1,3
/proc/163314/stat : 163314 (java) S 163311 163314 162678 0 -1 4194304 39545 0 0 0 3996 27 0 0 20 0 20 0 239627623 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
/proc/163314/statm: 4765878 137194 5496 1 0 555835 0
[pid=163314/tid=163316] ppid=163311 vsize=19063512 memory=548776 CPUtime=36.41 cores=1,3
/proc/163314/task/163316/stat : 163316 (java) R 163311 163314 162678 0 -1 4194368 9551 0 0 0 3622 19 0 0 20 0 20 0 239627624 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163325] ppid=163311 vsize=19063512 memory=548776 CPUtime=0 cores=1,3
/proc/163314/task/163325/stat : 163325 (Finalizer) S 163311 163314 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239627626 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163332] ppid=163311 vsize=19063512 memory=548776 CPUtime=0 cores=1,3
/proc/163314/task/163332/stat : 163332 (Common-Cleaner) S 163311 163314 162678 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 239627627 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163334] ppid=163311 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/163314/task/163334/stat : 163334 (Timer-0) S 163311 163314 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239627687 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
Current children cumulated CPU time: 40.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 548776 KiB

[startup+38.4002 s]
/proc/loadavg: 3.30 2.64 3.35 5/342 163403
/proc/meminfo: memFree=116016772/131250000 swapFree=33010416/33010684
[pid=163314] ppid=163311 vsize=19063512 memory=548776 CPUtime=41.82 cores=1,3
/proc/163314/stat : 163314 (java) S 163311 163314 162678 0 -1 4194304 39545 0 0 0 4155 27 0 0 20 0 20 0 239627623 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
/proc/163314/statm: 4765878 137194 5496 1 0 555835 0
[pid=163314/tid=163316] ppid=163311 vsize=19063512 memory=5632 CPUtime=38 cores=1,3
/proc/163314/task/163316/stat : 163316 (java) R 163311 163314 162678 0 -1 4194368 9551 0 0 0 3781 19 0 0 20 0 20 0 239627624 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163325] ppid=163311 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/163314/task/163325/stat : 163325 (Finalizer) S 163311 163314 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239627626 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163332] ppid=163311 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/163314/task/163332/stat : 163332 (Common-Cleaner) S 163311 163314 162678 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 239627627 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163334] ppid=163311 vsize=19063512 memory=258116 CPUtime=0 cores=1,3
/proc/163314/task/163334/stat : 163334 (Timer-0) S 163311 163314 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239627687 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
Current children cumulated CPU time: 41.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 548776 KiB

[startup+39.2002 s]
/proc/loadavg: 3.36 2.66 3.35 5/342 163403
/proc/meminfo: memFree=115784880/131250000 swapFree=33010416/33010684
[pid=163314] ppid=163311 vsize=19063512 memory=548776 CPUtime=42.63 cores=1,3
/proc/163314/stat : 163314 (java) S 163311 163314 162678 0 -1 4194304 39642 0 0 0 4235 28 0 0 20 0 20 0 239627623 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
/proc/163314/statm: 4765878 137194 5496 1 0 555835 0
[pid=163314/tid=163316] ppid=163311 vsize=19063512 memory=14848 CPUtime=38.81 cores=1,3
/proc/163314/task/163316/stat : 163316 (java) R 163311 163314 162678 0 -1 4194368 9584 0 0 0 3861 20 0 0 20 0 20 0 239627624 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163325] ppid=163311 vsize=19063512 memory=27520 CPUtime=0 cores=1,3
/proc/163314/task/163325/stat : 163325 (Finalizer) S 163311 163314 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239627626 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163332] ppid=163311 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/163314/task/163332/stat : 163332 (Common-Cleaner) S 163311 163314 162678 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 239627627 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163334] ppid=163311 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/163314/task/163334/stat : 163334 (Timer-0) S 163311 163314 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239627687 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
Current children cumulated CPU time: 42.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 548776 KiB

[startup+39.6002 s]
/proc/loadavg: 3.36 2.66 3.35 5/342 163403
/proc/meminfo: memFree=115784880/131250000 swapFree=33010416/33010684
[pid=163314] ppid=163311 vsize=19063512 memory=548776 CPUtime=43.03 cores=1,3
/proc/163314/stat : 163314 (java) S 163311 163314 162678 0 -1 4194304 40643 0 0 0 4275 28 0 0 20 0 20 0 239627623 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
/proc/163314/statm: 4765878 137194 5496 1 0 555835 0
[pid=163314/tid=163316] ppid=163311 vsize=19063512 memory=-9105266249056428732 CPUtime=39.21 cores=1,3
/proc/163314/task/163316/stat : 163316 (java) R 163311 163314 162678 0 -1 4194368 10587 0 0 0 3901 20 0 0 20 0 20 0 239627624 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163325] ppid=163311 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/163314/task/163325/stat : 163325 (Finalizer) S 163311 163314 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239627626 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163332] ppid=163311 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/163314/task/163332/stat : 163332 (Common-Cleaner) S 163311 163314 162678 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 239627627 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
[pid=163314/tid=163334] ppid=163311 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/163314/task/163334/stat : 163334 (Timer-0) S 163311 163314 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239627687 19521036288 137194 18446744073709551615 94406126477312 94406126481008 140736501761456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94406126488824 94406126489616 94406134145024 140736501770580 140736501770724 140736501770724 140736501776328 0
Current children cumulated CPU time: 43.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 548776 KiB

Child status: 20

Real time (s): 39.6617
CPU time (s): 43.0896
CPU user time (s): 42.8015
CPU system time (s): 0.288101
CPU usage (%): 108.643
Max. virtual memory (cumulated for all children) (KiB): 19066940
Max. memory (cumulated for all children) (KiB): 548776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.8015
system time used= 0.288101
maximum resident set size= 549544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41703
page faults= 0
swaps= 0
block input operations= 0
block output operations= 60392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3971
involuntary context switches= 1913


# summary of solver processes directly reported to runsolver:
#   pid: 163314
#   total CPU time (s): 43.0896
#   total CPU user time (s): 42.8015
#   total CPU system time (s): 0.288101

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.100551 second user time and 0.229544 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-23 05:07:31
IDJOB=4545553
IDBENCH=180910
IDSOLVER=3364
FILE ID=nodeC028/4545553-1753240051
RUNJOBID= nodeC028-1753240037-163133
SLURM_JOB_ID= 9687869
Free space on /tmp= 432924 MiB

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

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

MD5SUM BENCH= 740ae53db54907a8b4b16e6d2fb6eccd
RANDOM SEED=1149343863

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		: 3599.887
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		: 3599.949
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		: 3630.417
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		: 3600.081
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.096
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		: 3600.092
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.137
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		: 3600.523
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:        118749792 kB
MemAvailable:   126614628 kB
Buffers:            2132 kB
Cached:          8632032 kB
SwapCached:            4 kB
Active:          4107000 kB
Inactive:        7674760 kB
Active(anon):    3165620 kB
Inactive(anon):     8308 kB
Active(file):     941380 kB
Inactive(file):  7666452 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             78612 kB
Writeback:             0 kB
AnonPages:       3150788 kB
Mapped:           129184 kB
Shmem:             26256 kB
KReclaimable:     192484 kB
Slab:             288656 kB
SReclaimable:     192484 kB
SUnreclaim:        96172 kB
KernelStack:        5232 kB
PageTables:         9820 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9069548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2942976 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= 432640 MiB
End job on nodeC028 at 2025-07-23 05:08:11