Trace number 4451272

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 2024 2024-07-07UNSAT cert. 35.6928 33.3233

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/
normalized-ECrand4regsplit-v040-n1.opb
MD5SUM19be1af6218e3e6451e61d53a5a4dc0f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.00646
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables79
Total number of constraints40
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.40	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.01/0.40	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.40	c See www.sat4j.org for details.
0.09/0.41	c version CUSTOM.v20240707
0.09/0.42	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.42	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.42	c java.vm.version	22.0.1+8-16
0.09/0.42	c java.vm.vendor	Oracle Corporation
0.09/0.42	c sun.arch.data.model	64
0.09/0.42	c java.version		22.0.1
0.09/0.42	c os.name		Linux
0.09/0.42	c os.version		4.18.0-301.1.el8.x86_64
0.09/0.42	c os.arch		amd64
0.09/0.43	c Free memory 		2104792832
0.09/0.43	c Max memory 		16282288128
0.09/0.43	c Total memory 		2113929216
0.09/0.43	c Number of processors 	2
0.09/0.46	--- Begin Solver configuration ---
0.09/0.46	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.09/0.46	Learn all clauses as in MiniSAT
0.09/0.46	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.46	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.46	Expensive reason simplification
0.09/0.46	Glucose 2.1 dynamic restart strategy
0.09/0.46	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.46	timeout=2147483s
0.09/0.46	DB Simplification allowed=false
0.09/0.46	Listener: none
0.09/0.46	--- End Solver configuration ---
0.09/0.46	c Pseudo Boolean Optimization by upper bound
0.09/0.46	c --- Begin Solver configuration ---
0.09/0.46	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.09/0.46	c Learn all clauses as in MiniSAT
0.09/0.46	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.46	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.46	c Expensive reason simplification
0.09/0.46	c Glucose 2.1 dynamic restart strategy
0.09/0.46	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.46	c timeout=2147483s
0.09/0.46	c DB Simplification allowed=false
0.09/0.46	c Listener: none
0.09/0.46	c --- End Solver configuration ---
0.09/0.46	c solving HOME/instance-4451272-1721839471.opb
0.09/0.46	c reading problem ... 
0.09/0.47	c using VERIPB proof format
0.09/0.47	c  no objective function found
0.09/0.48	c ... done. Wall clock time 0.012s.
0.09/0.48	c declared #vars     79
0.09/0.48	c #constraints  80
0.09/0.48	c constraints type 
0.09/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.09/0.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 78
0.09/0.48	c 80 constraints processed.
0.84/0.85	c cleaning 2498 clauses out of 5000 with flag 33242/5000
1.43/1.17	c cleaning 4250 clauses out of 8502 with flag 73979/11000
2.01/1.49	c cleaning 5625 clauses out of 11253 with flag 121607/18001
2.59/1.86	c cleaning 6814 clauses out of 13629 with flag 173248/26002
3.03/2.26	c cleaning 7900 clauses out of 15813 with flag 229935/35000
3.53/2.76	c cleaning 8957 clauses out of 17913 with flag 294987/45000
4.22/3.33	c cleaning 9975 clauses out of 19956 with flag 367928/56000
4.95/3.99	c cleaning 10990 clauses out of 21983 with flag 445501/68002
5.76/4.70	c cleaning 11992 clauses out of 23991 with flag 527342/81000
6.74/5.55	c cleaning 12995 clauses out of 25999 with flag 617203/95000
7.77/6.51	c cleaning 13994 clauses out of 28004 with flag 714969/110000
8.76/7.58	c cleaning 15004 clauses out of 30011 with flag 823695/126001
10.04/8.70	c cleaning 15999 clauses out of 32006 with flag 931235/143000
11.26/9.94	c cleaning 17001 clauses out of 34009 with flag 1044536/161002
13.15/11.41	c cleaning 17998 clauses out of 36007 with flag 1161421/180001
14.79/12.95	c cleaning 18997 clauses out of 38008 with flag 1299305/200000
16.38/14.54	c cleaning 20004 clauses out of 40011 with flag 1439453/221000
18.28/16.40	c cleaning 21003 clauses out of 42007 with flag 1585794/243000
20.18/18.39	c cleaning 22002 clauses out of 44005 with flag 1733462/266001
22.27/20.46	c cleaning 23001 clauses out of 46004 with flag 1886494/290002
25.07/22.83	c cleaning 23996 clauses out of 48002 with flag 2050911/315002
27.55/25.29	c cleaning 24997 clauses out of 50003 with flag 2216758/341000
30.44/28.01	c cleaning 26000 clauses out of 52007 with flag 2387241/368001
33.03/30.64	c cleaning 27002 clauses out of 54005 with flag 2567566/396000
35.56/33.26	c starts		: 52
35.56/33.27	c conflicts		: 422734
35.56/33.27	c decisions		: 487816
35.56/33.27	c propagations		: 8254772
35.56/33.27	c inspects		: 575937318
35.56/33.27	c shortcuts		: 0
35.56/33.27	c learnt literals	: 16
35.56/33.27	c learnt binary clauses	: 129
35.56/33.27	c learnt ternary clauses	: 681
35.56/33.27	c learnt constraints	: 422717
35.56/33.27	c ignored constraints	: 0
35.56/33.27	c root simplifications	: 0
35.56/33.27	c removed literals (reason simplification)	: 1839390
35.56/33.27	c reason swapping (by a shorter reason)	: 0
35.56/33.27	c Calls to reduceDB	: 24
35.56/33.27	c Number of update (reduction) of LBD	: 126166
35.56/33.27	c Imported unit clauses	: 0
35.56/33.27	c No decision after first conflict	: false
35.56/33.27	c number of reductions to clauses (during analyze)	: 0
35.56/33.27	c number of learned constraints concerned by reduction	: 0
35.56/33.27	c number of learning phase by resolution	: 0
35.56/33.27	c number of learning phase by cutting planes	: 0
35.56/33.27	c number of rounding to 1 operations	: 0
35.56/33.27	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
35.56/33.27	c number of reductions of the coefficients by power 2 	: 0
35.56/33.27	c number of right shift for reduction by power 2 	: 0
35.56/33.27	c number of reductions of the coefficients by GCD over coefficients 	: 0
35.56/33.27	c number of ending skipping 	: 0
35.56/33.27	c number of internal skipping 	: 0
35.56/33.27	c number of derivation steps 	: 0
35.56/33.27	c number of skipped derivation steps 	: 0
35.56/33.27	c number of remaining unassigned 	: 0
35.56/33.27	c number of remaining assigned 	: 0
35.56/33.27	c number of falsified literals weakened from reason	: 0
35.56/33.27	c number of falsified literals weakened from conflict	: 0
35.56/33.27	c time for arithmetic operations	: 0
35.56/33.27	c minimum degree of deleted constraints	: null
35.56/33.27	c maximum degree of deleted constraints	: null
35.56/33.27	c number of deleted constraints	: 0
35.56/33.28	c speed (assignments/second)	: 251746.63007014335
35.56/33.28	c non guided choices	: 20
35.66/33.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 53594
35.66/33.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 129
35.66/33.31	s UNSATISFIABLE
35.66/33.31	c Total wall clock time (in seconds): 32.847

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
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: 63968 MiB (58119 MiB free)
  memory of node 1: 64473 MiB (61791 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451272-1721839471/watcher-4451272-1721839471 -o /tmp/evaluation-result-4451272-1721839471/solver-4451272-1721839471 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721839470-206802 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4451272-1721839471 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4451272-1721839471.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=206859, runsolver pid=206851

[startup+0.100093 s]*
/proc/loadavg: 1.37 2.55 3.29 2/259 206866
/proc/meminfo: memFree=122787040/131524600 swapFree=131061696/131071996
[pid=206859] ppid=206851 vsize=37736 memory=2012 CPUtime=0 cores=0,2
/proc/206859/stat : 206859 (java) D 206851 206859 206792 0 -1 4194304 152 0 2 0 0 0 0 0 20 0 1 0 20475417 38641664 503 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 0 0 0 0 0 0 17 2 0 0 9 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
/proc/206859/statm: 9434 503 460 1 0 459 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 37736 KiB
Current children cumulated memory: 2012 KiB

[startup+0.206279 s]*
/proc/loadavg: 1.37 2.55 3.29 3/263 206870
/proc/meminfo: memFree=122780800/131524600 swapFree=131061696/131071996
[pid=206859] ppid=206851 vsize=289872 memory=19752 CPUtime=0 cores=0,2
/proc/206859/stat : 206859 (java) S 206851 206859 206792 0 -1 1077936128 1346 0 2 0 0 0 0 0 20 0 2 0 20475417 296828928 4938 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 0 0 16784588 0 0 0 17 0 0 0 26 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
/proc/206859/statm: 72468 4938 2876 1 0 2347 0
[pid=206859/tid=206868] ppid=206851 vsize=294332 memory=6874026233295995011 CPUtime=0 cores=0,2
/proc/206859/task/206868/stat : 206868 (java) R 206851 206859 206792 0 -1 4194368 798 0 0 0 0 0 0 0 20 0 2 0 20475436 301395968 4972 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 0 0 16784588 0 0 0 -1 0 0 0 2 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 289872 KiB
Current children cumulated memory: 19752 KiB

[startup+0.306003 s]*
/proc/loadavg: 1.37 2.55 3.29 5/283 206890
/proc/meminfo: memFree=122673012/131524600 swapFree=131061696/131071996
[pid=206859] ppid=206851 vsize=18261716 memory=46900 CPUtime=0.01 cores=0,2
/proc/206859/stat : 206859 (java) S 206851 206859 206792 0 -1 1077936128 5587 0 20 0 0 1 0 0 20 0 8 0 20475417 18699997184 11725 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 0 0 16784588 0 0 0 17 0 0 0 26 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
/proc/206859/statm: 4565429 11725 4572 1 0 545399 0
[pid=206859/tid=206868] ppid=206851 vsize=18261716 memory=-8960019650731287228 CPUtime=0.01 cores=0,2
/proc/206859/task/206868/stat : 206868 (java) R 206851 206859 206792 0 -1 4194368 5037 0 18 0 0 1 0 0 20 0 8 0 20475436 18699997184 11725 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 10 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206891] ppid=206851 vsize=18261716 memory=1470495039789040217 CPUtime=0 cores=0,2
/proc/206859/task/206891/stat : 206891 (java) R 206851 206859 206792 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 8 0 20475448 18699997184 11725 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18261716 KiB
Current children cumulated memory: 46900 KiB

[startup+0.708494 s]
/proc/loadavg: 1.37 2.55 3.29 15/331 206938
/proc/meminfo: memFree=122583428/131524600 swapFree=131061696/131071996
[pid=206859] ppid=206851 vsize=19060472 memory=94984 CPUtime=0.65 cores=0,2
/proc/206859/stat : 206859 (java) S 206851 206859 206792 0 -1 1077936128 9616 0 21 0 62 3 0 0 20 0 19 0 20475417 19517923328 23746 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 26 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
/proc/206859/statm: 4765118 23746 6059 1 0 550805 0
[pid=206859/tid=206868] ppid=206851 vsize=19060472 memory=0 CPUtime=0.33 cores=0,2
/proc/206859/task/206868/stat : 206868 (java) R 206851 206859 206792 0 -1 4194368 6111 0 19 0 31 2 0 0 20 0 19 0 20475436 19517923328 23746 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206902] ppid=206851 vsize=19060472 memory=321 CPUtime=0 cores=0,2
/proc/206859/task/206902/stat : 206902 (Finalizer) S 206851 206859 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20475448 19517923328 23746 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206931] ppid=206851 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/206859/task/206931/stat : 206931 (Common-Cleaner) S 206851 206859 206792 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20475450 19517923328 23746 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206937] ppid=206851 vsize=19060472 memory=11496 CPUtime=0 cores=0,2
/proc/206859/task/206937/stat : 206937 (Timer-0) S 206851 206859 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20475465 19517923328 23746 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 94984 KiB

[startup+1.50049 s]
/proc/loadavg: 1.37 2.55 3.29 10/331 206938
/proc/meminfo: memFree=122307012/131524600 swapFree=131061696/131071996
[pid=206859] ppid=206851 vsize=19060472 memory=168132 CPUtime=2.18 cores=0,2
/proc/206859/stat : 206859 (java) S 206851 206859 206792 0 -1 1077936128 17005 0 21 0 213 5 0 0 20 0 19 0 20475417 19517923328 42033 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 26 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
/proc/206859/statm: 4765118 42033 6075 1 0 553555 0
[pid=206859/tid=206868] ppid=206851 vsize=19060472 memory=0 CPUtime=1.1 cores=0,2
/proc/206859/task/206868/stat : 206868 (java) R 206851 206859 206792 0 -1 4194368 6463 0 19 0 106 4 0 0 20 0 19 0 20475436 19517923328 42033 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206902] ppid=206851 vsize=19060472 memory=11496 CPUtime=0 cores=0,2
/proc/206859/task/206902/stat : 206902 (Finalizer) S 206851 206859 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20475448 19517923328 42033 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206931] ppid=206851 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/206859/task/206931/stat : 206931 (Common-Cleaner) S 206851 206859 206792 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20475450 19517923328 42033 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206937] ppid=206851 vsize=19060472 memory=232785580467 CPUtime=0 cores=0,2
/proc/206859/task/206937/stat : 206937 (Timer-0) S 206851 206859 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20475465 19517923328 42033 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
Current children cumulated CPU time: 2.18 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 168132 KiB

[startup+3.10526 s]
/proc/loadavg: 1.82 2.62 3.31 8/335 207009
/proc/meminfo: memFree=122057956/131524600 swapFree=131061696/131071996
[pid=206859] ppid=206851 vsize=19127036 memory=179004 CPUtime=4.03 cores=0,2
/proc/206859/stat : 206859 (java) S 206851 206859 206792 0 -1 1077936128 19525 0 21 0 396 7 0 0 20 0 20 0 20475417 19586084864 44751 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 26 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
/proc/206859/statm: 4781759 44751 6091 1 0 553846 0
[pid=206859/tid=206868] ppid=206851 vsize=19127036 memory=38868 CPUtime=2.68 cores=0,2
/proc/206859/task/206868/stat : 206868 (java) R 206851 206859 206792 0 -1 4194368 6745 0 19 0 263 5 0 0 20 0 20 0 20475436 19586084864 44751 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206902] ppid=206851 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/206859/task/206902/stat : 206902 (Finalizer) S 206851 206859 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20475448 19586084864 44751 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206931] ppid=206851 vsize=19127036 memory=178648 CPUtime=0 cores=0,2
/proc/206859/task/206931/stat : 206931 (Common-Cleaner) S 206851 206859 206792 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 20475450 19586084864 44751 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206937] ppid=206851 vsize=19127036 memory=18928 CPUtime=0 cores=0,2
/proc/206859/task/206937/stat : 206937 (Timer-0) S 206851 206859 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20475465 19586084864 44751 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
Current children cumulated CPU time: 4.03 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 179004 KiB

[startup+6.30027 s]
/proc/loadavg: 1.82 2.62 3.31 7/334 207009
/proc/meminfo: memFree=121113296/131524600 swapFree=131061696/131071996
[pid=206859] ppid=206851 vsize=19127036 memory=226008 CPUtime=7.57 cores=0,2
/proc/206859/stat : 206859 (java) S 206851 206859 206792 0 -1 1077936128 24932 0 21 0 746 11 0 0 20 0 20 0 20475417 19586084864 56502 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 26 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
/proc/206859/statm: 4781759 56502 6091 1 0 554093 0
[pid=206859/tid=206868] ppid=206851 vsize=19127036 memory=0 CPUtime=5.87 cores=0,2
/proc/206859/task/206868/stat : 206868 (java) R 206851 206859 206792 0 -1 4194368 7230 0 19 0 578 9 0 0 20 0 20 0 20475436 19586084864 56502 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206902] ppid=206851 vsize=19127036 memory=178648 CPUtime=0 cores=0,2
/proc/206859/task/206902/stat : 206902 (Finalizer) S 206851 206859 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20475448 19586084864 56502 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206931] ppid=206851 vsize=19127036 memory=5640 CPUtime=0 cores=0,2
/proc/206859/task/206931/stat : 206931 (Common-Cleaner) S 206851 206859 206792 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 20475450 19586084864 56502 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206937] ppid=206851 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/206859/task/206937/stat : 206937 (Timer-0) S 206851 206859 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20475465 19586084864 56502 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
Current children cumulated CPU time: 7.57 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 226008 KiB

[startup+12.7003 s]
/proc/loadavg: 2.15 2.67 3.32 6/334 207011
/proc/meminfo: memFree=119535608/131524600 swapFree=131061696/131071996
[pid=206859] ppid=206851 vsize=19127036 memory=408564 CPUtime=14.59 cores=0,2
/proc/206859/stat : 206859 (java) S 206851 206859 206792 0 -1 1077936128 36947 0 21 0 1441 18 0 0 20 0 20 0 20475417 19586084864 102141 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 26 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
/proc/206859/statm: 4781759 102141 6091 1 0 556517 0
[pid=206859/tid=206868] ppid=206851 vsize=19127036 memory=178648 CPUtime=12.23 cores=0,2
/proc/206859/task/206868/stat : 206868 (java) R 206851 206859 206792 0 -1 4194368 9078 0 19 0 1208 15 0 0 20 0 20 0 20475436 19586084864 102141 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206902] ppid=206851 vsize=19127036 memory=283364 CPUtime=0 cores=0,2
/proc/206859/task/206902/stat : 206902 (Finalizer) S 206851 206859 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20475448 19586084864 102141 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206931] ppid=206851 vsize=19127036 memory=11496 CPUtime=0 cores=0,2
/proc/206859/task/206931/stat : 206931 (Common-Cleaner) S 206851 206859 206792 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 20475450 19586084864 102141 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206937] ppid=206851 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/206859/task/206937/stat : 206937 (Timer-0) S 206851 206859 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20475465 19586084864 102141 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
Current children cumulated CPU time: 14.59 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 408564 KiB

[startup+25.5003 s]
/proc/loadavg: 2.44 2.71 3.32 6/334 207012
/proc/meminfo: memFree=118219400/131524600 swapFree=131061696/131071996
[pid=206859] ppid=206851 vsize=19127036 memory=918312 CPUtime=27.86 cores=0,2
/proc/206859/stat : 206859 (java) S 206851 206859 206792 0 -1 1077936128 46843 0 21 0 2753 33 0 0 20 0 20 0 20475417 19586084864 229578 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 26 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
/proc/206859/statm: 4781759 229578 6091 1 0 556517 0
[pid=206859/tid=206868] ppid=206851 vsize=19127036 memory=844684 CPUtime=24.98 cores=0,2
/proc/206859/task/206868/stat : 206868 (java) R 206851 206859 206792 0 -1 4194368 11613 0 19 0 2470 28 0 0 20 0 20 0 20475436 19586084864 229578 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206902] ppid=206851 vsize=19127036 memory=-9104134838807143100 CPUtime=0 cores=0,2
/proc/206859/task/206902/stat : 206902 (Finalizer) S 206851 206859 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20475448 19586084864 229578 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206931] ppid=206851 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/206859/task/206931/stat : 206931 (Common-Cleaner) S 206851 206859 206792 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 20475450 19586084864 229578 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206937] ppid=206851 vsize=19127036 memory=817688 CPUtime=0 cores=0,2
/proc/206859/task/206937/stat : 206937 (Timer-0) S 206851 206859 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20475465 19586084864 229578 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
Current children cumulated CPU time: 27.86 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 918312 KiB

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

# cumulated CPU time of all completed processes:  user=35.2859 s, system=0.406978 s

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

[startup+25.6003 s]
/proc/loadavg: 2.44 2.71 3.32 6/334 207012
/proc/meminfo: memFree=118219400/131524600 swapFree=131061696/131071996
[pid=206859] ppid=206851 vsize=19127036 memory=924456 CPUtime=27.96 cores=0,2
/proc/206859/stat : 206859 (java) S 206851 206859 206792 0 -1 1077936128 46846 0 21 0 2763 33 0 0 20 0 20 0 20475417 19586084864 231114 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 26 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
/proc/206859/statm: 4781759 231114 6091 1 0 556517 0
[pid=206859/tid=206868] ppid=206851 vsize=19127036 memory=11496 CPUtime=25.08 cores=0,2
/proc/206859/task/206868/stat : 206868 (java) R 206851 206859 206792 0 -1 4194368 11616 0 19 0 2480 28 0 0 20 0 20 0 20475436 19586084864 231114 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206902] ppid=206851 vsize=19127036 memory=75864 CPUtime=0 cores=0,2
/proc/206859/task/206902/stat : 206902 (Finalizer) S 206851 206859 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20475448 19586084864 231114 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206931] ppid=206851 vsize=19127036 memory=865164 CPUtime=0 cores=0,2
/proc/206859/task/206931/stat : 206931 (Common-Cleaner) S 206851 206859 206792 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 20475450 19586084864 231114 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206937] ppid=206851 vsize=19127036 memory=2196 CPUtime=0 cores=0,2
/proc/206859/task/206937/stat : 206937 (Timer-0) S 206851 206859 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20475465 19586084864 231114 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
Current children cumulated CPU time: 27.96 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 924456 KiB

[startup+28.8002 s]
/proc/loadavg: 2.56 2.73 3.33 6/334 207012
/proc/meminfo: memFree=118075932/131524600 swapFree=131061696/131071996
[pid=206859] ppid=206851 vsize=19127036 memory=1033000 CPUtime=31.24 cores=0,2
/proc/206859/stat : 206859 (java) S 206851 206859 206792 0 -1 1077936128 47200 0 21 0 3087 37 0 0 20 0 20 0 20475417 19586084864 258250 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 26 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
/proc/206859/statm: 4781759 258250 6091 1 0 556517 0
[pid=206859/tid=206868] ppid=206851 vsize=19127036 memory=75864 CPUtime=28.27 cores=0,2
/proc/206859/task/206868/stat : 206868 (java) R 206851 206859 206792 0 -1 4194368 11767 0 19 0 2795 32 0 0 20 0 20 0 20475436 19586084864 258250 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206902] ppid=206851 vsize=19127036 memory=18928 CPUtime=0 cores=0,2
/proc/206859/task/206902/stat : 206902 (Finalizer) S 206851 206859 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20475448 19586084864 258250 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206931] ppid=206851 vsize=19127036 memory=2164 CPUtime=0 cores=0,2
/proc/206859/task/206931/stat : 206931 (Common-Cleaner) S 206851 206859 206792 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 20475450 19586084864 258250 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206937] ppid=206851 vsize=19127036 memory=992040 CPUtime=0 cores=0,2
/proc/206859/task/206937/stat : 206937 (Timer-0) S 206851 206859 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20475465 19586084864 258250 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
Current children cumulated CPU time: 31.24 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1033000 KiB

[startup+30.4002 s]
/proc/loadavg: 2.56 2.73 3.33 6/334 207014
/proc/meminfo: memFree=117886892/131524600 swapFree=131061696/131071996
[pid=206859] ppid=206851 vsize=19127036 memory=1059648 CPUtime=32.83 cores=0,2
/proc/206859/stat : 206859 (java) S 206851 206859 206792 0 -1 1077936128 48230 0 21 0 3245 38 0 0 20 0 20 0 20475417 19586084864 264912 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 26 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
/proc/206859/statm: 4781759 264912 6091 1 0 556517 0
[pid=206859/tid=206868] ppid=206851 vsize=19127036 memory=1446576 CPUtime=29.85 cores=0,2
/proc/206859/task/206868/stat : 206868 (java) R 206851 206859 206792 0 -1 4194368 11872 0 19 0 2952 33 0 0 20 0 20 0 20475436 19586084864 264912 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206902] ppid=206851 vsize=19127036 memory=1059648 CPUtime=0 cores=0,2
/proc/206859/task/206902/stat : 206902 (Finalizer) S 206851 206859 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20475448 19586084864 264912 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206931] ppid=206851 vsize=19127036 memory=5640 CPUtime=0 cores=0,2
/proc/206859/task/206931/stat : 206931 (Common-Cleaner) S 206851 206859 206792 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 20475450 19586084864 264912 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206937] ppid=206851 vsize=19127036 memory=11496 CPUtime=0 cores=0,2
/proc/206859/task/206937/stat : 206937 (Timer-0) S 206851 206859 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20475465 19586084864 264912 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
Current children cumulated CPU time: 32.83 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1059648 KiB

[startup+32.0002 s]*
/proc/loadavg: 2.76 2.77 3.34 6/334 207014
/proc/meminfo: memFree=117760624/131524600 swapFree=131061696/131071996
[pid=206859] ppid=206851 vsize=19127036 memory=1059672 CPUtime=34.35 cores=0,2
/proc/206859/stat : 206859 (java) S 206851 206859 206792 0 -1 1077936128 48308 0 21 0 3396 39 0 0 20 0 20 0 20475417 19586084864 264918 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 26 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
/proc/206859/statm: 4781759 264918 6091 1 0 556517 0
[pid=206859/tid=206868] ppid=206851 vsize=19127036 memory=11896 CPUtime=31.36 cores=0,2
/proc/206859/task/206868/stat : 206868 (java) R 206851 206859 206792 0 -1 4194368 11875 0 19 0 3102 34 0 0 20 0 20 0 20475436 19586084864 264918 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206902] ppid=206851 vsize=19127036 memory=2748 CPUtime=0 cores=0,2
/proc/206859/task/206902/stat : 206902 (Finalizer) S 206851 206859 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20475448 19586084864 264918 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206931] ppid=206851 vsize=19127036 memory=-8743001344175743676 CPUtime=0 cores=0,2
/proc/206859/task/206931/stat : 206931 (Common-Cleaner) S 206851 206859 206792 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 20475450 19586084864 264918 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206937] ppid=206851 vsize=19127036 memory=16744 CPUtime=0 cores=0,2
/proc/206859/task/206937/stat : 206937 (Timer-0) S 206851 206859 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20475465 19586084864 264918 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
Current children cumulated CPU time: 34.35 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1059672 KiB

[startup+32.8003 s]
/proc/loadavg: 2.76 2.77 3.34 6/334 207014
/proc/meminfo: memFree=117760624/131524600 swapFree=131061696/131071996
[pid=206859] ppid=206851 vsize=19127036 memory=1059672 CPUtime=35.16 cores=0,2
/proc/206859/stat : 206859 (java) S 206851 206859 206792 0 -1 1077936128 48351 0 21 0 3477 39 0 0 20 0 20 0 20475417 19586084864 264918 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 26 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
/proc/206859/statm: 4781759 264918 6091 1 0 556517 0
[pid=206859/tid=206868] ppid=206851 vsize=19127036 memory=2164 CPUtime=32.16 cores=0,2
/proc/206859/task/206868/stat : 206868 (java) R 206851 206859 206792 0 -1 4194368 11875 0 19 0 3182 34 0 0 20 0 20 0 20475436 19586084864 264918 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206902] ppid=206851 vsize=19127036 memory=-9104134838807143100 CPUtime=0 cores=0,2
/proc/206859/task/206902/stat : 206902 (Finalizer) S 206851 206859 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20475448 19586084864 264918 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206931] ppid=206851 vsize=19127036 memory=5448 CPUtime=0 cores=0,2
/proc/206859/task/206931/stat : 206931 (Common-Cleaner) S 206851 206859 206792 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 20475450 19586084864 264918 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206937] ppid=206851 vsize=19127036 memory=1948 CPUtime=0 cores=0,2
/proc/206859/task/206937/stat : 206937 (Timer-0) S 206851 206859 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20475465 19586084864 264918 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
Current children cumulated CPU time: 35.16 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1059672 KiB

[startup+33.2002 s]
/proc/loadavg: 2.76 2.77 3.34 6/334 207014
/proc/meminfo: memFree=117699024/131524600 swapFree=131061696/131071996
[pid=206859] ppid=206851 vsize=19127036 memory=1059672 CPUtime=35.56 cores=0,2
/proc/206859/stat : 206859 (java) S 206851 206859 206792 0 -1 1077936128 48351 0 21 0 3517 39 0 0 20 0 20 0 20475417 19586084864 264918 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 26 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
/proc/206859/statm: 4781759 264918 6091 1 0 556517 0
[pid=206859/tid=206868] ppid=206851 vsize=19127036 memory=-9104134838807143100 CPUtime=32.55 cores=0,2
/proc/206859/task/206868/stat : 206868 (java) R 206851 206859 206792 0 -1 4194368 11875 0 19 0 3221 34 0 0 20 0 20 0 20475436 19586084864 264918 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206902] ppid=206851 vsize=19127036 memory=11896 CPUtime=0 cores=0,2
/proc/206859/task/206902/stat : 206902 (Finalizer) S 206851 206859 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20475448 19586084864 264918 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206931] ppid=206851 vsize=19127036 memory=1059648 CPUtime=0 cores=0,2
/proc/206859/task/206931/stat : 206931 (Common-Cleaner) S 206851 206859 206792 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 20475450 19586084864 264918 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206937] ppid=206851 vsize=19127036 memory=12248 CPUtime=0 cores=0,2
/proc/206859/task/206937/stat : 206937 (Timer-0) S 206851 206859 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20475465 19586084864 264918 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
Current children cumulated CPU time: 35.56 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1059672 KiB

[startup+33.3005 s]
/proc/loadavg: 2.76 2.77 3.34 6/334 207014
/proc/meminfo: memFree=117699024/131524600 swapFree=131061696/131071996
[pid=206859] ppid=206851 vsize=19260164 memory=1060036 CPUtime=35.66 cores=0,2
/proc/206859/stat : 206859 (java) S 206851 206859 206792 0 -1 1077936128 49426 0 21 0 3526 40 0 0 20 0 20 0 20475417 19722407936 265009 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 26 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
/proc/206859/statm: 4815041 265009 6091 1 0 557151 0
[pid=206859/tid=206868] ppid=206851 vsize=19260164 memory=1059672 CPUtime=32.6 cores=0,2
/proc/206859/task/206868/stat : 206868 (java) S 206851 206859 206792 0 -1 1077936192 12641 0 19 0 3226 34 0 0 20 0 20 0 20475436 19722407936 265009 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 26 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206902] ppid=206851 vsize=19260164 memory=-8743001344175743676 CPUtime=0 cores=0,2
/proc/206859/task/206902/stat : 206902 (Finalizer) S 206851 206859 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20475448 19722407936 265009 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
[pid=206859/tid=206931] ppid=206851 vsize=19260164 memory=164 CPUtime=0 cores=0,2
/proc/206859/task/206931/stat : 206931 (Common-Cleaner) S 206851 206859 206792 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 20475450 19722407936 265009 134679101440 94231743164416 94231743168112 140727560182496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94231743175928 94231743176720 94231749705728 140727560184751 140727560184933 140727560184933 140727560191944 0
Current children cumulated CPU time: 35.66 s
Current children cumulated vsize: 19260164 KiB
Current children cumulated memory: 1060036 KiB

Child status: 20

Real time (s): 33.3233
CPU time (s): 35.6928
CPU user time (s): 35.2859
CPU system time (s): 0.406978
CPU usage (%): 107.111
Max. virtual memory (cumulated for all children) (KiB): 19260164
Max. memory (cumulated for all children) (KiB): 1060036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.2859
system time used= 0.406978
maximum resident set size= 1061448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49665
page faults= 21
swaps= 0
block input operations= 12016
block output operations= 79816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2063
involuntary context switches= 639


# summary of solver processes directly reported to runsolver:
#   pid: 206859
#   total CPU time (s): 35.6928
#   total CPU user time (s): 35.2859
#   total CPU system time (s): 0.406978

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.073386 second user time and 0.221337 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-24 18:44:31
IDJOB=4451272
IDBENCH=162387
IDSOLVER=3079
FILE ID=nodeC020/4451272-1721839471
RUNJOBID= nodeC020-1721839470-206802
SLURM_JOB_ID= 7891544
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v040-n1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451272-1721839471/watcher-4451272-1721839471 -o /tmp/evaluation-result-4451272-1721839471/solver-4451272-1721839471 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721839470-206802 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4451272-1721839471 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4451272-1721839471.opb

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

MD5SUM BENCH= 19be1af6218e3e6451e61d53a5a4dc0f
RANDOM SEED=974062307

nodeC020.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3561.625
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
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		: 3624.652
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
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		: 3491.456
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
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		: 3658.662
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
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		: 3460.590
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
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		: 3657.224
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
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		: 3559.996
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
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		: 3649.919
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122790544 kB
MemAvailable:   129790016 kB
Buffers:          261668 kB
Cached:          7525840 kB
SwapCached:          120 kB
Active:          2586700 kB
Inactive:        5463008 kB
Active(anon):       2232 kB
Inactive(anon):   313856 kB
Active(file):    2584468 kB
Inactive(file):  5149152 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061696 kB
Dirty:              2808 kB
Writeback:             4 kB
AnonPages:        261260 kB
Mapped:           109008 kB
Shmem:             53880 kB
KReclaimable:     211352 kB
Slab:             327224 kB
SReclaimable:     211352 kB
SUnreclaim:       115872 kB
KernelStack:        3904 kB
PageTables:         9756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     642704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18496 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      363220 kB
DirectMap2M:    44498944 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC020 at 2024-07-24 18:45:04