Trace number 4447772

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. 83.4571 76.4985

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n25-d4-i2.cnf.gz-plain.pb.metafix.opb
MD5SUMce459d654692c78ea9ebe534277cd2e6
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 benchmark77.8957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101
Total number of constraints212
Number of constraints which are clauses212
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 5
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.10/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.17	c See www.sat4j.org for details.
0.10/0.19	c version CUSTOM.v20240707
0.10/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.21	c java.vm.version	22.0.1+8-16
0.10/0.21	c java.vm.vendor	Oracle Corporation
0.10/0.21	c sun.arch.data.model	64
0.10/0.21	c java.version		22.0.1
0.10/0.21	c os.name		Linux
0.10/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.10/0.21	c os.arch		amd64
0.27/0.24	c Free memory 		2113181440
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2122317824
0.27/0.24	c Number of processors 	2
0.43/0.34	--- Begin Solver configuration ---
0.43/0.34	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.43/0.34	Learn all clauses as in MiniSAT
0.43/0.34	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.34	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.43/0.34	Expensive reason simplification
0.43/0.34	Glucose 2.1 dynamic restart strategy
0.43/0.34	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.43/0.34	timeout=2147483s
0.43/0.34	DB Simplification allowed=false
0.43/0.34	Listener: none
0.43/0.34	--- End Solver configuration ---
0.43/0.35	c Pseudo Boolean Optimization by upper bound
0.43/0.35	c --- Begin Solver configuration ---
0.43/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.43/0.35	c Learn all clauses as in MiniSAT
0.43/0.35	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.43/0.35	c Expensive reason simplification
0.43/0.35	c Glucose 2.1 dynamic restart strategy
0.43/0.35	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.43/0.35	c timeout=2147483s
0.43/0.35	c DB Simplification allowed=false
0.43/0.35	c Listener: none
0.43/0.35	c --- End Solver configuration ---
0.43/0.35	c solving HOME/instance-4447772-1721827561.opb
0.43/0.35	c reading problem ... 
0.43/0.36	c using VERIPB proof format
0.43/0.36	c  no objective function found
0.43/0.41	c ... done. Wall clock time 0.057s.
0.43/0.41	c declared #vars     101
0.43/0.41	c #constraints  212
0.43/0.41	c constraints type 
0.43/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 212
0.43/0.41	c 212 constraints processed.
2.08/1.21	c cleaning 2500 clauses out of 5000 with flag 37149/5000
2.89/1.60	c cleaning 4242 clauses out of 8501 with flag 83694/11001
3.68/2.01	c cleaning 5624 clauses out of 11259 with flag 143046/18001
4.19/2.43	c cleaning 6812 clauses out of 13634 with flag 208977/26000
4.73/2.87	c cleaning 7905 clauses out of 15822 with flag 281929/35000
5.34/3.42	c cleaning 8953 clauses out of 17918 with flag 359919/45001
6.12/4.01	c cleaning 9975 clauses out of 19964 with flag 441063/56000
6.82/4.72	c cleaning 10987 clauses out of 21990 with flag 531341/68001
7.62/5.54	c cleaning 11996 clauses out of 24004 with flag 628109/81002
8.42/6.34	c cleaning 12998 clauses out of 26007 with flag 724731/95001
9.23/7.16	c cleaning 13994 clauses out of 28008 with flag 835273/110000
10.61/8.16	c cleaning 14996 clauses out of 30014 with flag 955414/126000
12.91/9.93	c cleaning 16003 clauses out of 32019 with flag 1088483/143001
14.91/11.80	c cleaning 17000 clauses out of 34016 with flag 1215617/161001
16.52/13.44	c cleaning 18004 clauses out of 36017 with flag 1343758/180002
18.19/15.02	c cleaning 19002 clauses out of 38011 with flag 1477769/200000
20.39/16.80	c cleaning 20000 clauses out of 40010 with flag 1618689/221001
22.79/18.62	c cleaning 21003 clauses out of 42009 with flag 1765316/243000
25.41/20.61	c cleaning 21995 clauses out of 44006 with flag 1937613/266000
27.88/22.80	c cleaning 22996 clauses out of 46012 with flag 2123584/290001
30.34/24.89	c cleaning 24001 clauses out of 48020 with flag 2297503/315005
32.83/27.31	c cleaning 25001 clauses out of 50015 with flag 2490885/341001
35.33/29.80	c cleaning 26002 clauses out of 52013 with flag 2687906/368000
37.92/32.49	c cleaning 27001 clauses out of 54011 with flag 2880711/396000
40.98/35.50	c cleaning 28000 clauses out of 56011 with flag 3087758/425001
44.07/38.68	c cleaning 28998 clauses out of 58011 with flag 3297717/455001
47.19/41.78	c cleaning 30000 clauses out of 60013 with flag 3508190/486001
50.78/45.34	c cleaning 31000 clauses out of 62013 with flag 3720397/518001
54.59/49.17	c cleaning 32003 clauses out of 64012 with flag 3944171/551000
58.97/53.59	c cleaning 33001 clauses out of 66009 with flag 4191552/585000
63.16/57.72	c cleaning 33996 clauses out of 68008 with flag 4430164/620000
67.47/62.02	c cleaning 34997 clauses out of 70012 with flag 4669832/656000
73.14/66.87	c cleaning 36004 clauses out of 72016 with flag 4912525/693001
78.65/71.77	c cleaning 37001 clauses out of 74010 with flag 5152788/731000
83.27/76.36	c starts		: 94
83.27/76.37	c conflicts		: 766441
83.27/76.37	c decisions		: 956206
83.27/76.37	c propagations		: 10956263
83.27/76.37	c inspects		: 1485023850
83.27/76.37	c shortcuts		: 0
83.27/76.37	c learnt literals	: 15
83.27/76.37	c learnt binary clauses	: 109
83.27/76.37	c learnt ternary clauses	: 503
83.27/76.37	c learnt constraints	: 766425
83.27/76.37	c ignored constraints	: 0
83.27/76.37	c root simplifications	: 0
83.27/76.37	c removed literals (reason simplification)	: 2200939
83.27/76.37	c reason swapping (by a shorter reason)	: 0
83.27/76.37	c Calls to reduceDB	: 34
83.27/76.37	c Number of update (reduction) of LBD	: 221557
83.27/76.37	c Imported unit clauses	: 0
83.27/76.37	c No decision after first conflict	: false
83.27/76.37	c number of reductions to clauses (during analyze)	: 0
83.27/76.37	c number of learned constraints concerned by reduction	: 0
83.27/76.37	c number of learning phase by resolution	: 0
83.27/76.37	c number of learning phase by cutting planes	: 0
83.27/76.37	c number of rounding to 1 operations	: 0
83.27/76.37	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
83.27/76.37	c number of reductions of the coefficients by power 2 	: 0
83.27/76.37	c number of right shift for reduction by power 2 	: 0
83.27/76.37	c number of reductions of the coefficients by GCD over coefficients 	: 0
83.27/76.37	c number of ending skipping 	: 0
83.27/76.37	c number of internal skipping 	: 0
83.27/76.37	c number of derivation steps 	: 0
83.27/76.37	c number of skipped derivation steps 	: 0
83.27/76.37	c number of remaining unassigned 	: 0
83.27/76.37	c number of remaining assigned 	: 0
83.27/76.37	c number of falsified literals weakened from reason	: 0
83.27/76.37	c number of falsified literals weakened from conflict	: 0
83.27/76.37	c time for arithmetic operations	: 0
83.27/76.37	c minimum degree of deleted constraints	: null
83.27/76.37	c maximum degree of deleted constraints	: null
83.27/76.37	c number of deleted constraints	: 0
83.27/76.38	c speed (assignments/second)	: 144269.5574312313
83.27/76.38	c non guided choices	: 31
83.35/76.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 72326
83.35/76.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 109
83.35/76.48	s UNSATISFIABLE
83.35/76.48	c Total wall clock time (in seconds): 76.132

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=236800, runsolver pid=236797

[startup+0.10049 s]*
/proc/loadavg: 4.37 4.19 4.19 7/296 236818
/proc/meminfo: memFree=109127936/131655788 swapFree=131071472/131071996
[pid=236800] ppid=236797 vsize=18975048 memory=56204 CPUtime=0.1 cores=4,6
/proc/236800/stat : 236800 (java) S 236797 236800 231903 0 -1 1077936128 6294 0 0 0 8 2 0 0 20 0 18 0 18745485 19430449152 14051 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
/proc/236800/statm: 4743762 14051 5384 1 0 550716 0
[pid=236800/tid=236802] ppid=236797 vsize=18975048 memory=4026532157 CPUtime=0.07 cores=4,6
/proc/236800/task/236802/stat : 236802 (java) R 236797 236800 231903 0 -1 4194368 5257 0 0 0 5 2 0 0 20 0 18 0 18745486 19430449152 14256 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236811] ppid=236797 vsize=18975048 memory=215671374179 CPUtime=0 cores=4,6
/proc/236800/task/236811/stat : 236811 (Finalizer) S 236797 236800 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18745492 19430449152 14256 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236818] ppid=236797 vsize=18975048 memory=15815620906833899 CPUtime=0 cores=4,6
/proc/236800/task/236818/stat : 236818 (Common-Cleaner) S 236797 236800 231903 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18745493 19430449152 14256 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56204 KiB

[startup+0.217483 s]*
/proc/loadavg: 4.37 4.19 4.19 5/296 236818
/proc/meminfo: memFree=109857844/131655788 swapFree=131071472/131071996
[pid=236800] ppid=236797 vsize=18975048 memory=61960 CPUtime=0.27 cores=4,6
/proc/236800/stat : 236800 (java) S 236797 236800 231903 0 -1 1077936128 6983 0 0 0 24 3 0 0 20 0 18 0 18745485 19430449152 15490 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
/proc/236800/statm: 4743762 15490 5624 1 0 551319 0
[pid=236800/tid=236802] ppid=236797 vsize=18975048 memory=3472328300254199927 CPUtime=0.17 cores=4,6
/proc/236800/task/236802/stat : 236802 (java) R 236797 236800 231903 0 -1 4194368 5602 0 0 0 15 2 0 0 20 0 18 0 18745486 19430449152 15490 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236811] ppid=236797 vsize=18975048 memory=605722 CPUtime=0 cores=4,6
/proc/236800/task/236811/stat : 236811 (Finalizer) S 236797 236800 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18745492 19430449152 15490 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236818] ppid=236797 vsize=18975048 memory=15825512215874678 CPUtime=0 cores=4,6
/proc/236800/task/236818/stat : 236818 (Common-Cleaner) S 236797 236800 231903 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18745493 19430449152 15490 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 61960 KiB

[startup+0.318484 s]*
/proc/loadavg: 4.37 4.19 4.19 6/296 236821
/proc/meminfo: memFree=110194328/131655788 swapFree=131071472/131071996
[pid=236800] ppid=236797 vsize=18975048 memory=67924 CPUtime=0.43 cores=4,6
/proc/236800/stat : 236800 (java) S 236797 236800 231903 0 -1 1077936128 7258 0 0 0 40 3 0 0 20 0 18 0 18745485 19430449152 16981 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
/proc/236800/statm: 4743762 16981 5776 1 0 551534 0
[pid=236800/tid=236802] ppid=236797 vsize=18975048 memory=-8670664474134028988 CPUtime=0.25 cores=4,6
/proc/236800/task/236802/stat : 236802 (java) R 236797 236800 231903 0 -1 4194368 5775 0 0 0 23 2 0 0 20 0 18 0 18745486 19430449152 16981 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236811] ppid=236797 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/236800/task/236811/stat : 236811 (Finalizer) S 236797 236800 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18745492 19430449152 16981 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236818] ppid=236797 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/236800/task/236818/stat : 236818 (Common-Cleaner) S 236797 236800 231903 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18745493 19430449152 16981 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67924 KiB

[startup+0.700463 s]
/proc/loadavg: 4.37 4.19 4.19 7/300 236833
/proc/meminfo: memFree=110300272/131655788 swapFree=131071472/131071996
[pid=236800] ppid=236797 vsize=19041612 memory=81100 CPUtime=1.1 cores=4,6
/proc/236800/stat : 236800 (java) S 236797 236800 231903 0 -1 1077936128 9314 0 0 0 106 4 0 0 20 0 19 0 18745485 19498610688 20275 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
/proc/236800/statm: 4760403 20275 5850 1 0 552965 0
[pid=236800/tid=236802] ppid=236797 vsize=19041612 memory=5472 CPUtime=0.57 cores=4,6
/proc/236800/task/236802/stat : 236802 (java) R 236797 236800 231903 0 -1 4194368 5955 0 0 0 55 2 0 0 20 0 19 0 18745486 19498610688 20275 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236811] ppid=236797 vsize=19041612 memory=12928 CPUtime=0 cores=4,6
/proc/236800/task/236811/stat : 236811 (Finalizer) S 236797 236800 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18745492 19498610688 20275 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236818] ppid=236797 vsize=19041612 memory=225 CPUtime=0 cores=4,6
/proc/236800/task/236818/stat : 236818 (Common-Cleaner) S 236797 236800 231903 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18745493 19498610688 20275 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236824] ppid=236797 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/236800/task/236824/stat : 236824 (Timer-0) S 236797 236800 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18745528 19498610688 20275 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 81100 KiB

[startup+1.50346 s]
/proc/loadavg: 4.37 4.19 4.19 8/320 236856
/proc/meminfo: memFree=110195384/131655788 swapFree=131071472/131071996
[pid=236800] ppid=236797 vsize=19041612 memory=144916 CPUtime=2.69 cores=4,6
/proc/236800/stat : 236800 (java) S 236797 236800 231903 0 -1 1077936128 16315 0 0 0 262 7 0 0 20 0 19 0 18745485 19498610688 36229 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
/proc/236800/statm: 4760403 36229 5875 1 0 555273 0
[pid=236800/tid=236802] ppid=236797 vsize=19041612 memory=0 CPUtime=1.35 cores=4,6
/proc/236800/task/236802/stat : 236802 (java) R 236797 236800 231903 0 -1 4194368 6996 0 0 0 131 4 0 0 20 0 19 0 18745486 19498610688 36229 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236811] ppid=236797 vsize=19041612 memory=12928 CPUtime=0 cores=4,6
/proc/236800/task/236811/stat : 236811 (Finalizer) S 236797 236800 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18745492 19498610688 36229 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236818] ppid=236797 vsize=19041612 memory=645086 CPUtime=0 cores=4,6
/proc/236800/task/236818/stat : 236818 (Common-Cleaner) S 236797 236800 231903 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18745493 19498610688 36229 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236824] ppid=236797 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/236800/task/236824/stat : 236824 (Timer-0) S 236797 236800 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18745528 19498610688 36229 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 144916 KiB

[startup+3.10646 s]
/proc/loadavg: 4.50 4.22 4.20 6/298 236947
/proc/meminfo: memFree=115516516/131655788 swapFree=131071472/131071996
[pid=236800] ppid=236797 vsize=19108176 memory=179856 CPUtime=5.03 cores=4,6
/proc/236800/stat : 236800 (java) S 236797 236800 231903 0 -1 1077936128 19143 0 0 0 493 10 0 0 20 0 20 0 18745485 19566772224 44964 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
/proc/236800/statm: 4777044 44964 5875 1 0 556419 0
[pid=236800/tid=236802] ppid=236797 vsize=19108176 memory=12928 CPUtime=2.92 cores=4,6
/proc/236800/task/236802/stat : 236802 (java) R 236797 236800 231903 0 -1 4194368 7405 0 0 0 286 6 0 0 20 0 20 0 18745486 19566772224 44964 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236811] ppid=236797 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/236800/task/236811/stat : 236811 (Finalizer) S 236797 236800 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18745492 19566772224 44964 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236818] ppid=236797 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/236800/task/236818/stat : 236818 (Common-Cleaner) S 236797 236800 231903 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 18745493 19566772224 44964 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236824] ppid=236797 vsize=19108176 memory=179844 CPUtime=0 cores=4,6
/proc/236800/task/236824/stat : 236824 (Timer-0) S 236797 236800 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18745528 19566772224 44964 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
Current children cumulated CPU time: 5.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179856 KiB

[startup+6.30046 s]
/proc/loadavg: 4.50 4.22 4.20 3/318 237127
/proc/meminfo: memFree=116289236/131655788 swapFree=131071472/131071996
[pid=236800] ppid=236797 vsize=19108176 memory=174328 CPUtime=8.42 cores=4,6
/proc/236800/stat : 236800 (java) S 236797 236800 231903 0 -1 1077936128 19911 0 0 0 830 12 0 0 20 0 20 0 18745485 19566772224 43582 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
/proc/236800/statm: 4777044 43582 5875 1 0 556419 0
[pid=236800/tid=236802] ppid=236797 vsize=19108176 memory=0 CPUtime=6.06 cores=4,6
/proc/236800/task/236802/stat : 236802 (java) R 236797 236800 231903 0 -1 4194368 7482 0 0 0 599 7 0 0 20 0 20 0 18745486 19566772224 43582 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236811] ppid=236797 vsize=19108176 memory=179984 CPUtime=0 cores=4,6
/proc/236800/task/236811/stat : 236811 (Finalizer) S 236797 236800 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18745492 19566772224 43582 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236818] ppid=236797 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/236800/task/236818/stat : 236818 (Common-Cleaner) S 236797 236800 231903 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 18745493 19566772224 43582 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236824] ppid=236797 vsize=19108176 memory=174328 CPUtime=0 cores=4,6
/proc/236800/task/236824/stat : 236824 (Timer-0) S 236797 236800 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18745528 19566772224 43582 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
Current children cumulated CPU time: 8.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 174328 KiB

[startup+12.7004 s]
/proc/loadavg: 4.46 4.22 4.19 9/322 237132
/proc/meminfo: memFree=115782412/131655788 swapFree=131071472/131071996
[pid=236800] ppid=236797 vsize=19108176 memory=344216 CPUtime=15.82 cores=4,6
/proc/236800/stat : 236800 (java) S 236797 236800 231903 0 -1 1077936128 29032 0 0 0 1562 20 0 0 20 0 20 0 18745485 19566772224 86054 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
/proc/236800/statm: 4777044 86054 5875 1 0 556419 0
[pid=236800/tid=236802] ppid=236797 vsize=19108176 memory=292972 CPUtime=12.41 cores=4,6
/proc/236800/task/236802/stat : 236802 (java) R 236797 236800 231903 0 -1 4194368 8850 0 0 0 1227 14 0 0 20 0 20 0 18745486 19566772224 86054 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236811] ppid=236797 vsize=19108176 memory=11672 CPUtime=0 cores=4,6
/proc/236800/task/236811/stat : 236811 (Finalizer) S 236797 236800 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18745492 19566772224 86054 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236818] ppid=236797 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/236800/task/236818/stat : 236818 (Common-Cleaner) S 236797 236800 231903 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 18745493 19566772224 86054 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236824] ppid=236797 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/236800/task/236824/stat : 236824 (Timer-0) S 236797 236800 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18745528 19566772224 86054 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
Current children cumulated CPU time: 15.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 344216 KiB

[startup+25.5004 s]
/proc/loadavg: 4.73 4.29 4.22 5/322 237134
/proc/meminfo: memFree=113168020/131655788 swapFree=131071472/131071996
[pid=236800] ppid=236797 vsize=19108176 memory=522976 CPUtime=31.03 cores=4,6
/proc/236800/stat : 236800 (java) S 236797 236800 231903 0 -1 1077936128 43988 0 0 0 3072 31 0 0 20 0 20 0 18745485 19566772224 130744 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
/proc/236800/statm: 4777044 130744 5875 1 0 557489 0
[pid=236800/tid=236802] ppid=236797 vsize=19108176 memory=11672 CPUtime=25.15 cores=4,6
/proc/236800/task/236802/stat : 236802 (java) R 236797 236800 231903 0 -1 4194368 11462 0 0 0 2494 21 0 0 20 0 20 0 18745486 19566772224 130744 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236811] ppid=236797 vsize=19108176 memory=-8670664474134028988 CPUtime=0 cores=4,6
/proc/236800/task/236811/stat : 236811 (Finalizer) S 236797 236800 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18745492 19566772224 130744 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236818] ppid=236797 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/236800/task/236818/stat : 236818 (Common-Cleaner) S 236797 236800 231903 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 18745493 19566772224 130744 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236824] ppid=236797 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/236800/task/236824/stat : 236824 (Timer-0) S 236797 236800 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18745528 19566772224 130744 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
Current children cumulated CPU time: 31.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 522976 KiB

[startup+51.1136 s]
/proc/loadavg: 4.64 4.30 4.22 5/323 237138
/proc/meminfo: memFree=111856632/131655788 swapFree=131071472/131071996
[pid=236800] ppid=236797 vsize=19108176 memory=1325844 CPUtime=56.58 cores=4,6
/proc/236800/stat : 236800 (java) S 236797 236800 231903 0 -1 1077936128 48419 0 0 0 5602 56 0 0 20 0 20 0 18745485 19566772224 331461 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
/proc/236800/statm: 4777044 331461 5875 1 0 557489 0
[pid=236800/tid=236802] ppid=236797 vsize=19108176 memory=1297152 CPUtime=50.61 cores=4,6
/proc/236800/task/236802/stat : 236802 (java) R 236797 236800 231903 0 -1 4194368 13496 0 0 0 5016 45 0 0 20 0 20 0 18745486 19566772224 331461 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236811] ppid=236797 vsize=19108176 memory=11672 CPUtime=0 cores=4,6
/proc/236800/task/236811/stat : 236811 (Finalizer) S 236797 236800 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18745492 19566772224 331461 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236818] ppid=236797 vsize=19108176 memory=1270528 CPUtime=0 cores=4,6
/proc/236800/task/236818/stat : 236818 (Common-Cleaner) S 236797 236800 231903 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 18745493 19566772224 331461 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236824] ppid=236797 vsize=19108176 memory=346264 CPUtime=0 cores=4,6
/proc/236800/task/236824/stat : 236824 (Timer-0) S 236797 236800 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18745528 19566772224 331461 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
Current children cumulated CPU time: 56.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325844 KiB

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

# cumulated CPU time of all completed processes:  user=82.782 s, system=0.675104 s

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

[startup+51.2005 s]
/proc/loadavg: 4.64 4.30 4.22 5/323 237138
/proc/meminfo: memFree=111856632/131655788 swapFree=131071472/131071996
[pid=236800] ppid=236797 vsize=19108176 memory=1325844 CPUtime=56.67 cores=4,6
/proc/236800/stat : 236800 (java) S 236797 236800 231903 0 -1 1077936128 48419 0 0 0 5611 56 0 0 20 0 20 0 18745485 19566772224 331461 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
/proc/236800/statm: 4777044 331461 5875 1 0 557489 0
[pid=236800/tid=236802] ppid=236797 vsize=19108176 memory=2032 CPUtime=50.7 cores=4,6
/proc/236800/task/236802/stat : 236802 (java) R 236797 236800 231903 0 -1 4194368 13496 0 0 0 5025 45 0 0 20 0 20 0 18745486 19566772224 331461 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236811] ppid=236797 vsize=19108176 memory=32872 CPUtime=0 cores=4,6
/proc/236800/task/236811/stat : 236811 (Finalizer) S 236797 236800 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18745492 19566772224 331461 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236818] ppid=236797 vsize=19108176 memory=-8814787354496311996 CPUtime=0 cores=4,6
/proc/236800/task/236818/stat : 236818 (Common-Cleaner) S 236797 236800 231903 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 18745493 19566772224 331461 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236824] ppid=236797 vsize=19108176 memory=-8670664474134028988 CPUtime=0 cores=4,6
/proc/236800/task/236824/stat : 236824 (Timer-0) S 236797 236800 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18745528 19566772224 331461 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
Current children cumulated CPU time: 56.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325844 KiB

[startup+64.0004 s]*
/proc/loadavg: 4.72 4.33 4.24 5/323 237141
/proc/meminfo: memFree=111711764/131655788 swapFree=131071472/131071996
[pid=236800] ppid=236797 vsize=19108176 memory=1328260 CPUtime=69.96 cores=4,6
/proc/236800/stat : 236800 (java) S 236797 236800 231903 0 -1 1077936128 52985 0 0 0 6935 61 0 0 20 0 20 0 18745485 19566772224 332065 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
/proc/236800/statm: 4777044 332065 5875 1 0 557489 0
[pid=236800/tid=236802] ppid=236797 vsize=19108176 memory=-8814787354496311996 CPUtime=63.46 cores=4,6
/proc/236800/task/236802/stat : 236802 (java) R 236797 236800 231903 0 -1 4194368 13870 0 0 0 6298 48 0 0 20 0 20 0 18745486 19566772224 332065 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236811] ppid=236797 vsize=19108176 memory=1471054661159780953 CPUtime=0 cores=4,6
/proc/236800/task/236811/stat : 236811 (Finalizer) S 236797 236800 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18745492 19566772224 332065 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236818] ppid=236797 vsize=19108176 memory=21480 CPUtime=0 cores=4,6
/proc/236800/task/236818/stat : 236818 (Common-Cleaner) S 236797 236800 231903 0 -1 1077936192 83 0 0 0 0 0 0 0 20 0 20 0 18745493 19566772224 332065 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236824] ppid=236797 vsize=19108176 memory=5512 CPUtime=0 cores=4,6
/proc/236800/task/236824/stat : 236824 (Timer-0) S 236797 236800 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18745528 19566772224 332065 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
Current children cumulated CPU time: 69.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1328260 KiB

[startup+70.4004 s]
/proc/loadavg: 4.82 4.36 4.25 5/323 237142
/proc/meminfo: memFree=111642360/131655788 swapFree=131071472/131071996
[pid=236800] ppid=236797 vsize=19108176 memory=1325368 CPUtime=77.16 cores=4,6
/proc/236800/stat : 236800 (java) S 236797 236800 231903 0 -1 1077936128 57756 0 0 0 7652 64 0 0 20 0 20 0 18745485 19566772224 331342 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
/proc/236800/statm: 4777044 331342 5875 1 0 557489 0
[pid=236800/tid=236802] ppid=236797 vsize=19108176 memory=1325844 CPUtime=69.83 cores=4,6
/proc/236800/task/236802/stat : 236802 (java) R 236797 236800 231903 0 -1 4194368 14952 0 0 0 6933 50 0 0 20 0 20 0 18745486 19566772224 331342 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236811] ppid=236797 vsize=19108176 memory=1325844 CPUtime=0 cores=4,6
/proc/236800/task/236811/stat : 236811 (Finalizer) S 236797 236800 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18745492 19566772224 331342 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236818] ppid=236797 vsize=19108176 memory=11672 CPUtime=0 cores=4,6
/proc/236800/task/236818/stat : 236818 (Common-Cleaner) S 236797 236800 231903 0 -1 1077936192 83 0 0 0 0 0 0 0 20 0 20 0 18745493 19566772224 331342 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236824] ppid=236797 vsize=19108176 memory=70328 CPUtime=0 cores=4,6
/proc/236800/task/236824/stat : 236824 (Timer-0) S 236797 236800 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18745528 19566772224 331342 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
Current children cumulated CPU time: 77.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325368 KiB

[startup+73.6003 s]
/proc/loadavg: 4.84 4.37 4.25 5/323 237143
/proc/meminfo: memFree=111608760/131655788 swapFree=131071472/131071996
[pid=236800] ppid=236797 vsize=19108176 memory=1327476 CPUtime=80.55 cores=4,6
/proc/236800/stat : 236800 (java) S 236797 236800 231903 0 -1 1077936128 59140 0 0 0 7990 65 0 0 20 0 20 0 18745485 19566772224 331869 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
/proc/236800/statm: 4777044 331869 5890 1 0 557489 0
[pid=236800/tid=236802] ppid=236797 vsize=19108176 memory=1327416 CPUtime=73.03 cores=4,6
/proc/236800/task/236802/stat : 236802 (java) R 236797 236800 231903 0 -1 4194368 15353 0 0 0 7252 51 0 0 20 0 20 0 18745486 19566772224 331869 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236811] ppid=236797 vsize=19108176 memory=2316 CPUtime=0 cores=4,6
/proc/236800/task/236811/stat : 236811 (Finalizer) S 236797 236800 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18745492 19566772224 331869 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236818] ppid=236797 vsize=19108176 memory=1328496 CPUtime=0 cores=4,6
/proc/236800/task/236818/stat : 236818 (Common-Cleaner) S 236797 236800 231903 0 -1 1077936192 83 0 0 0 0 0 0 0 20 0 20 0 18745493 19566772224 331869 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236824] ppid=236797 vsize=19108176 memory=1328260 CPUtime=0 cores=4,6
/proc/236800/task/236824/stat : 236824 (Timer-0) S 236797 236800 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18745528 19566772224 331869 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
Current children cumulated CPU time: 80.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1327476 KiB

[startup+75.2004 s]
/proc/loadavg: 4.84 4.37 4.25 5/323 237143
/proc/meminfo: memFree=111598036/131655788 swapFree=131071472/131071996
[pid=236800] ppid=236797 vsize=19108176 memory=1327476 CPUtime=82.15 cores=4,6
/proc/236800/stat : 236800 (java) S 236797 236800 231903 0 -1 1077936128 59377 0 0 0 8150 65 0 0 20 0 20 0 18745485 19566772224 331869 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
/proc/236800/statm: 4777044 331869 5890 1 0 557489 0
[pid=236800/tid=236802] ppid=236797 vsize=19108176 memory=16108 CPUtime=74.62 cores=4,6
/proc/236800/task/236802/stat : 236802 (java) R 236797 236800 231903 0 -1 4194368 15581 0 0 0 7411 51 0 0 20 0 20 0 18745486 19566772224 331869 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236811] ppid=236797 vsize=19108176 memory=2316 CPUtime=0 cores=4,6
/proc/236800/task/236811/stat : 236811 (Finalizer) S 236797 236800 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18745492 19566772224 331869 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236818] ppid=236797 vsize=19108176 memory=-8670664474134028988 CPUtime=0 cores=4,6
/proc/236800/task/236818/stat : 236818 (Common-Cleaner) S 236797 236800 231903 0 -1 1077936192 83 0 0 0 0 0 0 0 20 0 20 0 18745493 19566772224 331869 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236824] ppid=236797 vsize=19108176 memory=2732 CPUtime=0 cores=4,6
/proc/236800/task/236824/stat : 236824 (Timer-0) S 236797 236800 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18745528 19566772224 331869 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
Current children cumulated CPU time: 82.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1327476 KiB

[startup+76.0004 s]*
/proc/loadavg: 4.84 4.37 4.25 5/323 237143
/proc/meminfo: memFree=111590684/131655788 swapFree=131071472/131071996
[pid=236800] ppid=236797 vsize=19108176 memory=1327480 CPUtime=82.98 cores=4,6
/proc/236800/stat : 236800 (java) S 236797 236800 231903 0 -1 1077936128 59471 0 0 0 8233 65 0 0 20 0 20 0 18745485 19566772224 331870 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
/proc/236800/statm: 4777044 331870 5890 1 0 557489 0
[pid=236800/tid=236802] ppid=236797 vsize=19108176 memory=0 CPUtime=75.43 cores=4,6
/proc/236800/task/236802/stat : 236802 (java) R 236797 236800 231903 0 -1 4194368 15612 0 0 0 7492 51 0 0 20 0 20 0 18745486 19566772224 331870 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236811] ppid=236797 vsize=19108176 memory=1471054661159780953 CPUtime=0 cores=4,6
/proc/236800/task/236811/stat : 236811 (Finalizer) S 236797 236800 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18745492 19566772224 331870 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236818] ppid=236797 vsize=19108176 memory=2244 CPUtime=0 cores=4,6
/proc/236800/task/236818/stat : 236818 (Common-Cleaner) S 236797 236800 231903 0 -1 1077936192 83 0 0 0 0 0 0 0 20 0 20 0 18745493 19566772224 331870 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236824] ppid=236797 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/236800/task/236824/stat : 236824 (Timer-0) S 236797 236800 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18745528 19566772224 331870 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
Current children cumulated CPU time: 82.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1327480 KiB

[startup+76.4005 s]
/proc/loadavg: 4.84 4.37 4.25 5/323 237143
/proc/meminfo: memFree=111590684/131655788 swapFree=131071472/131071996
[pid=236800] ppid=236797 vsize=19241304 memory=1327948 CPUtime=83.35 cores=4,6
/proc/236800/stat : 236800 (java) S 236797 236800 231903 0 -1 1077936128 61107 0 0 0 8269 66 0 0 20 0 20 0 18745485 19703095296 331987 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
/proc/236800/statm: 4810326 331987 5889 1 0 558107 0
[pid=236800/tid=236802] ppid=236797 vsize=19241304 memory=16108 CPUtime=75.73 cores=4,6
/proc/236800/task/236802/stat : 236802 (java) S 236797 236800 231903 0 -1 1077936192 16753 0 0 0 7521 52 0 0 20 0 20 0 18745486 19703095296 331987 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 10 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236811] ppid=236797 vsize=19241304 memory=2316 CPUtime=0 cores=4,6
/proc/236800/task/236811/stat : 236811 (Finalizer) S 236797 236800 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18745492 19703095296 331987 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
[pid=236800/tid=236818] ppid=236797 vsize=19241304 memory=100 CPUtime=0 cores=4,6
/proc/236800/task/236818/stat : 236818 (Common-Cleaner) S 236797 236800 231903 0 -1 1077936192 83 0 0 0 0 0 0 0 20 0 20 0 18745493 19703095296 331987 134679101440 94115632525312 94115632529008 140722275741728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94115632536824 94115632537616 94115642839040 140722275746731 140722275746913 140722275746913 140722275753928 0
Current children cumulated CPU time: 83.35 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1327948 KiB

Child status: 20

Real time (s): 76.4985
CPU time (s): 83.4571
CPU user time (s): 82.782
CPU system time (s): 0.675104
CPU usage (%): 109.096
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1328496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.782
system time used= 0.675104
maximum resident set size= 1328928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61382
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3402
involuntary context switches= 619


# summary of solver processes directly reported to runsolver:
#   pid: 236800
#   total CPU time (s): 83.4571
#   total CPU user time (s): 82.782
#   total CPU system time (s): 0.675104

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.42335 second user time and 0.802944 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-24 15:26:01
IDJOB=4447772
IDBENCH=160175
IDSOLVER=3079
FILE ID=nodeC008/4447772-1721827561
RUNJOBID= nodeC008-1721820325-231945
SLURM_JOB_ID= 7891458
Free space on /tmp= 723564 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n25-d4-i2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447772-1721827561/watcher-4447772-1721827561 -o /tmp/evaluation-result-4447772-1721827561/solver-4447772-1721827561 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721820325-231945 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4447772-1721827561 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4447772-1721827561.opb

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

MD5SUM BENCH= ce459d654692c78ea9ebe534277cd2e6
RANDOM SEED=1713891783

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		: 3500.033
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.19
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		: 1197.121
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.33
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.249
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.19
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		: 3673.849
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.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        108417284 kB
MemAvailable:   123508732 kB
Buffers:          266952 kB
Cached:         15593688 kB
SwapCached:           48 kB
Active:          2845112 kB
Inactive:       19688664 kB
Active(anon):       1436 kB
Inactive(anon):  6725736 kB
Active(file):    2843676 kB
Inactive(file): 12962928 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:             67424 kB
Writeback:             0 kB
AnonPages:       6672852 kB
Mapped:           139344 kB
Shmem:             53976 kB
KReclaimable:     249752 kB
Slab:             370384 kB
SReclaimable:     249752 kB
SUnreclaim:       120632 kB
KernelStack:        4512 kB
PageTables:        22848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   14752408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19456 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6434816 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:      400200 kB
DirectMap2M:    49836032 kB
DirectMap1G:    85983232 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-24 15:27:18