Trace number 4544500

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. 42.1002 38.7502

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat10_9identity_complement.opb
MD5SUMab67e3b90eb3931507bbeeb5ae959313
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 benchmark1.33317
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables900
Total number of constraints19855
Number of constraints which are clauses18235
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1620
Minimum length of a constraint2
Maximum length of a constraint9
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.11/0.10	c Max memory 		16282288128
0.11/0.10	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4544500-1753234865.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c using VERIPB proof format
0.11/0.14	c  no objective function found
0.48/0.33	c ... done. Wall clock time 0.183s.
0.48/0.33	c declared #vars     900
0.48/0.33	c #constraints  19855
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11340
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 810
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7705
0.48/0.33	c 19855 constraints processed.
3.03/1.64	c cleaning 2503 clauses out of 5005 with flag 37940/5005
4.70/2.72	c cleaning 4249 clauses out of 8497 with flag 81308/11000
6.32/4.27	c cleaning 5623 clauses out of 11249 with flag 138688/18001
8.86/6.43	c cleaning 6810 clauses out of 13625 with flag 208012/26000
11.09/8.69	c cleaning 7905 clauses out of 15815 with flag 283879/35000
13.67/11.17	c cleaning 8952 clauses out of 17910 with flag 382014/45000
16.22/13.60	c cleaning 9976 clauses out of 19958 with flag 464184/56000
19.11/16.58	c cleaning 10990 clauses out of 21983 with flag 553333/68001
23.91/21.31	c cleaning 11990 clauses out of 23993 with flag 658853/81001
28.61/26.04	c cleaning 12997 clauses out of 26002 with flag 775185/95000
32.79/30.24	c cleaning 14003 clauses out of 28005 with flag 887243/110000
37.77/35.29	c cleaning 14999 clauses out of 30003 with flag 1011359/126001
41.89/38.69	c starts		: 296
41.89/38.69	c conflicts		: 136836
41.89/38.69	c decisions		: 163275
41.89/38.69	c propagations		: 23483920
41.89/38.69	c inspects		: 692092250
41.89/38.69	c shortcuts		: 0
41.89/38.69	c learnt literals	: 6
41.89/38.69	c learnt binary clauses	: 5
41.89/38.69	c learnt ternary clauses	: 6
41.89/38.69	c learnt constraints	: 136829
41.89/38.69	c ignored constraints	: 0
41.89/38.69	c root simplifications	: 0
41.89/38.69	c removed literals (reason simplification)	: 51236
41.89/38.69	c reason swapping (by a shorter reason)	: 0
41.89/38.69	c Calls to reduceDB	: 12
41.89/38.69	c Number of update (reduction) of LBD	: 81136
41.89/38.69	c Imported unit clauses	: 0
41.89/38.69	c No decision after first conflict	: false
41.89/38.69	c number of reductions to clauses (during analyze)	: 0
41.89/38.69	c number of learned constraints concerned by reduction	: 0
41.89/38.69	c number of learning phase by resolution	: 0
41.89/38.69	c number of learning phase by cutting planes	: 0
41.89/38.69	c number of rounding to 1 operations	: 0
42.03/38.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
42.03/38.70	c number of reductions of the coefficients by power 2 	: 0
42.03/38.70	c number of right shift for reduction by power 2 	: 0
42.03/38.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
42.03/38.70	c number of ending skipping 	: 0
42.03/38.70	c number of internal skipping 	: 0
42.03/38.70	c number of derivation steps 	: 0
42.03/38.70	c number of skipped derivation steps 	: 0
42.03/38.70	c number of remaining unassigned 	: 0
42.03/38.70	c number of remaining assigned 	: 0
42.03/38.70	c number of falsified literals weakened from reason	: 0
42.03/38.70	c number of falsified literals weakened from conflict	: 0
42.03/38.70	c time for arithmetic operations	: 0
42.03/38.70	c minimum degree of deleted constraints	: null
42.03/38.70	c maximum degree of deleted constraints	: null
42.03/38.70	c number of deleted constraints	: 0
42.03/38.70	c speed (assignments/second)	: 612118.3370259351
42.03/38.70	c non guided choices	: 16
42.03/38.72	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 25827
42.03/38.72	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 5
42.03/38.72	s UNSATISFIABLE
42.03/38.72	c Total wall clock time (in seconds): 38.582

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 23 09:46:46 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62179 MiB free)
  memory of node 1: 64465 MiB (63617 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=168280, runsolver pid=168274

[startup+0.10006 s]*
/proc/loadavg: 1.15 1.14 1.59 8/332 168364
/proc/meminfo: memFree=128701300/131249996 swapFree=33006296/33010684
[pid=168280] ppid=168274 vsize=18930384 memory=53228 CPUtime=0.11 cores=0,2
/proc/168280/stat : 168280 (java) S 168274 168280 168228 0 -1 4194304 6462 0 0 0 9 2 0 0 20 0 18 0 239163987 19384713216 13307 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
/proc/168280/statm: 4732596 13307 5346 1 0 547550 0
[pid=168280/tid=168292] ppid=168274 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/168280/task/168292/stat : 168292 (java) R 168274 168280 168228 0 -1 4194368 4995 0 0 0 5 1 0 0 20 0 18 0 239163989 19384713216 13307 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168317] ppid=168274 vsize=18930384 memory=2630 CPUtime=0 cores=0,2
/proc/168280/task/168317/stat : 168317 (Finalizer) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239163991 19384713216 13307 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168334] ppid=168274 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/168280/task/168334/stat : 168334 (Common-Cleaner) S 168274 168280 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239163991 19384713216 13307 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53228 KiB

[startup+0.205761 s]*
/proc/loadavg: 1.15 1.14 1.59 13/333 168365
/proc/meminfo: memFree=128575624/131249996 swapFree=33006296/33010684
[pid=168280] ppid=168274 vsize=18930384 memory=62428 CPUtime=0.29 cores=0,2
/proc/168280/stat : 168280 (java) S 168274 168280 168228 0 -1 4194304 7147 0 0 0 27 2 0 0 20 0 18 0 239163987 19384713216 15607 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
/proc/168280/statm: 4732596 15607 5442 1 0 548031 0
[pid=168280/tid=168292] ppid=168274 vsize=18930384 memory=4026990876 CPUtime=0.15 cores=0,2
/proc/168280/task/168292/stat : 168292 (java) R 168274 168280 168228 0 -1 4194368 5317 0 0 0 14 1 0 0 20 0 18 0 239163989 19384713216 15607 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168317] ppid=168274 vsize=18930384 memory=2630 CPUtime=0 cores=0,2
/proc/168280/task/168317/stat : 168317 (Finalizer) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239163991 19384713216 15607 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168334] ppid=168274 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/168280/task/168334/stat : 168334 (Common-Cleaner) S 168274 168280 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239163991 19384713216 15607 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62428 KiB

[startup+0.305749 s]*
/proc/loadavg: 1.15 1.14 1.59 14/337 168369
/proc/meminfo: memFree=128449280/131249996 swapFree=33006296/33010684
[pid=168280] ppid=168274 vsize=18930384 memory=95176 CPUtime=0.48 cores=0,2
/proc/168280/stat : 168280 (java) S 168274 168280 168228 0 -1 4194304 8594 0 0 0 45 3 0 0 20 0 18 0 239163987 19384713216 23794 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
/proc/168280/statm: 4732596 23794 5442 1 0 548966 0
[pid=168280/tid=168292] ppid=168274 vsize=18930384 memory=-9104703277628170940 CPUtime=0.24 cores=0,2
/proc/168280/task/168292/stat : 168292 (java) R 168274 168280 168228 0 -1 4194368 5345 0 0 0 22 2 0 0 20 0 18 0 239163989 19384713216 23794 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168317] ppid=168274 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/168280/task/168317/stat : 168317 (Finalizer) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239163991 19384713216 23794 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168334] ppid=168274 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/168280/task/168334/stat : 168334 (Common-Cleaner) S 168274 168280 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239163991 19384713216 23794 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 95176 KiB

[startup+0.700237 s]
/proc/loadavg: 1.15 1.14 1.59 9/339 168371
/proc/meminfo: memFree=128318656/131249996 swapFree=33006296/33010684
[pid=168280] ppid=168274 vsize=18996948 memory=137660 CPUtime=1.25 cores=0,2
/proc/168280/stat : 168280 (java) S 168274 168280 168228 0 -1 4194304 15337 0 0 0 119 6 0 0 20 0 19 0 239163987 19452874752 34415 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
/proc/168280/statm: 4749237 34415 5442 1 0 553518 0
[pid=168280/tid=168292] ppid=168274 vsize=18996948 memory=24704 CPUtime=0.56 cores=0,2
/proc/168280/task/168292/stat : 168292 (java) R 168274 168280 168228 0 -1 4194368 5420 0 0 0 53 3 0 0 20 0 19 0 239163989 19452874752 34415 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168317] ppid=168274 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/168280/task/168317/stat : 168317 (Finalizer) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239163991 19452874752 34415 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168334] ppid=168274 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/168280/task/168334/stat : 168334 (Common-Cleaner) S 168274 168280 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239163991 19452874752 34415 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168370] ppid=168274 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/168280/task/168370/stat : 168370 (Timer-0) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239164021 19452874752 34415 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 137660 KiB

[startup+1.50024 s]
/proc/loadavg: 1.15 1.14 1.59 11/339 168371
/proc/meminfo: memFree=128175516/131249996 swapFree=33006296/33010684
[pid=168280] ppid=168274 vsize=19063512 memory=178624 CPUtime=2.83 cores=0,2
/proc/168280/stat : 168280 (java) S 168274 168280 168228 0 -1 4194304 22560 0 0 0 275 8 0 0 20 0 20 0 239163987 19521036288 44656 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
/proc/168280/statm: 4765878 44656 5506 1 0 554028 0
[pid=168280/tid=168292] ppid=168274 vsize=19063512 memory=10752 CPUtime=1.32 cores=0,2
/proc/168280/task/168292/stat : 168292 (java) R 168274 168280 168228 0 -1 4194368 5760 0 0 0 128 4 0 0 20 0 20 0 239163989 19521036288 44656 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168317] ppid=168274 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/168280/task/168317/stat : 168317 (Finalizer) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 44656 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168334] ppid=168274 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/168280/task/168334/stat : 168334 (Common-Cleaner) S 168274 168280 168228 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 44656 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168370] ppid=168274 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/168280/task/168370/stat : 168370 (Timer-0) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239164021 19521036288 44656 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178624 KiB

[startup+3.10559 s]
/proc/loadavg: 1.15 1.14 1.59 6/341 168373
/proc/meminfo: memFree=126526232/131249996 swapFree=33006296/33010684
[pid=168280] ppid=168274 vsize=19063512 memory=179392 CPUtime=5.18 cores=0,2
/proc/168280/stat : 168280 (java) S 168274 168280 168228 0 -1 4194304 24188 0 0 0 509 9 0 0 20 0 20 0 239163987 19521036288 44848 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
/proc/168280/statm: 4765878 44848 5506 1 0 554073 0
[pid=168280/tid=168292] ppid=168274 vsize=19063512 memory=10752 CPUtime=2.88 cores=0,2
/proc/168280/task/168292/stat : 168292 (java) R 168274 168280 168228 0 -1 4194368 6671 0 0 0 284 4 0 0 20 0 20 0 239163989 19521036288 44848 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168317] ppid=168274 vsize=19063512 memory=-8887405695119172284 CPUtime=0 cores=0,2
/proc/168280/task/168317/stat : 168317 (Finalizer) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 44848 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168334] ppid=168274 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/168280/task/168334/stat : 168334 (Common-Cleaner) S 168274 168280 168228 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 44848 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168370] ppid=168274 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/168280/task/168370/stat : 168370 (Timer-0) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239164021 19521036288 44848 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
Current children cumulated CPU time: 5.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179392 KiB

[startup+6.30024 s]
/proc/loadavg: 1.62 1.24 1.62 6/341 168373
/proc/meminfo: memFree=124587936/131249996 swapFree=33006296/33010684
[pid=168280] ppid=168274 vsize=19063512 memory=181280 CPUtime=8.76 cores=0,2
/proc/168280/stat : 168280 (java) S 168274 168280 168228 0 -1 4194304 30090 0 0 0 865 11 0 0 20 0 20 0 239163987 19521036288 45320 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
/proc/168280/statm: 4765878 45320 5506 1 0 554073 0
[pid=168280/tid=168292] ppid=168274 vsize=19063512 memory=0 CPUtime=6.03 cores=0,2
/proc/168280/task/168292/stat : 168292 (java) R 168274 168280 168228 0 -1 4194368 6880 0 0 0 598 5 0 0 20 0 20 0 239163989 19521036288 45320 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168317] ppid=168274 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/168280/task/168317/stat : 168317 (Finalizer) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 45320 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168334] ppid=168274 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/168280/task/168334/stat : 168334 (Common-Cleaner) S 168274 168280 168228 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 45320 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168370] ppid=168274 vsize=19063512 memory=178752 CPUtime=0 cores=0,2
/proc/168280/task/168370/stat : 168370 (Timer-0) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239164021 19521036288 45320 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
Current children cumulated CPU time: 8.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181280 KiB

[startup+12.7002 s]
/proc/loadavg: 1.89 1.30 1.64 5/341 168373
/proc/meminfo: memFree=121502388/131249996 swapFree=33006296/33010684
[pid=168280] ppid=168274 vsize=19063512 memory=249032 CPUtime=15.33 cores=0,2
/proc/168280/stat : 168280 (java) S 168274 168280 168228 0 -1 4194304 37639 0 0 0 1518 15 0 0 20 0 20 0 239163987 19521036288 62258 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
/proc/168280/statm: 4765878 62258 5506 1 0 554073 0
[pid=168280/tid=168292] ppid=168274 vsize=19063512 memory=178752 CPUtime=12.4 cores=0,2
/proc/168280/task/168292/stat : 168292 (java) R 168274 168280 168228 0 -1 4194368 8075 0 0 0 1231 9 0 0 20 0 20 0 239163989 19521036288 62258 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168317] ppid=168274 vsize=19063512 memory=-8887405695119172284 CPUtime=0 cores=0,2
/proc/168280/task/168317/stat : 168317 (Finalizer) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 62258 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168334] ppid=168274 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/168280/task/168334/stat : 168334 (Common-Cleaner) S 168274 168280 168228 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 62258 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168370] ppid=168274 vsize=19063512 memory=-8887405695119172284 CPUtime=0 cores=0,2
/proc/168280/task/168370/stat : 168370 (Timer-0) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239164021 19521036288 62258 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
Current children cumulated CPU time: 15.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 249032 KiB

[startup+25.5002 s]
/proc/loadavg: 2.36 1.43 1.68 5/341 168373
/proc/meminfo: memFree=117363176/131249996 swapFree=33006296/33010684
[pid=168280] ppid=168274 vsize=19063512 memory=558284 CPUtime=28.1 cores=0,2
/proc/168280/stat : 168280 (java) S 168274 168280 168228 0 -1 4194304 39314 0 0 0 2785 25 0 0 20 0 20 0 239163987 19521036288 139571 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
/proc/168280/statm: 4765878 139571 5506 1 0 554089 0
[pid=168280/tid=168292] ppid=168274 vsize=19063512 memory=5276 CPUtime=25.15 cores=0,2
/proc/168280/task/168292/stat : 168292 (java) R 168274 168280 168228 0 -1 4194368 8932 0 0 0 2497 18 0 0 20 0 20 0 239163989 19521036288 139571 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168317] ppid=168274 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/168280/task/168317/stat : 168317 (Finalizer) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 139571 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168334] ppid=168274 vsize=19063512 memory=178752 CPUtime=0 cores=0,2
/proc/168280/task/168334/stat : 168334 (Common-Cleaner) S 168274 168280 168228 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 139571 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168370] ppid=168274 vsize=19063512 memory=181280 CPUtime=0 cores=0,2
/proc/168280/task/168370/stat : 168370 (Timer-0) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239164021 19521036288 139571 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
Current children cumulated CPU time: 28.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 558284 KiB

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

# cumulated CPU time of all completed processes:  user=41.686 s, system=0.414221 s

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

[startup+25.6002 s]
/proc/loadavg: 2.36 1.43 1.68 5/341 168373
/proc/meminfo: memFree=117363176/131249996 swapFree=33006296/33010684
[pid=168280] ppid=168274 vsize=19063512 memory=560332 CPUtime=28.19 cores=0,2
/proc/168280/stat : 168280 (java) S 168274 168280 168228 0 -1 4194304 39316 0 0 0 2794 25 0 0 20 0 20 0 239163987 19521036288 140083 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
/proc/168280/statm: 4765878 140083 5506 1 0 554089 0
[pid=168280/tid=168292] ppid=168274 vsize=19063512 memory=24704 CPUtime=25.25 cores=0,2
/proc/168280/task/168292/stat : 168292 (java) R 168274 168280 168228 0 -1 4194368 8934 0 0 0 2507 18 0 0 20 0 20 0 239163989 19521036288 140083 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168317] ppid=168274 vsize=19063512 memory=24704 CPUtime=0 cores=0,2
/proc/168280/task/168317/stat : 168317 (Finalizer) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 140083 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168334] ppid=168274 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/168280/task/168334/stat : 168334 (Common-Cleaner) S 168274 168280 168228 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 140083 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168370] ppid=168274 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/168280/task/168370/stat : 168370 (Timer-0) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239164021 19521036288 140083 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
Current children cumulated CPU time: 28.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 560332 KiB

[startup+32.0002 s]*
/proc/loadavg: 2.49 1.48 1.69 5/341 168373
/proc/meminfo: memFree=115555472/131249996 swapFree=33006296/33010684
[pid=168280] ppid=168274 vsize=19063512 memory=787660 CPUtime=34.58 cores=0,2
/proc/168280/stat : 168280 (java) S 168274 168280 168228 0 -1 4194304 39582 0 0 0 3425 33 0 0 20 0 20 0 239163987 19521036288 196915 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
/proc/168280/statm: 4765878 196915 5506 1 0 554089 0
[pid=168280/tid=168292] ppid=168274 vsize=19063512 memory=3456 CPUtime=31.64 cores=0,2
/proc/168280/task/168292/stat : 168292 (java) R 168274 168280 168228 0 -1 4194368 9194 0 0 0 3138 26 0 0 20 0 20 0 239163989 19521036288 196915 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168317] ppid=168274 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/168280/task/168317/stat : 168317 (Finalizer) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 196915 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168334] ppid=168274 vsize=19063512 memory=-9104703277628170940 CPUtime=0 cores=0,2
/proc/168280/task/168334/stat : 168334 (Common-Cleaner) S 168274 168280 168228 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 196915 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168370] ppid=168274 vsize=19063512 memory=9856 CPUtime=0 cores=0,2
/proc/168280/task/168370/stat : 168370 (Timer-0) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239164021 19521036288 196915 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
Current children cumulated CPU time: 34.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 787660 KiB

[startup+35.2002 s]
/proc/loadavg: 2.69 1.54 1.71 5/341 168373
/proc/meminfo: memFree=113312740/131249996 swapFree=33006296/33010684
[pid=168280] ppid=168274 vsize=19063512 memory=875852 CPUtime=37.77 cores=0,2
/proc/168280/stat : 168280 (java) S 168274 168280 168228 0 -1 4194304 40148 0 0 0 3741 36 0 0 20 0 20 0 239163987 19521036288 218963 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
/proc/168280/statm: 4765878 218963 5506 1 0 554089 0
[pid=168280/tid=168292] ppid=168274 vsize=19063512 memory=5632 CPUtime=34.83 cores=0,2
/proc/168280/task/168292/stat : 168292 (java) R 168274 168280 168228 0 -1 4194368 9328 0 0 0 3454 29 0 0 20 0 20 0 239163989 19521036288 218963 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168317] ppid=168274 vsize=19063512 memory=3072 CPUtime=0 cores=0,2
/proc/168280/task/168317/stat : 168317 (Finalizer) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 218963 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168334] ppid=168274 vsize=19063512 memory=-8887405695119172284 CPUtime=0 cores=0,2
/proc/168280/task/168334/stat : 168334 (Common-Cleaner) S 168274 168280 168228 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 218963 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168370] ppid=168274 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/168280/task/168370/stat : 168370 (Timer-0) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239164021 19521036288 218963 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
Current children cumulated CPU time: 37.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 875852 KiB

[startup+36.8002 s]
/proc/loadavg: 2.69 1.54 1.71 5/341 168373
/proc/meminfo: memFree=112817772/131249996 swapFree=33006296/33010684
[pid=168280] ppid=168274 vsize=19063512 memory=923008 CPUtime=39.59 cores=0,2
/proc/168280/stat : 168280 (java) S 168274 168280 168228 0 -1 4194304 45085 0 0 0 3920 39 0 0 20 0 20 0 239163987 19521036288 230752 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
/proc/168280/statm: 4765878 230752 5506 1 0 554089 0
[pid=168280/tid=168292] ppid=168274 vsize=19063512 memory=-8887405695119172284 CPUtime=36.4 cores=0,2
/proc/168280/task/168292/stat : 168292 (java) R 168274 168280 168228 0 -1 4194368 9918 0 0 0 3610 30 0 0 20 0 20 0 239163989 19521036288 230752 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168317] ppid=168274 vsize=19063512 memory=758988 CPUtime=0 cores=0,2
/proc/168280/task/168317/stat : 168317 (Finalizer) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 230752 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168334] ppid=168274 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/168280/task/168334/stat : 168334 (Common-Cleaner) S 168274 168280 168228 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 230752 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168370] ppid=168274 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/168280/task/168370/stat : 168370 (Timer-0) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239164021 19521036288 230752 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
Current children cumulated CPU time: 39.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 923008 KiB

[startup+37.6002 s]
/proc/loadavg: 2.69 1.54 1.71 6/341 168373
/proc/meminfo: memFree=112107800/131249996 swapFree=33006296/33010684
[pid=168280] ppid=168274 vsize=19063512 memory=923008 CPUtime=40.38 cores=0,2
/proc/168280/stat : 168280 (java) S 168274 168280 168228 0 -1 4194304 45085 0 0 0 3999 39 0 0 20 0 20 0 239163987 19521036288 230752 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
/proc/168280/statm: 4765878 230752 5506 1 0 554089 0
[pid=168280/tid=168292] ppid=168274 vsize=19063512 memory=-8887405695119172284 CPUtime=37.19 cores=0,2
/proc/168280/task/168292/stat : 168292 (java) R 168274 168280 168228 0 -1 4194368 9918 0 0 0 3689 30 0 0 20 0 20 0 239163989 19521036288 230752 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168317] ppid=168274 vsize=19063512 memory=24704 CPUtime=0 cores=0,2
/proc/168280/task/168317/stat : 168317 (Finalizer) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 230752 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168334] ppid=168274 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/168280/task/168334/stat : 168334 (Common-Cleaner) S 168274 168280 168228 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 230752 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168370] ppid=168274 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/168280/task/168370/stat : 168370 (Timer-0) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239164021 19521036288 230752 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
Current children cumulated CPU time: 40.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 923008 KiB

[startup+38.4002 s]
/proc/loadavg: 2.69 1.54 1.71 6/341 168373
/proc/meminfo: memFree=112012848/131249996 swapFree=33006296/33010684
[pid=168280] ppid=168274 vsize=19063512 memory=925568 CPUtime=41.49 cores=0,2
/proc/168280/stat : 168280 (java) S 168274 168280 168228 0 -1 4194304 46046 0 0 0 4109 40 0 0 20 0 20 0 239163987 19521036288 231392 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
/proc/168280/statm: 4765878 231392 5506 1 0 554109 0
[pid=168280/tid=168292] ppid=168274 vsize=19063512 memory=799948 CPUtime=37.99 cores=0,2
/proc/168280/task/168292/stat : 168292 (java) R 168274 168280 168228 0 -1 4194368 9960 0 0 0 3768 31 0 0 20 0 20 0 239163989 19521036288 231392 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168317] ppid=168274 vsize=19063512 memory=466124 CPUtime=0 cores=0,2
/proc/168280/task/168317/stat : 168317 (Finalizer) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 231392 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168334] ppid=168274 vsize=19063512 memory=-8887405695119172284 CPUtime=0 cores=0,2
/proc/168280/task/168334/stat : 168334 (Common-Cleaner) S 168274 168280 168228 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 231392 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168370] ppid=168274 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/168280/task/168370/stat : 168370 (Timer-0) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239164021 19521036288 231392 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
Current children cumulated CPU time: 41.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 925568 KiB

[startup+38.6002 s]
/proc/loadavg: 2.69 1.54 1.71 6/341 168373
/proc/meminfo: memFree=112012848/131249996 swapFree=33006296/33010684
[pid=168280] ppid=168274 vsize=19063512 memory=927616 CPUtime=41.89 cores=0,2
/proc/168280/stat : 168280 (java) S 168274 168280 168228 0 -1 4194304 46554 0 0 0 4149 40 0 0 20 0 20 0 239163987 19521036288 231904 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
/proc/168280/statm: 4765878 231904 5506 1 0 554558 0
[pid=168280/tid=168292] ppid=168274 vsize=19063512 memory=-8887405695119172284 CPUtime=38.19 cores=0,2
/proc/168280/task/168292/stat : 168292 (java) R 168274 168280 168228 0 -1 4194368 9961 0 0 0 3788 31 0 0 20 0 20 0 239163989 19521036288 231904 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168317] ppid=168274 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/168280/task/168317/stat : 168317 (Finalizer) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 231904 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168334] ppid=168274 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/168280/task/168334/stat : 168334 (Common-Cleaner) S 168274 168280 168228 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 231904 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168370] ppid=168274 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/168280/task/168370/stat : 168370 (Timer-0) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239164021 19521036288 231904 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
Current children cumulated CPU time: 41.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 927616 KiB

[startup+38.7004 s]
/proc/loadavg: 2.69 1.54 1.71 6/341 168373
/proc/meminfo: memFree=112012848/131249996 swapFree=33006296/33010684
[pid=168280] ppid=168274 vsize=19196640 memory=928128 CPUtime=42.03 cores=0,2
/proc/168280/stat : 168280 (java) S 168274 168280 168228 0 -1 4194304 47555 0 0 0 4163 40 0 0 20 0 20 0 239163987 19657359360 232032 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
/proc/168280/statm: 4799160 232032 5506 1 0 555186 0
[pid=168280/tid=168292] ppid=168274 vsize=19196640 memory=619724 CPUtime=38.28 cores=0,2
/proc/168280/task/168292/stat : 168292 (java) S 168274 168280 168228 0 -1 4194368 10688 0 0 0 3797 31 0 0 20 0 20 0 239163989 19657359360 232032 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168317] ppid=168274 vsize=19196640 memory=-8887405695119172284 CPUtime=0 cores=0,2
/proc/168280/task/168317/stat : 168317 (Finalizer) S 168274 168280 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19657359360 232032 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
[pid=168280/tid=168334] ppid=168274 vsize=19196640 memory=675020 CPUtime=0 cores=0,2
/proc/168280/task/168334/stat : 168334 (Common-Cleaner) S 168274 168280 168228 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239163991 19657359360 232032 18446744073709551615 94127896035328 94127896039024 140732159446416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94127896046840 94127896047632 94127899115520 140732159453524 140732159453668 140732159453668 140732159459272 0
Current children cumulated CPU time: 42.03 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 928128 KiB

Child status: 20

Real time (s): 38.7502
CPU time (s): 42.1002
CPU user time (s): 41.686
CPU system time (s): 0.414221
CPU usage (%): 108.645
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 928128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.686
system time used= 0.414221
maximum resident set size= 928384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47787
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3412
involuntary context switches= 2013


# summary of solver processes directly reported to runsolver:
#   pid: 168280
#   total CPU time (s): 42.1002
#   total CPU user time (s): 41.686
#   total CPU system time (s): 0.414221

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.089809 second user time and 0.233584 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-23 03:41:05
IDJOB=4544500
IDBENCH=180673
IDSOLVER=3364
FILE ID=nodeC015/4544500-1753234865
RUNJOBID= nodeC015-1753234865-168238
SLURM_JOB_ID= 9687864
Free space on /tmp= 432564 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat10_9identity_complement.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544500-1753234865/watcher-4544500-1753234865 -o /tmp/evaluation-result-4544500-1753234865/solver-4544500-1753234865 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753234865-168238 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544500-1753234865 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544500-1753234865.opb

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

MD5SUM BENCH= ab67e3b90eb3931507bbeeb5ae959313
RANDOM SEED=1509220386

nodeC015 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.069
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.14
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.003
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.14
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		: 3605.128
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.14
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.110
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.14
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.963
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.14
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.071
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.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128817556 kB
MemAvailable:   129713696 kB
Buffers:            1508 kB
Cached:          1664692 kB
SwapCached:         3888 kB
Active:           934852 kB
Inactive:         820300 kB
Active(anon):      63028 kB
Inactive(anon):    48304 kB
Active(file):     871824 kB
Inactive(file):   771996 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8200 kB
Writeback:             0 kB
AnonPages:         88252 kB
Mapped:           106428 kB
Shmem:             22352 kB
KReclaimable:     183120 kB
Slab:             278780 kB
SReclaimable:     183120 kB
SUnreclaim:        95660 kB
KernelStack:        4112 kB
PageTables:         3012 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     360964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 430404 MiB
End job on nodeC015 at 2025-07-23 03:41:44