Trace number 4452832

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. 20.3712 17.9958

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP065.shuf-3.opb
MD5SUMff63d464810e05f4e638d683112dc5a7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.4335
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11055
Total number of constraints2212
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints2209
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.08	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	Expensive reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	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	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- 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-4452832-1721841585.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.32/0.25	c ... done. Wall clock time 0.115s.
0.32/0.25	c declared #vars     11055
0.32/0.25	c #constraints  2212
0.32/0.25	c constraints type 
0.32/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2212
0.32/0.25	c 2212 constraints processed.
1.09/0.69	c cleaning 2500 clauses out of 5001 with flag 13256/5001
1.68/0.96	c cleaning 4222 clauses out of 8501 with flag 29077/11001
2.08/1.18	c cleaning 5626 clauses out of 11280 with flag 48720/18002
2.47/1.33	c cleaning 6764 clauses out of 13652 with flag 70672/26000
2.66/1.47	c cleaning 7937 clauses out of 15888 with flag 97243/35000
3.05/1.61	c cleaning 8969 clauses out of 17952 with flag 125822/45001
3.22/1.73	c cleaning 9968 clauses out of 19982 with flag 158606/56000
3.42/1.86	c cleaning 11003 clauses out of 22016 with flag 192488/68002
3.54/1.99	c cleaning 11993 clauses out of 24012 with flag 229248/81001
3.75/2.15	c cleaning 12974 clauses out of 26018 with flag 270244/95000
3.94/2.31	c cleaning 14019 clauses out of 28046 with flag 313595/110002
4.05/2.48	c cleaning 15007 clauses out of 30026 with flag 362446/126001
4.31/2.69	c cleaning 16000 clauses out of 32018 with flag 416538/143000
4.58/2.88	c cleaning 16989 clauses out of 34019 with flag 472873/161001
4.78/3.06	c cleaning 17990 clauses out of 36029 with flag 536290/180000
4.98/3.27	c cleaning 19011 clauses out of 38040 with flag 590308/200001
5.28/3.50	c cleaning 20009 clauses out of 40029 with flag 656073/221001
5.48/3.74	c cleaning 21005 clauses out of 42020 with flag 721653/243001
5.67/3.98	c cleaning 21984 clauses out of 44014 with flag 793039/266000
5.98/4.25	c cleaning 23006 clauses out of 46030 with flag 862705/290000
6.18/4.49	c cleaning 23985 clauses out of 48027 with flag 932428/315003
6.48/4.76	c cleaning 25012 clauses out of 50039 with flag 1005151/341000
6.78/5.05	c cleaning 26006 clauses out of 52028 with flag 1088144/368001
7.08/5.35	c cleaning 27004 clauses out of 54022 with flag 1169342/396001
7.38/5.65	c cleaning 28001 clauses out of 56018 with flag 1255369/425001
7.68/6.00	c cleaning 28999 clauses out of 58016 with flag 1348997/455000
8.11/6.39	c cleaning 29995 clauses out of 60017 with flag 1440342/486000
8.52/6.76	c cleaning 30994 clauses out of 62026 with flag 1532951/518004
8.92/7.16	c cleaning 31989 clauses out of 64028 with flag 1633652/551000
9.31/7.56	c cleaning 33001 clauses out of 66041 with flag 1732493/585002
9.74/7.95	c cleaning 34012 clauses out of 68039 with flag 1835080/620001
10.24/8.40	c cleaning 34988 clauses out of 70026 with flag 1946875/656000
10.63/8.84	c cleaning 35965 clauses out of 72038 with flag 2058988/693000
11.04/9.27	c cleaning 37025 clauses out of 74073 with flag 2166456/731000
11.53/9.77	c cleaning 37995 clauses out of 76048 with flag 2283981/770000
12.05/10.26	c cleaning 38981 clauses out of 78054 with flag 2404599/810001
12.60/10.78	c cleaning 40008 clauses out of 80075 with flag 2525279/851003
13.22/11.32	c cleaning 41013 clauses out of 82064 with flag 2648265/893000
13.80/11.84	c cleaning 42022 clauses out of 84053 with flag 2779761/936002
14.30/12.38	c cleaning 42996 clauses out of 86029 with flag 2909742/980000
14.84/12.86	c cleaning 44008 clauses out of 88035 with flag 3055506/1025002
15.44/13.41	c cleaning 44993 clauses out of 90025 with flag 3184374/1071000
16.05/14.01	c cleaning 46007 clauses out of 92033 with flag 3320768/1118001
16.76/14.62	c cleaning 46976 clauses out of 94027 with flag 3461531/1166002
17.36/15.23	c cleaning 47992 clauses out of 96050 with flag 3604129/1215001
17.96/15.85	c cleaning 49019 clauses out of 98057 with flag 3748579/1265000
18.65/16.54	c cleaning 50015 clauses out of 100038 with flag 3895005/1316000
19.26/17.19	c cleaning 51005 clauses out of 102023 with flag 4045039/1368000
20.21/17.92	c starts		: 800
20.21/17.92	c conflicts		: 1404714
20.21/17.92	c decisions		: 6827924
20.21/17.92	c propagations		: 13506989
20.21/17.92	c inspects		: 155010847
20.21/17.92	c shortcuts		: 0
20.21/17.92	c learnt literals	: 8
20.21/17.92	c learnt binary clauses	: 37
20.21/17.92	c learnt ternary clauses	: 6975
20.21/17.92	c learnt constraints	: 1404705
20.21/17.92	c ignored constraints	: 0
20.21/17.92	c root simplifications	: 0
20.21/17.92	c removed literals (reason simplification)	: 1182952
20.21/17.92	c reason swapping (by a shorter reason)	: 0
20.21/17.92	c Calls to reduceDB	: 48
20.21/17.92	c Number of update (reduction) of LBD	: 244563
20.21/17.92	c Imported unit clauses	: 0
20.21/17.92	c No decision after first conflict	: false
20.21/17.92	c number of reductions to clauses (during analyze)	: 0
20.21/17.92	c number of learned constraints concerned by reduction	: 0
20.21/17.92	c number of learning phase by resolution	: 0
20.21/17.92	c number of learning phase by cutting planes	: 0
20.21/17.92	c number of rounding to 1 operations	: 0
20.21/17.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
20.21/17.92	c number of reductions of the coefficients by power 2 	: 0
20.21/17.92	c number of right shift for reduction by power 2 	: 0
20.21/17.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
20.21/17.92	c number of ending skipping 	: 0
20.21/17.92	c number of internal skipping 	: 0
20.21/17.92	c number of derivation steps 	: 0
20.21/17.92	c number of skipped derivation steps 	: 0
20.21/17.92	c number of remaining unassigned 	: 0
20.21/17.92	c number of remaining assigned 	: 0
20.21/17.92	c number of falsified literals weakened from reason	: 0
20.21/17.92	c number of falsified literals weakened from conflict	: 0
20.21/17.92	c time for arithmetic operations	: 0
20.21/17.92	c minimum degree of deleted constraints	: null
20.21/17.92	c maximum degree of deleted constraints	: null
20.21/17.92	c number of deleted constraints	: 0
20.21/17.93	c speed (assignments/second)	: 764402.3203169212
20.21/17.93	c non guided choices	: 4558976
20.21/17.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 87686
20.21/17.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 37
20.21/17.97	s UNSATISFIABLE
20.21/17.97	c Total wall clock time (in seconds): 17.841

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452832-1721841585/watcher-4452832-1721841585 -o /tmp/evaluation-result-4452832-1721841585/solver-4452832-1721841585 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721841436-199511 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4452832-1721841585 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452832-1721841585.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=200063, runsolver pid=200060
Current StackSize limit: 8192 KiB


[startup+0.100465 s]*
/proc/loadavg: 4.21 2.41 1.82 5/334 200081
/proc/meminfo: memFree=114459924/131524600 swapFree=131054968/131071996
[pid=200063] ppid=200060 vsize=18975048 memory=65064 CPUtime=0.13 cores=5,7
/proc/200063/stat : 200063 (java) S 200060 200063 199498 0 -1 1077936128 7235 0 0 0 11 2 0 0 20 0 18 0 20681879 19430449152 16266 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
/proc/200063/statm: 4743762 16266 5658 1 0 549329 0
[pid=200063/tid=200065] ppid=200060 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/200063/task/200065/stat : 200065 (java) R 200060 200063 199498 0 -1 1077936192 5762 0 0 0 6 2 0 0 20 0 18 0 20681880 19430449152 16266 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200074] ppid=200060 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/200063/task/200074/stat : 200074 (Finalizer) S 200060 200063 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20681882 19430449152 16266 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200081] ppid=200060 vsize=18975048 memory=15262540772369567 CPUtime=0 cores=5,7
/proc/200063/task/200081/stat : 200081 (Common-Cleaner) S 200060 200063 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20681883 19430449152 16266 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65064 KiB

[startup+0.206415 s]*
/proc/loadavg: 4.21 2.41 1.82 7/334 200081
/proc/meminfo: memFree=114445976/131524600 swapFree=131054968/131071996
[pid=200063] ppid=200060 vsize=18975048 memory=79052 CPUtime=0.32 cores=5,7
/proc/200063/stat : 200063 (java) S 200060 200063 199498 0 -1 1077936128 8156 0 0 0 29 3 0 0 20 0 18 0 20681879 19430449152 19763 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
/proc/200063/statm: 4743762 19763 5804 1 0 549947 0
[pid=200063/tid=200065] ppid=200060 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/200063/task/200065/stat : 200065 (java) R 200060 200063 199498 0 -1 4194368 5941 0 0 0 16 2 0 0 20 0 18 0 20681880 19430449152 19763 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200074] ppid=200060 vsize=18975048 memory=1535086 CPUtime=0 cores=5,7
/proc/200063/task/200074/stat : 200074 (Finalizer) S 200060 200063 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20681882 19430449152 19763 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200081] ppid=200060 vsize=18975048 memory=13855165887284878 CPUtime=0 cores=5,7
/proc/200063/task/200081/stat : 200081 (Common-Cleaner) S 200060 200063 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20681883 19430449152 19763 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 79052 KiB

[startup+0.308415 s]*
/proc/loadavg: 4.21 2.41 1.82 7/335 200082
/proc/meminfo: memFree=114425924/131524600 swapFree=131054968/131071996
[pid=200063] ppid=200060 vsize=19041612 memory=96624 CPUtime=0.51 cores=5,7
/proc/200063/stat : 200063 (java) S 200060 200063 199498 0 -1 1077936128 9348 0 0 0 47 4 0 0 20 0 19 0 20681879 19498610688 24156 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
/proc/200063/statm: 4760403 24156 5804 1 0 550991 0
[pid=200063/tid=200065] ppid=200060 vsize=19041612 memory=-9175919779731186364 CPUtime=0.26 cores=5,7
/proc/200063/task/200065/stat : 200065 (java) R 200060 200063 199498 0 -1 4194368 6021 0 0 0 24 2 0 0 20 0 19 0 20681880 19498610688 24156 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200074] ppid=200060 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/200063/task/200074/stat : 200074 (Finalizer) S 200060 200063 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20681882 19498610688 24156 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200081] ppid=200060 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/200063/task/200081/stat : 200081 (Common-Cleaner) S 200060 200063 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20681883 19498610688 24156 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200082] ppid=200060 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/200063/task/200082/stat : 200082 (Timer-0) S 200060 200063 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20681905 19498610688 24156 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 96624 KiB

[startup+0.705415 s]
/proc/loadavg: 4.21 2.41 1.82 7/335 200082
/proc/meminfo: memFree=114398036/131524600 swapFree=131054968/131071996
[pid=200063] ppid=200060 vsize=19041612 memory=136244 CPUtime=1.28 cores=5,7
/proc/200063/stat : 200063 (java) S 200060 200063 199498 0 -1 1077936128 16143 0 0 0 122 6 0 0 20 0 19 0 20681879 19498610688 34061 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
/proc/200063/statm: 4760403 34061 5843 1 0 554529 0
[pid=200063/tid=200065] ppid=200060 vsize=19041612 memory=12304 CPUtime=0.64 cores=5,7
/proc/200063/task/200065/stat : 200065 (java) R 200060 200063 199498 0 -1 4194368 6086 0 0 0 61 3 0 0 20 0 19 0 20681880 19498610688 34061 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200074] ppid=200060 vsize=19041612 memory=12304 CPUtime=0 cores=5,7
/proc/200063/task/200074/stat : 200074 (Finalizer) S 200060 200063 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20681882 19498610688 34061 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200081] ppid=200060 vsize=19041612 memory=117636 CPUtime=0 cores=5,7
/proc/200063/task/200081/stat : 200081 (Common-Cleaner) S 200060 200063 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20681883 19498610688 34061 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200082] ppid=200060 vsize=19041612 memory=25596 CPUtime=0 cores=5,7
/proc/200063/task/200082/stat : 200082 (Timer-0) S 200060 200063 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20681905 19498610688 34061 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 136244 KiB

[startup+1.50023 s]
/proc/loadavg: 4.21 2.41 1.82 7/335 200082
/proc/meminfo: memFree=114337896/131524600 swapFree=131054968/131071996
[pid=200063] ppid=200060 vsize=19108176 memory=189260 CPUtime=2.86 cores=5,7
/proc/200063/stat : 200063 (java) S 200060 200063 199498 0 -1 1077936128 23674 0 0 0 276 10 0 0 20 0 20 0 20681879 19566772224 47315 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
/proc/200063/statm: 4777044 47315 5843 1 0 556078 0
[pid=200063/tid=200065] ppid=200060 vsize=19108176 memory=12304 CPUtime=1.4 cores=5,7
/proc/200063/task/200065/stat : 200065 (java) S 200060 200063 199498 0 -1 1077936192 6621 0 0 0 135 5 0 0 20 0 20 0 20681880 19566772224 47315 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200074] ppid=200060 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/200063/task/200074/stat : 200074 (Finalizer) S 200060 200063 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20681882 19566772224 47315 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200081] ppid=200060 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/200063/task/200081/stat : 200081 (Common-Cleaner) S 200060 200063 199498 0 -1 1077936192 131 0 0 0 0 0 0 0 20 0 20 0 20681883 19566772224 47315 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200082] ppid=200060 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/200063/task/200082/stat : 200082 (Timer-0) S 200060 200063 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20681905 19566772224 47315 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189260 KiB

[startup+3.10642 s]
/proc/loadavg: 4.27 2.46 1.83 5/336 200083
/proc/meminfo: memFree=114199880/131524600 swapFree=131054968/131071996
[pid=200063] ppid=200060 vsize=19108176 memory=291984 CPUtime=4.89 cores=5,7
/proc/200063/stat : 200063 (java) S 200060 200063 199498 0 -1 1077936128 25653 0 0 0 474 15 0 0 20 0 20 0 20681879 19566772224 72996 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
/proc/200063/statm: 4777044 72996 5859 1 0 556082 0
[pid=200063/tid=200065] ppid=200060 vsize=19108176 memory=0 CPUtime=2.94 cores=5,7
/proc/200063/task/200065/stat : 200065 (java) R 200060 200063 199498 0 -1 4194368 6999 0 0 0 285 9 0 0 20 0 20 0 20681880 19566772224 72996 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200074] ppid=200060 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/200063/task/200074/stat : 200074 (Finalizer) S 200060 200063 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20681882 19566772224 72996 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200081] ppid=200060 vsize=19108176 memory=189292 CPUtime=0 cores=5,7
/proc/200063/task/200081/stat : 200081 (Common-Cleaner) S 200060 200063 199498 0 -1 1077936192 131 0 0 0 0 0 0 0 20 0 20 0 20681883 19566772224 72996 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200082] ppid=200060 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/200063/task/200082/stat : 200082 (Timer-0) S 200060 200063 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20681905 19566772224 72996 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
Current children cumulated CPU time: 4.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 291984 KiB

[startup+6.30029 s]
/proc/loadavg: 4.27 2.46 1.83 5/336 200083
/proc/meminfo: memFree=113790080/131524600 swapFree=131054968/131071996
[pid=200063] ppid=200060 vsize=19108176 memory=650448 CPUtime=8.11 cores=5,7
/proc/200063/stat : 200063 (java) S 200060 200063 199498 0 -1 1077936128 26419 0 0 0 785 26 0 0 20 0 20 0 20681879 19566772224 162612 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
/proc/200063/statm: 4777044 162612 5859 1 0 666771 0
[pid=200063/tid=200065] ppid=200060 vsize=19108176 memory=12304 CPUtime=6.07 cores=5,7
/proc/200063/task/200065/stat : 200065 (java) R 200060 200063 199498 0 -1 4194368 7309 0 0 0 588 19 0 0 20 0 20 0 20681880 19566772224 162612 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200074] ppid=200060 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/200063/task/200074/stat : 200074 (Finalizer) S 200060 200063 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20681882 19566772224 162612 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200081] ppid=200060 vsize=19108176 memory=6011858432572477776 CPUtime=0 cores=5,7
/proc/200063/task/200081/stat : 200081 (Common-Cleaner) S 200060 200063 199498 0 -1 1077936192 131 0 0 0 0 0 0 0 20 0 20 0 20681883 19566772224 162612 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200082] ppid=200060 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/200063/task/200082/stat : 200082 (Timer-0) S 200060 200063 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20681905 19566772224 162612 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
Current children cumulated CPU time: 8.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 650448 KiB

[startup+12.7003 s]
/proc/loadavg: 4.25 2.48 1.85 5/336 200084
/proc/meminfo: memFree=113017396/131524600 swapFree=131054968/131071996
[pid=200063] ppid=200060 vsize=19108176 memory=1193420 CPUtime=14.74 cores=5,7
/proc/200063/stat : 200063 (java) S 200060 200063 199498 0 -1 1077936128 27201 0 0 0 1432 42 0 0 20 0 20 0 20681879 19566772224 298355 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
/proc/200063/statm: 4777044 298355 5859 1 0 666783 0
[pid=200063/tid=200065] ppid=200060 vsize=19108176 memory=0 CPUtime=12.44 cores=5,7
/proc/200063/task/200065/stat : 200065 (java) R 200060 200063 199498 0 -1 4194368 8026 0 0 0 1209 35 0 0 20 0 20 0 20681880 19566772224 298355 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200074] ppid=200060 vsize=19108176 memory=1193420 CPUtime=0 cores=5,7
/proc/200063/task/200074/stat : 200074 (Finalizer) S 200060 200063 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20681882 19566772224 298355 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200081] ppid=200060 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/200063/task/200081/stat : 200081 (Common-Cleaner) S 200060 200063 199498 0 -1 1077936192 131 0 0 0 0 0 0 0 20 0 20 0 20681883 19566772224 298355 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200082] ppid=200060 vsize=19108176 memory=15884 CPUtime=0 cores=5,7
/proc/200063/task/200082/stat : 200082 (Timer-0) S 200060 200063 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20681905 19566772224 298355 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
Current children cumulated CPU time: 14.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1193420 KiB

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

# cumulated CPU time of all completed processes:  user=19.8418 s, system=0.529478 s

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

[startup+12.8003 s]
/proc/loadavg: 4.25 2.48 1.85 5/336 200084
/proc/meminfo: memFree=113017396/131524600 swapFree=131054968/131071996
[pid=200063] ppid=200060 vsize=19108176 memory=1193420 CPUtime=14.84 cores=5,7
/proc/200063/stat : 200063 (java) S 200060 200063 199498 0 -1 1077936128 27337 0 0 0 1442 42 0 0 20 0 20 0 20681879 19566772224 298355 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
/proc/200063/statm: 4777044 298355 5859 1 0 666783 0
[pid=200063/tid=200065] ppid=200060 vsize=19108176 memory=1193420 CPUtime=12.53 cores=5,7
/proc/200063/task/200065/stat : 200065 (java) R 200060 200063 199498 0 -1 4194368 8107 0 0 0 1218 35 0 0 20 0 20 0 20681880 19566772224 298355 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200074] ppid=200060 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/200063/task/200074/stat : 200074 (Finalizer) S 200060 200063 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20681882 19566772224 298355 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200081] ppid=200060 vsize=19108176 memory=11944 CPUtime=0 cores=5,7
/proc/200063/task/200081/stat : 200081 (Common-Cleaner) S 200060 200063 199498 0 -1 1077936192 131 0 0 0 0 0 0 0 20 0 20 0 20681883 19566772224 298355 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200082] ppid=200060 vsize=19108176 memory=5596 CPUtime=0 cores=5,7
/proc/200063/task/200082/stat : 200082 (Timer-0) S 200060 200063 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20681905 19566772224 298355 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
Current children cumulated CPU time: 14.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1193420 KiB

[startup+16.0003 s]*
/proc/loadavg: 4.23 2.51 1.86 5/336 200084
/proc/meminfo: memFree=112885340/131524600 swapFree=131054968/131071996
[pid=200063] ppid=200060 vsize=19108176 memory=1197592 CPUtime=18.16 cores=5,7
/proc/200063/stat : 200063 (java) S 200060 200063 199498 0 -1 1077936128 29734 0 0 0 1770 46 0 0 20 0 20 0 20681879 19566772224 299398 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
/proc/200063/statm: 4777044 299398 5859 1 0 666784 0
[pid=200063/tid=200065] ppid=200060 vsize=19108176 memory=-9175919779731186364 CPUtime=15.7 cores=5,7
/proc/200063/task/200065/stat : 200065 (java) R 200060 200063 199498 0 -1 4194368 8780 0 0 0 1531 39 0 0 20 0 20 0 20681880 19566772224 299398 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200074] ppid=200060 vsize=19108176 memory=4796 CPUtime=0 cores=5,7
/proc/200063/task/200074/stat : 200074 (Finalizer) S 200060 200063 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20681882 19566772224 299398 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200081] ppid=200060 vsize=19108176 memory=1506284 CPUtime=0 cores=5,7
/proc/200063/task/200081/stat : 200081 (Common-Cleaner) S 200060 200063 199498 0 -1 1077936192 131 0 0 0 0 0 0 0 20 0 20 0 20681883 19566772224 299398 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200082] ppid=200060 vsize=19108176 memory=2680 CPUtime=0 cores=5,7
/proc/200063/task/200082/stat : 200082 (Timer-0) S 200060 200063 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20681905 19566772224 299398 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
Current children cumulated CPU time: 18.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1197592 KiB

[startup+16.8003 s]
/proc/loadavg: 4.23 2.51 1.86 5/336 200084
/proc/meminfo: memFree=112885340/131524600 swapFree=131054968/131071996
[pid=200063] ppid=200060 vsize=19108176 memory=1197592 CPUtime=18.96 cores=5,7
/proc/200063/stat : 200063 (java) S 200060 200063 199498 0 -1 1077936128 29851 0 0 0 1848 48 0 0 20 0 20 0 20681879 19566772224 299398 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
/proc/200063/statm: 4777044 299398 5859 1 0 666784 0
[pid=200063/tid=200065] ppid=200060 vsize=19108176 memory=2004 CPUtime=16.49 cores=5,7
/proc/200063/task/200065/stat : 200065 (java) R 200060 200063 199498 0 -1 4194368 8897 0 0 0 1608 41 0 0 20 0 20 0 20681880 19566772224 299398 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200074] ppid=200060 vsize=19108176 memory=1896 CPUtime=0 cores=5,7
/proc/200063/task/200074/stat : 200074 (Finalizer) S 200060 200063 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20681882 19566772224 299398 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200081] ppid=200060 vsize=19108176 memory=1197592 CPUtime=0 cores=5,7
/proc/200063/task/200081/stat : 200081 (Common-Cleaner) S 200060 200063 199498 0 -1 1077936192 131 0 0 0 0 0 0 0 20 0 20 0 20681883 19566772224 299398 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200082] ppid=200060 vsize=19108176 memory=68244 CPUtime=0 cores=5,7
/proc/200063/task/200082/stat : 200082 (Timer-0) S 200060 200063 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20681905 19566772224 299398 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
Current children cumulated CPU time: 18.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1197592 KiB

[startup+17.6003 s]
/proc/loadavg: 4.23 2.51 1.86 5/336 200084
/proc/meminfo: memFree=112831772/131524600 swapFree=131054968/131071996
[pid=200063] ppid=200060 vsize=19108176 memory=1197648 CPUtime=19.78 cores=5,7
/proc/200063/stat : 200063 (java) S 200060 200063 199498 0 -1 1077936128 30253 0 0 0 1929 49 0 0 20 0 20 0 20681879 19566772224 299412 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
/proc/200063/statm: 4777044 299412 5859 1 0 666784 0
[pid=200063/tid=200065] ppid=200060 vsize=19108176 memory=12304 CPUtime=17.29 cores=5,7
/proc/200063/task/200065/stat : 200065 (java) R 200060 200063 199498 0 -1 4194368 9081 0 0 0 1687 42 0 0 20 0 20 0 20681880 19566772224 299412 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200074] ppid=200060 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/200063/task/200074/stat : 200074 (Finalizer) S 200060 200063 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20681882 19566772224 299412 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200081] ppid=200060 vsize=19108176 memory=-9175919779731186364 CPUtime=0 cores=5,7
/proc/200063/task/200081/stat : 200081 (Common-Cleaner) S 200060 200063 199498 0 -1 1077936192 131 0 0 0 0 0 0 0 20 0 20 0 20681883 19566772224 299412 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200082] ppid=200060 vsize=19108176 memory=68244 CPUtime=0 cores=5,7
/proc/200063/task/200082/stat : 200082 (Timer-0) S 200060 200063 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20681905 19566772224 299412 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
Current children cumulated CPU time: 19.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1197648 KiB

[startup+17.8004 s]
/proc/loadavg: 4.23 2.51 1.86 5/336 200084
/proc/meminfo: memFree=112831772/131524600 swapFree=131054968/131071996
[pid=200063] ppid=200060 vsize=19108176 memory=1197864 CPUtime=20.11 cores=5,7
/proc/200063/stat : 200063 (java) S 200060 200063 199498 0 -1 1077936128 33971 0 0 0 1960 51 0 0 20 0 20 0 20681879 19566772224 299466 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
/proc/200063/statm: 4777044 299466 5859 1 0 666800 0
[pid=200063/tid=200065] ppid=200060 vsize=19108176 memory=5432 CPUtime=17.47 cores=5,7
/proc/200063/task/200065/stat : 200065 (java) R 200060 200063 199498 0 -1 4194368 10475 0 0 0 1703 44 0 0 20 0 20 0 20681880 19566772224 299466 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200074] ppid=200060 vsize=19108176 memory=15884 CPUtime=0 cores=5,7
/proc/200063/task/200074/stat : 200074 (Finalizer) S 200060 200063 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20681882 19566772224 299466 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200081] ppid=200060 vsize=19108176 memory=-9175919779731186364 CPUtime=0 cores=5,7
/proc/200063/task/200081/stat : 200081 (Common-Cleaner) S 200060 200063 199498 0 -1 1077936192 131 0 0 0 0 0 0 0 20 0 20 0 20681883 19566772224 299466 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200082] ppid=200060 vsize=19108176 memory=1197592 CPUtime=0 cores=5,7
/proc/200063/task/200082/stat : 200082 (Timer-0) S 200060 200063 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20681905 19566772224 299466 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
Current children cumulated CPU time: 20.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1197864 KiB

[startup+17.9004 s]
/proc/loadavg: 4.23 2.51 1.86 5/336 200084
/proc/meminfo: memFree=112831772/131524600 swapFree=131054968/131071996
[pid=200063] ppid=200060 vsize=19108176 memory=1200192 CPUtime=20.21 cores=5,7
/proc/200063/stat : 200063 (java) S 200060 200063 199498 0 -1 1077936128 34647 0 0 0 1970 51 0 0 20 0 20 0 20681879 19566772224 300048 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
/proc/200063/statm: 4777044 300048 5859 1 0 666800 0
[pid=200063/tid=200065] ppid=200060 vsize=19108176 memory=0 CPUtime=17.48 cores=5,7
/proc/200063/task/200065/stat : 200065 (java) D 200060 200063 199498 0 -1 4194368 10475 0 0 0 1704 44 0 0 20 0 20 0 20681880 19566772224 300048 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 18 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200074] ppid=200060 vsize=19108176 memory=1193420 CPUtime=0 cores=5,7
/proc/200063/task/200074/stat : 200074 (Finalizer) S 200060 200063 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20681882 19566772224 300048 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200081] ppid=200060 vsize=19108176 memory=15884 CPUtime=0 cores=5,7
/proc/200063/task/200081/stat : 200081 (Common-Cleaner) S 200060 200063 199498 0 -1 1077936192 131 0 0 0 0 0 0 0 20 0 20 0 20681883 19566772224 300048 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
[pid=200063/tid=200082] ppid=200060 vsize=19108176 memory=280449687808400 CPUtime=0 cores=5,7
/proc/200063/task/200082/stat : 200082 (Timer-0) S 200060 200063 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20681905 19566772224 300048 134679101440 94168249761792 94168249765488 140737158828192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94168249773304 94168249774096 94168258125824 140737158837163 140737158837345 140737158837345 140737158844360 0
Current children cumulated CPU time: 20.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1200192 KiB

Child status: 20

Real time (s): 17.9958
CPU time (s): 20.3712
CPU user time (s): 19.8418
CPU system time (s): 0.529478
CPU usage (%): 113.2
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1200192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.8418
system time used= 0.529478
maximum resident set size= 1201676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35877
page faults= 0
swaps= 0
block input operations= 0
block output operations= 284448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4591
involuntary context switches= 299


# summary of solver processes directly reported to runsolver:
#   pid: 200063
#   total CPU time (s): 20.3712
#   total CPU user time (s): 19.8418
#   total CPU system time (s): 0.529478

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056529 second user time and 0.110183 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-24 19:19:45
IDJOB=4452832
IDBENCH=165322
IDSOLVER=3079
FILE ID=nodeC028/4452832-1721841585
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-sumineqArity5pyramidP065.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-4452832-1721841585/watcher-4452832-1721841585 -o /tmp/evaluation-result-4452832-1721841585/solver-4452832-1721841585 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721841436-199511 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4452832-1721841585 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452832-1721841585.opb

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

MD5SUM BENCH= ff63d464810e05f4e638d683112dc5a7
RANDOM SEED=1106633930

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		: 3600.019
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		: 3670.856
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		: 3669.453
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		: 3631.301
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		: 3669.425
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		: 3650.993
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		: 3600.008
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		: 3654.764
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:        114506400 kB
MemAvailable:   123740868 kB
Buffers:          265948 kB
Cached:          9754416 kB
SwapCached:          264 kB
Active:          2269900 kB
Inactive:       14043196 kB
Active(anon):       4472 kB
Inactive(anon):  6340404 kB
Active(file):    2265428 kB
Inactive(file):  7702792 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054968 kB
Dirty:            289316 kB
Writeback:             0 kB
AnonPages:       6291928 kB
Mapped:           116656 kB
Shmem:             52100 kB
KReclaimable:     212140 kB
Slab:             342780 kB
SReclaimable:     212140 kB
SUnreclaim:       130640 kB
KernelStack:        5088 kB
PageTables:        22440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9174692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13440 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6012928 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= 890056 MiB
End job on nodeC028 at 2024-07-24 19:20:03