Trace number 4448204

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 Default 2024-07-07UNSAT 24.6328 22.1401

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.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.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	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 		2113181440
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2122317824
0.00/0.08	c Number of processors 	2
0.15/0.12	--- Begin Solver configuration ---
0.15/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.15/0.12	Learn all clauses as in MiniSAT
0.15/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.15/0.12	No reason simplification
0.15/0.12	Glucose 2.1 dynamic restart strategy
0.15/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.15/0.12	timeout=2147483s
0.15/0.12	DB Simplification allowed=false
0.15/0.12	Listener: none
0.15/0.12	--- End Solver configuration ---
0.15/0.12	c Pseudo Boolean Optimization by upper bound
0.15/0.12	c --- Begin Solver configuration ---
0.15/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.15/0.12	c Learn all clauses as in MiniSAT
0.15/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.15/0.12	c No reason simplification
0.15/0.12	c Glucose 2.1 dynamic restart strategy
0.15/0.12	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.15/0.12	c timeout=2147483s
0.15/0.12	c DB Simplification allowed=false
0.15/0.12	c Listener: none
0.15/0.12	c --- End Solver configuration ---
0.15/0.12	c solving HOME/instance-4448204-1721357028.opb
0.15/0.12	c reading problem ... 
0.15/0.12	c  no objective function found
0.15/0.14	c ... done. Wall clock time 0.022s.
0.15/0.14	c declared #vars     201
0.15/0.14	c #constraints  278
0.15/0.14	c constraints type 
0.15/0.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.15/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 276
0.15/0.14	c 278 constraints processed.
0.55/0.36	c cleaning 2487 clauses out of 5001 with flag 22063/5001
0.93/0.59	c cleaning 4249 clauses out of 8517 with flag 56015/11004
1.50/0.81	c cleaning 5624 clauses out of 11264 with flag 96197/18000
1.69/0.98	c cleaning 6817 clauses out of 13640 with flag 141936/26000
2.09/1.20	c cleaning 7899 clauses out of 15823 with flag 195501/35000
2.42/1.45	c cleaning 8948 clauses out of 17925 with flag 254332/45001
2.78/1.74	c cleaning 9983 clauses out of 19976 with flag 322154/56000
3.09/2.10	c cleaning 10991 clauses out of 21994 with flag 392624/68001
3.59/2.51	c cleaning 11993 clauses out of 24003 with flag 469664/81001
4.00/2.95	c cleaning 12997 clauses out of 26010 with flag 552793/95001
4.51/3.43	c cleaning 13999 clauses out of 28013 with flag 641631/110001
5.00/3.93	c cleaning 15000 clauses out of 30015 with flag 731425/126002
5.67/4.56	c cleaning 15998 clauses out of 32015 with flag 828015/143002
6.36/5.17	c cleaning 17002 clauses out of 34016 with flag 928774/161001
7.04/5.88	c cleaning 18001 clauses out of 36014 with flag 1031781/180001
7.84/6.65	c cleaning 18999 clauses out of 38012 with flag 1139423/200000
8.64/7.44	c cleaning 20003 clauses out of 40013 with flag 1248255/221000
9.53/8.35	c cleaning 20997 clauses out of 42010 with flag 1364161/243000
10.44/9.28	c cleaning 21999 clauses out of 44014 with flag 1479989/266001
11.44/10.24	c cleaning 23000 clauses out of 46014 with flag 1593888/290000
12.35/11.19	c cleaning 23999 clauses out of 48015 with flag 1709702/315001
13.43/12.29	c cleaning 25002 clauses out of 50016 with flag 1831345/341001
14.53/13.39	c cleaning 25999 clauses out of 52013 with flag 1954514/368000
15.72/14.59	c cleaning 27000 clauses out of 54015 with flag 2082994/396001
17.13/15.94	c cleaning 27997 clauses out of 56014 with flag 2219557/425000
18.42/17.23	c cleaning 29002 clauses out of 58017 with flag 2357217/455000
19.89/18.61	c cleaning 30000 clauses out of 60015 with flag 2505393/486000
21.19/19.98	c cleaning 30999 clauses out of 62015 with flag 2665692/518000
23.47/21.39	c cleaning 32006 clauses out of 64017 with flag 2823408/551002
24.48/22.05	c starts		: 662
24.48/22.05	c conflicts		: 577354
24.48/22.05	c decisions		: 744867
24.48/22.05	c propagations		: 5351453
24.48/22.05	c inspects		: 441082596
24.48/22.05	c shortcuts		: 0
24.48/22.05	c learnt literals	: 13
24.48/22.05	c learnt binary clauses	: 11
24.48/22.05	c learnt ternary clauses	: 23
24.48/22.05	c learnt constraints	: 577340
24.48/22.05	c ignored constraints	: 0
24.48/22.05	c root simplifications	: 0
24.48/22.06	c removed literals (reason simplification)	: 0
24.48/22.06	c reason swapping (by a shorter reason)	: 0
24.48/22.06	c Calls to reduceDB	: 29
24.48/22.06	c Number of update (reduction) of LBD	: 143392
24.48/22.06	c Imported unit clauses	: 0
24.48/22.07	c No decision after first conflict	: false
24.48/22.07	c number of reductions to clauses (during analyze)	: 0
24.48/22.07	c number of learned constraints concerned by reduction	: 0
24.48/22.07	c number of learning phase by resolution	: 0
24.48/22.07	c number of learning phase by cutting planes	: 0
24.48/22.07	c number of rounding to 1 operations	: 0
24.48/22.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
24.48/22.07	c number of reductions of the coefficients by power 2 	: 0
24.48/22.07	c number of right shift for reduction by power 2 	: 0
24.48/22.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
24.48/22.07	c number of ending skipping 	: 0
24.48/22.07	c number of internal skipping 	: 0
24.48/22.07	c number of derivation steps 	: 0
24.48/22.08	c number of skipped derivation steps 	: 0
24.48/22.08	c number of remaining unassigned 	: 0
24.48/22.08	c number of remaining assigned 	: 0
24.48/22.08	c number of falsified literals weakened from reason	: 0
24.48/22.08	c number of falsified literals weakened from conflict	: 0
24.48/22.08	c time for arithmetic operations	: 0
24.48/22.08	c minimum degree of deleted constraints	: null
24.48/22.08	c maximum degree of deleted constraints	: null
24.48/22.08	c number of deleted constraints	: 0
24.48/22.08	c speed (assignments/second)	: 244046.56147391463
24.48/22.08	c non guided choices	: 1179
24.60/22.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 58339
24.60/22.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 11
24.60/22.11	s UNSATISFIABLE
24.60/22.11	c Total wall clock time (in seconds): 21.994

Verifier Data

ERROR: no interpretation found !

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: 64059 MiB (57635 MiB free)
  memory of node 1: 64510 MiB (61058 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448204-1721357028/watcher-4448204-1721357028 -o /tmp/evaluation-result-4448204-1721357028/solver-4448204-1721357028 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721354365-980652 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4448204-1721357028.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=983002, runsolver pid=982999
Current StackSize limit: 8192 KiB


[startup+0.104935 s]*
/proc/loadavg: 4.25 4.17 4.12 6/318 983020
/proc/meminfo: memFree=121498024/131655788 swapFree=131071996/131071996
[pid=983002] ppid=982999 vsize=18975048 memory=65576 CPUtime=0.15 cores=5,7
/proc/983002/stat : 983002 (java) S 982999 983002 980639 0 -1 1077936128 7283 0 0 0 13 2 0 0 20 0 18 0 187859206 19430449152 16394 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
/proc/983002/statm: 4743762 16394 5703 1 0 551453 0
[pid=983002/tid=983004] ppid=982999 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/983002/task/983004/stat : 983004 (java) R 982999 983002 980639 0 -1 4194368 5782 0 0 0 8 1 0 0 20 0 18 0 187859206 19430449152 16394 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983013] ppid=982999 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/983002/task/983013/stat : 983013 (Finalizer) S 982999 983002 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187859209 19430449152 16394 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983020] ppid=982999 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=5,7
/proc/983002/task/983020/stat : 983020 (Common-Cleaner) S 982999 983002 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 187859209 19430449152 16394 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65576 KiB

[startup+0.206869 s]*
/proc/loadavg: 4.25 4.17 4.12 6/319 983021
/proc/meminfo: memFree=121492072/131655788 swapFree=131071996/131071996
[pid=983002] ppid=982999 vsize=19041612 memory=71620 CPUtime=0.34 cores=5,7
/proc/983002/stat : 983002 (java) S 982999 983002 980639 0 -1 1077936128 8909 0 0 0 32 2 0 0 20 0 19 0 187859206 19498610688 17905 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
/proc/983002/statm: 4760403 17905 5824 1 0 552477 0
[pid=983002/tid=983004] ppid=982999 vsize=19041612 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/983002/task/983004/stat : 983004 (java) R 982999 983002 980639 0 -1 4194368 5941 0 0 0 18 1 0 0 20 0 19 0 187859206 19498610688 17905 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983013] ppid=982999 vsize=19041612 memory=5697 CPUtime=0 cores=5,7
/proc/983002/task/983013/stat : 983013 (Finalizer) S 982999 983002 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187859209 19498610688 17905 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983020] ppid=982999 vsize=19041612 memory=14699599474464555 CPUtime=0 cores=5,7
/proc/983002/task/983020/stat : 983020 (Common-Cleaner) S 982999 983002 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187859209 19498610688 17905 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983021] ppid=982999 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/983002/task/983021/stat : 983021 (Timer-0) S 982999 983002 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187859221 19498610688 17905 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71620 KiB

[startup+0.315361 s]*
/proc/loadavg: 4.25 4.17 4.12 6/319 983021
/proc/meminfo: memFree=121490068/131655788 swapFree=131071996/131071996
[pid=983002] ppid=982999 vsize=19041612 memory=73468 CPUtime=0.55 cores=5,7
/proc/983002/stat : 983002 (java) S 982999 983002 980639 0 -1 1077936128 9389 0 0 0 53 2 0 0 20 0 19 0 187859206 19498610688 18367 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
/proc/983002/statm: 4760403 18367 5824 1 0 552911 0
[pid=983002/tid=983004] ppid=982999 vsize=19041612 memory=-8526547104130441916 CPUtime=0.3 cores=5,7
/proc/983002/task/983004/stat : 983004 (java) R 982999 983002 980639 0 -1 4194368 5941 0 0 0 29 1 0 0 20 0 19 0 187859206 19498610688 18367 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983013] ppid=982999 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/983002/task/983013/stat : 983013 (Finalizer) S 982999 983002 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187859209 19498610688 18367 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983020] ppid=982999 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/983002/task/983020/stat : 983020 (Common-Cleaner) S 982999 983002 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187859209 19498610688 18367 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983021] ppid=982999 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/983002/task/983021/stat : 983021 (Timer-0) S 982999 983002 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187859221 19498610688 18367 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73468 KiB

[startup+0.700349 s]
/proc/loadavg: 4.25 4.17 4.12 7/319 983021
/proc/meminfo: memFree=121474660/131655788 swapFree=131071996/131071996
[pid=983002] ppid=982999 vsize=19041612 memory=89788 CPUtime=1.3 cores=5,7
/proc/983002/stat : 983002 (java) S 982999 983002 980639 0 -1 1077936128 14656 0 0 0 127 3 0 0 20 0 19 0 187859206 19498610688 22447 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
/proc/983002/statm: 4760403 22447 5840 1 0 555885 0
[pid=983002/tid=983004] ppid=982999 vsize=19041612 memory=43996 CPUtime=0.67 cores=5,7
/proc/983002/task/983004/stat : 983004 (java) R 982999 983002 980639 0 -1 4194368 5984 0 0 0 66 1 0 0 20 0 19 0 187859206 19498610688 22447 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983013] ppid=982999 vsize=19041612 memory=11992 CPUtime=0 cores=5,7
/proc/983002/task/983013/stat : 983013 (Finalizer) S 982999 983002 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187859209 19498610688 22447 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983020] ppid=982999 vsize=19041612 memory=2312 CPUtime=0 cores=5,7
/proc/983002/task/983020/stat : 983020 (Common-Cleaner) S 982999 983002 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187859209 19498610688 22447 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983021] ppid=982999 vsize=19041612 memory=25208 CPUtime=0 cores=5,7
/proc/983002/task/983021/stat : 983021 (Timer-0) S 982999 983002 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187859221 19498610688 22447 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 89788 KiB

[startup+1.50036 s]
/proc/loadavg: 4.25 4.17 4.12 6/319 983021
/proc/meminfo: memFree=121469192/131655788 swapFree=131071996/131071996
[pid=983002] ppid=982999 vsize=19041612 memory=98424 CPUtime=2.57 cores=5,7
/proc/983002/stat : 983002 (java) S 982999 983002 980639 0 -1 1077936128 18475 0 0 0 254 3 0 0 20 0 19 0 187859206 19498610688 24606 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
/proc/983002/statm: 4760403 24606 5840 1 0 555887 0
[pid=983002/tid=983004] ppid=982999 vsize=19041612 memory=11992 CPUtime=1.48 cores=5,7
/proc/983002/task/983004/stat : 983004 (java) R 982999 983002 980639 0 -1 4194368 6294 0 0 0 146 2 0 0 20 0 19 0 187859206 19498610688 24606 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983013] ppid=982999 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/983002/task/983013/stat : 983013 (Finalizer) S 982999 983002 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187859209 19498610688 24606 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983020] ppid=982999 vsize=19041612 memory=2312 CPUtime=0 cores=5,7
/proc/983002/task/983020/stat : 983020 (Common-Cleaner) S 982999 983002 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187859209 19498610688 24606 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983021] ppid=982999 vsize=19041612 memory=25208 CPUtime=0 cores=5,7
/proc/983002/task/983021/stat : 983021 (Timer-0) S 982999 983002 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187859221 19498610688 24606 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 98424 KiB

[startup+3.11282 s]
/proc/loadavg: 4.25 4.17 4.12 5/319 983021
/proc/meminfo: memFree=121454604/131655788 swapFree=131071996/131071996
[pid=983002] ppid=982999 vsize=19041612 memory=108792 CPUtime=4.22 cores=5,7
/proc/983002/stat : 983002 (java) S 982999 983002 980639 0 -1 1077936128 19146 0 0 0 418 4 0 0 20 0 19 0 187859206 19498610688 27198 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
/proc/983002/statm: 4760403 27198 5848 1 0 555889 0
[pid=983002/tid=983004] ppid=982999 vsize=19041612 memory=0 CPUtime=3.08 cores=5,7
/proc/983002/task/983004/stat : 983004 (java) R 982999 983002 980639 0 -1 4194368 6574 0 0 0 306 2 0 0 20 0 19 0 187859206 19498610688 27198 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983013] ppid=982999 vsize=19041612 memory=-8526547104130441916 CPUtime=0 cores=5,7
/proc/983002/task/983013/stat : 983013 (Finalizer) S 982999 983002 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187859209 19498610688 27198 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983020] ppid=982999 vsize=19041612 memory=11992 CPUtime=0 cores=5,7
/proc/983002/task/983020/stat : 983020 (Common-Cleaner) S 982999 983002 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187859209 19498610688 27198 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983021] ppid=982999 vsize=19041612 memory=2312 CPUtime=0 cores=5,7
/proc/983002/task/983021/stat : 983021 (Timer-0) S 982999 983002 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187859221 19498610688 27198 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
Current children cumulated CPU time: 4.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 108792 KiB

[startup+6.30039 s]
/proc/loadavg: 4.23 4.17 4.12 6/319 983023
/proc/meminfo: memFree=121439708/131655788 swapFree=131071996/131071996
[pid=983002] ppid=982999 vsize=19041612 memory=125452 CPUtime=7.54 cores=5,7
/proc/983002/stat : 983002 (java) S 982999 983002 980639 0 -1 1077936128 20271 0 0 0 749 5 0 0 20 0 19 0 187859206 19498610688 31363 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
/proc/983002/statm: 4760403 31363 5848 1 0 555889 0
[pid=983002/tid=983004] ppid=982999 vsize=19041612 memory=2312 CPUtime=6.26 cores=5,7
/proc/983002/task/983004/stat : 983004 (java) R 982999 983002 980639 0 -1 4194368 7024 0 0 0 624 2 0 0 20 0 19 0 187859206 19498610688 31363 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983013] ppid=982999 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/983002/task/983013/stat : 983013 (Finalizer) S 982999 983002 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187859209 19498610688 31363 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983020] ppid=982999 vsize=19041612 memory=11992 CPUtime=0 cores=5,7
/proc/983002/task/983020/stat : 983020 (Common-Cleaner) S 982999 983002 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187859209 19498610688 31363 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983021] ppid=982999 vsize=19041612 memory=-5158697563450915880 CPUtime=0 cores=5,7
/proc/983002/task/983021/stat : 983021 (Timer-0) S 982999 983002 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187859221 19498610688 31363 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
Current children cumulated CPU time: 7.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 125452 KiB

[startup+12.7004 s]
/proc/loadavg: 4.21 4.16 4.12 5/319 983023
/proc/meminfo: memFree=121408920/131655788 swapFree=131071996/131071996
[pid=983002] ppid=982999 vsize=19041612 memory=158228 CPUtime=13.93 cores=5,7
/proc/983002/stat : 983002 (java) S 982999 983002 980639 0 -1 1077936128 21463 0 0 0 1387 6 0 0 20 0 19 0 187859206 19498610688 39557 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
/proc/983002/statm: 4760403 39557 5848 1 0 555889 0
[pid=983002/tid=983004] ppid=982999 vsize=19041612 memory=11992 CPUtime=12.64 cores=5,7
/proc/983002/task/983004/stat : 983004 (java) R 982999 983002 980639 0 -1 4194368 7899 0 0 0 1261 3 0 0 20 0 19 0 187859206 19498610688 39557 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983013] ppid=982999 vsize=19041612 memory=139796 CPUtime=0 cores=5,7
/proc/983002/task/983013/stat : 983013 (Finalizer) S 982999 983002 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187859209 19498610688 39557 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983020] ppid=982999 vsize=19041612 memory=43996 CPUtime=0 cores=5,7
/proc/983002/task/983020/stat : 983020 (Common-Cleaner) S 982999 983002 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187859209 19498610688 39557 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983021] ppid=982999 vsize=19041612 memory=11992 CPUtime=0 cores=5,7
/proc/983002/task/983021/stat : 983021 (Timer-0) S 982999 983002 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187859221 19498610688 39557 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
Current children cumulated CPU time: 13.93 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 158228 KiB

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

# cumulated CPU time of all completed processes:  user=24.5312 s, system=0.101592 s

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

[startup+12.8005 s]
/proc/loadavg: 4.21 4.16 4.12 5/319 983023
/proc/meminfo: memFree=121408920/131655788 swapFree=131071996/131071996
[pid=983002] ppid=982999 vsize=19041612 memory=158228 CPUtime=14.03 cores=5,7
/proc/983002/stat : 983002 (java) S 982999 983002 980639 0 -1 1077936128 21464 0 0 0 1397 6 0 0 20 0 19 0 187859206 19498610688 39557 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
/proc/983002/statm: 4760403 39557 5848 1 0 555889 0
[pid=983002/tid=983004] ppid=982999 vsize=19041612 memory=0 CPUtime=12.74 cores=5,7
/proc/983002/task/983004/stat : 983004 (java) R 982999 983002 980639 0 -1 4194368 7900 0 0 0 1271 3 0 0 20 0 19 0 187859206 19498610688 39557 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983013] ppid=982999 vsize=19041612 memory=5512 CPUtime=0 cores=5,7
/proc/983002/task/983013/stat : 983013 (Finalizer) S 982999 983002 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187859209 19498610688 39557 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983020] ppid=982999 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/983002/task/983020/stat : 983020 (Common-Cleaner) S 982999 983002 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187859209 19498610688 39557 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983021] ppid=982999 vsize=19041612 memory=11600 CPUtime=0 cores=5,7
/proc/983002/task/983021/stat : 983021 (Timer-0) S 982999 983002 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187859221 19498610688 39557 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
Current children cumulated CPU time: 14.03 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 158228 KiB

[startup+16.0004 s]*
/proc/loadavg: 4.19 4.16 4.12 5/320 983025
/proc/meminfo: memFree=121384048/131655788 swapFree=131071996/131071996
[pid=983002] ppid=982999 vsize=19108176 memory=179112 CPUtime=17.24 cores=5,7
/proc/983002/stat : 983002 (java) S 982999 983002 980639 0 -1 1077936128 22943 0 0 0 1717 7 0 0 20 0 20 0 187859206 19566772224 44778 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
/proc/983002/statm: 4777044 44778 5864 1 0 556178 0
[pid=983002/tid=983004] ppid=982999 vsize=19108176 memory=-8526547104130441916 CPUtime=15.91 cores=5,7
/proc/983002/task/983004/stat : 983004 (java) R 982999 983002 980639 0 -1 4194368 8142 0 0 0 1588 3 0 0 20 0 20 0 187859206 19566772224 44778 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983013] ppid=982999 vsize=19108176 memory=25208 CPUtime=0 cores=5,7
/proc/983002/task/983013/stat : 983013 (Finalizer) S 982999 983002 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187859209 19566772224 44778 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983020] ppid=982999 vsize=19108176 memory=5512 CPUtime=0 cores=5,7
/proc/983002/task/983020/stat : 983020 (Common-Cleaner) S 982999 983002 980639 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 187859209 19566772224 44778 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983021] ppid=982999 vsize=19108176 memory=16252 CPUtime=0 cores=5,7
/proc/983002/task/983021/stat : 983021 (Timer-0) S 982999 983002 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187859221 19566772224 44778 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
Current children cumulated CPU time: 17.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179112 KiB

[startup+19.2004 s]
/proc/loadavg: 4.18 4.16 4.12 5/320 983025
/proc/meminfo: memFree=121384024/131655788 swapFree=131071996/131071996
[pid=983002] ppid=982999 vsize=19108176 memory=179152 CPUtime=20.49 cores=5,7
/proc/983002/stat : 983002 (java) S 982999 983002 980639 0 -1 1077936128 24660 0 0 0 2041 8 0 0 20 0 20 0 187859206 19566772224 44788 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
/proc/983002/statm: 4777044 44788 5864 1 0 556178 0
[pid=983002/tid=983004] ppid=982999 vsize=19108176 memory=11600 CPUtime=19.09 cores=5,7
/proc/983002/task/983004/stat : 983004 (java) R 982999 983002 980639 0 -1 4194368 8407 0 0 0 1906 3 0 0 20 0 20 0 187859206 19566772224 44788 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983013] ppid=982999 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/983002/task/983013/stat : 983013 (Finalizer) S 982999 983002 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187859209 19566772224 44788 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983020] ppid=982999 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/983002/task/983020/stat : 983020 (Common-Cleaner) S 982999 983002 980639 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 187859209 19566772224 44788 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983021] ppid=982999 vsize=19108176 memory=43996 CPUtime=0 cores=5,7
/proc/983002/task/983021/stat : 983021 (Timer-0) S 982999 983002 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187859221 19566772224 44788 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
Current children cumulated CPU time: 20.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179152 KiB

[startup+20.8003 s]
/proc/loadavg: 4.18 4.16 4.12 5/320 983025
/proc/meminfo: memFree=121384012/131655788 swapFree=131071996/131071996
[pid=983002] ppid=982999 vsize=19108176 memory=179236 CPUtime=22.53 cores=5,7
/proc/983002/stat : 983002 (java) S 982999 983002 980639 0 -1 1077936128 27998 0 0 0 2245 8 0 0 20 0 20 0 187859206 19566772224 44809 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
/proc/983002/statm: 4777044 44809 5864 1 0 556178 0
[pid=983002/tid=983004] ppid=982999 vsize=19108176 memory=179152 CPUtime=20.68 cores=5,7
/proc/983002/task/983004/stat : 983004 (java) R 982999 983002 980639 0 -1 4194368 9538 0 0 0 2065 3 0 0 20 0 20 0 187859206 19566772224 44809 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983013] ppid=982999 vsize=19108176 memory=32180 CPUtime=0 cores=5,7
/proc/983002/task/983013/stat : 983013 (Finalizer) S 982999 983002 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187859209 19566772224 44809 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983020] ppid=982999 vsize=19108176 memory=16252 CPUtime=0 cores=5,7
/proc/983002/task/983020/stat : 983020 (Common-Cleaner) S 982999 983002 980639 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 187859209 19566772224 44809 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983021] ppid=982999 vsize=19108176 memory=179112 CPUtime=0 cores=5,7
/proc/983002/task/983021/stat : 983021 (Timer-0) S 982999 983002 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187859221 19566772224 44809 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
Current children cumulated CPU time: 22.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179236 KiB

[startup+21.6003 s]
/proc/loadavg: 4.18 4.16 4.12 6/320 983025
/proc/meminfo: memFree=121383872/131655788 swapFree=131071996/131071996
[pid=983002] ppid=982999 vsize=19108176 memory=191680 CPUtime=23.97 cores=5,7
/proc/983002/stat : 983002 (java) S 982999 983002 980639 0 -1 1077936128 33443 0 0 0 2388 9 0 0 20 0 20 0 187859206 19566772224 47920 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
/proc/983002/statm: 4777044 47920 5864 1 0 558435 0
[pid=983002/tid=983004] ppid=982999 vsize=19108176 memory=1399111604655069571 CPUtime=21.49 cores=5,7
/proc/983002/task/983004/stat : 983004 (java) R 982999 983002 980639 0 -1 4194368 9591 0 0 0 2145 4 0 0 20 0 20 0 187859206 19566772224 47920 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983013] ppid=982999 vsize=19108176 memory=4357 CPUtime=0 cores=5,7
/proc/983002/task/983013/stat : 983013 (Finalizer) S 982999 983002 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187859209 19566772224 47920 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983020] ppid=982999 vsize=19108176 memory=-8526547104130441916 CPUtime=0 cores=5,7
/proc/983002/task/983020/stat : 983020 (Common-Cleaner) S 982999 983002 980639 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 187859209 19566772224 47920 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983021] ppid=982999 vsize=19108176 memory=179152 CPUtime=0 cores=5,7
/proc/983002/task/983021/stat : 983021 (Timer-0) S 982999 983002 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187859221 19566772224 47920 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
Current children cumulated CPU time: 23.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191680 KiB

[startup+22.0002 s]*
/proc/loadavg: 4.18 4.16 4.12 5/320 983025
/proc/meminfo: memFree=121371144/131655788 swapFree=131071996/131071996
[pid=983002] ppid=982999 vsize=19108176 memory=191680 CPUtime=24.48 cores=5,7
/proc/983002/stat : 983002 (java) S 982999 983002 980639 0 -1 1077936128 33469 0 0 0 2439 9 0 0 20 0 20 0 187859206 19566772224 47920 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
/proc/983002/statm: 4777044 47920 5864 1 0 558435 0
[pid=983002/tid=983004] ppid=982999 vsize=19108176 memory=7311146985107750967 CPUtime=21.9 cores=5,7
/proc/983002/task/983004/stat : 983004 (java) R 982999 983002 980639 0 -1 4194368 9595 0 0 0 2186 4 0 0 20 0 20 0 187859206 19566772224 47920 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983013] ppid=982999 vsize=19108176 memory=5673 CPUtime=0 cores=5,7
/proc/983002/task/983013/stat : 983013 (Finalizer) S 982999 983002 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187859209 19566772224 47920 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983020] ppid=982999 vsize=19108176 memory=15824395524377391 CPUtime=0 cores=5,7
/proc/983002/task/983020/stat : 983020 (Common-Cleaner) S 982999 983002 980639 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 187859209 19566772224 47920 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983021] ppid=982999 vsize=19108176 memory=7379258285874373217 CPUtime=0 cores=5,7
/proc/983002/task/983021/stat : 983021 (Timer-0) S 982999 983002 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187859221 19566772224 47920 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
Current children cumulated CPU time: 24.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191680 KiB

[startup+22.1074 s]
/proc/loadavg: 4.18 4.16 4.12 5/320 983025
/proc/meminfo: memFree=121371144/131655788 swapFree=131071996/131071996
[pid=983002] ppid=982999 vsize=19241304 memory=192100 CPUtime=24.6 cores=5,7
/proc/983002/stat : 983002 (java) S 982999 983002 980639 0 -1 1077936128 34790 0 0 0 2451 9 0 0 20 0 20 0 187859206 19703095296 48025 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
/proc/983002/statm: 4810326 48025 5863 1 0 559053 0
[pid=983002/tid=983004] ppid=982999 vsize=19241304 memory=11992 CPUtime=21.94 cores=5,7
/proc/983002/task/983004/stat : 983004 (java) S 982999 983002 980639 0 -1 1077936192 10458 0 0 0 2190 4 0 0 20 0 20 0 187859206 19703095296 48025 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983013] ppid=982999 vsize=19241304 memory=166420 CPUtime=0 cores=5,7
/proc/983002/task/983013/stat : 983013 (Finalizer) S 982999 983002 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187859209 19703095296 48025 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
[pid=983002/tid=983020] ppid=982999 vsize=19241304 memory=-8526547104130441916 CPUtime=0 cores=5,7
/proc/983002/task/983020/stat : 983020 (Common-Cleaner) S 982999 983002 980639 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 187859209 19703095296 48025 134679101440 94407801131008 94407801134704 140730737638944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94407801142520 94407801143312 94407812079616 140730737644550 140730737644640 140730737644640 140730737651656 0
Current children cumulated CPU time: 24.6 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 192100 KiB

Child status: 20

Real time (s): 22.1401
CPU time (s): 24.6328
CPU user time (s): 24.5312
CPU system time (s): 0.101592
CPU usage (%): 111.259
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 192100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.5312
system time used= 0.101592
maximum resident set size= 193432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35047
page faults= 0
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1114
involuntary context switches= 206


# summary of solver processes directly reported to runsolver:
#   pid: 983002
#   total CPU time (s): 24.6328
#   total CPU user time (s): 24.5312
#   total CPU system time (s): 0.101592

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.119585 second user time and 0.253156 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-19 04:44:00
IDJOB=4448204
IDBENCH=160377
IDSOLVER=3058
FILE ID=nodeC008/4448204-1721357028
RUNJOBID= nodeC008-1721354365-980652
SLURM_JOB_ID= 7542775
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x20split.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448204-1721357028/watcher-4448204-1721357028 -o /tmp/evaluation-result-4448204-1721357028/solver-4448204-1721357028 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721354365-980652 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4448204-1721357028.opb

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

MD5SUM BENCH= 35375f6b743dd6cf76dbca7c0490fbc2
RANDOM SEED=1428783163

nodeC008.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		: 3491.958
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.91
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		: 3655.314
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.31
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.492
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.91
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.367
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.31
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		: 3674.664
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.91
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		: 3491.978
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.31
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.474
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.91
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		: 3492.001
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        121542664 kB
MemAvailable:   123831784 kB
Buffers:          544792 kB
Cached:          2563088 kB
SwapCached:            0 kB
Active:          1059276 kB
Inactive:        8450964 kB
Active(anon):       1476 kB
Inactive(anon):  6438584 kB
Active(file):    1057800 kB
Inactive(file):  2012380 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               760 kB
Writeback:             0 kB
AnonPages:       6402368 kB
Mapped:           126376 kB
Shmem:             37704 kB
KReclaimable:     117940 kB
Slab:             222928 kB
SReclaimable:     117940 kB
SUnreclaim:       104988 kB
KernelStack:        4848 kB
PageTables:        22652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    8309792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58720 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6107136 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-19 04:44:22