Trace number 4452862

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. 16.5754 15.9132

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP055.shuf-3.opb
MD5SUM55cb808c8f1f2df9d76a318ac560e798
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.449063
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7980
Total number of constraints1597
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints1595
Minimum length of a constraint5
Maximum length of a constraint15
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	Expensive reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4452862-1721841606.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.34/0.23	c ... done. Wall clock time 0.09s.
0.34/0.23	c declared #vars     7980
0.34/0.23	c #constraints  1597
0.34/0.23	c constraints type 
0.34/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1597
0.34/0.23	c 1597 constraints processed.
1.07/0.61	c cleaning 2498 clauses out of 5000 with flag 13547/5000
1.46/0.83	c cleaning 4250 clauses out of 8502 with flag 29762/11000
1.86/1.02	c cleaning 5611 clauses out of 11252 with flag 50275/18000
2.06/1.17	c cleaning 6816 clauses out of 13641 with flag 74035/26000
2.45/1.32	c cleaning 7896 clauses out of 15827 with flag 105033/35002
2.64/1.46	c cleaning 8950 clauses out of 17929 with flag 133560/45000
2.81/1.59	c cleaning 9984 clauses out of 19979 with flag 168440/56000
3.21/1.72	c cleaning 10960 clauses out of 21995 with flag 200932/68000
3.37/1.84	c cleaning 12007 clauses out of 24035 with flag 239138/81000
3.59/2.01	c cleaning 12985 clauses out of 26028 with flag 283045/95000
3.69/2.17	c cleaning 14018 clauses out of 28044 with flag 329043/110001
3.92/2.37	c cleaning 15009 clauses out of 30025 with flag 379072/126000
4.19/2.55	c cleaning 16005 clauses out of 32016 with flag 427215/143000
4.45/2.75	c cleaning 16974 clauses out of 34012 with flag 477306/161001
4.66/2.95	c cleaning 18011 clauses out of 36037 with flag 529437/180000
4.86/3.16	c cleaning 19001 clauses out of 38026 with flag 588326/200000
5.05/3.39	c cleaning 20001 clauses out of 40027 with flag 655219/221002
5.36/3.65	c cleaning 20986 clauses out of 42027 with flag 717158/243003
5.55/3.88	c cleaning 21990 clauses out of 44039 with flag 784797/266001
5.85/4.16	c cleaning 23002 clauses out of 46050 with flag 854575/290002
6.14/4.45	c cleaning 24012 clauses out of 48046 with flag 931938/315000
6.44/4.74	c cleaning 24986 clauses out of 50034 with flag 1007303/341000
6.75/5.06	c cleaning 26014 clauses out of 52048 with flag 1088160/368000
7.05/5.37	c cleaning 27004 clauses out of 54038 with flag 1167762/396004
7.44/5.70	c cleaning 27999 clauses out of 56030 with flag 1253980/425000
7.75/6.04	c cleaning 28999 clauses out of 58031 with flag 1342242/455000
8.14/6.40	c cleaning 30004 clauses out of 60032 with flag 1436769/486000
8.44/6.77	c cleaning 30985 clauses out of 62028 with flag 1530518/518000
8.84/7.12	c cleaning 32008 clauses out of 64044 with flag 1639482/551001
9.23/7.54	c cleaning 32994 clauses out of 66035 with flag 1737362/585000
9.74/8.01	c cleaning 34011 clauses out of 68041 with flag 1848066/620000
10.21/8.48	c cleaning 35007 clauses out of 70030 with flag 1953050/656000
10.75/8.92	c cleaning 35985 clauses out of 72025 with flag 2058062/693002
11.16/9.38	c cleaning 37012 clauses out of 74038 with flag 2168545/731000
11.67/9.86	c cleaning 37977 clauses out of 76027 with flag 2285811/770001
12.35/10.44	c cleaning 38996 clauses out of 78050 with flag 2412370/810001
12.89/10.96	c cleaning 40017 clauses out of 80055 with flag 2537860/851002
13.40/11.48	c cleaning 41011 clauses out of 82036 with flag 2657990/893000
13.97/11.99	c cleaning 42005 clauses out of 84026 with flag 2782655/936001
14.57/12.53	c cleaning 42972 clauses out of 86020 with flag 2913661/980000
15.08/13.08	c cleaning 43995 clauses out of 88049 with flag 3047545/1025001
15.67/13.69	c cleaning 45002 clauses out of 90053 with flag 3201056/1071000
16.47/15.83	c starts		: 692
16.47/15.84	c conflicts		: 1094618
16.47/15.84	c decisions		: 4218223
16.47/15.84	c propagations		: 9318067
16.47/15.84	c inspects		: 122534802
16.47/15.84	c shortcuts		: 0
16.47/15.84	c learnt literals	: 10
16.47/15.84	c learnt binary clauses	: 22
16.47/15.84	c learnt ternary clauses	: 5114
16.47/15.84	c learnt constraints	: 1094607
16.47/15.84	c ignored constraints	: 0
16.47/15.84	c root simplifications	: 0
16.47/15.84	c removed literals (reason simplification)	: 903746
16.47/15.84	c reason swapping (by a shorter reason)	: 0
16.47/15.84	c Calls to reduceDB	: 42
16.47/15.84	c Number of update (reduction) of LBD	: 195111
16.47/15.84	c Imported unit clauses	: 0
16.47/15.84	c No decision after first conflict	: false
16.47/15.84	c number of reductions to clauses (during analyze)	: 0
16.47/15.84	c number of learned constraints concerned by reduction	: 0
16.47/15.84	c number of learning phase by resolution	: 0
16.47/15.84	c number of learning phase by cutting planes	: 0
16.47/15.84	c number of rounding to 1 operations	: 0
16.47/15.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
16.47/15.84	c number of reductions of the coefficients by power 2 	: 0
16.47/15.84	c number of right shift for reduction by power 2 	: 0
16.47/15.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
16.47/15.84	c number of ending skipping 	: 0
16.47/15.84	c number of internal skipping 	: 0
16.47/15.84	c number of derivation steps 	: 0
16.47/15.84	c number of skipped derivation steps 	: 0
16.47/15.84	c number of remaining unassigned 	: 0
16.47/15.84	c number of remaining assigned 	: 0
16.47/15.84	c number of falsified literals weakened from reason	: 0
16.47/15.84	c number of falsified literals weakened from conflict	: 0
16.47/15.84	c time for arithmetic operations	: 0
16.47/15.84	c minimum degree of deleted constraints	: null
16.47/15.84	c maximum degree of deleted constraints	: null
16.47/15.84	c number of deleted constraints	: 0
16.47/15.84	c speed (assignments/second)	: 597082.3401255928
16.47/15.84	c non guided choices	: 2465930
16.47/15.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 68636
16.47/15.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 22
16.47/15.89	s UNSATISFIABLE
16.47/15.89	c Total wall clock time (in seconds): 15.761

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 (55105 MiB free)
  memory of node 1: 64473 MiB (56324 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=200134, runsolver pid=200131
Current StackSize limit: 8192 KiB


[startup+0.100081 s]*
/proc/loadavg: 4.21 2.53 1.87 5/334 200152
/proc/meminfo: memFree=114059536/131524600 swapFree=131054968/131071996
[pid=200134] ppid=200131 vsize=18975048 memory=65624 CPUtime=0.13 cores=5,7
/proc/200134/stat : 200134 (java) S 200131 200134 199498 0 -1 1077936128 7229 0 0 0 11 2 0 0 20 0 18 0 20683989 19430449152 16406 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
/proc/200134/statm: 4743762 16406 5716 1 0 549356 0
[pid=200134/tid=200136] ppid=200131 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/200134/task/200136/stat : 200136 (java) R 200131 200134 199498 0 -1 4194368 5765 0 0 0 7 1 0 0 20 0 18 0 20683989 19430449152 16406 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200145] ppid=200131 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/200134/task/200145/stat : 200145 (Finalizer) S 200131 200134 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20683992 19430449152 16406 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200152] ppid=200131 vsize=18975048 memory=15262540772369567 CPUtime=0 cores=5,7
/proc/200134/task/200152/stat : 200152 (Common-Cleaner) S 200131 200134 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20683992 19430449152 16406 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65624 KiB

[startup+0.211218 s]*
/proc/loadavg: 4.21 2.53 1.87 7/334 200152
/proc/meminfo: memFree=114039304/131524600 swapFree=131054968/131071996
[pid=200134] ppid=200131 vsize=18975048 memory=85504 CPUtime=0.34 cores=5,7
/proc/200134/stat : 200134 (java) S 200131 200134 199498 0 -1 1077936128 8265 0 0 0 31 3 0 0 20 0 18 0 20683989 19430449152 21376 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
/proc/200134/statm: 4743762 21376 5839 1 0 549990 0
[pid=200134/tid=200136] ppid=200131 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/200134/task/200136/stat : 200136 (java) R 200131 200134 199498 0 -1 1077936192 5935 0 0 0 16 2 0 0 20 0 18 0 20683989 19430449152 21376 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200145] ppid=200131 vsize=18975048 memory=1535086 CPUtime=0 cores=5,7
/proc/200134/task/200145/stat : 200145 (Finalizer) S 200131 200134 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20683992 19430449152 21376 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200152] ppid=200131 vsize=18975048 memory=13855165887284878 CPUtime=0 cores=5,7
/proc/200134/task/200152/stat : 200152 (Common-Cleaner) S 200131 200134 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20683992 19430449152 21376 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 85504 KiB

[startup+0.305659 s]*
/proc/loadavg: 4.21 2.53 1.87 7/335 200153
/proc/meminfo: memFree=114032608/131524600 swapFree=131054968/131071996
[pid=200134] ppid=200131 vsize=19041612 memory=91000 CPUtime=0.51 cores=5,7
/proc/200134/stat : 200134 (java) S 200131 200134 199498 0 -1 1077936128 9429 0 0 0 48 3 0 0 20 0 19 0 20683989 19498610688 22750 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
/proc/200134/statm: 4760403 22750 5839 1 0 551055 0
[pid=200134/tid=200136] ppid=200131 vsize=19041612 memory=-9104705511111762620 CPUtime=0.25 cores=5,7
/proc/200134/task/200136/stat : 200136 (java) R 200131 200134 199498 0 -1 4194368 6012 0 0 0 23 2 0 0 20 0 19 0 20683989 19498610688 22750 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200145] ppid=200131 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/200134/task/200145/stat : 200145 (Finalizer) S 200131 200134 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20683992 19498610688 22750 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200152] ppid=200131 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/200134/task/200152/stat : 200152 (Common-Cleaner) S 200131 200134 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20683992 19498610688 22750 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200153] ppid=200131 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/200134/task/200153/stat : 200153 (Timer-0) S 200131 200134 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20684012 19498610688 22750 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 91000 KiB

[startup+0.700429 s]
/proc/loadavg: 4.21 2.53 1.87 7/335 200153
/proc/meminfo: memFree=114007728/131524600 swapFree=131054968/131071996
[pid=200134] ppid=200131 vsize=19041612 memory=142572 CPUtime=1.26 cores=5,7
/proc/200134/stat : 200134 (java) S 200131 200134 199498 0 -1 1077936128 14458 0 0 0 121 5 0 0 20 0 19 0 20683989 19498610688 35643 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
/proc/200134/statm: 4760403 35643 5855 1 0 554063 0
[pid=200134/tid=200136] ppid=200131 vsize=19041612 memory=12304 CPUtime=0.57 cores=5,7
/proc/200134/task/200136/stat : 200136 (java) R 200131 200134 199498 0 -1 4194368 6122 0 0 0 54 3 0 0 20 0 19 0 20683989 19498610688 35643 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200145] ppid=200131 vsize=19041612 memory=12304 CPUtime=0 cores=5,7
/proc/200134/task/200145/stat : 200145 (Finalizer) S 200131 200134 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20683992 19498610688 35643 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200152] ppid=200131 vsize=19041612 memory=117636 CPUtime=0 cores=5,7
/proc/200134/task/200152/stat : 200152 (Common-Cleaner) S 200131 200134 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20683992 19498610688 35643 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200153] ppid=200131 vsize=19041612 memory=25596 CPUtime=0 cores=5,7
/proc/200134/task/200153/stat : 200153 (Timer-0) S 200131 200134 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20684012 19498610688 35643 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 142572 KiB

[startup+1.50042 s]
/proc/loadavg: 4.21 2.53 1.87 7/336 200154
/proc/meminfo: memFree=113933600/131524600 swapFree=131054968/131071996
[pid=200134] ppid=200131 vsize=19108176 memory=183888 CPUtime=2.81 cores=5,7
/proc/200134/stat : 200134 (java) S 200131 200134 199498 0 -1 1077936128 21658 0 0 0 273 8 0 0 20 0 20 0 20683989 19566772224 45972 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
/proc/200134/statm: 4777044 45972 5903 1 0 555163 0
[pid=200134/tid=200136] ppid=200131 vsize=19108176 memory=12304 CPUtime=1.33 cores=5,7
/proc/200134/task/200136/stat : 200136 (java) R 200131 200134 199498 0 -1 4194368 6536 0 0 0 128 5 0 0 20 0 20 0 20683989 19566772224 45972 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200145] ppid=200131 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/200134/task/200145/stat : 200145 (Finalizer) S 200131 200134 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20683992 19566772224 45972 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200152] ppid=200131 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/200134/task/200152/stat : 200152 (Common-Cleaner) S 200131 200134 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 20683992 19566772224 45972 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200153] ppid=200131 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/200134/task/200153/stat : 200153 (Timer-0) S 200131 200134 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20684012 19566772224 45972 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183888 KiB

[startup+3.10643 s]
/proc/loadavg: 4.27 2.57 1.89 5/336 200154
/proc/meminfo: memFree=113693016/131524600 swapFree=131054968/131071996
[pid=200134] ppid=200131 vsize=19108176 memory=389340 CPUtime=4.86 cores=5,7
/proc/200134/stat : 200134 (java) S 200131 200134 199498 0 -1 1077936128 23405 0 0 0 471 15 0 0 20 0 20 0 20683989 19566772224 97335 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
/proc/200134/statm: 4777044 97335 5919 1 0 555166 0
[pid=200134/tid=200136] ppid=200131 vsize=19108176 memory=0 CPUtime=2.88 cores=5,7
/proc/200134/task/200136/stat : 200136 (java) R 200131 200134 199498 0 -1 4194368 7085 0 0 0 276 12 0 0 20 0 20 0 20683989 19566772224 97335 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200145] ppid=200131 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/200134/task/200145/stat : 200145 (Finalizer) S 200131 200134 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20683992 19566772224 97335 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200152] ppid=200131 vsize=19108176 memory=186076 CPUtime=0 cores=5,7
/proc/200134/task/200152/stat : 200152 (Common-Cleaner) S 200131 200134 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 20683992 19566772224 97335 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200153] ppid=200131 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/200134/task/200153/stat : 200153 (Timer-0) S 200131 200134 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20684012 19566772224 97335 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
Current children cumulated CPU time: 4.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 389340 KiB

[startup+6.30042 s]
/proc/loadavg: 4.27 2.57 1.89 5/336 200154
/proc/meminfo: memFree=113413476/131524600 swapFree=131054968/131071996
[pid=200134] ppid=200131 vsize=19108176 memory=579392 CPUtime=8.04 cores=5,7
/proc/200134/stat : 200134 (java) S 200131 200134 199498 0 -1 1077936128 23807 0 0 0 779 25 0 0 20 0 20 0 20683989 19566772224 144848 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
/proc/200134/statm: 4777044 144848 5919 1 0 555166 0
[pid=200134/tid=200136] ppid=200131 vsize=19108176 memory=12304 CPUtime=6.02 cores=5,7
/proc/200134/task/200136/stat : 200136 (java) R 200131 200134 199498 0 -1 4194368 7306 0 0 0 581 21 0 0 20 0 20 0 20683989 19566772224 144848 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200145] ppid=200131 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/200134/task/200145/stat : 200145 (Finalizer) S 200131 200134 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20683992 19566772224 144848 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200152] ppid=200131 vsize=19108176 memory=6083072701191901521 CPUtime=0 cores=5,7
/proc/200134/task/200152/stat : 200152 (Common-Cleaner) S 200131 200134 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 20683992 19566772224 144848 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200153] ppid=200131 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/200134/task/200153/stat : 200153 (Timer-0) S 200131 200134 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20684012 19566772224 144848 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
Current children cumulated CPU time: 8.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 579392 KiB

[startup+12.7003 s]
/proc/loadavg: 4.23 2.62 1.91 5/336 200155
/proc/meminfo: memFree=112909776/131524600 swapFree=131054968/131071996
[pid=200134] ppid=200131 vsize=19108176 memory=915448 CPUtime=14.77 cores=5,7
/proc/200134/stat : 200134 (java) S 200131 200134 199498 0 -1 1077936128 27744 0 0 0 1436 41 0 0 20 0 20 0 20683989 19566772224 228862 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
/proc/200134/statm: 4777044 228862 5919 1 0 555166 0
[pid=200134/tid=200136] ppid=200131 vsize=19108176 memory=0 CPUtime=12.35 cores=5,7
/proc/200134/task/200136/stat : 200136 (java) R 200131 200134 199498 0 -1 4194368 8262 0 0 0 1199 36 0 0 20 0 20 0 20683989 19566772224 228862 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200145] ppid=200131 vsize=19108176 memory=915448 CPUtime=0 cores=5,7
/proc/200134/task/200145/stat : 200145 (Finalizer) S 200131 200134 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20683992 19566772224 228862 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200152] ppid=200131 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/200134/task/200152/stat : 200152 (Common-Cleaner) S 200131 200134 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 20683992 19566772224 228862 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200153] ppid=200131 vsize=19108176 memory=15884 CPUtime=0 cores=5,7
/proc/200134/task/200153/stat : 200153 (Timer-0) S 200131 200134 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20684012 19566772224 228862 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
Current children cumulated CPU time: 14.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 915448 KiB

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

# cumulated CPU time of all completed processes:  user=16.0735 s, system=0.501962 s

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

[startup+12.8003 s]
/proc/loadavg: 4.23 2.62 1.91 5/336 200155
/proc/meminfo: memFree=112909776/131524600 swapFree=131054968/131071996
[pid=200134] ppid=200131 vsize=19108176 memory=915448 CPUtime=14.87 cores=5,7
/proc/200134/stat : 200134 (java) S 200131 200134 199498 0 -1 1077936128 27763 0 0 0 1446 41 0 0 20 0 20 0 20683989 19566772224 228862 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
/proc/200134/statm: 4777044 228862 5919 1 0 555166 0
[pid=200134/tid=200136] ppid=200131 vsize=19108176 memory=915448 CPUtime=12.46 cores=5,7
/proc/200134/task/200136/stat : 200136 (java) R 200131 200134 199498 0 -1 4194368 8281 0 0 0 1209 37 0 0 20 0 20 0 20683989 19566772224 228862 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200145] ppid=200131 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/200134/task/200145/stat : 200145 (Finalizer) S 200131 200134 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20683992 19566772224 228862 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200152] ppid=200131 vsize=19108176 memory=11944 CPUtime=0 cores=5,7
/proc/200134/task/200152/stat : 200152 (Common-Cleaner) S 200131 200134 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 20683992 19566772224 228862 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200153] ppid=200131 vsize=19108176 memory=5596 CPUtime=0 cores=5,7
/proc/200134/task/200153/stat : 200153 (Timer-0) S 200131 200134 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20684012 19566772224 228862 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
Current children cumulated CPU time: 14.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 915448 KiB

[startup+14.4002 s]
/proc/loadavg: 4.23 2.62 1.91 7/336 200155
/proc/meminfo: memFree=112651104/131524600 swapFree=131054968/131071996
[pid=200134] ppid=200131 vsize=19108176 memory=1142112 CPUtime=16.47 cores=5,7
/proc/200134/stat : 200134 (java) S 200131 200134 199498 0 -1 1077936128 33048 0 0 0 1599 48 0 0 20 0 20 0 20683989 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
/proc/200134/statm: 4777044 285528 5919 1 0 555198 0
[pid=200134/tid=200136] ppid=200131 vsize=19108176 memory=0 CPUtime=13.72 cores=5,7
/proc/200134/task/200136/stat : 200136 (java) D 200131 200134 199498 0 -1 4194368 9792 0 0 0 1330 42 0 0 20 0 20 0 20683989 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200145] ppid=200131 vsize=19108176 memory=-9104705511111762620 CPUtime=0 cores=5,7
/proc/200134/task/200145/stat : 200145 (Finalizer) S 200131 200134 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20683992 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200152] ppid=200131 vsize=19108176 memory=2160 CPUtime=0 cores=5,7
/proc/200134/task/200152/stat : 200152 (Common-Cleaner) S 200131 200134 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 20683992 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200153] ppid=200131 vsize=19108176 memory=68244 CPUtime=0 cores=5,7
/proc/200134/task/200153/stat : 200153 (Timer-0) S 200131 200134 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20684012 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
Current children cumulated CPU time: 16.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1142112 KiB

[startup+15.2002 s]
/proc/loadavg: 4.23 2.62 1.91 4/336 200155
/proc/meminfo: memFree=112637468/131524600 swapFree=131054968/131071996
[pid=200134] ppid=200131 vsize=19108176 memory=1142112 CPUtime=16.47 cores=5,7
/proc/200134/stat : 200134 (java) S 200131 200134 199498 0 -1 1077936128 33052 0 0 0 1599 48 0 0 20 0 20 0 20683989 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
/proc/200134/statm: 4777044 285528 5919 1 0 555198 0
[pid=200134/tid=200136] ppid=200131 vsize=19108176 memory=280013345974672 CPUtime=13.72 cores=5,7
/proc/200134/task/200136/stat : 200136 (java) D 200131 200134 199498 0 -1 4194368 9792 0 0 0 1330 42 0 0 20 0 20 0 20683989 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200145] ppid=200131 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/200134/task/200145/stat : 200145 (Finalizer) S 200131 200134 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20683992 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200152] ppid=200131 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/200134/task/200152/stat : 200152 (Common-Cleaner) S 200131 200134 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 20683992 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200153] ppid=200131 vsize=19108176 memory=1097788 CPUtime=0 cores=5,7
/proc/200134/task/200153/stat : 200153 (Timer-0) S 200131 200134 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20684012 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
Current children cumulated CPU time: 16.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1142112 KiB

[startup+15.6002 s]
/proc/loadavg: 4.23 2.62 1.91 4/336 200155
/proc/meminfo: memFree=112637468/131524600 swapFree=131054968/131071996
[pid=200134] ppid=200131 vsize=19108176 memory=1142112 CPUtime=16.47 cores=5,7
/proc/200134/stat : 200134 (java) S 200131 200134 199498 0 -1 1077936128 33052 0 0 0 1599 48 0 0 20 0 20 0 20683989 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
/proc/200134/statm: 4777044 285528 5919 1 0 555198 0
[pid=200134/tid=200136] ppid=200131 vsize=19108176 memory=68244 CPUtime=13.73 cores=5,7
/proc/200134/task/200136/stat : 200136 (java) D 200131 200134 199498 0 -1 4194368 9792 0 0 0 1330 43 0 0 20 0 20 0 20683989 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 301 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200145] ppid=200131 vsize=19108176 memory=2004 CPUtime=0 cores=5,7
/proc/200134/task/200145/stat : 200145 (Finalizer) S 200131 200134 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20683992 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200152] ppid=200131 vsize=19108176 memory=1896 CPUtime=0 cores=5,7
/proc/200134/task/200152/stat : 200152 (Common-Cleaner) S 200131 200134 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 20683992 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200153] ppid=200131 vsize=19108176 memory=-9104705511111762620 CPUtime=0 cores=5,7
/proc/200134/task/200153/stat : 200153 (Timer-0) S 200131 200134 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20684012 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
Current children cumulated CPU time: 16.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1142112 KiB

[startup+15.8002 s]
/proc/loadavg: 4.23 2.62 1.91 4/336 200155
/proc/meminfo: memFree=112637468/131524600 swapFree=131054968/131071996
[pid=200134] ppid=200131 vsize=19108176 memory=1142112 CPUtime=16.47 cores=5,7
/proc/200134/stat : 200134 (java) S 200131 200134 199498 0 -1 1077936128 33052 0 0 0 1599 48 0 0 20 0 20 0 20683989 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
/proc/200134/statm: 4777044 285528 5919 1 0 555198 0
[pid=200134/tid=200136] ppid=200131 vsize=19108176 memory=25740 CPUtime=13.73 cores=5,7
/proc/200134/task/200136/stat : 200136 (java) D 200131 200134 199498 0 -1 4194368 9792 0 0 0 1330 43 0 0 20 0 20 0 20683989 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 341 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200145] ppid=200131 vsize=19108176 memory=7320 CPUtime=0 cores=5,7
/proc/200134/task/200145/stat : 200145 (Finalizer) S 200131 200134 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20683992 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200152] ppid=200131 vsize=19108176 memory=31160 CPUtime=0 cores=5,7
/proc/200134/task/200152/stat : 200152 (Common-Cleaner) S 200131 200134 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 20683992 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
[pid=200134/tid=200153] ppid=200131 vsize=19108176 memory=3364 CPUtime=0 cores=5,7
/proc/200134/task/200153/stat : 200153 (Timer-0) S 200131 200134 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20684012 19566772224 285528 134679101440 93861036093440 93861036097136 140736033576240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93861036104952 93861036105744 93861056966656 140736033579947 140736033580129 140736033580129 140736033587144 0
Current children cumulated CPU time: 16.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1142112 KiB

[startup+15.9002 s]*
/proc/loadavg: 4.23 2.62 1.91 4/317 200157
/proc/meminfo: memFree=113759248/131524600 swapFree=131054968/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 20

Real time (s): 15.9132
CPU time (s): 16.5754
CPU user time (s): 16.0735
CPU system time (s): 0.501962
CPU usage (%): 104.162
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1142112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.0735
system time used= 0.501962
maximum resident set size= 1147856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34478
page faults= 0
swaps= 0
block input operations= 0
block output operations= 222808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3397
involuntary context switches= 291


# summary of solver processes directly reported to runsolver:
#   pid: 200134
#   total CPU time (s): 16.5754
#   total CPU user time (s): 16.0735
#   total CPU system time (s): 0.501962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053794 second user time and 0.099946 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-24 19:20:06
IDJOB=4452862
IDBENCH=165335
IDSOLVER=3079
FILE ID=nodeC028/4452862-1721841606
RUNJOBID= nodeC028-1721841436-199511
SLURM_JOB_ID= 7891563
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP055.shuf-3.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-4452862-1721841606/watcher-4452862-1721841606 -o /tmp/evaluation-result-4452862-1721841606/solver-4452862-1721841606 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721841436-199511 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4452862-1721841606 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452862-1721841606.opb

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

MD5SUM BENCH= 55cb808c8f1f2df9d76a318ac560e798
RANDOM SEED=1743464579

nodeC028.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		: 3665.851
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.46
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		: 3676.418
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.51
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.005
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.46
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		: 3630.748
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.51
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		: 3665.943
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.46
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		: 3660.719
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        114104604 kB
MemAvailable:   123614328 kB
Buffers:          266004 kB
Cached:         10029652 kB
SwapCached:          264 kB
Active:          2269980 kB
Inactive:       14449724 kB
Active(anon):       4472 kB
Inactive(anon):  6471756 kB
Active(file):    2265508 kB
Inactive(file):  7977968 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054968 kB
Dirty:            114664 kB
Writeback:             0 kB
AnonPages:       6423300 kB
Mapped:           116656 kB
Shmem:             52100 kB
KReclaimable:     212140 kB
Slab:             337184 kB
SReclaimable:     212140 kB
SUnreclaim:       125044 kB
KernelStack:        5104 kB
PageTables:        22828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9105232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13440 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6144000 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:      443092 kB
DirectMap2M:    51759104 kB
DirectMap1G:    83886080 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC028 at 2024-07-24 19:20:22