Trace number 4545396

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 2025-06-06UNSAT 553.01 549.323

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.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.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	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.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4545396-1753239014.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.91/0.51	c ... done. Wall clock time 0.38s.
0.91/0.51	c declared #vars     34391
0.91/0.51	c #constraints  26829
0.91/0.51	c constraints type 
0.91/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 7220
0.91/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1558
0.91/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16720
0.91/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.91/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1330
0.91/0.51	c 26829 constraints processed.
3.69/2.35	c cleaning 2474 clauses out of 5001 with flag 35780/5001
6.39/4.85	c cleaning 4208 clauses out of 8526 with flag 124513/11000
9.86/8.21	c cleaning 5546 clauses out of 11318 with flag 283355/18000
13.74/12.08	c cleaning 6794 clauses out of 13772 with flag 497295/26000
19.20/17.44	c cleaning 7827 clauses out of 15978 with flag 811214/35000
25.50/23.75	c cleaning 8919 clauses out of 18151 with flag 1188166/45000
31.83/29.81	c cleaning 10099 clauses out of 20232 with flag 1529322/56000
35.21/33.05	c cleaning 11056 clauses out of 22133 with flag 1660010/68000
39.68/37.31	c cleaning 12032 clauses out of 24077 with flag 1847141/81000
44.57/42.21	c cleaning 13019 clauses out of 26046 with flag 2070677/95001
49.06/46.71	c cleaning 14009 clauses out of 28030 with flag 2315230/110004
54.45/52.15	c cleaning 15006 clauses out of 30017 with flag 2556211/126000
59.87/57.46	c cleaning 15993 clauses out of 32013 with flag 2764388/143002
66.88/64.47	c cleaning 17008 clauses out of 34020 with flag 3025796/161002
74.07/71.63	c cleaning 18003 clauses out of 36013 with flag 3314944/180003
82.68/80.12	c cleaning 18994 clauses out of 38007 with flag 3610189/200000
91.45/88.95	c cleaning 20003 clauses out of 40015 with flag 3920226/221002
100.65/98.12	c cleaning 21001 clauses out of 42011 with flag 4213311/243001
111.24/108.66	c cleaning 22006 clauses out of 44011 with flag 4528195/266002
121.63/119.09	c cleaning 22995 clauses out of 46003 with flag 4864800/290000
132.13/129.47	c cleaning 23994 clauses out of 48008 with flag 5223552/315000
144.41/141.79	c cleaning 25006 clauses out of 50016 with flag 5618906/341002
158.14/155.25	c cleaning 26002 clauses out of 52008 with flag 6025243/368001
174.22/171.14	c cleaning 26995 clauses out of 54006 with flag 6484258/396001
191.29/188.25	c cleaning 27999 clauses out of 56010 with flag 6968285/425002
209.08/205.99	c cleaning 29002 clauses out of 58012 with flag 7481490/455003
228.66/225.53	c cleaning 30004 clauses out of 60012 with flag 7992549/486006
247.76/244.57	c cleaning 31000 clauses out of 62004 with flag 8527053/518002
272.55/269.28	c cleaning 31994 clauses out of 64002 with flag 9121578/551001
297.10/293.86	c cleaning 32998 clauses out of 66008 with flag 9726226/585001
323.75/320.47	c cleaning 34001 clauses out of 68007 with flag 10363953/620000
351.71/348.44	c cleaning 34998 clauses out of 70005 with flag 11024448/656000
381.05/377.72	c cleaning 36002 clauses out of 72007 with flag 11701108/693000
414.11/410.70	c cleaning 36999 clauses out of 74004 with flag 12463190/731000
445.07/441.70	c cleaning 37999 clauses out of 76007 with flag 13248376/770002
475.42/472.03	c cleaning 38999 clauses out of 78008 with flag 14048374/810002
506.56/503.13	c cleaning 39998 clauses out of 80007 with flag 14870864/851001
539.11/535.88	c cleaning 41001 clauses out of 82008 with flag 15745394/893002
552.86/549.25	c starts		: 3968
552.86/549.25	c conflicts		: 912811
552.86/549.25	c decisions		: 5679701
552.86/549.25	c propagations		: 404943819
552.86/549.25	c inspects		: 5434566637
552.86/549.25	c shortcuts		: 0
552.86/549.25	c learnt literals	: 14
552.86/549.25	c learnt binary clauses	: 369
552.86/549.25	c learnt ternary clauses	: 445
552.86/549.25	c learnt constraints	: 912796
552.86/549.25	c ignored constraints	: 0
552.86/549.25	c root simplifications	: 0
552.86/549.25	c removed literals (reason simplification)	: 3555219
552.86/549.25	c reason swapping (by a shorter reason)	: 0
552.86/549.25	c Calls to reduceDB	: 38
552.86/549.25	c Number of update (reduction) of LBD	: 617987
552.86/549.25	c Imported unit clauses	: 0
552.86/549.25	c No decision after first conflict	: false
552.86/549.25	c number of reductions to clauses (during analyze)	: 0
552.86/549.25	c number of learned constraints concerned by reduction	: 0
552.86/549.25	c number of learning phase by resolution	: 0
552.86/549.26	c number of learning phase by cutting planes	: 0
552.86/549.26	c number of rounding to 1 operations	: 0
552.86/549.26	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
552.86/549.26	c number of reductions of the coefficients by power 2 	: 0
552.86/549.26	c number of right shift for reduction by power 2 	: 0
552.86/549.26	c number of reductions of the coefficients by GCD over coefficients 	: 0
552.86/549.26	c number of ending skipping 	: 0
552.86/549.26	c number of internal skipping 	: 0
552.86/549.26	c number of derivation steps 	: 0
552.86/549.26	c number of skipped derivation steps 	: 0
552.86/549.26	c number of remaining unassigned 	: 0
552.86/549.26	c number of remaining assigned 	: 0
552.86/549.26	c number of falsified literals weakened from reason	: 0
552.86/549.26	c number of falsified literals weakened from conflict	: 0
552.86/549.26	c time for arithmetic operations	: 0
552.86/549.26	c minimum degree of deleted constraints	: null
552.86/549.26	c maximum degree of deleted constraints	: null
552.86/549.26	c number of deleted constraints	: 0
552.86/549.26	c speed (assignments/second)	: 737954.7598307388
552.86/549.26	c non guided choices	: 19700
552.98/549.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 60444
552.98/549.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 369
552.98/549.30	s UNSATISFIABLE
552.98/549.30	c Total wall clock time (in seconds): 549.174

Verifier Data

ERROR: no interpretation found !

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: 63665 MiB (45658 MiB free)
  memory of node 1: 64507 MiB (62357 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545396-1753239014/watcher-4545396-1753239014 -o /tmp/evaluation-result-4545396-1753239014/solver-4545396-1753239014 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171700 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4545396-1753239014.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.10006 s]*
/proc/loadavg: 4.83 4.50 4.34 6/336 173042
/proc/meminfo: memFree=110576744/131249996 swapFree=33010672/33010684
[pid=173024] ppid=173021 vsize=18930384 memory=57908 CPUtime=0.13 cores=5,7
/proc/173024/stat : 173024 (java) S 173021 173024 171687 0 -1 4194304 6569 0 0 0 11 2 0 0 20 0 18 0 239579287 19384713216 14477 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
/proc/173024/statm: 4732596 14477 5374 1 0 547620 0
[pid=173024/tid=173026] ppid=173021 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/173024/task/173026/stat : 173026 (java) R 173021 173024 171687 0 -1 4194368 5075 0 0 0 7 1 0 0 20 0 18 0 239579288 19384713216 14477 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173035] ppid=173021 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/173024/task/173035/stat : 173035 (Finalizer) S 173021 173024 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239579290 19384713216 14477 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173042] ppid=173021 vsize=18930384 memory=59585004324181 CPUtime=0 cores=5,7
/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239579290 19384713216 14477 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57908 KiB

[startup+0.205715 s]*
/proc/loadavg: 4.83 4.50 4.34 7/336 173042
/proc/meminfo: memFree=110543976/131249996 swapFree=33010672/33010684
[pid=173024] ppid=173021 vsize=18930384 memory=96836 CPUtime=0.33 cores=5,7
/proc/173024/stat : 173024 (java) S 173021 173024 171687 0 -1 4194304 7047 0 0 0 30 3 0 0 20 0 18 0 239579287 19384713216 24209 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
/proc/173024/statm: 4732596 24209 5438 1 0 547925 0
[pid=173024/tid=173026] ppid=173021 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=5,7
/proc/173024/task/173026/stat : 173026 (java) R 173021 173024 171687 0 -1 4194368 5308 0 0 0 16 2 0 0 20 0 18 0 239579288 19384713216 24209 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173035] ppid=173021 vsize=18930384 memory=18954 CPUtime=0 cores=5,7
/proc/173024/task/173035/stat : 173035 (Finalizer) S 173021 173024 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239579290 19384713216 24209 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173042] ppid=173021 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239579290 19384713216 24209 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 96836 KiB

[startup+0.305736 s]*
/proc/loadavg: 4.83 4.50 4.34 6/337 173043
/proc/meminfo: memFree=110479008/131249996 swapFree=33010672/33010684
[pid=173024] ppid=173021 vsize=18996948 memory=156888 CPUtime=0.52 cores=5,7
/proc/173024/stat : 173024 (java) S 173021 173024 171687 0 -1 4194304 8694 0 0 0 47 5 0 0 20 0 19 0 239579287 19452874752 39222 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
/proc/173024/statm: 4749237 39222 5470 1 0 549229 0
[pid=173024/tid=173026] ppid=173021 vsize=18996948 memory=-9104988072597824188 CPUtime=0.26 cores=5,7
/proc/173024/task/173026/stat : 173026 (java) R 173021 173024 171687 0 -1 4194368 5335 0 0 0 23 3 0 0 20 0 19 0 239579288 19452874752 39222 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173035] ppid=173021 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/173024/task/173035/stat : 173035 (Finalizer) S 173021 173024 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239579290 19452874752 39222 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173042] ppid=173021 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239579290 19452874752 39222 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 156888 KiB

[startup+0.700234 s]
/proc/loadavg: 4.83 4.50 4.34 6/337 173043
/proc/meminfo: memFree=110416308/131249996 swapFree=33010672/33010684
[pid=173024] ppid=173021 vsize=19063512 memory=228748 CPUtime=1.28 cores=5,7
/proc/173024/stat : 173024 (java) S 173021 173024 171687 0 -1 4194304 10148 0 0 0 121 7 0 0 20 0 20 0 239579287 19521036288 57187 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
/proc/173024/statm: 4765878 57187 5470 1 0 550389 0
[pid=173024/tid=173026] ppid=173021 vsize=19063512 memory=27264 CPUtime=0.62 cores=5,7
/proc/173024/task/173026/stat : 173026 (java) R 173021 173024 171687 0 -1 4194368 5402 0 0 0 58 4 0 0 20 0 20 0 239579288 19521036288 57187 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173035] ppid=173021 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/173024/task/173035/stat : 173035 (Finalizer) S 173021 173024 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 57187 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173042] ppid=173021 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 57187 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 228748 KiB

[startup+1.50026 s]
/proc/loadavg: 4.83 4.50 4.34 6/338 173044
/proc/meminfo: memFree=110404152/131249996 swapFree=33010672/33010684
[pid=173024] ppid=173021 vsize=19063512 memory=249328 CPUtime=2.84 cores=5,7
/proc/173024/stat : 173024 (java) S 173021 173024 171687 0 -1 4194304 23423 0 0 0 275 9 0 0 20 0 20 0 239579287 19521036288 62332 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
/proc/173024/statm: 4765878 62332 5470 1 0 555687 0
[pid=173024/tid=173026] ppid=173021 vsize=19063512 memory=3328 CPUtime=1.39 cores=5,7
/proc/173024/task/173026/stat : 173026 (java) R 173021 173024 171687 0 -1 4194368 5587 0 0 0 135 4 0 0 20 0 20 0 239579288 19521036288 62332 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173035] ppid=173021 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/173024/task/173035/stat : 173035 (Finalizer) S 173021 173024 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 62332 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173042] ppid=173021 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 62332 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173044] ppid=173021 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/173024/task/173044/stat : 173044 (Timer-0) S 173021 173024 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239579339 19521036288 62332 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 249328 KiB

[startup+3.10551 s]
/proc/loadavg: 4.84 4.50 4.34 5/338 173044
/proc/meminfo: memFree=110373828/131249996 swapFree=33010672/33010684
[pid=173024] ppid=173021 vsize=19063512 memory=255912 CPUtime=4.52 cores=5,7
/proc/173024/stat : 173024 (java) S 173021 173024 171687 0 -1 4194304 25332 0 0 0 443 9 0 0 20 0 20 0 239579287 19521036288 63978 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
/proc/173024/statm: 4765878 63978 5470 1 0 555735 0
[pid=173024/tid=173026] ppid=173021 vsize=19063512 memory=14676 CPUtime=2.99 cores=5,7
/proc/173024/task/173026/stat : 173026 (java) R 173021 173024 171687 0 -1 4194368 6994 0 0 0 295 4 0 0 20 0 20 0 239579288 19521036288 63978 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173035] ppid=173021 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/173024/task/173035/stat : 173035 (Finalizer) S 173021 173024 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 63978 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173042] ppid=173021 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 63978 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173044] ppid=173021 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/173024/task/173044/stat : 173044 (Timer-0) S 173021 173024 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239579339 19521036288 63978 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
Current children cumulated CPU time: 4.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 255912 KiB

[startup+6.30022 s]
/proc/loadavg: 4.84 4.50 4.34 5/338 173044
/proc/meminfo: memFree=110369732/131249996 swapFree=33010672/33010684
[pid=173024] ppid=173021 vsize=19063512 memory=249788 CPUtime=7.97 cores=5,7
/proc/173024/stat : 173024 (java) S 173021 173024 171687 0 -1 4194304 25940 0 0 0 787 10 0 0 20 0 20 0 239579287 19521036288 62447 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
/proc/173024/statm: 4765878 62447 5502 1 0 555738 0
[pid=173024/tid=173026] ppid=173021 vsize=19063512 memory=0 CPUtime=6.17 cores=5,7
/proc/173024/task/173026/stat : 173026 (java) R 173021 173024 171687 0 -1 4194368 7102 0 0 0 613 4 0 0 20 0 20 0 239579288 19521036288 62447 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173035] ppid=173021 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/173024/task/173035/stat : 173035 (Finalizer) S 173021 173024 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 62447 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173042] ppid=173021 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 62447 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173044] ppid=173021 vsize=19063512 memory=251524 CPUtime=0 cores=5,7
/proc/173024/task/173044/stat : 173044 (Timer-0) S 173021 173024 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239579339 19521036288 62447 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
Current children cumulated CPU time: 7.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 249788 KiB

[startup+12.7002 s]
/proc/loadavg: 4.71 4.49 4.34 5/338 173044
/proc/meminfo: memFree=110361628/131249996 swapFree=33010672/33010684
[pid=173024] ppid=173021 vsize=19063512 memory=258108 CPUtime=14.51 cores=5,7
/proc/173024/stat : 173024 (java) S 173021 173024 171687 0 -1 4194304 32968 0 0 0 1440 11 0 0 20 0 20 0 239579287 19521036288 64527 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
/proc/173024/statm: 4765878 64527 5502 1 0 555797 0
[pid=173024/tid=173026] ppid=173021 vsize=19063512 memory=251524 CPUtime=12.56 cores=5,7
/proc/173024/task/173026/stat : 173026 (java) R 173021 173024 171687 0 -1 4194368 8517 0 0 0 1251 5 0 0 20 0 20 0 239579288 19521036288 64527 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173035] ppid=173021 vsize=19063512 memory=257980 CPUtime=0 cores=5,7
/proc/173024/task/173035/stat : 173035 (Finalizer) S 173021 173024 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 64527 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173042] ppid=173021 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 64527 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173044] ppid=173021 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/173024/task/173044/stat : 173044 (Timer-0) S 173021 173024 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239579339 19521036288 64527 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
Current children cumulated CPU time: 14.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 258108 KiB

[startup+25.5002 s]
/proc/loadavg: 4.68 4.49 4.34 5/338 173045
/proc/meminfo: memFree=110349612/131249996 swapFree=33010672/33010684
[pid=173024] ppid=173021 vsize=19063512 memory=282500 CPUtime=27.51 cores=5,7
/proc/173024/stat : 173024 (java) S 173021 173024 171687 0 -1 4194304 38266 0 0 0 2739 12 0 0 20 0 20 0 239579287 19521036288 70625 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
/proc/173024/statm: 4765878 70625 5502 1 0 555797 0
[pid=173024/tid=173026] ppid=173021 vsize=19063512 memory=0 CPUtime=25.33 cores=5,7
/proc/173024/task/173026/stat : 173026 (java) R 173021 173024 171687 0 -1 4194368 10208 0 0 0 2528 5 0 0 20 0 20 0 239579288 19521036288 70625 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173035] ppid=173021 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/173024/task/173035/stat : 173035 (Finalizer) S 173021 173024 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 70625 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173042] ppid=173021 vsize=19063512 memory=282500 CPUtime=0 cores=5,7
/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 70625 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173044] ppid=173021 vsize=19063512 memory=266364 CPUtime=0 cores=5,7
/proc/173024/task/173044/stat : 173044 (Timer-0) S 173021 173024 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239579339 19521036288 70625 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
Current children cumulated CPU time: 27.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 282500 KiB

[startup+51.1056 s]
/proc/loadavg: 4.44 4.45 4.33 6/339 173119
/proc/meminfo: memFree=124144720/131249996 swapFree=33010672/33010684
[pid=173024] ppid=173021 vsize=19063512 memory=517180 CPUtime=53.45 cores=5,7
/proc/173024/stat : 173024 (java) S 173021 173024 171687 0 -1 4194304 40705 0 0 0 5328 17 0 0 20 0 20 0 239579287 19521036288 129295 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
/proc/173024/statm: 4765878 129295 5502 1 0 1082176 0
[pid=173024/tid=173026] ppid=173021 vsize=19063512 memory=282500 CPUtime=50.83 cores=5,7
/proc/173024/task/173026/stat : 173026 (java) R 173021 173024 171687 0 -1 4194368 10340 0 0 0 5074 9 0 0 20 0 20 0 239579288 19521036288 129295 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173035] ppid=173021 vsize=19063512 memory=12800 CPUtime=0 cores=5,7
/proc/173024/task/173035/stat : 173035 (Finalizer) S 173021 173024 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 129295 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173042] ppid=173021 vsize=19063512 memory=2308 CPUtime=0 cores=5,7
/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 129295 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0

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

/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 241 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 590800 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173044] ppid=173021 vsize=19063512 memory=2139968 CPUtime=0 cores=5,7
/proc/173024/task/173044/stat : 173044 (Timer-0) S 173021 173024 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239579339 19521036288 590800 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
Current children cumulated CPU time: 525.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2363200 KiB

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

# cumulated CPU time of all completed processes:  user=552.261 s, system=0.749284 s

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

[startup+524.8 s]
/proc/loadavg: 2.39 3.55 4.01 3/290 173466
/proc/meminfo: memFree=124025484/131249996 swapFree=33010672/33010684
[pid=173024] ppid=173021 vsize=19063512 memory=2363200 CPUtime=528.14 cores=5,7
/proc/173024/stat : 173024 (java) S 173021 173024 171687 0 -1 4194304 56007 0 0 0 52745 69 0 0 20 0 20 0 239579287 19521036288 590800 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
/proc/173024/statm: 4765878 590800 5502 1 0 1082203 0
[pid=173024/tid=173026] ppid=173021 vsize=19063512 memory=2363200 CPUtime=521.62 cores=5,7
/proc/173024/task/173026/stat : 173026 (java) R 173021 173024 171687 0 -1 4194368 15746 0 0 0 52153 9 0 0 20 0 20 0 239579288 19521036288 590800 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173035] ppid=173021 vsize=19063512 memory=2363200 CPUtime=0 cores=5,7
/proc/173024/task/173035/stat : 173035 (Finalizer) S 173021 173024 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 590800 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173042] ppid=173021 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 241 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 590800 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173044] ppid=173021 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/173024/task/173044/stat : 173044 (Timer-0) S 173021 173024 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239579339 19521036288 590800 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
Current children cumulated CPU time: 528.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2363200 KiB

[startup+537.6 s]
/proc/loadavg: 2.39 3.49 3.98 3/289 173466
/proc/meminfo: memFree=123960012/131249996 swapFree=33010672/33010684
[pid=173024] ppid=173021 vsize=19063512 memory=2363200 CPUtime=540.91 cores=5,7
/proc/173024/stat : 173024 (java) S 173021 173024 171687 0 -1 4194304 56158 0 0 0 54022 69 0 0 20 0 20 0 239579287 19521036288 590800 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
/proc/173024/statm: 4765878 590800 5502 1 0 1082203 0
[pid=173024/tid=173026] ppid=173021 vsize=19063512 memory=27264 CPUtime=534.39 cores=5,7
/proc/173024/task/173026/stat : 173026 (java) R 173021 173024 171687 0 -1 4194368 15860 0 0 0 53430 9 0 0 20 0 20 0 239579288 19521036288 590800 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173035] ppid=173021 vsize=19063512 memory=2285376 CPUtime=0 cores=5,7
/proc/173024/task/173035/stat : 173035 (Finalizer) S 173021 173024 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 590800 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173042] ppid=173021 vsize=19063512 memory=2363200 CPUtime=0 cores=5,7
/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 241 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 590800 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173044] ppid=173021 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/173024/task/173044/stat : 173044 (Timer-0) S 173021 173024 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239579339 19521036288 590800 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
Current children cumulated CPU time: 540.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2363200 KiB

[startup+544 s]*
/proc/loadavg: 2.36 3.47 3.97 3/289 173466
/proc/meminfo: memFree=123792100/131249996 swapFree=33010672/33010684
[pid=173024] ppid=173021 vsize=19063512 memory=2363200 CPUtime=547.3 cores=5,7
/proc/173024/stat : 173024 (java) S 173021 173024 171687 0 -1 4194304 56169 0 0 0 54661 69 0 0 20 0 20 0 239579287 19521036288 590800 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
/proc/173024/statm: 4765878 590800 5502 1 0 1082203 0
[pid=173024/tid=173026] ppid=173021 vsize=19063512 memory=-8742729777571209916 CPUtime=540.77 cores=5,7
/proc/173024/task/173026/stat : 173026 (java) R 173021 173024 171687 0 -1 4194368 15868 0 0 0 54068 9 0 0 20 0 20 0 239579288 19521036288 590800 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173035] ppid=173021 vsize=19063512 memory=-4421386491969955936 CPUtime=0 cores=5,7
/proc/173024/task/173035/stat : 173035 (Finalizer) S 173021 173024 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 590800 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173042] ppid=173021 vsize=19063512 memory=10112 CPUtime=0 cores=5,7
/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 241 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 590800 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173044] ppid=173021 vsize=19063512 memory=9216 CPUtime=0 cores=5,7
/proc/173024/task/173044/stat : 173044 (Timer-0) S 173021 173024 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239579339 19521036288 590800 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
Current children cumulated CPU time: 547.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2363200 KiB

[startup+547.2 s]
/proc/loadavg: 2.33 3.44 3.96 3/289 173466
/proc/meminfo: memFree=123719532/131249996 swapFree=33010672/33010684
[pid=173024] ppid=173021 vsize=19063512 memory=2440156 CPUtime=550.88 cores=5,7
/proc/173024/stat : 173024 (java) S 173021 173024 171687 0 -1 4194304 69671 0 0 0 55015 73 0 0 20 0 20 0 239579287 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
/proc/173024/statm: 4765878 610039 5534 1 0 1085270 0
[pid=173024/tid=173026] ppid=173021 vsize=19063512 memory=2394048 CPUtime=543.84 cores=5,7
/proc/173024/task/173026/stat : 173026 (java) R 173021 173024 171687 0 -1 4194368 18792 0 0 0 54374 10 0 0 20 0 20 0 239579288 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173035] ppid=173021 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/173024/task/173035/stat : 173035 (Finalizer) S 173021 173024 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173042] ppid=173021 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 241 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173044] ppid=173021 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/173024/task/173044/stat : 173044 (Timer-0) S 173021 173024 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239579339 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
Current children cumulated CPU time: 550.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2440156 KiB

[startup+548 s]*
/proc/loadavg: 2.33 3.44 3.96 3/289 173466
/proc/meminfo: memFree=123719532/131249996 swapFree=33010672/33010684
[pid=173024] ppid=173021 vsize=19063512 memory=2440156 CPUtime=551.67 cores=5,7
/proc/173024/stat : 173024 (java) S 173021 173024 171687 0 -1 4194304 69671 0 0 0 55094 73 0 0 20 0 20 0 239579287 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
/proc/173024/statm: 4765878 610039 5534 1 0 1085270 0
[pid=173024/tid=173026] ppid=173021 vsize=19063512 memory=-8742729777571209916 CPUtime=544.64 cores=5,7
/proc/173024/task/173026/stat : 173026 (java) R 173021 173024 171687 0 -1 4194368 18792 0 0 0 54454 10 0 0 20 0 20 0 239579288 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173035] ppid=173021 vsize=19063512 memory=-4421386491969955936 CPUtime=0 cores=5,7
/proc/173024/task/173035/stat : 173035 (Finalizer) S 173021 173024 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173042] ppid=173021 vsize=19063512 memory=54113165640434 CPUtime=0 cores=5,7
/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 241 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173044] ppid=173021 vsize=19063512 memory=2764 CPUtime=0 cores=5,7
/proc/173024/task/173044/stat : 173044 (Timer-0) S 173021 173024 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239579339 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
Current children cumulated CPU time: 551.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2440156 KiB

[startup+548.8 s]
/proc/loadavg: 2.33 3.44 3.96 3/289 173466
/proc/meminfo: memFree=123719532/131249996 swapFree=33010672/33010684
[pid=173024] ppid=173021 vsize=19063512 memory=2440156 CPUtime=552.46 cores=5,7
/proc/173024/stat : 173024 (java) S 173021 173024 171687 0 -1 4194304 69671 0 0 0 55173 73 0 0 20 0 20 0 239579287 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
/proc/173024/statm: 4765878 610039 5534 1 0 1085270 0
[pid=173024/tid=173026] ppid=173021 vsize=19063512 memory=2440156 CPUtime=545.43 cores=5,7
/proc/173024/task/173026/stat : 173026 (java) R 173021 173024 171687 0 -1 4194368 18792 0 0 0 54533 10 0 0 20 0 20 0 239579288 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173035] ppid=173021 vsize=19063512 memory=2440156 CPUtime=0 cores=5,7
/proc/173024/task/173035/stat : 173035 (Finalizer) S 173021 173024 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173042] ppid=173021 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 241 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173044] ppid=173021 vsize=19063512 memory=2440156 CPUtime=0 cores=5,7
/proc/173024/task/173044/stat : 173044 (Timer-0) S 173021 173024 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239579339 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
Current children cumulated CPU time: 552.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2440156 KiB

[startup+549.2 s]
/proc/loadavg: 2.33 3.44 3.96 3/289 173466
/proc/meminfo: memFree=123719532/131249996 swapFree=33010672/33010684
[pid=173024] ppid=173021 vsize=19063512 memory=2440156 CPUtime=552.86 cores=5,7
/proc/173024/stat : 173024 (java) S 173021 173024 171687 0 -1 4194304 69671 0 0 0 55213 73 0 0 20 0 20 0 239579287 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
/proc/173024/statm: 4765878 610039 5534 1 0 1085270 0
[pid=173024/tid=173026] ppid=173021 vsize=19063512 memory=2744 CPUtime=545.82 cores=5,7
/proc/173024/task/173026/stat : 173026 (java) R 173021 173024 171687 0 -1 4194368 18792 0 0 0 54572 10 0 0 20 0 20 0 239579288 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173035] ppid=173021 vsize=19063512 memory=17252 CPUtime=0 cores=5,7
/proc/173024/task/173035/stat : 173035 (Finalizer) S 173021 173024 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173042] ppid=173021 vsize=19063512 memory=46336 CPUtime=0 cores=5,7
/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 241 0 0 0 0 0 0 0 20 0 20 0 239579290 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173044] ppid=173021 vsize=19063512 memory=12800 CPUtime=0 cores=5,7
/proc/173024/task/173044/stat : 173044 (Timer-0) S 173021 173024 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239579339 19521036288 610039 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
Current children cumulated CPU time: 552.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2440156 KiB

[startup+549.3 s]
/proc/loadavg: 2.33 3.44 3.96 3/289 173466
/proc/meminfo: memFree=123719532/131249996 swapFree=33010672/33010684
[pid=173024] ppid=173021 vsize=19196640 memory=2441052 CPUtime=552.98 cores=5,7
/proc/173024/stat : 173024 (java) S 173021 173024 171687 0 -1 4194304 70988 0 0 0 55225 73 0 0 20 0 20 0 239579287 19657359360 610263 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
/proc/173024/statm: 4799160 610263 5566 1 0 1085941 0
[pid=173024/tid=173026] ppid=173021 vsize=19196640 memory=2285376 CPUtime=545.88 cores=5,7
/proc/173024/task/173026/stat : 173026 (java) S 173021 173024 171687 0 -1 4194368 19645 0 0 0 54578 10 0 0 20 0 20 0 239579288 19657359360 610263 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173035] ppid=173021 vsize=19196640 memory=2139968 CPUtime=0 cores=5,7
/proc/173024/task/173035/stat : 173035 (Finalizer) S 173021 173024 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239579290 19657359360 610263 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
[pid=173024/tid=173042] ppid=173021 vsize=19196640 memory=14676 CPUtime=0 cores=5,7
/proc/173024/task/173042/stat : 173042 (Common-Cleaner) S 173021 173024 171687 0 -1 4194368 241 0 0 0 0 0 0 0 20 0 20 0 239579290 19657359360 610263 18446744073709551615 94020878475264 94020878478960 140733286722592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020878486776 94020878487568 94020902670336 140733286726015 140733286726116 140733286726116 140733286731720 0
Current children cumulated CPU time: 552.98 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2441052 KiB

Child status: 20

Real time (s): 549.323
CPU time (s): 553.01
CPU user time (s): 552.261
CPU system time (s): 0.749284
CPU usage (%): 100.671
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2441052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 552.261
system time used= 0.749284
maximum resident set size= 2441308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71151
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24574
involuntary context switches= 1633


# summary of solver processes directly reported to runsolver:
#   pid: 173024
#   total CPU time (s): 553.01
#   total CPU user time (s): 552.261
#   total CPU system time (s): 0.749284

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.28992 second user time and 2.46358 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 04:50:14
IDJOB=4545396
IDBENCH=180853
IDSOLVER=3363
FILE ID=nodeC024/4545396-1753239014
RUNJOBID= nodeC024-1753232113-171700
SLURM_JOB_ID= 9687842
Free space on /tmp= 433024 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-MisteryShopper-mini-5-08-2-6-0_c24.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545396-1753239014/watcher-4545396-1753239014 -o /tmp/evaluation-result-4545396-1753239014/solver-4545396-1753239014 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171700 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4545396-1753239014.opb

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

MD5SUM BENCH= 4a1d9056c3b02bcfb80521d72596a62f
RANDOM SEED=1545380194

nodeC024 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.678
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	: 6999.36
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.691
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	: 6999.36
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		: 3601.092
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	: 6999.36
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.134
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	: 6999.36
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		: 3599.668
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	: 6999.36
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		: 3599.869
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	: 6999.36
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.234
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	: 6999.36
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.945
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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        110608608 kB
MemAvailable:   111187588 kB
Buffers:            2128 kB
Cached:          1340804 kB
SwapCached:            8 kB
Active:         19720608 kB
Inactive:         213576 kB
Active(anon):   18615912 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file):   211988 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2144 kB
Writeback:             0 kB
AnonPages:      18591360 kB
Mapped:           128660 kB
Shmem:             26248 kB
KReclaimable:     202668 kB
Slab:             299496 kB
SReclaimable:     202668 kB
SUnreclaim:        96828 kB
KernelStack:        5152 kB
PageTables:        40100 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   23324744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18235392 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC024 at 2025-07-23 04:59:23