Trace number 4544851

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. 77.825 73.844

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
koops/normalized-mat12_10_triangular.opb
MD5SUM66da69fc5ff2d69cb07ac1ec77d1e0fe
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.05187
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6360
Total number of constraints63606
Number of constraints which are clauses61006
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2600
Minimum length of a constraint2
Maximum length of a constraint12
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 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 32
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.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-4544851-1753236735.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
1.07/0.63	c ... done. Wall clock time 0.486s.
1.07/0.63	c declared #vars     6360
1.07/0.63	c #constraints  63606
1.07/0.63	c constraints type 
1.07/0.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 7150
1.07/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1300
1.07/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 55156
1.07/0.63	c 63606 constraints processed.
4.83/2.55	c cleaning 2501 clauses out of 5001 with flag 41812/5001
7.01/4.16	c cleaning 4248 clauses out of 8502 with flag 90873/11003
9.15/6.03	c cleaning 5626 clauses out of 11252 with flag 141232/18001
11.76/8.56	c cleaning 6811 clauses out of 13627 with flag 201767/26002
14.60/11.36	c cleaning 7903 clauses out of 15815 with flag 273238/35001
17.23/13.91	c cleaning 8956 clauses out of 17911 with flag 344044/45000
21.35/17.98	c cleaning 9974 clauses out of 19955 with flag 431747/56000
26.04/22.65	c cleaning 10990 clauses out of 21985 with flag 518498/68004
30.64/27.21	c cleaning 11992 clauses out of 23991 with flag 614404/81000
35.84/32.45	c cleaning 12996 clauses out of 25999 with flag 725355/95000
41.13/37.75	c cleaning 13997 clauses out of 28004 with flag 828124/110001
48.05/44.64	c cleaning 15003 clauses out of 30006 with flag 945537/126000
56.05/52.34	c cleaning 15997 clauses out of 32002 with flag 1081239/143000
66.43/62.70	c cleaning 16999 clauses out of 34006 with flag 1215975/161001
74.94/71.26	c cleaning 18004 clauses out of 36009 with flag 1350240/180003
77.66/73.78	c starts		: 111
77.66/73.79	c conflicts		: 186204
77.66/73.79	c decisions		: 215409
77.66/73.79	c propagations		: 67851368
77.66/73.79	c inspects		: 1012138181
77.66/73.79	c shortcuts		: 0
77.66/73.79	c learnt literals	: 6
77.66/73.79	c learnt binary clauses	: 5
77.66/73.79	c learnt ternary clauses	: 7
77.66/73.79	c learnt constraints	: 186197
77.66/73.79	c ignored constraints	: 0
77.66/73.79	c root simplifications	: 0
77.66/73.79	c removed literals (reason simplification)	: 121144
77.66/73.79	c reason swapping (by a shorter reason)	: 0
77.66/73.79	c Calls to reduceDB	: 15
77.66/73.79	c Number of update (reduction) of LBD	: 112274
77.66/73.79	c Imported unit clauses	: 0
77.66/73.79	c No decision after first conflict	: false
77.66/73.79	c number of reductions to clauses (during analyze)	: 0
77.66/73.79	c number of learned constraints concerned by reduction	: 0
77.66/73.79	c number of learning phase by resolution	: 0
77.66/73.79	c number of learning phase by cutting planes	: 0
77.66/73.79	c number of rounding to 1 operations	: 0
77.66/73.79	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
77.66/73.79	c number of reductions of the coefficients by power 2 	: 0
77.66/73.79	c number of right shift for reduction by power 2 	: 0
77.66/73.79	c number of reductions of the coefficients by GCD over coefficients 	: 0
77.66/73.79	c number of ending skipping 	: 0
77.66/73.79	c number of internal skipping 	: 0
77.66/73.79	c number of derivation steps 	: 0
77.66/73.79	c number of skipped derivation steps 	: 0
77.66/73.79	c number of remaining unassigned 	: 0
77.66/73.79	c number of remaining assigned 	: 0
77.66/73.79	c number of falsified literals weakened from reason	: 0
77.66/73.79	c number of falsified literals weakened from conflict	: 0
77.66/73.79	c time for arithmetic operations	: 0
77.66/73.79	c minimum degree of deleted constraints	: null
77.66/73.79	c maximum degree of deleted constraints	: null
77.66/73.79	c number of deleted constraints	: 0
77.66/73.79	c speed (assignments/second)	: 927564.8393711551
77.66/73.79	c non guided choices	: 474
77.80/73.81	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 24195
77.80/73.81	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 5
77.80/73.81	s UNSATISFIABLE
77.80/73.81	c Total wall clock time (in seconds): 73.668

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 23 09:46:51 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 (7877 MiB free)
  memory of node 1: 64507 MiB (34373 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=178647, runsolver pid=178644

[startup+0.100061 s]*
/proc/loadavg: 5.07 5.02 4.87 6/341 178665
/proc/meminfo: memFree=43232656/131250000 swapFree=33009904/33010684
[pid=178647] ppid=178644 vsize=18930384 memory=53412 CPUtime=0.11 cores=1,3
/proc/178647/stat : 178647 (java) S 178644 178647 178273 0 -1 4194304 6482 0 0 0 10 1 0 0 20 0 18 0 239353365 19384713216 13353 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
/proc/178647/statm: 4732596 13353 5363 1 0 547568 0
[pid=178647/tid=178649] ppid=178644 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/178647/task/178649/stat : 178649 (java) R 178644 178647 178273 0 -1 4194368 4993 0 0 0 6 1 0 0 20 0 18 0 239353366 19384713216 13353 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178658] ppid=178644 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/178647/task/178658/stat : 178658 (Finalizer) S 178644 178647 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239353369 19384713216 13353 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178665] ppid=178644 vsize=18930384 memory=61784027586760 CPUtime=0 cores=1,3
/proc/178647/task/178665/stat : 178665 (Common-Cleaner) S 178644 178647 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239353369 19384713216 13353 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53412 KiB

[startup+0.205891 s]*
/proc/loadavg: 5.07 5.02 4.87 8/341 178665
/proc/meminfo: memFree=43228988/131250000 swapFree=33009904/33010684
[pid=178647] ppid=178644 vsize=18930384 memory=63924 CPUtime=0.31 cores=1,3
/proc/178647/stat : 178647 (java) S 178644 178647 178273 0 -1 4194304 6989 0 0 0 29 2 0 0 20 0 18 0 239353365 19384713216 15981 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
/proc/178647/statm: 4732596 15981 5427 1 0 547895 0
[pid=178647/tid=178649] ppid=178644 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=1,3
/proc/178647/task/178649/stat : 178649 (java) R 178644 178647 178273 0 -1 4194368 5267 0 0 0 16 1 0 0 20 0 18 0 239353366 19384713216 15981 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178658] ppid=178644 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/178647/task/178658/stat : 178658 (Finalizer) S 178644 178647 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239353369 19384713216 15981 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178665] ppid=178644 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/178647/task/178665/stat : 178665 (Common-Cleaner) S 178644 178647 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239353369 19384713216 15981 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63924 KiB

[startup+0.30588 s]*
/proc/loadavg: 5.07 5.02 4.87 8/341 178665
/proc/meminfo: memFree=43204540/131250000 swapFree=33009904/33010684
[pid=178647] ppid=178644 vsize=18930384 memory=88744 CPUtime=0.51 cores=1,3
/proc/178647/stat : 178647 (java) S 178644 178647 178273 0 -1 4194304 8550 0 0 0 48 3 0 0 20 0 18 0 239353365 19384713216 22186 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
/proc/178647/statm: 4732596 22186 5427 1 0 548943 0
[pid=178647/tid=178649] ppid=178644 vsize=18930384 memory=-8888245721986015932 CPUtime=0.25 cores=1,3
/proc/178647/task/178649/stat : 178649 (java) R 178644 178647 178273 0 -1 4194368 5308 0 0 0 24 1 0 0 20 0 18 0 239353366 19384713216 22186 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178658] ppid=178644 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/178647/task/178658/stat : 178658 (Finalizer) S 178644 178647 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239353369 19384713216 22186 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178665] ppid=178644 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/178647/task/178665/stat : 178665 (Common-Cleaner) S 178644 178647 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239353369 19384713216 22186 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 88744 KiB

[startup+0.700255 s]
/proc/loadavg: 5.07 5.02 4.87 7/342 178666
/proc/meminfo: memFree=43118180/131250000 swapFree=33009904/33010684
[pid=178647] ppid=178644 vsize=19064664 memory=172968 CPUtime=1.26 cores=1,3
/proc/178647/stat : 178647 (java) S 178644 178647 178273 0 -1 4194304 12703 0 0 0 121 5 0 0 20 0 20 0 239353365 19522215936 43242 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
/proc/178647/statm: 4766166 43242 5491 1 0 552383 0
[pid=178647/tid=178649] ppid=178644 vsize=19064664 memory=27264 CPUtime=0.59 cores=1,3
/proc/178647/task/178649/stat : 178649 (java) R 178644 178647 178273 0 -1 4194368 5396 0 0 0 56 3 0 0 20 0 20 0 239353366 19522215936 43242 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178658] ppid=178644 vsize=19064664 memory=10880 CPUtime=0 cores=1,3
/proc/178647/task/178658/stat : 178658 (Finalizer) S 178644 178647 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239353369 19522215936 43242 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178665] ppid=178644 vsize=19064664 memory=3328 CPUtime=0 cores=1,3
/proc/178647/task/178665/stat : 178665 (Common-Cleaner) S 178644 178647 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239353369 19522215936 43242 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19064664 KiB
Current children cumulated memory: 172968 KiB

[startup+1.50026 s]
/proc/loadavg: 5.07 5.02 4.87 6/343 178667
/proc/meminfo: memFree=43084412/131250000 swapFree=33009904/33010684
[pid=178647] ppid=178644 vsize=19063512 memory=187936 CPUtime=2.84 cores=1,3
/proc/178647/stat : 178647 (java) S 178644 178647 178273 0 -1 4194304 24803 0 0 0 278 6 0 0 20 0 20 0 239353365 19521036288 46984 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
/proc/178647/statm: 4765878 46984 5491 1 0 554964 0
[pid=178647/tid=178649] ppid=178644 vsize=19063512 memory=3328 CPUtime=1.32 cores=1,3
/proc/178647/task/178649/stat : 178649 (java) R 178644 178647 178273 0 -1 4194368 5662 0 0 0 129 3 0 0 20 0 20 0 239353366 19521036288 46984 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178658] ppid=178644 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/178647/task/178658/stat : 178658 (Finalizer) S 178644 178647 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 46984 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178665] ppid=178644 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/178647/task/178665/stat : 178665 (Common-Cleaner) S 178644 178647 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 46984 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178667] ppid=178644 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/178647/task/178667/stat : 178667 (Timer-0) S 178644 178647 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239353429 19521036288 46984 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187936 KiB

[startup+3.10568 s]
/proc/loadavg: 5.07 5.02 4.87 6/343 178667
/proc/meminfo: memFree=43004704/131250000 swapFree=33009904/33010684
[pid=178647] ppid=178644 vsize=19063512 memory=197348 CPUtime=5.89 cores=1,3
/proc/178647/stat : 178647 (java) S 178644 178647 178273 0 -1 4194304 28144 0 0 0 581 8 0 0 20 0 20 0 239353365 19521036288 49337 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
/proc/178647/statm: 4765878 49337 5491 1 0 554996 0
[pid=178647/tid=178649] ppid=178644 vsize=19063512 memory=10880 CPUtime=2.86 cores=1,3
/proc/178647/task/178649/stat : 178649 (java) R 178644 178647 178273 0 -1 4194368 6943 0 0 0 283 3 0 0 20 0 20 0 239353366 19521036288 49337 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178658] ppid=178644 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/178647/task/178658/stat : 178658 (Finalizer) S 178644 178647 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 49337 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178665] ppid=178644 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/178647/task/178665/stat : 178665 (Common-Cleaner) S 178644 178647 178273 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 49337 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178667] ppid=178644 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/178647/task/178667/stat : 178667 (Timer-0) S 178644 178647 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239353429 19521036288 49337 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 197348 KiB

[startup+6.30024 s]
/proc/loadavg: 4.98 5.00 4.86 5/343 178667
/proc/meminfo: memFree=42931620/131250000 swapFree=33009904/33010684
[pid=178647] ppid=178644 vsize=19063512 memory=189432 CPUtime=9.5 cores=1,3
/proc/178647/stat : 178647 (java) S 178644 178647 178273 0 -1 4194304 28264 0 0 0 941 9 0 0 20 0 20 0 239353365 19521036288 47358 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
/proc/178647/statm: 4765878 47358 5491 1 0 554998 0
[pid=178647/tid=178649] ppid=178644 vsize=19063512 memory=0 CPUtime=6.04 cores=1,3
/proc/178647/task/178649/stat : 178649 (java) R 178644 178647 178273 0 -1 4194368 6958 0 0 0 600 4 0 0 20 0 20 0 239353366 19521036288 47358 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178658] ppid=178644 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/178647/task/178658/stat : 178658 (Finalizer) S 178644 178647 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 47358 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178665] ppid=178644 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/178647/task/178665/stat : 178665 (Common-Cleaner) S 178644 178647 178273 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 47358 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178667] ppid=178644 vsize=19063512 memory=187936 CPUtime=0 cores=1,3
/proc/178647/task/178667/stat : 178667 (Timer-0) S 178644 178647 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239353429 19521036288 47358 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
Current children cumulated CPU time: 9.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 189432 KiB

[startup+12.7002 s]
/proc/loadavg: 4.90 4.99 4.86 5/344 178669
/proc/meminfo: memFree=42668264/131250000 swapFree=33009904/33010684
[pid=178647] ppid=178644 vsize=19063512 memory=306560 CPUtime=16.03 cores=1,3
/proc/178647/stat : 178647 (java) S 178644 178647 178273 0 -1 4194304 31180 0 0 0 1588 15 0 0 20 0 20 0 239353365 19521036288 76640 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
/proc/178647/statm: 4765878 76640 5523 1 0 554998 0
[pid=178647/tid=178649] ppid=178644 vsize=19063512 memory=10880 CPUtime=12.41 cores=1,3
/proc/178647/task/178649/stat : 178649 (java) R 178644 178647 178273 0 -1 4194368 7799 0 0 0 1232 9 0 0 20 0 20 0 239353366 19521036288 76640 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178658] ppid=178644 vsize=19063512 memory=187936 CPUtime=0 cores=1,3
/proc/178647/task/178658/stat : 178658 (Finalizer) S 178644 178647 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 76640 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178665] ppid=178644 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/178647/task/178665/stat : 178665 (Common-Cleaner) S 178644 178647 178273 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 76640 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178667] ppid=178644 vsize=19063512 memory=257408 CPUtime=0 cores=1,3
/proc/178647/task/178667/stat : 178667 (Timer-0) S 178644 178647 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239353429 19521036288 76640 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
Current children cumulated CPU time: 16.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 306560 KiB

[startup+25.5002 s]
/proc/loadavg: 4.84 4.97 4.85 5/344 178669
/proc/meminfo: memFree=42182044/131250000 swapFree=33009904/33010684
[pid=178647] ppid=178644 vsize=19063512 memory=406968 CPUtime=28.94 cores=1,3
/proc/178647/stat : 178647 (java) S 178644 178647 178273 0 -1 4194304 36994 0 0 0 2872 22 0 0 20 0 20 0 239353365 19521036288 101742 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
/proc/178647/statm: 4765878 101742 5523 1 0 554998 0
[pid=178647/tid=178649] ppid=178644 vsize=19063512 memory=257408 CPUtime=25.17 cores=1,3
/proc/178647/task/178649/stat : 178649 (java) R 178644 178647 178273 0 -1 4194368 8754 0 0 0 2502 15 0 0 20 0 20 0 239353366 19521036288 101742 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178658] ppid=178644 vsize=19063512 memory=394680 CPUtime=0 cores=1,3
/proc/178647/task/178658/stat : 178658 (Finalizer) S 178644 178647 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 101742 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178665] ppid=178644 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/178647/task/178665/stat : 178665 (Common-Cleaner) S 178644 178647 178273 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 101742 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178667] ppid=178644 vsize=19063512 memory=394680 CPUtime=0 cores=1,3
/proc/178647/task/178667/stat : 178667 (Timer-0) S 178644 178647 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239353429 19521036288 101742 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
Current children cumulated CPU time: 28.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 406968 KiB

[startup+51.1058 s]
/proc/loadavg: 4.64 4.91 4.84 5/344 178669
/proc/meminfo: memFree=41143632/131250000 swapFree=33009904/33010684
[pid=178647] ppid=178644 vsize=19063512 memory=636508 CPUtime=54.85 cores=1,3
/proc/178647/stat : 178647 (java) S 178644 178647 178273 0 -1 4194304 44701 0 0 0 5451 34 0 0 20 0 20 0 239353365 19521036288 159127 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
/proc/178647/statm: 4765878 159127 5523 1 0 555039 0
[pid=178647/tid=178649] ppid=178644 vsize=19063512 memory=574868 CPUtime=50.69 cores=1,3
/proc/178647/task/178649/stat : 178649 (java) R 178644 178647 178273 0 -1 4194368 10245 0 0 0 5044 25 0 0 20 0 20 0 239353366 19521036288 159127 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178658] ppid=178644 vsize=19063512 memory=572948 CPUtime=0 cores=1,3
/proc/178647/task/178658/stat : 178658 (Finalizer) S 178644 178647 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 159127 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178665] ppid=178644 vsize=19063512 memory=572948 CPUtime=0 cores=1,3
/proc/178647/task/178665/stat : 178665 (Common-Cleaner) S 178644 178647 178273 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 159127 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178667] ppid=178644 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/178647/task/178667/stat : 178667 (Timer-0) S 178644 178647 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239353429 19521036288 159127 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
Current children cumulated CPU time: 54.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 636508 KiB

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

# cumulated CPU time of all completed processes:  user=77.4083 s, system=0.416654 s

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

[startup+51.2003 s]
/proc/loadavg: 4.64 4.91 4.84 5/344 178669
/proc/meminfo: memFree=41143632/131250000 swapFree=33009904/33010684
[pid=178647] ppid=178644 vsize=19063512 memory=636508 CPUtime=54.94 cores=1,3
/proc/178647/stat : 178647 (java) S 178644 178647 178273 0 -1 4194304 44701 0 0 0 5460 34 0 0 20 0 20 0 239353365 19521036288 159127 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
/proc/178647/statm: 4765878 159127 5523 1 0 555039 0
[pid=178647/tid=178649] ppid=178644 vsize=19063512 memory=310656 CPUtime=50.78 cores=1,3
/proc/178647/task/178649/stat : 178649 (java) R 178644 178647 178273 0 -1 4194368 10245 0 0 0 5053 25 0 0 20 0 20 0 239353366 19521036288 159127 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178658] ppid=178644 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/178647/task/178658/stat : 178658 (Finalizer) S 178644 178647 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 159127 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178665] ppid=178644 vsize=19063512 memory=164 CPUtime=0 cores=1,3
/proc/178647/task/178665/stat : 178665 (Common-Cleaner) S 178644 178647 178273 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 159127 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178667] ppid=178644 vsize=19063512 memory=572948 CPUtime=0 cores=1,3
/proc/178647/task/178667/stat : 178667 (Timer-0) S 178644 178647 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239353429 19521036288 159127 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
Current children cumulated CPU time: 54.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 636508 KiB

[startup+64.0002 s]*
/proc/loadavg: 4.62 4.90 4.83 6/344 178674
/proc/meminfo: memFree=40695600/131250000 swapFree=33009904/33010684
[pid=178647] ppid=178644 vsize=19063512 memory=667236 CPUtime=67.73 cores=1,3
/proc/178647/stat : 178647 (java) S 178644 178647 178273 0 -1 4194304 44777 0 0 0 6735 38 0 0 20 0 20 0 239353365 19521036288 166809 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
/proc/178647/statm: 4765878 166809 5523 1 0 555039 0
[pid=178647/tid=178649] ppid=178644 vsize=19063512 memory=-8888245721986015932 CPUtime=63.54 cores=1,3
/proc/178647/task/178649/stat : 178649 (java) R 178644 178647 178273 0 -1 4194368 10258 0 0 0 6325 29 0 0 20 0 20 0 239353366 19521036288 166809 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178658] ppid=178644 vsize=19063512 memory=-7160581187115835514 CPUtime=0 cores=1,3
/proc/178647/task/178658/stat : 178658 (Finalizer) S 178644 178647 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 166809 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178665] ppid=178644 vsize=19063512 memory=667236 CPUtime=0 cores=1,3
/proc/178647/task/178665/stat : 178665 (Common-Cleaner) S 178644 178647 178273 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 166809 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178667] ppid=178644 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/178647/task/178667/stat : 178667 (Timer-0) S 178644 178647 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239353429 19521036288 166809 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
Current children cumulated CPU time: 67.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 667236 KiB

[startup+70.4002 s]
/proc/loadavg: 4.73 4.91 4.84 5/347 178677
/proc/meminfo: memFree=40514008/131250000 swapFree=33009904/33010684
[pid=178647] ppid=178644 vsize=19063512 memory=667236 CPUtime=74.14 cores=1,3
/proc/178647/stat : 178647 (java) S 178644 178647 178273 0 -1 4194304 44845 0 0 0 7375 39 0 0 20 0 20 0 239353365 19521036288 166809 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
/proc/178647/statm: 4765878 166809 5523 1 0 555039 0
[pid=178647/tid=178649] ppid=178644 vsize=19063512 memory=667236 CPUtime=69.92 cores=1,3
/proc/178647/task/178649/stat : 178649 (java) R 178644 178647 178273 0 -1 4194368 10264 0 0 0 6962 30 0 0 20 0 20 0 239353366 19521036288 166809 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178658] ppid=178644 vsize=19063512 memory=2892 CPUtime=0 cores=1,3
/proc/178647/task/178658/stat : 178658 (Finalizer) S 178644 178647 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 166809 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178665] ppid=178644 vsize=19063512 memory=667236 CPUtime=0 cores=1,3
/proc/178647/task/178665/stat : 178665 (Common-Cleaner) S 178644 178647 178273 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 166809 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178667] ppid=178644 vsize=19063512 memory=18680 CPUtime=0 cores=1,3
/proc/178647/task/178667/stat : 178667 (Timer-0) S 178644 178647 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239353429 19521036288 166809 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
Current children cumulated CPU time: 74.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 667236 KiB

[startup+72.0002 s]*
/proc/loadavg: 4.83 4.93 4.85 6/347 178678
/proc/meminfo: memFree=40477988/131250000 swapFree=33009904/33010684
[pid=178647] ppid=178644 vsize=19063512 memory=667364 CPUtime=75.81 cores=1,3
/proc/178647/stat : 178647 (java) S 178644 178647 178273 0 -1 4194304 45206 0 0 0 7541 40 0 0 20 0 20 0 239353365 19521036288 166841 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
/proc/178647/statm: 4765878 166841 5523 1 0 555071 0
[pid=178647/tid=178649] ppid=178644 vsize=19063512 memory=7024 CPUtime=71.52 cores=1,3
/proc/178647/task/178649/stat : 178649 (java) R 178644 178647 178273 0 -1 4194368 10579 0 0 0 7122 30 0 0 20 0 20 0 239353366 19521036288 166841 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178658] ppid=178644 vsize=19063512 memory=-9044459746194447340 CPUtime=0 cores=1,3
/proc/178647/task/178658/stat : 178658 (Finalizer) S 178644 178647 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 166841 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178665] ppid=178644 vsize=19063512 memory=4788 CPUtime=0 cores=1,3
/proc/178647/task/178665/stat : 178665 (Common-Cleaner) S 178644 178647 178273 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 166841 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178667] ppid=178644 vsize=19063512 memory=5296 CPUtime=0 cores=1,3
/proc/178647/task/178667/stat : 178667 (Timer-0) S 178644 178647 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239353429 19521036288 166841 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
Current children cumulated CPU time: 75.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 667364 KiB

[startup+72.8002 s]
/proc/loadavg: 4.83 4.93 4.85 6/347 178678
/proc/meminfo: memFree=40477988/131250000 swapFree=33009904/33010684
[pid=178647] ppid=178644 vsize=19063512 memory=667748 CPUtime=76.68 cores=1,3
/proc/178647/stat : 178647 (java) S 178644 178647 178273 0 -1 4194304 45318 0 0 0 7628 40 0 0 20 0 20 0 239353365 19521036288 166937 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
/proc/178647/statm: 4765878 166937 5523 1 0 555183 0
[pid=178647/tid=178649] ppid=178644 vsize=19063512 memory=-8888245721986015932 CPUtime=72.31 cores=1,3
/proc/178647/task/178649/stat : 178649 (java) R 178644 178647 178273 0 -1 4194368 10607 0 0 0 7201 30 0 0 20 0 20 0 239353366 19521036288 166937 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178658] ppid=178644 vsize=19063512 memory=27264 CPUtime=0 cores=1,3
/proc/178647/task/178658/stat : 178658 (Finalizer) S 178644 178647 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 166937 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178665] ppid=178644 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/178647/task/178665/stat : 178665 (Common-Cleaner) S 178644 178647 178273 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 166937 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178667] ppid=178644 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/178647/task/178667/stat : 178667 (Timer-0) S 178644 178647 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239353429 19521036288 166937 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
Current children cumulated CPU time: 76.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 667748 KiB

[startup+73.6003 s]
/proc/loadavg: 4.83 4.93 4.85 5/347 178678
/proc/meminfo: memFree=40445988/131250000 swapFree=33009904/33010684
[pid=178647] ppid=178644 vsize=19063512 memory=667748 CPUtime=77.48 cores=1,3
/proc/178647/stat : 178647 (java) S 178644 178647 178273 0 -1 4194304 45324 0 0 0 7708 40 0 0 20 0 20 0 239353365 19521036288 166937 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
/proc/178647/statm: 4765878 166937 5523 1 0 555185 0
[pid=178647/tid=178649] ppid=178644 vsize=19063512 memory=27264 CPUtime=73.11 cores=1,3
/proc/178647/task/178649/stat : 178649 (java) R 178644 178647 178273 0 -1 4194368 10608 0 0 0 7281 30 0 0 20 0 20 0 239353366 19521036288 166937 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178658] ppid=178644 vsize=19063512 memory=-8888245721986015932 CPUtime=0 cores=1,3
/proc/178647/task/178658/stat : 178658 (Finalizer) S 178644 178647 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 166937 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178665] ppid=178644 vsize=19063512 memory=27264 CPUtime=0 cores=1,3
/proc/178647/task/178665/stat : 178665 (Common-Cleaner) S 178644 178647 178273 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 239353369 19521036288 166937 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178667] ppid=178644 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/178647/task/178667/stat : 178667 (Timer-0) S 178644 178647 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239353429 19521036288 166937 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
Current children cumulated CPU time: 77.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 667748 KiB

[startup+73.8002 s]
/proc/loadavg: 4.83 4.93 4.85 5/347 178678
/proc/meminfo: memFree=40445988/131250000 swapFree=33009904/33010684
[pid=178647] ppid=178644 vsize=19196640 memory=668772 CPUtime=77.8 cores=1,3
/proc/178647/stat : 178647 (java) S 178644 178647 178273 0 -1 4194304 46560 0 0 0 7739 41 0 0 20 0 20 0 239353365 19657359360 167193 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
/proc/178647/statm: 4799160 167193 5555 1 0 555821 0
[pid=178647/tid=178649] ppid=178644 vsize=19196640 memory=-8888245721986015932 CPUtime=73.29 cores=1,3
/proc/178647/task/178649/stat : 178649 (java) S 178644 178647 178273 0 -1 4194368 11413 0 0 0 7299 30 0 0 20 0 20 0 239353366 19657359360 167193 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178658] ppid=178644 vsize=19196640 memory=27264 CPUtime=0 cores=1,3
/proc/178647/task/178658/stat : 178658 (Finalizer) S 178644 178647 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239353369 19657359360 167193 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
[pid=178647/tid=178665] ppid=178644 vsize=19196640 memory=10880 CPUtime=0 cores=1,3
/proc/178647/task/178665/stat : 178665 (Common-Cleaner) S 178644 178647 178273 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 239353369 19657359360 167193 18446744073709551615 94766823362560 94766823366256 140731872532192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94766823374072 94766823374864 94766826946560 140731872536916 140731872537060 140731872537060 140731872542664 0
Current children cumulated CPU time: 77.8 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 668772 KiB

Child status: 20

Real time (s): 73.844
CPU time (s): 77.825
CPU user time (s): 77.4083
CPU system time (s): 0.416654
CPU usage (%): 105.391
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 668772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.4083
system time used= 0.416654
maximum resident set size= 668900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46739
page faults= 0
swaps= 0
block input operations= 0
block output operations= 113360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4933
involuntary context switches= 1983


# summary of solver processes directly reported to runsolver:
#   pid: 178647
#   total CPU time (s): 77.825
#   total CPU user time (s): 77.4083
#   total CPU system time (s): 0.416654

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.162765 second user time and 0.422175 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-23 04:12:15
IDJOB=4544851
IDBENCH=180684
IDSOLVER=3364
FILE ID=nodeC027/4544851-1753236735
RUNJOBID= nodeC027-1753233633-178285
SLURM_JOB_ID= 9687850
Free space on /tmp= 314208 MiB

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

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

MD5SUM BENCH= 66da69fc5ff2d69cb07ac1ec77d1e0fe
RANDOM SEED=423024625

nodeC027 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.609
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3597.376
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.018
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3599.892
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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.621
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.638
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3598.569
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3602.797
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        43265004 kB
MemAvailable:   80838004 kB
Buffers:            1204 kB
Cached:         38217332 kB
SwapCached:            8 kB
Active:         49164908 kB
Inactive:       37803832 kB
Active(anon):   48729172 kB
Inactive(anon):    47340 kB
Active(file):     435736 kB
Inactive(file): 37756492 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            513076 kB
Writeback:         16388 kB
AnonPages:      48753280 kB
Mapped:           128772 kB
Shmem:             26224 kB
KReclaimable:     439620 kB
Slab:             540284 kB
SReclaimable:     439620 kB
SUnreclaim:       100664 kB
KernelStack:        5200 kB
PageTables:        99012 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   49339620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  47765504 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 305960 MiB
End job on nodeC027 at 2025-07-23 04:13:29