Trace number 4492697

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. 69.8344 66.6228

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/
FPGA_SAT05/normalized-chnl10_11_pb.cnf.cr.opb
MD5SUM80a66dbc167fba72a21e483701ada3f7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.003544
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables220
Total number of constraints42
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
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.07	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-4492697-1751146494.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.13/0.14	c ... done. Wall clock time 0.016s.
0.13/0.14	c declared #vars     220
0.13/0.14	c #constraints  42
0.13/0.14	c constraints type 
0.13/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.13/0.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
0.13/0.14	c 42 constraints processed.
1.27/0.73	c cleaning 2500 clauses out of 5000 with flag 36377/5000
2.46/1.32	c cleaning 4251 clauses out of 8501 with flag 85798/11001
3.98/2.16	c cleaning 5625 clauses out of 11249 with flag 141633/18000
5.27/3.23	c cleaning 6810 clauses out of 13624 with flag 204124/26000
6.45/4.30	c cleaning 7901 clauses out of 15814 with flag 266143/35000
7.88/5.79	c cleaning 8952 clauses out of 17914 with flag 340420/45001
9.99/7.63	c cleaning 9979 clauses out of 19962 with flag 425608/56001
13.28/10.97	c cleaning 10988 clauses out of 21985 with flag 522760/68003
15.78/13.43	c cleaning 11989 clauses out of 23994 with flag 622907/81000
18.97/16.67	c cleaning 13000 clauses out of 26006 with flag 725601/95001
24.17/21.90	c cleaning 13999 clauses out of 28006 with flag 846229/110001
27.96/25.64	c cleaning 15000 clauses out of 30008 with flag 973813/126002
32.02/29.62	c cleaning 16002 clauses out of 32007 with flag 1099944/143001
36.34/34.08	c cleaning 17004 clauses out of 34007 with flag 1238638/161003
41.44/39.18	c cleaning 18000 clauses out of 36000 with flag 1383423/180000
46.12/43.82	c cleaning 18998 clauses out of 38001 with flag 1538934/200001
51.33/49.05	c cleaning 19997 clauses out of 40002 with flag 1709671/221000
57.00/54.72	c cleaning 20998 clauses out of 42007 with flag 1886593/243002
62.92/60.63	c cleaning 22002 clauses out of 44009 with flag 2084489/266002
69.68/66.55	c starts		: 459
69.68/66.56	c conflicts		: 285863
69.68/66.56	c decisions		: 331397
69.68/66.56	c propagations		: 3484420
69.68/66.56	c inspects		: 1032402450
69.68/66.56	c shortcuts		: 0
69.68/66.56	c learnt literals	: 8
69.68/66.56	c learnt binary clauses	: 28
69.68/66.56	c learnt ternary clauses	: 59
69.68/66.56	c learnt constraints	: 285854
69.68/66.56	c ignored constraints	: 0
69.68/66.56	c root simplifications	: 0
69.68/66.56	c removed literals (reason simplification)	: 1733903
69.68/66.56	c reason swapping (by a shorter reason)	: 0
69.68/66.56	c Calls to reduceDB	: 19
69.68/66.56	c Number of update (reduction) of LBD	: 181116
69.68/66.56	c Imported unit clauses	: 0
69.68/66.56	c No decision after first conflict	: false
69.68/66.56	c number of reductions to clauses (during analyze)	: 0
69.68/66.56	c number of learned constraints concerned by reduction	: 0
69.68/66.56	c number of learning phase by resolution	: 0
69.68/66.56	c number of learning phase by cutting planes	: 0
69.68/66.56	c number of rounding to 1 operations	: 0
69.68/66.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
69.68/66.56	c number of reductions of the coefficients by power 2 	: 0
69.68/66.56	c number of right shift for reduction by power 2 	: 0
69.68/66.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
69.68/66.56	c number of ending skipping 	: 0
69.68/66.56	c number of internal skipping 	: 0
69.68/66.56	c number of derivation steps 	: 0
69.68/66.56	c number of skipped derivation steps 	: 0
69.68/66.56	c number of remaining unassigned 	: 0
69.68/66.56	c number of remaining assigned 	: 0
69.68/66.56	c number of falsified literals weakened from reason	: 0
69.68/66.56	c number of falsified literals weakened from conflict	: 0
69.68/66.56	c time for arithmetic operations	: 0
69.68/66.56	c minimum degree of deleted constraints	: null
69.68/66.56	c maximum degree of deleted constraints	: null
69.68/66.56	c number of deleted constraints	: 0
69.68/66.56	c speed (assignments/second)	: 52464.3529323195
69.68/66.56	c non guided choices	: 99
69.68/66.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 41831
69.68/66.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 28
69.68/66.59	s UNSATISFIABLE
69.68/66.59	c Total wall clock time (in seconds): 66.468

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 19:43:26 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: 63665 MiB (61323 MiB free)
  memory of node 1: 64507 MiB (63625 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492697-1751146494/watcher-4492697-1751146494 -o /tmp/evaluation-result-4492697-1751146494/solver-4492697-1751146494 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13878 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492697-1751146494 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492697-1751146494.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 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
solver pid=14256, runsolver pid=14253
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.53 2.25 2.89 6/342 14274
/proc/meminfo: memFree=127862172/131249996 swapFree=33010684/33010684
[pid=14256] ppid=14253 vsize=18930384 memory=57676 CPUtime=0.13 cores=5,7
/proc/14256/stat : 14256 (java) S 14253 14256 13865 0 -1 4194304 6576 0 0 0 11 2 0 0 20 0 18 0 30328992 19384713216 14419 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
/proc/14256/statm: 4732596 14419 5336 1 0 547621 0
[pid=14256/tid=14258] ppid=14253 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/14256/task/14258/stat : 14258 (java) R 14253 14256 13865 0 -1 4194368 5080 0 0 0 7 1 0 0 20 0 18 0 30328993 19384713216 14419 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14267] ppid=14253 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/14256/task/14267/stat : 14267 (Finalizer) S 14253 14256 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30328995 19384713216 14419 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14274] ppid=14253 vsize=18930384 memory=59585004335790 CPUtime=0 cores=5,7
/proc/14256/task/14274/stat : 14274 (Common-Cleaner) S 14253 14256 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30328995 19384713216 14419 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57676 KiB

[startup+0.20577 s]*
/proc/loadavg: 1.53 2.25 2.89 7/343 14275
/proc/meminfo: memFree=127832556/131249996 swapFree=33010684/33010684
[pid=14256] ppid=14253 vsize=18996948 memory=65768 CPUtime=0.32 cores=5,7
/proc/14256/stat : 14256 (java) S 14253 14256 13865 0 -1 4194304 8115 0 0 0 29 3 0 0 20 0 19 0 30328992 19452874752 16442 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
/proc/14256/statm: 4749237 16442 5400 1 0 548698 0
[pid=14256/tid=14258] ppid=14253 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/14256/task/14258/stat : 14258 (java) R 14253 14256 13865 0 -1 4194368 5337 0 0 0 16 1 0 0 20 0 19 0 30328993 19452874752 16474 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14267] ppid=14253 vsize=18996948 memory=16912 CPUtime=0 cores=5,7
/proc/14256/task/14267/stat : 14267 (Finalizer) S 14253 14256 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30328995 19452874752 16474 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14274] ppid=14253 vsize=18996948 memory=58485492679654 CPUtime=0 cores=5,7
/proc/14256/task/14274/stat : 14274 (Common-Cleaner) S 14253 14256 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30328995 19452874752 16474 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14275] ppid=14253 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/14256/task/14275/stat : 14275 (Timer-0) S 14253 14256 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30329007 19452874752 16474 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 65768 KiB

[startup+0.305729 s]*
/proc/loadavg: 1.53 2.25 2.89 6/343 14275
/proc/meminfo: memFree=127818252/131249996 swapFree=33010684/33010684
[pid=14256] ppid=14253 vsize=18996948 memory=80628 CPUtime=0.51 cores=5,7
/proc/14256/stat : 14256 (java) S 14253 14256 13865 0 -1 4194304 8963 0 0 0 48 3 0 0 20 0 19 0 30328992 19452874752 20157 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
/proc/14256/statm: 4749237 20157 5432 1 0 549127 0
[pid=14256/tid=14258] ppid=14253 vsize=18996948 memory=-6000919494181546094 CPUtime=0.25 cores=5,7
/proc/14256/task/14258/stat : 14258 (java) R 14253 14256 13865 0 -1 4194368 5359 0 0 0 24 1 0 0 20 0 19 0 30328993 19452874752 20157 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14267] ppid=14253 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/14256/task/14267/stat : 14267 (Finalizer) S 14253 14256 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30328995 19452874752 20157 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14274] ppid=14253 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/14256/task/14274/stat : 14274 (Common-Cleaner) S 14253 14256 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30328995 19452874752 20157 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14275] ppid=14253 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/14256/task/14275/stat : 14275 (Timer-0) S 14253 14256 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30329007 19452874752 20157 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 80628 KiB

[startup+0.700247 s]
/proc/loadavg: 1.53 2.25 2.89 7/343 14275
/proc/meminfo: memFree=127735644/131249996 swapFree=33010684/33010684
[pid=14256] ppid=14253 vsize=18996948 memory=140916 CPUtime=1.27 cores=5,7
/proc/14256/stat : 14256 (java) S 14253 14256 13865 0 -1 4194304 11999 0 0 0 122 5 0 0 20 0 19 0 30328992 19452874752 35229 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
/proc/14256/statm: 4749237 35229 5432 1 0 551305 0
[pid=14256/tid=14258] ppid=14253 vsize=18996948 memory=17280 CPUtime=0.62 cores=5,7
/proc/14256/task/14258/stat : 14258 (java) R 14253 14256 13865 0 -1 4194368 5393 0 0 0 59 3 0 0 20 0 19 0 30328993 19452874752 35229 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14267] ppid=14253 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/14256/task/14267/stat : 14267 (Finalizer) S 14253 14256 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30328995 19452874752 35229 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14274] ppid=14253 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/14256/task/14274/stat : 14274 (Common-Cleaner) S 14253 14256 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30328995 19452874752 35229 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14275] ppid=14253 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/14256/task/14275/stat : 14275 (Timer-0) S 14253 14256 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30329007 19452874752 35229 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 140916 KiB

[startup+1.50025 s]
/proc/loadavg: 1.81 2.30 2.91 7/344 14276
/proc/meminfo: memFree=127553488/131249996 swapFree=33010684/33010684
[pid=14256] ppid=14253 vsize=19063512 memory=170792 CPUtime=2.86 cores=5,7
/proc/14256/stat : 14256 (java) S 14253 14256 13865 0 -1 4194304 19920 0 0 0 278 8 0 0 20 0 20 0 30328992 19521036288 42698 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
/proc/14256/statm: 4765878 42698 5464 1 0 552689 0
[pid=14256/tid=14258] ppid=14253 vsize=19063512 memory=0 CPUtime=1.4 cores=5,7
/proc/14256/task/14258/stat : 14258 (java) R 14253 14256 13865 0 -1 4194368 5820 0 0 0 136 4 0 0 20 0 20 0 30328993 19521036288 42698 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14267] ppid=14253 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14256/task/14267/stat : 14267 (Finalizer) S 14253 14256 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 42698 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14274] ppid=14253 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14256/task/14274/stat : 14274 (Common-Cleaner) S 14253 14256 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 42698 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14275] ppid=14253 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/14256/task/14275/stat : 14275 (Timer-0) S 14253 14256 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30329007 19521036288 42698 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170792 KiB

[startup+3.10559 s]
/proc/loadavg: 1.81 2.30 2.91 5/344 14276
/proc/meminfo: memFree=127177220/131249996 swapFree=33010684/33010684
[pid=14256] ppid=14253 vsize=19063512 memory=171304 CPUtime=5.18 cores=5,7
/proc/14256/stat : 14256 (java) S 14253 14256 13865 0 -1 4194304 21197 0 0 0 510 8 0 0 20 0 20 0 30328992 19521036288 42826 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
/proc/14256/statm: 4765878 42826 5464 1 0 552691 0
[pid=14256/tid=14258] ppid=14253 vsize=19063512 memory=11008 CPUtime=2.97 cores=5,7
/proc/14256/task/14258/stat : 14258 (java) R 14253 14256 13865 0 -1 4194368 6232 0 0 0 293 4 0 0 20 0 20 0 30328993 19521036288 42826 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14267] ppid=14253 vsize=19063512 memory=-6000919494181546094 CPUtime=0 cores=5,7
/proc/14256/task/14267/stat : 14267 (Finalizer) S 14253 14256 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 42826 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14274] ppid=14253 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14256/task/14274/stat : 14274 (Common-Cleaner) S 14253 14256 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 42826 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14275] ppid=14253 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14256/task/14275/stat : 14275 (Timer-0) S 14253 14256 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30329007 19521036288 42826 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
Current children cumulated CPU time: 5.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171304 KiB

[startup+6.30021 s]
/proc/loadavg: 2.07 2.34 2.92 5/344 14277
/proc/meminfo: memFree=126539652/131249996 swapFree=33010684/33010684
[pid=14256] ppid=14253 vsize=19063512 memory=216644 CPUtime=8.58 cores=5,7
/proc/14256/stat : 14256 (java) S 14253 14256 13865 0 -1 4194304 22279 0 0 0 848 10 0 0 20 0 20 0 30328992 19521036288 54161 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
/proc/14256/statm: 4765878 54161 5464 1 0 552693 0
[pid=14256/tid=14258] ppid=14253 vsize=19063512 memory=0 CPUtime=6.15 cores=5,7
/proc/14256/task/14258/stat : 14258 (java) R 14253 14256 13865 0 -1 4194368 6368 0 0 0 609 6 0 0 20 0 20 0 30328993 19521036288 54161 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14267] ppid=14253 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14256/task/14267/stat : 14267 (Finalizer) S 14253 14256 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 54161 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14274] ppid=14253 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14256/task/14274/stat : 14274 (Common-Cleaner) S 14253 14256 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 54161 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14275] ppid=14253 vsize=19063512 memory=170920 CPUtime=0 cores=5,7
/proc/14256/task/14275/stat : 14275 (Timer-0) S 14253 14256 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30329007 19521036288 54161 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
Current children cumulated CPU time: 8.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 216644 KiB

[startup+12.7002 s]
/proc/loadavg: 2.22 2.37 2.92 5/344 14277
/proc/meminfo: memFree=125436176/131249996 swapFree=33010684/33010684
[pid=14256] ppid=14253 vsize=19063512 memory=417648 CPUtime=15.08 cores=5,7
/proc/14256/stat : 14256 (java) S 14253 14256 13865 0 -1 4194304 28705 0 0 0 1491 17 0 0 20 0 20 0 30328992 19521036288 104412 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
/proc/14256/statm: 4765878 104412 5464 1 0 553022 0
[pid=14256/tid=14258] ppid=14253 vsize=19063512 memory=170920 CPUtime=12.52 cores=5,7
/proc/14256/task/14258/stat : 14258 (java) R 14253 14256 13865 0 -1 4194368 7807 0 0 0 1240 12 0 0 20 0 20 0 30328993 19521036288 104412 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14267] ppid=14253 vsize=19063512 memory=366448 CPUtime=0 cores=5,7
/proc/14256/task/14267/stat : 14267 (Finalizer) S 14253 14256 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 104412 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14274] ppid=14253 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14256/task/14274/stat : 14274 (Common-Cleaner) S 14253 14256 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 104412 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14275] ppid=14253 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14256/task/14275/stat : 14275 (Timer-0) S 14253 14256 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30329007 19521036288 104412 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
Current children cumulated CPU time: 15.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 417648 KiB

[startup+25.5002 s]
/proc/loadavg: 2.66 2.46 2.95 5/344 14277
/proc/meminfo: memFree=123178188/131249996 swapFree=33010684/33010684
[pid=14256] ppid=14253 vsize=19063512 memory=585672 CPUtime=27.87 cores=5,7
/proc/14256/stat : 14256 (java) S 14253 14256 13865 0 -1 4194304 32098 0 0 0 2763 24 0 0 20 0 20 0 30328992 19521036288 146418 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
/proc/14256/statm: 4765878 146418 5464 1 0 553022 0
[pid=14256/tid=14258] ppid=14253 vsize=19063512 memory=366448 CPUtime=25.26 cores=5,7
/proc/14256/task/14258/stat : 14258 (java) R 14253 14256 13865 0 -1 4194368 8484 0 0 0 2508 18 0 0 20 0 20 0 30328993 19521036288 146418 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14267] ppid=14253 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14256/task/14267/stat : 14267 (Finalizer) S 14253 14256 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 146418 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14274] ppid=14253 vsize=19063512 memory=577472 CPUtime=0 cores=5,7
/proc/14256/task/14274/stat : 14274 (Common-Cleaner) S 14253 14256 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 146418 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14275] ppid=14253 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/14256/task/14275/stat : 14275 (Timer-0) S 14253 14256 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30329007 19521036288 146418 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
Current children cumulated CPU time: 27.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 585672 KiB

[startup+51.1057 s]
/proc/loadavg: 3.32 2.64 2.99 5/345 14278
/proc/meminfo: memFree=120251604/131249996 swapFree=33010684/33010684
[pid=14256] ppid=14253 vsize=19063512 memory=800748 CPUtime=53.42 cores=5,7
/proc/14256/stat : 14256 (java) S 14253 14256 13865 0 -1 4194304 35171 0 0 0 5306 36 0 0 20 0 20 0 30328992 19521036288 200187 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
/proc/14256/statm: 4765878 200187 5464 1 0 553022 0

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

/proc/14256/task/14275/stat : 14275 (Timer-0) S 14253 14256 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30329007 19521036288 200187 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
Current children cumulated CPU time: 53.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 800748 KiB

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

# cumulated CPU time of all completed processes:  user=69.4377 s, system=0.396754 s

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

[startup+51.2003 s]
/proc/loadavg: 3.32 2.64 2.99 5/345 14278
/proc/meminfo: memFree=120251604/131249996 swapFree=33010684/33010684
[pid=14256] ppid=14253 vsize=19063512 memory=800748 CPUtime=53.52 cores=5,7
/proc/14256/stat : 14256 (java) S 14253 14256 13865 0 -1 4194304 35171 0 0 0 5316 36 0 0 20 0 20 0 30328992 19521036288 200187 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
/proc/14256/statm: 4765878 200187 5464 1 0 553022 0
[pid=14256/tid=14258] ppid=14253 vsize=19063512 memory=17280 CPUtime=50.82 cores=5,7
/proc/14256/task/14258/stat : 14258 (java) R 14253 14256 13865 0 -1 4194368 9040 0 0 0 5053 29 0 0 20 0 20 0 30328993 19521036288 200187 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14267] ppid=14253 vsize=19063512 memory=585672 CPUtime=0 cores=5,7
/proc/14256/task/14267/stat : 14267 (Finalizer) S 14253 14256 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 200187 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14274] ppid=14253 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14256/task/14274/stat : 14274 (Common-Cleaner) S 14253 14256 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 200187 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14275] ppid=14253 vsize=19063512 memory=129 CPUtime=0 cores=5,7
/proc/14256/task/14275/stat : 14275 (Timer-0) S 14253 14256 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30329007 19521036288 200187 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
Current children cumulated CPU time: 53.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 800748 KiB

[startup+57.6002 s]
/proc/loadavg: 3.38 2.66 3.00 5/345 14278
/proc/meminfo: memFree=120020416/131249996 swapFree=33010684/33010684
[pid=14256] ppid=14253 vsize=19063512 memory=800748 CPUtime=59.91 cores=5,7
/proc/14256/stat : 14256 (java) S 14253 14256 13865 0 -1 4194304 35237 0 0 0 5954 37 0 0 20 0 20 0 30328992 19521036288 200187 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
/proc/14256/statm: 4765878 200187 5464 1 0 553022 0
[pid=14256/tid=14258] ppid=14253 vsize=19063512 memory=800748 CPUtime=57.19 cores=5,7
/proc/14256/task/14258/stat : 14258 (java) R 14253 14256 13865 0 -1 4194368 9059 0 0 0 5690 29 0 0 20 0 20 0 30328993 19521036288 200187 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14267] ppid=14253 vsize=19063512 memory=2372 CPUtime=0 cores=5,7
/proc/14256/task/14267/stat : 14267 (Finalizer) S 14253 14256 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 200187 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14274] ppid=14253 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14256/task/14274/stat : 14274 (Common-Cleaner) S 14253 14256 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 200187 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14275] ppid=14253 vsize=19063512 memory=2372 CPUtime=0 cores=5,7
/proc/14256/task/14275/stat : 14275 (Timer-0) S 14253 14256 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30329007 19521036288 200187 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
Current children cumulated CPU time: 59.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 800748 KiB

[startup+60.8002 s]
/proc/loadavg: 3.38 2.66 3.00 5/346 14284
/proc/meminfo: memFree=119925112/131249996 swapFree=33010684/33010684
[pid=14256] ppid=14253 vsize=19063512 memory=800748 CPUtime=63.12 cores=5,7
/proc/14256/stat : 14256 (java) S 14253 14256 13865 0 -1 4194304 35321 0 0 0 6275 37 0 0 20 0 20 0 30328992 19521036288 200187 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
/proc/14256/statm: 4765878 200187 5464 1 0 553022 0
[pid=14256/tid=14258] ppid=14253 vsize=19063512 memory=2760 CPUtime=60.39 cores=5,7
/proc/14256/task/14258/stat : 14258 (java) R 14253 14256 13865 0 -1 4194368 9077 0 0 0 6009 30 0 0 20 0 20 0 30328993 19521036288 200187 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14267] ppid=14253 vsize=19063512 memory=20096 CPUtime=0 cores=5,7
/proc/14256/task/14267/stat : 14267 (Finalizer) S 14253 14256 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 200187 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14274] ppid=14253 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14256/task/14274/stat : 14274 (Common-Cleaner) S 14253 14256 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 200187 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14275] ppid=14253 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/14256/task/14275/stat : 14275 (Timer-0) S 14253 14256 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30329007 19521036288 200187 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
Current children cumulated CPU time: 63.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 800748 KiB

[startup+64.0002 s]*
/proc/loadavg: 3.43 2.68 3.00 5/346 14284
/proc/meminfo: memFree=119410552/131249996 swapFree=33010684/33010684
[pid=14256] ppid=14253 vsize=19063512 memory=801772 CPUtime=66.45 cores=5,7
/proc/14256/stat : 14256 (java) S 14253 14256 13865 0 -1 4194304 38251 0 0 0 6607 38 0 0 20 0 20 0 30328992 19521036288 200443 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
/proc/14256/statm: 4765878 200443 5464 1 0 553110 0
[pid=14256/tid=14258] ppid=14253 vsize=19063512 memory=-6000919494181546094 CPUtime=63.58 cores=5,7
/proc/14256/task/14258/stat : 14258 (java) R 14253 14256 13865 0 -1 4194368 9620 0 0 0 6328 30 0 0 20 0 20 0 30328993 19521036288 200443 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14267] ppid=14253 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/14256/task/14267/stat : 14267 (Finalizer) S 14253 14256 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 200443 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14274] ppid=14253 vsize=19063512 memory=1981380 CPUtime=0 cores=5,7
/proc/14256/task/14274/stat : 14274 (Common-Cleaner) S 14253 14256 13865 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 200443 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14275] ppid=14253 vsize=19063512 memory=6640 CPUtime=0 cores=5,7
/proc/14256/task/14275/stat : 14275 (Timer-0) S 14253 14256 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30329007 19521036288 200443 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
Current children cumulated CPU time: 66.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 801772 KiB

[startup+65.6002 s]
/proc/loadavg: 3.43 2.68 3.00 6/347 14286
/proc/meminfo: memFree=119395648/131249996 swapFree=33010684/33010684
[pid=14256] ppid=14253 vsize=19063512 memory=803388 CPUtime=68.78 cores=5,7
/proc/14256/stat : 14256 (java) S 14253 14256 13865 0 -1 4194304 39656 0 0 0 6840 38 0 0 20 0 20 0 30328992 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
/proc/14256/statm: 4765878 200847 5464 1 0 553291 0
[pid=14256/tid=14258] ppid=14253 vsize=19063512 memory=801772 CPUtime=65.12 cores=5,7
/proc/14256/task/14258/stat : 14258 (java) R 14253 14256 13865 0 -1 4194368 9677 0 0 0 6482 30 0 0 20 0 20 0 30328993 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14267] ppid=14253 vsize=19063512 memory=2372 CPUtime=0 cores=5,7
/proc/14256/task/14267/stat : 14267 (Finalizer) S 14253 14256 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14274] ppid=14253 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14256/task/14274/stat : 14274 (Common-Cleaner) S 14253 14256 13865 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14275] ppid=14253 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/14256/task/14275/stat : 14275 (Timer-0) S 14253 14256 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30329007 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
Current children cumulated CPU time: 68.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 803388 KiB

[startup+66.0002 s]*
/proc/loadavg: 3.55 2.72 3.01 5/347 14286
/proc/meminfo: memFree=119379752/131249996 swapFree=33010684/33010684
[pid=14256] ppid=14253 vsize=19063512 memory=803388 CPUtime=69.19 cores=5,7
/proc/14256/stat : 14256 (java) S 14253 14256 13865 0 -1 4194304 39656 0 0 0 6881 38 0 0 20 0 20 0 30328992 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
/proc/14256/statm: 4765878 200847 5464 1 0 553291 0
[pid=14256/tid=14258] ppid=14253 vsize=19063512 memory=-6000919494181546094 CPUtime=65.52 cores=5,7
/proc/14256/task/14258/stat : 14258 (java) R 14253 14256 13865 0 -1 4194368 9677 0 0 0 6522 30 0 0 20 0 20 0 30328993 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14267] ppid=14253 vsize=19063512 memory=4714310698644696735 CPUtime=0 cores=5,7
/proc/14256/task/14267/stat : 14267 (Finalizer) S 14253 14256 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14274] ppid=14253 vsize=19063512 memory=4788 CPUtime=0 cores=5,7
/proc/14256/task/14274/stat : 14274 (Common-Cleaner) S 14253 14256 13865 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14275] ppid=14253 vsize=19063512 memory=4660 CPUtime=0 cores=5,7
/proc/14256/task/14275/stat : 14275 (Timer-0) S 14253 14256 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30329007 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
Current children cumulated CPU time: 69.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 803388 KiB

[startup+66.4002 s]
/proc/loadavg: 3.55 2.72 3.01 5/347 14286
/proc/meminfo: memFree=119379752/131249996 swapFree=33010684/33010684
[pid=14256] ppid=14253 vsize=19063512 memory=803388 CPUtime=69.58 cores=5,7
/proc/14256/stat : 14256 (java) S 14253 14256 13865 0 -1 4194304 39656 0 0 0 6920 38 0 0 20 0 20 0 30328992 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
/proc/14256/statm: 4765878 200847 5464 1 0 553291 0
[pid=14256/tid=14258] ppid=14253 vsize=19063512 memory=14464 CPUtime=65.91 cores=5,7
/proc/14256/task/14258/stat : 14258 (java) R 14253 14256 13865 0 -1 4194368 9677 0 0 0 6561 30 0 0 20 0 20 0 30328993 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14267] ppid=14253 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14256/task/14267/stat : 14267 (Finalizer) S 14253 14256 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14274] ppid=14253 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14256/task/14274/stat : 14274 (Common-Cleaner) S 14253 14256 13865 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14275] ppid=14253 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14256/task/14275/stat : 14275 (Timer-0) S 14253 14256 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30329007 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
Current children cumulated CPU time: 69.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 803388 KiB

[startup+66.5002 s]
/proc/loadavg: 3.55 2.72 3.01 5/347 14286
/proc/meminfo: memFree=119379752/131249996 swapFree=33010684/33010684
[pid=14256] ppid=14253 vsize=19063512 memory=803388 CPUtime=69.68 cores=5,7
/proc/14256/stat : 14256 (java) S 14253 14256 13865 0 -1 4194304 39656 0 0 0 6930 38 0 0 20 0 20 0 30328992 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
/proc/14256/statm: 4765878 200847 5464 1 0 553291 0
[pid=14256/tid=14258] ppid=14253 vsize=19063512 memory=14464 CPUtime=66.01 cores=5,7
/proc/14256/task/14258/stat : 14258 (java) R 14253 14256 13865 0 -1 4194368 9677 0 0 0 6571 30 0 0 20 0 20 0 30328993 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14267] ppid=14253 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/14256/task/14267/stat : 14267 (Finalizer) S 14253 14256 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14274] ppid=14253 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14256/task/14274/stat : 14274 (Common-Cleaner) S 14253 14256 13865 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 30328995 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
[pid=14256/tid=14275] ppid=14253 vsize=19063512 memory=801772 CPUtime=0 cores=5,7
/proc/14256/task/14275/stat : 14275 (Timer-0) S 14253 14256 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30329007 19521036288 200847 18446744073709551615 94058833743872 94058833747568 140732508739168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94058833755384 94058833756176 94058855759872 140732508748080 140732508748262 140732508748262 140732508753864 0
Current children cumulated CPU time: 69.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 803388 KiB

Child status: 20

Real time (s): 66.6228
CPU time (s): 69.8344
CPU user time (s): 69.4377
CPU system time (s): 0.396754
CPU usage (%): 104.821
Max. virtual memory (cumulated for all children) (KiB): 19064792
Max. memory (cumulated for all children) (KiB): 805356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.4377
system time used= 0.396754
maximum resident set size= 805356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40898
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3482
involuntary context switches= 1219


# summary of solver processes directly reported to runsolver:
#   pid: 14256
#   total CPU time (s): 69.8344
#   total CPU user time (s): 69.4377
#   total CPU system time (s): 0.396754

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.143964 second user time and 0.368734 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-28 23:34:54
IDJOB=4492697
IDBENCH=147817
IDSOLVER=3364
FILE ID=nodeC030/4492697-1751146494
RUNJOBID= nodeC030-1751146486-13878
SLURM_JOB_ID= 9587459
Free space on /tmp= 433032 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_11_pb.cnf.cr.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492697-1751146494/watcher-4492697-1751146494 -o /tmp/evaluation-result-4492697-1751146494/solver-4492697-1751146494 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13878 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492697-1751146494 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492697-1751146494.opb

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

MD5SUM BENCH= 80a66dbc167fba72a21e483701ada3f7
RANDOM SEED=1119055146

nodeC030 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.325
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.62
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.326
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.62
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		: 3603.333
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.62
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.733
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.62
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.324
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.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127976712 kB
MemAvailable:   127733160 kB
Buffers:            3280 kB
Cached:           567848 kB
SwapCached:            0 kB
Active:          2371472 kB
Inactive:         311024 kB
Active(anon):    2129532 kB
Inactive(anon):        0 kB
Active(file):     241940 kB
Inactive(file):   311024 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            131348 kB
Writeback:             0 kB
AnonPages:       2114604 kB
Mapped:           122576 kB
Shmem:             18064 kB
KReclaimable:      85044 kB
Slab:             172328 kB
SReclaimable:      85044 kB
SUnreclaim:        87284 kB
KernelStack:        5264 kB
PageTables:         7712 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    8834496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1935360 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC030 at 2025-06-28 23:36:01