Trace number 4448222

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. 41.666 36.9339

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x20split.cnf-extracted.pb.metafix.opb
MD5SUM35375f6b743dd6cf76dbca7c0490fbc2
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.085087
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables201
Total number of constraints278
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)276
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.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.19	c version CUSTOM.v20240707
0.26/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.23	c java.vm.version	22.0.1+8-16
0.26/0.23	c java.vm.vendor	Oracle Corporation
0.26/0.23	c sun.arch.data.model	64
0.26/0.23	c java.version		22.0.1
0.26/0.23	c os.name		Linux
0.26/0.23	c os.version		4.18.0-301.1.el8.x86_64
0.26/0.23	c os.arch		amd64
0.26/0.24	c Free memory 		2113181440
0.26/0.24	c Max memory 		16282288128
0.26/0.24	c Total memory 		2122317824
0.26/0.25	c Number of processors 	2
0.42/0.33	--- Begin Solver configuration ---
0.42/0.33	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.42/0.33	Learn all clauses as in MiniSAT
0.42/0.33	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.33	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.33	Expensive reason simplification
0.42/0.33	Glucose 2.1 dynamic restart strategy
0.42/0.33	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.42/0.33	timeout=2147483s
0.42/0.33	DB Simplification allowed=false
0.42/0.33	Listener: none
0.42/0.33	--- End Solver configuration ---
0.42/0.34	c Pseudo Boolean Optimization by upper bound
0.42/0.34	c --- Begin Solver configuration ---
0.42/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.42/0.34	c Learn all clauses as in MiniSAT
0.42/0.34	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.34	c Expensive reason simplification
0.42/0.34	c Glucose 2.1 dynamic restart strategy
0.42/0.34	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.42/0.34	c timeout=2147483s
0.42/0.34	c DB Simplification allowed=false
0.42/0.34	c Listener: none
0.42/0.34	c --- End Solver configuration ---
0.42/0.34	c solving HOME/instance-4448222-1721827573.opb
0.42/0.34	c reading problem ... 
0.42/0.35	c using VERIPB proof format
0.42/0.36	c  no objective function found
0.58/0.44	c ... done. Wall clock time 0.09s.
0.58/0.44	c declared #vars     201
0.58/0.44	c #constraints  278
0.58/0.44	c constraints type 
0.58/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.58/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 276
0.58/0.44	c 278 constraints processed.
1.90/1.13	c cleaning 2486 clauses out of 5000 with flag 21314/5000
2.69/1.58	c cleaning 4252 clauses out of 8515 with flag 55073/11001
3.28/1.89	c cleaning 5619 clauses out of 11262 with flag 92513/18000
3.90/2.18	c cleaning 6810 clauses out of 13643 with flag 142370/26000
4.46/2.44	c cleaning 7908 clauses out of 15834 with flag 196155/35001
4.91/2.72	c cleaning 8955 clauses out of 17925 with flag 259287/45000
5.41/3.08	c cleaning 9976 clauses out of 19971 with flag 325579/56001
5.85/3.49	c cleaning 10985 clauses out of 21995 with flag 400016/68001
6.35/3.95	c cleaning 11991 clauses out of 24009 with flag 479938/81000
6.86/4.46	c cleaning 12999 clauses out of 26018 with flag 565510/95000
7.56/5.13	c cleaning 14001 clauses out of 28019 with flag 652942/110000
8.84/6.44	c cleaning 15001 clauses out of 30019 with flag 747322/126001
9.79/7.30	c cleaning 15998 clauses out of 32017 with flag 842137/143000
10.90/8.21	c cleaning 17003 clauses out of 34019 with flag 946475/161000
11.81/9.11	c cleaning 18001 clauses out of 36016 with flag 1056186/180000
12.81/10.19	c cleaning 19003 clauses out of 38015 with flag 1179091/200000
13.99/11.33	c cleaning 19999 clauses out of 40012 with flag 1300534/221000
15.20/12.52	c cleaning 21000 clauses out of 42013 with flag 1424138/243000
16.39/13.70	c cleaning 21999 clauses out of 44013 with flag 1547377/266000
17.91/15.26	c cleaning 22997 clauses out of 46014 with flag 1679593/290000
19.40/16.71	c cleaning 24003 clauses out of 48018 with flag 1811211/315001
20.90/18.28	c cleaning 25002 clauses out of 50015 with flag 1949056/341001
22.50/19.80	c cleaning 26001 clauses out of 52013 with flag 2085659/368001
24.20/21.58	c cleaning 27002 clauses out of 54011 with flag 2226765/396000
25.99/23.30	c cleaning 27998 clauses out of 56009 with flag 2367433/425000
27.49/24.85	c cleaning 28998 clauses out of 58011 with flag 2506774/455000
29.09/26.48	c cleaning 30002 clauses out of 60014 with flag 2647370/486001
30.88/28.22	c cleaning 31000 clauses out of 62011 with flag 2792139/518000
32.53/29.89	c cleaning 32001 clauses out of 64012 with flag 2944637/551001
34.36/31.70	c cleaning 33001 clauses out of 66010 with flag 3102131/585000
37.25/33.84	c cleaning 34004 clauses out of 68009 with flag 3272334/620000
40.51/36.07	c cleaning 35002 clauses out of 70003 with flag 3447359/656000
41.49/36.82	c starts		: 585
41.49/36.83	c conflicts		: 671187
41.49/36.83	c decisions		: 862905
41.49/36.83	c propagations		: 6784926
41.49/36.83	c inspects		: 622174266
41.49/36.83	c shortcuts		: 0
41.49/36.83	c learnt literals	: 14
41.49/36.83	c learnt binary clauses	: 94
41.49/36.83	c learnt ternary clauses	: 384
41.49/36.83	c learnt constraints	: 671172
41.49/36.83	c ignored constraints	: 0
41.49/36.83	c root simplifications	: 0
41.49/36.83	c removed literals (reason simplification)	: 790403
41.49/36.83	c reason swapping (by a shorter reason)	: 0
41.49/36.83	c Calls to reduceDB	: 32
41.49/36.83	c Number of update (reduction) of LBD	: 175457
41.49/36.83	c Imported unit clauses	: 0
41.49/36.83	c No decision after first conflict	: false
41.49/36.83	c number of reductions to clauses (during analyze)	: 0
41.49/36.83	c number of learned constraints concerned by reduction	: 0
41.49/36.83	c number of learning phase by resolution	: 0
41.49/36.83	c number of learning phase by cutting planes	: 0
41.49/36.83	c number of rounding to 1 operations	: 0
41.49/36.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
41.49/36.83	c number of reductions of the coefficients by power 2 	: 0
41.49/36.83	c number of right shift for reduction by power 2 	: 0
41.49/36.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
41.49/36.83	c number of ending skipping 	: 0
41.49/36.83	c number of internal skipping 	: 0
41.49/36.83	c number of derivation steps 	: 0
41.49/36.83	c number of skipped derivation steps 	: 0
41.49/36.83	c number of remaining unassigned 	: 0
41.49/36.83	c number of remaining assigned 	: 0
41.49/36.83	c number of falsified literals weakened from reason	: 0
41.49/36.83	c number of falsified literals weakened from conflict	: 0
41.49/36.83	c time for arithmetic operations	: 0
41.49/36.83	c minimum degree of deleted constraints	: null
41.49/36.83	c maximum degree of deleted constraints	: null
41.49/36.83	c number of deleted constraints	: 0
41.49/36.84	c speed (assignments/second)	: 186481.03562005277
41.49/36.84	c non guided choices	: 1490
41.62/36.91	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 50081
41.62/36.91	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 94
41.62/36.91	s UNSATISFIABLE
41.62/36.91	c Total wall clock time (in seconds): 36.575

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=191751, runsolver pid=191748
Current StackSize limit: 8192 KiB


[startup+0.105445 s]*
/proc/loadavg: 4.93 4.51 4.35 6/326 191769
/proc/meminfo: memFree=94418776/131655788 swapFree=131070192/131071996
[pid=191751] ppid=191748 vsize=18975048 memory=57504 CPUtime=0.11 cores=4,6
/proc/191751/stat : 191751 (java) S 191748 191751 187238 0 -1 1077936128 6427 0 0 0 9 2 0 0 20 0 18 0 18746126 19430449152 14376 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
/proc/191751/statm: 4743762 14376 5584 1 0 550802 0
[pid=191751/tid=191753] ppid=191748 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=4,6
/proc/191751/task/191753/stat : 191753 (java) R 191748 191751 187238 0 -1 4194368 5323 0 0 0 5 2 0 0 20 0 18 0 18746127 19430449152 14376 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191762] ppid=191748 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/191751/task/191762/stat : 191762 (Finalizer) S 191748 191751 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18746132 19430449152 14376 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191769] ppid=191748 vsize=18975048 memory=3834591019379458080 CPUtime=0 cores=4,6
/proc/191751/task/191769/stat : 191769 (Common-Cleaner) S 191748 191751 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18746133 19430449152 14376 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57504 KiB

[startup+0.21468 s]*
/proc/loadavg: 4.93 4.51 4.35 6/326 191769
/proc/meminfo: memFree=94413716/131655788 swapFree=131070192/131071996
[pid=191751] ppid=191748 vsize=18975048 memory=61752 CPUtime=0.26 cores=4,6
/proc/191751/stat : 191751 (java) S 191748 191751 187238 0 -1 1077936128 6973 0 0 0 23 3 0 0 20 0 18 0 18746126 19430449152 15438 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
/proc/191751/statm: 4743762 15438 5609 1 0 551237 0
[pid=191751/tid=191753] ppid=191748 vsize=18975048 memory=4782652875487838339 CPUtime=0.16 cores=4,6
/proc/191751/task/191753/stat : 191753 (java) D 191748 191751 187238 0 -1 4194368 5647 0 0 0 14 2 0 0 20 0 18 0 18746127 19430449152 15438 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191762] ppid=191748 vsize=18975048 memory=1361999 CPUtime=0 cores=4,6
/proc/191751/task/191762/stat : 191762 (Finalizer) S 191748 191751 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18746132 19430449152 15438 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191769] ppid=191748 vsize=18975048 memory=13567093907932509 CPUtime=0 cores=4,6
/proc/191751/task/191769/stat : 191769 (Common-Cleaner) S 191748 191751 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18746133 19430449152 15438 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 61752 KiB

[startup+0.315429 s]*
/proc/loadavg: 4.93 4.51 4.35 8/326 191769
/proc/meminfo: memFree=94406912/131655788 swapFree=131070192/131071996
[pid=191751] ppid=191748 vsize=18975048 memory=67432 CPUtime=0.42 cores=4,6
/proc/191751/stat : 191751 (java) S 191748 191751 187238 0 -1 1077936128 7356 0 0 0 39 3 0 0 20 0 18 0 18746126 19430449152 16858 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
/proc/191751/statm: 4743762 16858 5618 1 0 551534 0
[pid=191751/tid=191753] ppid=191748 vsize=18975048 memory=-8600014276353893052 CPUtime=0.26 cores=4,6
/proc/191751/task/191753/stat : 191753 (java) R 191748 191751 187238 0 -1 4194368 5852 0 0 0 23 3 0 0 20 0 18 0 18746127 19430449152 16858 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191762] ppid=191748 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/191751/task/191762/stat : 191762 (Finalizer) S 191748 191751 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18746132 19430449152 16858 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191769] ppid=191748 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/191751/task/191769/stat : 191769 (Common-Cleaner) S 191748 191751 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18746133 19430449152 16858 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67432 KiB

[startup+0.703437 s]
/proc/loadavg: 4.93 4.51 4.35 7/328 191771
/proc/meminfo: memFree=94402216/131655788 swapFree=131070192/131071996
[pid=191751] ppid=191748 vsize=19041612 memory=79264 CPUtime=1.1 cores=4,6
/proc/191751/stat : 191751 (java) S 191748 191751 187238 0 -1 1077936128 9293 0 0 0 105 5 0 0 20 0 19 0 18746126 19498610688 19816 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
/proc/191751/statm: 4760403 19816 5805 1 0 552915 0
[pid=191751/tid=191753] ppid=191748 vsize=19041612 memory=5500 CPUtime=0.57 cores=4,6
/proc/191751/task/191753/stat : 191753 (java) R 191748 191751 187238 0 -1 4194368 6032 0 0 0 54 3 0 0 20 0 19 0 18746127 19498610688 19816 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191762] ppid=191748 vsize=19041612 memory=11880 CPUtime=0 cores=4,6
/proc/191751/task/191762/stat : 191762 (Finalizer) S 191748 191751 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18746132 19498610688 19816 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191769] ppid=191748 vsize=19041612 memory=281302373032616 CPUtime=0 cores=4,6
/proc/191751/task/191769/stat : 191769 (Common-Cleaner) S 191748 191751 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18746133 19498610688 19816 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191771] ppid=191748 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/191751/task/191771/stat : 191771 (Timer-0) S 191748 191751 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18746171 19498610688 19816 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 79264 KiB

[startup+1.50442 s]
/proc/loadavg: 4.93 4.51 4.35 6/328 191771
/proc/meminfo: memFree=94365196/131655788 swapFree=131070192/131071996
[pid=191751] ppid=191748 vsize=19041612 memory=148640 CPUtime=2.69 cores=4,6
/proc/191751/stat : 191751 (java) S 191748 191751 187238 0 -1 1077936128 19683 0 0 0 259 10 0 0 20 0 19 0 18746126 19498610688 37160 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
/proc/191751/statm: 4760403 37160 5840 1 0 556080 0
[pid=191751/tid=191753] ppid=191748 vsize=19041612 memory=11880 CPUtime=1.32 cores=4,6
/proc/191751/task/191753/stat : 191753 (java) R 191748 191751 187238 0 -1 4194368 6453 0 0 0 127 5 0 0 20 0 19 0 18746127 19498610688 37160 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191762] ppid=191748 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/191751/task/191762/stat : 191762 (Finalizer) S 191748 191751 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18746132 19498610688 37160 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191769] ppid=191748 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/191751/task/191769/stat : 191769 (Common-Cleaner) S 191748 191751 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18746133 19498610688 37160 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191771] ppid=191748 vsize=19041612 memory=281302372885776 CPUtime=0 cores=4,6
/proc/191751/task/191771/stat : 191771 (Timer-0) S 191748 191751 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18746171 19498610688 37160 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 148640 KiB

[startup+3.10642 s]
/proc/loadavg: 4.94 4.52 4.35 6/329 191772
/proc/meminfo: memFree=94152168/131655788 swapFree=131070192/131071996
[pid=191751] ppid=191748 vsize=19108176 memory=182104 CPUtime=5.56 cores=4,6
/proc/191751/stat : 191751 (java) S 191748 191751 187238 0 -1 1077936128 22399 0 0 0 543 13 0 0 20 0 20 0 18746126 19566772224 45526 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
/proc/191751/statm: 4777044 45526 5872 1 0 556390 0
[pid=191751/tid=191753] ppid=191748 vsize=19108176 memory=0 CPUtime=2.89 cores=4,6
/proc/191751/task/191753/stat : 191753 (java) R 191748 191751 187238 0 -1 4194368 6944 0 0 0 281 8 0 0 20 0 20 0 18746127 19566772224 45526 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191762] ppid=191748 vsize=19108176 memory=11880 CPUtime=0 cores=4,6
/proc/191751/task/191762/stat : 191762 (Finalizer) S 191748 191751 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746132 19566772224 45526 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191769] ppid=191748 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/191751/task/191769/stat : 191769 (Common-Cleaner) S 191748 191751 187238 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 18746133 19566772224 45526 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191771] ppid=191748 vsize=19108176 memory=11412 CPUtime=0 cores=4,6
/proc/191751/task/191771/stat : 191771 (Timer-0) S 191748 191751 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746171 19566772224 45526 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
Current children cumulated CPU time: 5.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182104 KiB

[startup+6.30045 s]
/proc/loadavg: 4.94 4.52 4.35 4/305 191811
/proc/meminfo: memFree=99593628/131655788 swapFree=131070192/131071996
[pid=191751] ppid=191748 vsize=19108176 memory=266188 CPUtime=8.74 cores=4,6
/proc/191751/stat : 191751 (java) S 191748 191751 187238 0 -1 1077936128 23371 0 0 0 857 17 0 0 20 0 20 0 18746126 19566772224 66547 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
/proc/191751/statm: 4777044 66547 5872 1 0 556391 0
[pid=191751/tid=191753] ppid=191748 vsize=19108176 memory=11880 CPUtime=6.03 cores=4,6
/proc/191751/task/191753/stat : 191753 (java) R 191748 191751 187238 0 -1 4194368 7409 0 0 0 591 12 0 0 20 0 20 0 18746127 19566772224 66547 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191762] ppid=191748 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/191751/task/191762/stat : 191762 (Finalizer) S 191748 191751 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746132 19566772224 66547 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191769] ppid=191748 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/191751/task/191769/stat : 191769 (Common-Cleaner) S 191748 191751 187238 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 18746133 19566772224 66547 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191771] ppid=191748 vsize=19108176 memory=156852 CPUtime=0 cores=4,6
/proc/191751/task/191771/stat : 191771 (Timer-0) S 191748 191751 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746171 19566772224 66547 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
Current children cumulated CPU time: 8.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 266188 KiB

[startup+12.7005 s]
/proc/loadavg: 5.10 4.57 4.37 6/329 191841
/proc/meminfo: memFree=98759416/131655788 swapFree=131070192/131071996
[pid=191751] ppid=191748 vsize=19108176 memory=745512 CPUtime=15.4 cores=4,6
/proc/191751/stat : 191751 (java) S 191748 191751 187238 0 -1 1077936128 27538 0 0 0 1508 32 0 0 20 0 20 0 18746126 19566772224 186378 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
/proc/191751/statm: 4777044 186378 5872 1 0 556391 0
[pid=191751/tid=191753] ppid=191748 vsize=19108176 memory=0 CPUtime=12.41 cores=4,6
/proc/191751/task/191753/stat : 191753 (java) R 191748 191751 187238 0 -1 4194368 8504 0 0 0 1215 26 0 0 20 0 20 0 18746127 19566772224 186378 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191762] ppid=191748 vsize=19108176 memory=557092 CPUtime=0 cores=4,6
/proc/191751/task/191762/stat : 191762 (Finalizer) S 191748 191751 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746132 19566772224 186378 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191769] ppid=191748 vsize=19108176 memory=2296 CPUtime=0 cores=4,6
/proc/191751/task/191769/stat : 191769 (Common-Cleaner) S 191748 191751 187238 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 18746133 19566772224 186378 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191771] ppid=191748 vsize=19108176 memory=653352 CPUtime=0 cores=4,6
/proc/191751/task/191771/stat : 191771 (Timer-0) S 191748 191751 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746171 19566772224 186378 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
Current children cumulated CPU time: 15.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 745512 KiB

[startup+25.5005 s]
/proc/loadavg: 5.15 4.60 4.38 5/329 191911
/proc/meminfo: memFree=98078616/131655788 swapFree=131070192/131071996
[pid=191751] ppid=191748 vsize=19108176 memory=944200 CPUtime=28.19 cores=4,6
/proc/191751/stat : 191751 (java) S 191748 191751 187238 0 -1 1077936128 30511 0 0 0 2776 43 0 0 20 0 20 0 18746126 19566772224 236050 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
/proc/191751/statm: 4777044 236050 5872 1 0 556391 0
[pid=191751/tid=191753] ppid=191748 vsize=19108176 memory=274468 CPUtime=25.13 cores=4,6
/proc/191751/task/191753/stat : 191753 (java) R 191748 191751 187238 0 -1 4194368 9722 0 0 0 2477 36 0 0 20 0 20 0 18746127 19566772224 236050 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191762] ppid=191748 vsize=19108176 memory=944200 CPUtime=0 cores=4,6
/proc/191751/task/191762/stat : 191762 (Finalizer) S 191748 191751 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746132 19566772224 236050 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191769] ppid=191748 vsize=19108176 memory=944200 CPUtime=0 cores=4,6
/proc/191751/task/191769/stat : 191769 (Common-Cleaner) S 191748 191751 187238 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 18746133 19566772224 236050 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191771] ppid=191748 vsize=19108176 memory=944200 CPUtime=0 cores=4,6
/proc/191751/task/191771/stat : 191771 (Timer-0) S 191748 191751 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746171 19566772224 236050 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
Current children cumulated CPU time: 28.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 944200 KiB

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

# cumulated CPU time of all completed processes:  user=41.0595 s, system=0.606504 s

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

[startup+25.6006 s]
/proc/loadavg: 5.15 4.60 4.38 5/329 191911
/proc/meminfo: memFree=98078616/131655788 swapFree=131070192/131071996
[pid=191751] ppid=191748 vsize=19108176 memory=944200 CPUtime=28.29 cores=4,6
/proc/191751/stat : 191751 (java) S 191748 191751 187238 0 -1 1077936128 30517 0 0 0 2786 43 0 0 20 0 20 0 18746126 19566772224 236050 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
/proc/191751/statm: 4777044 236050 5872 1 0 556391 0
[pid=191751/tid=191753] ppid=191748 vsize=19108176 memory=281302373135824 CPUtime=25.23 cores=4,6
/proc/191751/task/191753/stat : 191753 (java) R 191748 191751 187238 0 -1 4194368 9728 0 0 0 2487 36 0 0 20 0 20 0 18746127 19566772224 236050 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191762] ppid=191748 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/191751/task/191762/stat : 191762 (Finalizer) S 191748 191751 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746132 19566772224 236050 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191769] ppid=191748 vsize=19108176 memory=-8600014276353893052 CPUtime=0 cores=4,6
/proc/191751/task/191769/stat : 191769 (Common-Cleaner) S 191748 191751 187238 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 18746133 19566772224 236050 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191771] ppid=191748 vsize=19108176 memory=16132 CPUtime=0 cores=4,6
/proc/191751/task/191771/stat : 191771 (Timer-0) S 191748 191751 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746171 19566772224 236050 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
Current children cumulated CPU time: 28.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 944200 KiB

[startup+32.0004 s]*
/proc/loadavg: 4.98 4.58 4.38 5/329 191912
/proc/meminfo: memFree=96685760/131655788 swapFree=131070192/131071996
[pid=191751] ppid=191748 vsize=19108176 memory=1325152 CPUtime=34.67 cores=4,6
/proc/191751/stat : 191751 (java) S 191748 191751 187238 0 -1 1077936128 33971 0 0 0 3413 54 0 0 20 0 20 0 18746126 19566772224 331288 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
/proc/191751/statm: 4777044 331288 5872 1 0 556391 0
[pid=191751/tid=191753] ppid=191748 vsize=19108176 memory=-8743002465011278524 CPUtime=31.52 cores=4,6
/proc/191751/task/191753/stat : 191753 (java) R 191748 191751 187238 0 -1 4194368 10520 0 0 0 3106 46 0 0 20 0 20 0 18746127 19566772224 331288 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191762] ppid=191748 vsize=19108176 memory=17688 CPUtime=0 cores=4,6
/proc/191751/task/191762/stat : 191762 (Finalizer) S 191748 191751 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746132 19566772224 331288 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191769] ppid=191748 vsize=19108176 memory=21356 CPUtime=0 cores=4,6
/proc/191751/task/191769/stat : 191769 (Common-Cleaner) S 191748 191751 187238 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 18746133 19566772224 331288 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191771] ppid=191748 vsize=19108176 memory=5468 CPUtime=0 cores=4,6
/proc/191751/task/191771/stat : 191771 (Timer-0) S 191748 191751 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746171 19566772224 331288 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
Current children cumulated CPU time: 34.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325152 KiB

[startup+35.2002 s]
/proc/loadavg: 4.98 4.58 4.38 5/329 191912
/proc/meminfo: memFree=96612596/131655788 swapFree=131070192/131071996
[pid=191751] ppid=191748 vsize=19108176 memory=1323112 CPUtime=39.69 cores=4,6
/proc/191751/stat : 191751 (java) S 191748 191751 187238 0 -1 1077936128 42266 0 0 0 3911 58 0 0 20 0 20 0 18746126 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
/proc/191751/statm: 4777044 330778 5872 1 0 558932 0
[pid=191751/tid=191753] ppid=191748 vsize=19108176 memory=58519803448088 CPUtime=34.7 cores=4,6
/proc/191751/task/191753/stat : 191753 (java) R 191748 191751 187238 0 -1 4194368 11458 0 0 0 3422 48 0 0 20 0 20 0 18746127 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191762] ppid=191748 vsize=19108176 memory=-8600014276353893052 CPUtime=0 cores=4,6
/proc/191751/task/191762/stat : 191762 (Finalizer) S 191748 191751 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746132 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191769] ppid=191748 vsize=19108176 memory=1325168 CPUtime=0 cores=4,6
/proc/191751/task/191769/stat : 191769 (Common-Cleaner) S 191748 191751 187238 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 18746133 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191771] ppid=191748 vsize=19108176 memory=1325152 CPUtime=0 cores=4,6
/proc/191751/task/191771/stat : 191771 (Timer-0) S 191748 191751 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746171 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
Current children cumulated CPU time: 39.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1323112 KiB

[startup+36.0004 s]*
/proc/loadavg: 4.98 4.58 4.38 5/329 191912
/proc/meminfo: memFree=96602620/131655788 swapFree=131070192/131071996
[pid=191751] ppid=191748 vsize=19108176 memory=1323112 CPUtime=40.51 cores=4,6
/proc/191751/stat : 191751 (java) S 191748 191751 187238 0 -1 1077936128 42271 0 0 0 3993 58 0 0 20 0 20 0 18746126 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
/proc/191751/statm: 4777044 330778 5872 1 0 558932 0
[pid=191751/tid=191753] ppid=191748 vsize=19108176 memory=-8743002465011278524 CPUtime=35.51 cores=4,6
/proc/191751/task/191753/stat : 191753 (java) R 191748 191751 187238 0 -1 4194368 11463 0 0 0 3503 48 0 0 20 0 20 0 18746127 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191762] ppid=191748 vsize=19108176 memory=1612 CPUtime=0 cores=4,6
/proc/191751/task/191762/stat : 191762 (Finalizer) S 191748 191751 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746132 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191769] ppid=191748 vsize=19108176 memory=17688 CPUtime=0 cores=4,6
/proc/191751/task/191769/stat : 191769 (Common-Cleaner) S 191748 191751 187238 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 18746133 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191771] ppid=191748 vsize=19108176 memory=1334876 CPUtime=0 cores=4,6
/proc/191751/task/191771/stat : 191771 (Timer-0) S 191748 191751 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746171 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
Current children cumulated CPU time: 40.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1323112 KiB

[startup+36.4004 s]
/proc/loadavg: 4.98 4.58 4.38 5/329 191912
/proc/meminfo: memFree=96602620/131655788 swapFree=131070192/131071996
[pid=191751] ppid=191748 vsize=19108176 memory=1323112 CPUtime=41.05 cores=4,6
/proc/191751/stat : 191751 (java) S 191748 191751 187238 0 -1 1077936128 42278 0 0 0 4047 58 0 0 20 0 20 0 18746126 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
/proc/191751/statm: 4777044 330778 5872 1 0 558932 0
[pid=191751/tid=191753] ppid=191748 vsize=19108176 memory=-8600014276353893052 CPUtime=35.9 cores=4,6
/proc/191751/task/191753/stat : 191753 (java) R 191748 191751 187238 0 -1 4194368 11463 0 0 0 3542 48 0 0 20 0 20 0 18746127 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191762] ppid=191748 vsize=19108176 memory=11880 CPUtime=0 cores=4,6
/proc/191751/task/191762/stat : 191762 (Finalizer) S 191748 191751 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746132 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191769] ppid=191748 vsize=19108176 memory=5500 CPUtime=0 cores=4,6
/proc/191751/task/191769/stat : 191769 (Common-Cleaner) S 191748 191751 187238 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 18746133 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191771] ppid=191748 vsize=19108176 memory=16132 CPUtime=0 cores=4,6
/proc/191751/task/191771/stat : 191771 (Timer-0) S 191748 191751 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746171 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
Current children cumulated CPU time: 41.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1323112 KiB

[startup+36.8004 s]
/proc/loadavg: 4.98 4.58 4.38 5/329 191912
/proc/meminfo: memFree=96602620/131655788 swapFree=131070192/131071996
[pid=191751] ppid=191748 vsize=19108176 memory=1323112 CPUtime=41.49 cores=4,6
/proc/191751/stat : 191751 (java) S 191748 191751 187238 0 -1 1077936128 42334 0 0 0 4090 59 0 0 20 0 20 0 18746126 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
/proc/191751/statm: 4777044 330778 5872 1 0 558932 0
[pid=191751/tid=191753] ppid=191748 vsize=19108176 memory=1325168 CPUtime=36.25 cores=4,6
/proc/191751/task/191753/stat : 191753 (java) D 191748 191751 187238 0 -1 1077936192 11517 0 0 0 3576 49 0 0 20 0 20 0 18746127 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191762] ppid=191748 vsize=19108176 memory=16132 CPUtime=0 cores=4,6
/proc/191751/task/191762/stat : 191762 (Finalizer) S 191748 191751 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746132 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191769] ppid=191748 vsize=19108176 memory=1334876 CPUtime=0 cores=4,6
/proc/191751/task/191769/stat : 191769 (Common-Cleaner) S 191748 191751 187238 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 18746133 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191771] ppid=191748 vsize=19108176 memory=1235016 CPUtime=0 cores=4,6
/proc/191751/task/191771/stat : 191771 (Timer-0) S 191748 191751 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746171 19566772224 330778 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
Current children cumulated CPU time: 41.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1323112 KiB

[startup+36.9004 s]
/proc/loadavg: 4.98 4.58 4.38 5/329 191912
/proc/meminfo: memFree=96602620/131655788 swapFree=131070192/131071996
[pid=191751] ppid=191748 vsize=19241304 memory=1323668 CPUtime=41.62 cores=4,6
/proc/191751/stat : 191751 (java) S 191748 191751 187238 0 -1 1077936128 43168 0 0 0 4103 59 0 0 20 0 20 0 18746126 19703095296 330917 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
/proc/191751/statm: 4810326 330917 5871 1 0 559566 0
[pid=191751/tid=191753] ppid=191748 vsize=19241304 memory=274468 CPUtime=36.25 cores=4,6
/proc/191751/task/191753/stat : 191753 (java) S 191748 191751 187238 0 -1 1077936192 12053 0 0 0 3576 49 0 0 20 0 20 0 18746127 19703095296 330917 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191762] ppid=191748 vsize=19241304 memory=944200 CPUtime=0 cores=4,6
/proc/191751/task/191762/stat : 191762 (Finalizer) S 191748 191751 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746132 19703095296 330917 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
[pid=191751/tid=191769] ppid=191748 vsize=19241304 memory=16132 CPUtime=0 cores=4,6
/proc/191751/task/191769/stat : 191769 (Common-Cleaner) S 191748 191751 187238 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 18746133 19703095296 330917 134679101440 94528142225408 94528142229104 140731005474992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94528142236920 94528142237712 94528172589056 140731005481899 140731005482081 140731005482081 140731005489096 0
Current children cumulated CPU time: 41.62 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1323668 KiB

Child status: 20

Real time (s): 36.9339
CPU time (s): 41.666
CPU user time (s): 41.0595
CPU system time (s): 0.606504
CPU usage (%): 112.812
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1334876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.0595
system time used= 0.606504
maximum resident set size= 1335456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43402
page faults= 0
swaps= 0
block input operations= 0
block output operations= 149312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2335
involuntary context switches= 427


# summary of solver processes directly reported to runsolver:
#   pid: 191751
#   total CPU time (s): 41.666
#   total CPU user time (s): 41.0595
#   total CPU system time (s): 0.606504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.284147 second user time and 0.36346 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-24 15:26:13
IDJOB=4448222
IDBENCH=160377
IDSOLVER=3079
FILE ID=nodeC002/4448222-1721827573
RUNJOBID= nodeC002-1721820325-187249
SLURM_JOB_ID= 7891441
Free space on /tmp= 723644 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x20split.cnf-extracted.pb.metafix.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-4448222-1721827573/watcher-4448222-1721827573 -o /tmp/evaluation-result-4448222-1721827573/solver-4448222-1721827573 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721820325-187249 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4448222-1721827573 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4448222-1721827573.opb

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

MD5SUM BENCH= 35375f6b743dd6cf76dbca7c0490fbc2
RANDOM SEED=390095140

nodeC002.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	: 0xb00001f
cpu MHz		: 3645.023
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.43
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	: 0xb00001f
cpu MHz		: 3623.369
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.41
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	: 0xb00001f
cpu MHz		: 1197.340
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.43
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	: 0xb00001f
cpu MHz		: 1197.163
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.41
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	: 0xb00001f
cpu MHz		: 1197.180
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.43
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	: 0xb00001f
cpu MHz		: 3640.006
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.41
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	: 0xb00001f
cpu MHz		: 1197.174
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.43
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	: 0xb00001f
cpu MHz		: 1197.330
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        94457380 kB
MemAvailable:   103706728 kB
Buffers:          259140 kB
Cached:          9800672 kB
SwapCached:           72 kB
Active:          2356332 kB
Inactive:       34188580 kB
Active(anon):       1544 kB
Inactive(anon): 26537460 kB
Active(file):    2354788 kB
Inactive(file):  7651120 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070192 kB
Dirty:            254832 kB
Writeback:             0 kB
AnonPages:      26484076 kB
Mapped:           123800 kB
Shmem:             53844 kB
KReclaimable:     167280 kB
Slab:             287856 kB
SReclaimable:     167280 kB
SUnreclaim:       120576 kB
KernelStack:        5024 kB
PageTables:        61528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   32449524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            11872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  26087424 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:      316232 kB
DirectMap2M:    36288512 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723668 MiB
End job on nodeC002 at 2024-07-24 15:26:50