Trace number 4545397

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. 545.94 539.618

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-MisteryShopper-mini-5-08-2-6-0_c24.opb
MD5SUM4a1d9056c3b02bcfb80521d72596a62f
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 benchmark5.08009
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables34391
Total number of constraints25309
Number of constraints which are clauses7791
Number of constraints which are cardinality constraints (but not clauses)1558
Number of constraints which are nor clauses,nor cardinality constraints15960
Minimum length of a constraint1
Maximum length of a constraint43
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 37
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 766
Number of bits of the biggest sum of numbers10
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.10	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.10	c java.vm.version	22.0.1+8-16
0.09/0.10	c java.vm.vendor	Oracle Corporation
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		22.0.1
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		2104792832
0.09/0.10	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.14	c Pseudo Boolean Optimization by upper bound
0.09/0.14	c --- Begin Solver configuration ---
0.09/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.09/0.14	c Learn all clauses as in MiniSAT
0.09/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.14	c Expensive reason simplification
0.09/0.14	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.14	c timeout=2147483s
0.09/0.14	c DB Simplification allowed=false
0.09/0.14	c Listener: none
0.09/0.14	c --- End Solver configuration ---
0.09/0.14	c solving HOME/instance-4545397-1753240037.opb
0.09/0.14	c reading problem ... 
0.09/0.15	c using VERIPB proof format
0.09/0.15	c  no objective function found
0.86/0.54	c ... done. Wall clock time 0.39s.
0.86/0.54	c declared #vars     34391
0.86/0.54	c #constraints  26829
0.86/0.54	c constraints type 
0.86/0.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 7220
0.86/0.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1558
0.86/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16720
0.86/0.54	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.86/0.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1330
0.86/0.54	c 26829 constraints processed.
5.37/2.86	c cleaning 2474 clauses out of 5001 with flag 35780/5001
8.33/5.34	c cleaning 4208 clauses out of 8526 with flag 124513/11000
11.60/8.59	c cleaning 5546 clauses out of 11318 with flag 283355/18000
15.33/12.27	c cleaning 6794 clauses out of 13772 with flag 497295/26000
19.72/16.61	c cleaning 7827 clauses out of 15978 with flag 811214/35000
24.91/21.72	c cleaning 8919 clauses out of 18151 with flag 1188166/45000
30.32/26.76	c cleaning 10099 clauses out of 20232 with flag 1529322/56000
33.95/30.17	c cleaning 11056 clauses out of 22133 with flag 1660010/68000
38.75/34.96	c cleaning 12032 clauses out of 24077 with flag 1847141/81000
44.41/40.66	c cleaning 13019 clauses out of 26046 with flag 2070677/95001
49.73/45.96	c cleaning 14009 clauses out of 28030 with flag 2315230/110004
56.16/52.37	c cleaning 15006 clauses out of 30017 with flag 2556211/126000
62.27/58.37	c cleaning 15993 clauses out of 32013 with flag 2764388/143002
70.04/66.04	c cleaning 17008 clauses out of 34020 with flag 3025796/161002
77.87/73.81	c cleaning 18003 clauses out of 36013 with flag 3314944/180003
86.91/82.87	c cleaning 18994 clauses out of 38007 with flag 3610189/200000
96.56/92.48	c cleaning 20003 clauses out of 40015 with flag 3920226/221002
106.51/102.35	c cleaning 21001 clauses out of 42011 with flag 4213311/243001
117.48/113.24	c cleaning 22006 clauses out of 44011 with flag 4528195/266002
128.05/123.71	c cleaning 22995 clauses out of 46003 with flag 4864800/290000
138.54/134.15	c cleaning 23994 clauses out of 48008 with flag 5223552/315000
150.75/146.27	c cleaning 25006 clauses out of 50016 with flag 5618906/341002
164.36/159.48	c cleaning 26002 clauses out of 52008 with flag 6025243/368001
179.53/174.49	c cleaning 26995 clauses out of 54006 with flag 6484258/396001
195.63/190.44	c cleaning 27999 clauses out of 56010 with flag 6968285/425002
212.26/206.94	c cleaning 29002 clauses out of 58012 with flag 7481490/455003
230.39/224.84	c cleaning 30004 clauses out of 60012 with flag 7992549/486006
248.10/242.47	c cleaning 31000 clauses out of 62004 with flag 8527053/518002
270.14/264.30	c cleaning 31994 clauses out of 64002 with flag 9121578/551001
292.11/286.23	c cleaning 32998 clauses out of 66008 with flag 9726226/585001
315.25/309.49	c cleaning 34001 clauses out of 68007 with flag 10363953/620000
339.62/333.79	c cleaning 34998 clauses out of 70005 with flag 11024448/656000
365.56/359.72	c cleaning 36002 clauses out of 72007 with flag 11701108/693000
396.95/391.08	c cleaning 36999 clauses out of 74004 with flag 12463190/731000
428.46/422.53	c cleaning 37999 clauses out of 76007 with flag 13248376/770002
461.64/455.62	c cleaning 38999 clauses out of 78008 with flag 14048374/810002
495.74/489.55	c cleaning 39998 clauses out of 80007 with flag 14870864/851001
531.22/525.05	c cleaning 41001 clauses out of 82008 with flag 15745394/893002
545.79/539.54	c starts		: 3968
545.79/539.54	c conflicts		: 912811
545.79/539.55	c decisions		: 5679701
545.79/539.55	c propagations		: 404943819
545.79/539.55	c inspects		: 5434566637
545.79/539.55	c shortcuts		: 0
545.79/539.55	c learnt literals	: 14
545.79/539.55	c learnt binary clauses	: 369
545.79/539.55	c learnt ternary clauses	: 445
545.79/539.55	c learnt constraints	: 912796
545.79/539.55	c ignored constraints	: 0
545.79/539.55	c root simplifications	: 0
545.79/539.55	c removed literals (reason simplification)	: 3555219
545.79/539.55	c reason swapping (by a shorter reason)	: 0
545.79/539.55	c Calls to reduceDB	: 38
545.79/539.55	c Number of update (reduction) of LBD	: 617987
545.79/539.55	c Imported unit clauses	: 0
545.79/539.55	c No decision after first conflict	: false
545.79/539.55	c number of reductions to clauses (during analyze)	: 0
545.79/539.55	c number of learned constraints concerned by reduction	: 0
545.79/539.55	c number of learning phase by resolution	: 0
545.79/539.55	c number of learning phase by cutting planes	: 0
545.79/539.55	c number of rounding to 1 operations	: 0
545.79/539.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
545.79/539.55	c number of reductions of the coefficients by power 2 	: 0
545.79/539.55	c number of right shift for reduction by power 2 	: 0
545.79/539.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
545.79/539.55	c number of ending skipping 	: 0
545.79/539.55	c number of internal skipping 	: 0
545.79/539.55	c number of derivation steps 	: 0
545.79/539.55	c number of skipped derivation steps 	: 0
545.79/539.55	c number of remaining unassigned 	: 0
545.79/539.55	c number of remaining assigned 	: 0
545.79/539.55	c number of falsified literals weakened from reason	: 0
545.79/539.55	c number of falsified literals weakened from conflict	: 0
545.79/539.55	c time for arithmetic operations	: 0
545.79/539.55	c minimum degree of deleted constraints	: null
545.79/539.55	c maximum degree of deleted constraints	: null
545.79/539.55	c number of deleted constraints	: 0
545.79/539.55	c speed (assignments/second)	: 751287.2337662338
545.79/539.55	c non guided choices	: 19700
545.79/539.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 60444
545.79/539.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 369
545.91/539.60	s UNSATISFIABLE
545.91/539.60	c Total wall clock time (in seconds): 539.452

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 23 09:46:58 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 (55417 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-4545397-1753240037/watcher-4545397-1753240037 -o /tmp/evaluation-result-4545397-1753240037/solver-4545397-1753240037 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1753240037-163132 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545397-1753240037 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4545397-1753240037.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=163178, runsolver pid=163173

[startup+0.100059 s]*
/proc/loadavg: 1.12 2.19 3.25 10/334 163259
/proc/meminfo: memFree=121826268/131250000 swapFree=33010416/33010684
[pid=163178] ppid=163173 vsize=18930384 memory=51968 CPUtime=0.09 cores=4,6
/proc/163178/stat : 163178 (java) S 163173 163178 162678 0 -1 4194304 6054 0 217 0 8 1 0 0 20 0 18 0 239626258 19384713216 12992 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
/proc/163178/statm: 4732596 12992 5307 1 0 547293 0
[pid=163178/tid=163193] ppid=163173 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/163178/task/163193/stat : 163193 (java) R 163173 163178 162678 0 -1 4194368 4822 0 216 0 5 1 0 0 20 0 18 0 239626261 19384713216 12992 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163225] ppid=163173 vsize=18930384 memory=16124 CPUtime=0 cores=4,6
/proc/163178/task/163225/stat : 163225 (Finalizer) S 163173 163178 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239626263 19384713216 12992 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163245] ppid=163173 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239626263 19384713216 12992 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51968 KiB

[startup+0.206963 s]*
/proc/loadavg: 1.12 2.19 3.25 13/334 163259
/proc/meminfo: memFree=121761660/131250000 swapFree=33010416/33010684
[pid=163178] ppid=163173 vsize=18930384 memory=63720 CPUtime=0.29 cores=4,6
/proc/163178/stat : 163178 (java) S 163173 163178 162678 0 -1 4194304 6900 0 217 0 27 2 0 0 20 0 18 0 239626258 19384713216 15930 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
/proc/163178/statm: 4732596 15930 5371 1 0 547949 0
[pid=163178/tid=163193] ppid=163173 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=4,6
/proc/163178/task/163193/stat : 163193 (java) R 163173 163178 162678 0 -1 4194368 5153 0 216 0 15 1 0 0 20 0 18 0 239626261 19384713216 15930 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163225] ppid=163173 vsize=18930384 memory=16124 CPUtime=0 cores=4,6
/proc/163178/task/163225/stat : 163225 (Finalizer) S 163173 163178 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239626263 19384713216 15930 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163245] ppid=163173 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239626263 19384713216 15930 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63720 KiB

[startup+0.304729 s]*
/proc/loadavg: 1.12 2.19 3.25 10/336 163261
/proc/meminfo: memFree=121504928/131250000 swapFree=33010416/33010684
[pid=163178] ppid=163173 vsize=18996948 memory=156744 CPUtime=0.47 cores=4,6
/proc/163178/stat : 163178 (java) S 163173 163178 162678 0 -1 4194304 8573 0 217 0 42 5 0 0 20 0 19 0 239626258 19452874752 39186 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
/proc/163178/statm: 4749237 39186 5403 1 0 549284 0
[pid=163178/tid=163193] ppid=163173 vsize=18996948 memory=-8815349222067708604 CPUtime=0.24 cores=4,6
/proc/163178/task/163193/stat : 163193 (java) R 163173 163178 162678 0 -1 4194368 5219 0 216 0 21 3 0 0 20 0 19 0 239626261 19452874752 39186 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163225] ppid=163173 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/163178/task/163225/stat : 163225 (Finalizer) S 163173 163178 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239626263 19452874752 39186 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163245] ppid=163173 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239626263 19452874752 39186 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 156744 KiB

[startup+0.700186 s]
/proc/loadavg: 1.12 2.19 3.25 9/338 163263
/proc/meminfo: memFree=121259296/131250000 swapFree=33010416/33010684
[pid=163178] ppid=163173 vsize=19063512 memory=231392 CPUtime=1.24 cores=4,6
/proc/163178/stat : 163178 (java) S 163173 163178 162678 0 -1 4194304 14401 0 217 0 116 8 0 0 20 0 20 0 239626258 19521036288 57848 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
/proc/163178/statm: 4765878 57848 5403 1 0 553447 0
[pid=163178/tid=163193] ppid=163173 vsize=19063512 memory=27520 CPUtime=0.56 cores=4,6
/proc/163178/task/163193/stat : 163193 (java) R 163173 163178 162678 0 -1 4194368 5323 0 216 0 52 4 0 0 20 0 20 0 239626261 19521036288 57848 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163225] ppid=163173 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/163178/task/163225/stat : 163225 (Finalizer) S 163173 163178 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 57848 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163245] ppid=163173 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 57848 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 231392 KiB

[startup+1.50025 s]
/proc/loadavg: 1.12 2.19 3.25 8/341 163266
/proc/meminfo: memFree=120751404/131250000 swapFree=33010416/33010684
[pid=163178] ppid=163173 vsize=19063512 memory=273564 CPUtime=2.83 cores=4,6
/proc/163178/stat : 163178 (java) S 163173 163178 162678 0 -1 4194304 24152 0 217 0 273 10 0 0 20 0 20 0 239626258 19521036288 68391 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
/proc/163178/statm: 4765878 68391 5435 1 0 555833 0
[pid=163178/tid=163193] ppid=163173 vsize=19063512 memory=3328 CPUtime=1.31 cores=4,6
/proc/163178/task/163193/stat : 163193 (java) R 163173 163178 162678 0 -1 4194368 5719 0 216 0 126 5 0 0 20 0 20 0 239626261 19521036288 68391 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163225] ppid=163173 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/163178/task/163225/stat : 163225 (Finalizer) S 163173 163178 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 68391 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163245] ppid=163173 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 68391 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163264] ppid=163173 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/163178/task/163264/stat : 163264 (Timer-0) S 163173 163178 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626314 19521036288 68391 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 273564 KiB

[startup+3.10566 s]
/proc/loadavg: 1.67 2.29 3.27 8/342 163267
/proc/meminfo: memFree=120503948/131250000 swapFree=33010416/33010684
[pid=163178] ppid=163173 vsize=19063512 memory=360912 CPUtime=5.84 cores=4,6
/proc/163178/stat : 163178 (java) S 163173 163178 162678 0 -1 4194304 26687 0 217 0 571 13 0 0 20 0 20 0 239626258 19521036288 90228 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
/proc/163178/statm: 4765878 90228 5435 1 0 555864 0
[pid=163178/tid=163193] ppid=163173 vsize=19063512 memory=14848 CPUtime=2.89 cores=4,6
/proc/163178/task/163193/stat : 163193 (java) R 163173 163178 162678 0 -1 4194368 7079 0 216 0 282 7 0 0 20 0 20 0 239626261 19521036288 90228 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163225] ppid=163173 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/163178/task/163225/stat : 163225 (Finalizer) S 163173 163178 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 90228 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163245] ppid=163173 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 90228 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163264] ppid=163173 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/163178/task/163264/stat : 163264 (Timer-0) S 163173 163178 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626314 19521036288 90228 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 360912 KiB

[startup+6.30022 s]
/proc/loadavg: 1.67 2.29 3.27 5/342 163267
/proc/meminfo: memFree=120072592/131250000 swapFree=33010416/33010684
[pid=163178] ppid=163173 vsize=19063512 memory=490048 CPUtime=9.4 cores=4,6
/proc/163178/stat : 163178 (java) S 163173 163178 162678 0 -1 4194304 27191 0 217 0 923 17 0 0 20 0 20 0 239626258 19521036288 122512 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
/proc/163178/statm: 4765878 122512 5467 1 0 555868 0
[pid=163178/tid=163193] ppid=163173 vsize=19063512 memory=0 CPUtime=6.08 cores=4,6
/proc/163178/task/163193/stat : 163193 (java) R 163173 163178 162678 0 -1 4194368 7344 0 216 0 597 11 0 0 20 0 20 0 239626261 19521036288 122512 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163225] ppid=163173 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/163178/task/163225/stat : 163225 (Finalizer) S 163173 163178 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 122512 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163245] ppid=163173 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 122512 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163264] ppid=163173 vsize=19063512 memory=281776 CPUtime=0 cores=4,6
/proc/163178/task/163264/stat : 163264 (Timer-0) S 163173 163178 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626314 19521036288 122512 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
Current children cumulated CPU time: 9.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 490048 KiB

[startup+12.7002 s]
/proc/loadavg: 2.03 2.34 3.28 5/319 163278
/proc/meminfo: memFree=119017668/131250000 swapFree=33010416/33010684
[pid=163178] ppid=163173 vsize=19063512 memory=682620 CPUtime=15.83 cores=4,6
/proc/163178/stat : 163178 (java) S 163173 163178 162678 0 -1 4194304 31315 0 217 0 1562 21 0 0 20 0 20 0 239626258 19521036288 170655 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
/proc/163178/statm: 4765878 170655 5467 1 0 555868 0
[pid=163178/tid=163193] ppid=163173 vsize=19063512 memory=281776 CPUtime=12.43 cores=4,6
/proc/163178/task/163193/stat : 163193 (java) R 163173 163178 162678 0 -1 4194368 8434 0 216 0 1229 14 0 0 20 0 20 0 239626261 19521036288 170655 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163225] ppid=163173 vsize=19063512 memory=660032 CPUtime=0 cores=4,6
/proc/163178/task/163225/stat : 163225 (Finalizer) S 163173 163178 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 170655 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163245] ppid=163173 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 170655 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163264] ppid=163173 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/163178/task/163264/stat : 163264 (Timer-0) S 163173 163178 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626314 19521036288 170655 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
Current children cumulated CPU time: 15.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 682620 KiB

[startup+25.5002 s]
/proc/loadavg: 2.57 2.45 3.30 5/342 163334
/proc/meminfo: memFree=117929428/131250000 swapFree=33010416/33010684
[pid=163178] ppid=163173 vsize=19063512 memory=680264 CPUtime=28.93 cores=4,6
/proc/163178/stat : 163178 (java) S 163173 163178 162678 0 -1 4194304 40837 0 217 0 2869 24 0 0 20 0 20 0 239626258 19521036288 170066 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
/proc/163178/statm: 4765878 170066 5467 1 0 556037 0
[pid=163178/tid=163193] ppid=163173 vsize=19063512 memory=0 CPUtime=25.19 cores=4,6
/proc/163178/task/163193/stat : 163193 (java) R 163173 163178 162678 0 -1 4194368 10464 0 216 0 2504 15 0 0 20 0 20 0 239626261 19521036288 170066 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163225] ppid=163173 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/163178/task/163225/stat : 163225 (Finalizer) S 163173 163178 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 170066 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163245] ppid=163173 vsize=19063512 memory=-8959464410143564476 CPUtime=0 cores=4,6
/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 170066 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163264] ppid=163173 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/163178/task/163264/stat : 163264 (Timer-0) S 163173 163178 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626314 19521036288 170066 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
Current children cumulated CPU time: 28.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 680264 KiB

[startup+51.1056 s]
/proc/loadavg: 3.30 2.64 3.35 5/342 163403
/proc/meminfo: memFree=116127488/131250000 swapFree=33010416/33010684
[pid=163178] ppid=163173 vsize=19063512 memory=2647756 CPUtime=54.98 cores=4,6
/proc/163178/stat : 163178 (java) S 163173 163178 162678 0 -1 4194304 51786 0 217 0 5424 74 0 0 20 0 20 0 239626258 19521036288 661939 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
/proc/163178/statm: 4765878 661939 5467 1 0 1082448 0
[pid=163178/tid=163193] ppid=163173 vsize=19063512 memory=680264 CPUtime=50.47 cores=4,6
/proc/163178/task/163193/stat : 163193 (java) R 163173 163178 162678 0 -1 4194368 12580 0 216 0 4988 59 0 0 20 0 20 0 239626261 19521036288 661939 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163225] ppid=163173 vsize=19063512 memory=2647756 CPUtime=0 cores=4,6
/proc/163178/task/163225/stat : 163225 (Finalizer) S 163173 163178 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 661939 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163245] ppid=163173 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 661939 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0

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

/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 274 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163264] ppid=163173 vsize=19063512 memory=4188396 CPUtime=0 cores=4,6
/proc/163178/task/163264/stat : 163264 (Timer-0) S 163173 163178 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626314 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
Current children cumulated CPU time: 468.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4188396 KiB

[startup+522.3 s]
/proc/loadavg: 2.18 2.33 2.91 3/288 163492
/proc/meminfo: memFree=110501208/131250000 swapFree=33010416/33010684
[pid=163178] ppid=163173 vsize=19063512 memory=4188396 CPUtime=528.52 cores=4,6
/proc/163178/stat : 163178 (java) S 163173 163178 162678 0 -1 4194304 72572 0 217 0 52583 269 0 0 20 0 20 0 239626258 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
/proc/163178/statm: 4765878 1047099 5467 1 0 1082456 0
[pid=163178/tid=163193] ppid=163173 vsize=19063512 memory=4188396 CPUtime=516.67 cores=4,6
/proc/163178/task/163193/stat : 163193 (java) R 163173 163178 162678 0 -1 4194368 23253 0 216 0 51448 219 0 0 20 0 20 0 239626261 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163225] ppid=163173 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/163178/task/163225/stat : 163225 (Finalizer) S 163173 163178 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163245] ppid=163173 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 330 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163264] ppid=163173 vsize=19063512 memory=52303 CPUtime=0 cores=4,6
/proc/163178/task/163264/stat : 163264 (Timer-0) S 163173 163178 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626314 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
Current children cumulated CPU time: 528.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4188396 KiB

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

# cumulated CPU time of all completed processes:  user=543.189 s, system=2.75072 s

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

[startup+524.8 s]
/proc/loadavg: 2.18 2.33 2.91 3/288 163492
/proc/meminfo: memFree=110493144/131250000 swapFree=33010416/33010684
[pid=163178] ppid=163173 vsize=19063512 memory=4188396 CPUtime=531.01 cores=4,6
/proc/163178/stat : 163178 (java) S 163173 163178 162678 0 -1 4194304 72628 0 217 0 52831 270 0 0 20 0 20 0 239626258 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
/proc/163178/statm: 4765878 1047099 5467 1 0 1082456 0
[pid=163178/tid=163193] ppid=163173 vsize=19063512 memory=14848 CPUtime=519.16 cores=4,6
/proc/163178/task/163193/stat : 163193 (java) R 163173 163178 162678 0 -1 4194368 23309 0 216 0 51696 220 0 0 20 0 20 0 239626261 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163225] ppid=163173 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/163178/task/163225/stat : 163225 (Finalizer) S 163173 163178 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163245] ppid=163173 vsize=19063512 memory=4188396 CPUtime=0 cores=4,6
/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 330 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163264] ppid=163173 vsize=19063512 memory=4188396 CPUtime=0 cores=4,6
/proc/163178/task/163264/stat : 163264 (Timer-0) S 163173 163178 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626314 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
Current children cumulated CPU time: 531.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4188396 KiB

[startup+531.2 s]
/proc/loadavg: 2.17 2.32 2.91 3/288 163492
/proc/meminfo: memFree=110444520/131250000 swapFree=33010416/33010684
[pid=163178] ppid=163173 vsize=19063512 memory=4188396 CPUtime=537.4 cores=4,6
/proc/163178/stat : 163178 (java) S 163173 163178 162678 0 -1 4194304 72635 0 217 0 53469 271 0 0 20 0 20 0 239626258 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
/proc/163178/statm: 4765878 1047099 5467 1 0 1082456 0
[pid=163178/tid=163193] ppid=163173 vsize=19063512 memory=4188396 CPUtime=525.54 cores=4,6
/proc/163178/task/163193/stat : 163193 (java) R 163173 163178 162678 0 -1 4194368 23316 0 216 0 52333 221 0 0 20 0 20 0 239626261 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163225] ppid=163173 vsize=19063512 memory=27520 CPUtime=0 cores=4,6
/proc/163178/task/163225/stat : 163225 (Finalizer) S 163173 163178 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163245] ppid=163173 vsize=19063512 memory=4188396 CPUtime=0 cores=4,6
/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 330 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163264] ppid=163173 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/163178/task/163264/stat : 163264 (Timer-0) S 163173 163178 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626314 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
Current children cumulated CPU time: 537.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4188396 KiB

[startup+534.4 s]
/proc/loadavg: 2.15 2.31 2.90 3/288 163492
/proc/meminfo: memFree=110428392/131250000 swapFree=33010416/33010684
[pid=163178] ppid=163173 vsize=19063512 memory=4188396 CPUtime=540.59 cores=4,6
/proc/163178/stat : 163178 (java) S 163173 163178 162678 0 -1 4194304 72802 0 217 0 53787 272 0 0 20 0 20 0 239626258 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
/proc/163178/statm: 4765878 1047099 5467 1 0 1082456 0
[pid=163178/tid=163193] ppid=163173 vsize=19063512 memory=27520 CPUtime=528.74 cores=4,6
/proc/163178/task/163193/stat : 163193 (java) R 163173 163178 162678 0 -1 4194368 23483 0 216 0 52652 222 0 0 20 0 20 0 239626261 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163225] ppid=163173 vsize=19063512 memory=-8959464410143564476 CPUtime=0 cores=4,6
/proc/163178/task/163225/stat : 163225 (Finalizer) S 163173 163178 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163245] ppid=163173 vsize=19063512 memory=4188396 CPUtime=0 cores=4,6
/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 330 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163264] ppid=163173 vsize=19063512 memory=4188396 CPUtime=0 cores=4,6
/proc/163178/task/163264/stat : 163264 (Timer-0) S 163173 163178 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626314 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
Current children cumulated CPU time: 540.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4188396 KiB

[startup+537.6 s]
/proc/loadavg: 2.14 2.31 2.90 3/289 163498
/proc/meminfo: memFree=110403480/131250000 swapFree=33010416/33010684
[pid=163178] ppid=163173 vsize=19063512 memory=4188396 CPUtime=543.78 cores=4,6
/proc/163178/stat : 163178 (java) S 163173 163178 162678 0 -1 4194304 73038 0 217 0 54105 273 0 0 20 0 20 0 239626258 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
/proc/163178/statm: 4765878 1047099 5467 1 0 1082456 0
[pid=163178/tid=163193] ppid=163173 vsize=19063512 memory=4188396 CPUtime=531.93 cores=4,6
/proc/163178/task/163193/stat : 163193 (java) R 163173 163178 162678 0 -1 4194368 23719 0 216 0 52970 223 0 0 20 0 20 0 239626261 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163225] ppid=163173 vsize=19063512 memory=27520 CPUtime=0 cores=4,6
/proc/163178/task/163225/stat : 163225 (Finalizer) S 163173 163178 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163245] ppid=163173 vsize=19063512 memory=-8815349222067708604 CPUtime=0 cores=4,6
/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 330 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163264] ppid=163173 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/163178/task/163264/stat : 163264 (Timer-0) S 163173 163178 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626314 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
Current children cumulated CPU time: 543.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4188396 KiB

[startup+538.4 s]
/proc/loadavg: 2.14 2.31 2.90 3/289 163498
/proc/meminfo: memFree=110394912/131250000 swapFree=33010416/33010684
[pid=163178] ppid=163173 vsize=19063512 memory=4188396 CPUtime=544.71 cores=4,6
/proc/163178/stat : 163178 (java) S 163173 163178 162678 0 -1 4194304 73165 0 217 0 54198 273 0 0 20 0 20 0 239626258 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
/proc/163178/statm: 4765878 1047099 5467 1 0 1082456 0
[pid=163178/tid=163193] ppid=163173 vsize=19063512 memory=14848 CPUtime=532.59 cores=4,6
/proc/163178/task/163193/stat : 163193 (java) R 163173 163178 162678 0 -1 4194368 23720 0 216 0 53036 223 0 0 20 0 20 0 239626261 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163225] ppid=163173 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/163178/task/163225/stat : 163225 (Finalizer) S 163173 163178 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163245] ppid=163173 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 330 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163264] ppid=163173 vsize=19063512 memory=4188396 CPUtime=0 cores=4,6
/proc/163178/task/163264/stat : 163264 (Timer-0) S 163173 163178 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626314 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
Current children cumulated CPU time: 544.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4188396 KiB

[startup+539.2 s]
/proc/loadavg: 2.14 2.31 2.90 3/289 163498
/proc/meminfo: memFree=110383576/131250000 swapFree=33010416/33010684
[pid=163178] ppid=163173 vsize=19063512 memory=4188396 CPUtime=545.5 cores=4,6
/proc/163178/stat : 163178 (java) S 163173 163178 162678 0 -1 4194304 73167 0 217 0 54277 273 0 0 20 0 20 0 239626258 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
/proc/163178/statm: 4765878 1047099 5467 1 0 1082456 0
[pid=163178/tid=163193] ppid=163173 vsize=19063512 memory=14848 CPUtime=533.37 cores=4,6
/proc/163178/task/163193/stat : 163193 (java) R 163173 163178 162678 0 -1 4194368 23721 0 216 0 53114 223 0 0 20 0 20 0 239626261 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163225] ppid=163173 vsize=19063512 memory=27520 CPUtime=0 cores=4,6
/proc/163178/task/163225/stat : 163225 (Finalizer) S 163173 163178 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163245] ppid=163173 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 330 0 0 0 0 0 0 0 20 0 20 0 239626263 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163264] ppid=163173 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/163178/task/163264/stat : 163264 (Timer-0) S 163173 163178 162678 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239626314 19521036288 1047099 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
Current children cumulated CPU time: 545.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4188396 KiB

[startup+539.6 s]
/proc/loadavg: 2.14 2.31 2.90 3/289 163498
/proc/meminfo: memFree=110383576/131250000 swapFree=33010416/33010684
[pid=163178] ppid=163173 vsize=19196640 memory=4188908 CPUtime=545.91 cores=4,6
/proc/163178/stat : 163178 (java) S 163173 163178 162678 0 -1 4194304 75593 0 217 0 54318 273 0 0 20 0 20 0 239626258 19657359360 1047227 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
/proc/163178/statm: 4799160 1047227 5467 1 0 1083074 0
[pid=163178/tid=163193] ppid=163173 vsize=19196640 memory=4188396 CPUtime=533.71 cores=4,6
/proc/163178/task/163193/stat : 163193 (java) S 163173 163178 162678 0 -1 4194368 25458 0 216 0 53148 223 0 0 20 0 20 0 239626261 19657359360 1047227 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163225] ppid=163173 vsize=19196640 memory=27520 CPUtime=0 cores=4,6
/proc/163178/task/163225/stat : 163225 (Finalizer) S 163173 163178 162678 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239626263 19657359360 1047227 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
[pid=163178/tid=163245] ppid=163173 vsize=19196640 memory=-8959464410143564476 CPUtime=0 cores=4,6
/proc/163178/task/163245/stat : 163245 (Common-Cleaner) S 163173 163178 162678 0 -1 4194368 330 0 0 0 0 0 0 0 20 0 20 0 239626263 19657359360 1047227 18446744073709551615 94267367088128 94267367091824 140720365636304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267367099640 94267367100432 94267387752448 140720365640020 140720365640164 140720365640164 140720365645768 0
Current children cumulated CPU time: 545.91 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 4188908 KiB

Child status: 20

Real time (s): 539.618
CPU time (s): 545.94
CPU user time (s): 543.189
CPU system time (s): 2.75072
CPU usage (%): 101.172
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 4188908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 543.189
system time used= 2.75072
maximum resident set size= 4189036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75724
page faults= 217
swaps= 0
block input operations= 0
block output operations= 3087704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20363
involuntary context switches= 4086


# summary of solver processes directly reported to runsolver:
#   pid: 163178
#   total CPU time (s): 545.94
#   total CPU user time (s): 543.189
#   total CPU system time (s): 2.75072

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.07292 second user time and 2.51259 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-23 05:07:17
IDJOB=4545397
IDBENCH=180853
IDSOLVER=3364
FILE ID=nodeC028/4545397-1753240037
RUNJOBID= nodeC028-1753240037-163132
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-MisteryShopper-mini-5-08-2-6-0_c24.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545397-1753240037/watcher-4545397-1753240037 -o /tmp/evaluation-result-4545397-1753240037/solver-4545397-1753240037 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1753240037-163132 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545397-1753240037 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4545397-1753240037.opb

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

MD5SUM BENCH= 4a1d9056c3b02bcfb80521d72596a62f
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.097
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		: 3600.135
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.258
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.066
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		: 3534.486
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		: 3599.659
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		: 3571.304
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:        121907508 kB
MemAvailable:   129695340 kB
Buffers:            2132 kB
Cached:          8555004 kB
SwapCached:            4 kB
Active:          1024708 kB
Inactive:        7597824 kB
Active(anon):      83344 kB
Inactive(anon):     8308 kB
Active(file):     941364 kB
Inactive(file):  7589516 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6328 kB
Writeback:            36 kB
AnonPages:         68492 kB
Mapped:           108768 kB
Shmem:             26256 kB
KReclaimable:     192384 kB
Slab:             288072 kB
SReclaimable:     192384 kB
SUnreclaim:        95688 kB
KernelStack:        4064 kB
PageTables:         2824 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     341660 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= 429468 MiB
End job on nodeC028 at 2025-07-23 05:16:17