Trace number 4442654

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 59.3141 58.5825

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-11-10.opb
MD5SUMb73d13ada2f7bbe7d6c4e900f1edb9fd
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.002263
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables110
Total number of constraints21
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/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.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4442654-1721301144.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c  no objective function found
0.14/0.13	c ... done. Wall clock time 0.011s.
0.14/0.13	c declared #vars     110
0.14/0.13	c #constraints  21
0.14/0.13	c constraints type 
0.14/0.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
0.14/0.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11
0.14/0.13	c 21 constraints processed.
0.72/0.49	c cleaning 2500 clauses out of 5002 with flag 34028/5002
1.58/1.02	c cleaning 4251 clauses out of 8501 with flag 80619/11001
2.08/1.55	c cleaning 5624 clauses out of 11252 with flag 135804/18003
3.06/2.42	c cleaning 6813 clauses out of 13626 with flag 197043/26001
4.25/3.59	c cleaning 7904 clauses out of 15812 with flag 257121/35000
6.07/5.25	c cleaning 8950 clauses out of 17908 with flag 332374/45000
7.77/6.95	c cleaning 9972 clauses out of 19958 with flag 417724/56000
9.65/8.83	c cleaning 10991 clauses out of 21988 with flag 506645/68002
11.73/10.94	c cleaning 11993 clauses out of 23997 with flag 603750/81002
13.13/12.36	c cleaning 12997 clauses out of 26002 with flag 712346/95000
14.71/13.94	c cleaning 13998 clauses out of 28005 with flag 827913/110000
17.50/16.70	c cleaning 15002 clauses out of 30009 with flag 966253/126002
20.98/20.26	c cleaning 15995 clauses out of 32005 with flag 1115619/143000
25.36/24.62	c cleaning 16999 clauses out of 34011 with flag 1258654/161001
28.65/27.97	c cleaning 18001 clauses out of 36011 with flag 1408873/180000
32.61/31.91	c cleaning 19000 clauses out of 38010 with flag 1564849/200000
36.68/36.03	c cleaning 20001 clauses out of 40010 with flag 1738513/221000
41.23/40.62	c cleaning 21001 clauses out of 42010 with flag 1919694/243001
46.99/46.49	c cleaning 22005 clauses out of 44009 with flag 2111970/266001
53.53/53.03	c cleaning 23003 clauses out of 46006 with flag 2280556/290003
59.19/58.53	c starts		: 648
59.19/58.53	c conflicts		: 312150
59.19/58.53	c decisions		: 378638
59.19/58.53	c propagations		: 3938685
59.19/58.53	c inspects		: 881243696
59.19/58.53	c shortcuts		: 0
59.19/58.53	c learnt literals	: 4
59.19/58.53	c learnt binary clauses	: 4
59.19/58.53	c learnt ternary clauses	: 4
59.19/58.53	c learnt constraints	: 312145
59.19/58.53	c ignored constraints	: 0
59.19/58.53	c root simplifications	: 0
59.19/58.53	c removed literals (reason simplification)	: 0
59.19/58.53	c reason swapping (by a shorter reason)	: 0
59.19/58.53	c Calls to reduceDB	: 20
59.19/58.53	c Number of update (reduction) of LBD	: 179038
59.19/58.53	c Imported unit clauses	: 0
59.19/58.54	c No decision after first conflict	: false
59.19/58.54	c number of reductions to clauses (during analyze)	: 0
59.19/58.54	c number of learned constraints concerned by reduction	: 0
59.19/58.54	c number of learning phase by resolution	: 0
59.19/58.54	c number of learning phase by cutting planes	: 0
59.19/58.54	c number of rounding to 1 operations	: 0
59.19/58.54	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
59.19/58.54	c number of reductions of the coefficients by power 2 	: 0
59.19/58.54	c number of right shift for reduction by power 2 	: 0
59.19/58.54	c number of reductions of the coefficients by GCD over coefficients 	: 0
59.19/58.54	c number of ending skipping 	: 0
59.19/58.54	c number of internal skipping 	: 0
59.19/58.54	c number of derivation steps 	: 0
59.19/58.54	c number of skipped derivation steps 	: 0
59.19/58.54	c number of remaining unassigned 	: 0
59.19/58.54	c number of remaining assigned 	: 0
59.19/58.54	c number of falsified literals weakened from reason	: 0
59.19/58.54	c number of falsified literals weakened from conflict	: 0
59.19/58.54	c time for arithmetic operations	: 0
59.19/58.54	c minimum degree of deleted constraints	: null
59.19/58.54	c maximum degree of deleted constraints	: null
59.19/58.54	c number of deleted constraints	: 0
59.19/58.54	c speed (assignments/second)	: 67437.4625460149
59.19/58.54	c non guided choices	: 50
59.19/58.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 45141
59.19/58.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 4
59.19/58.57	s UNSATISFIABLE
59.19/58.57	c Total wall clock time (in seconds): 58.455

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: 63931 MiB (54869 MiB free)
  memory of node 1: 64510 MiB (58484 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442654-1721301144/watcher-4442654-1721301144 -o /tmp/evaluation-result-4442654-1721301144/solver-4442654-1721301144 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975543 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4442654-1721301144.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100059 s]*
/proc/loadavg: 4.21 4.26 4.21 5/330 981917
/proc/meminfo: memFree=116031900/131524600 swapFree=131071996/131071996
[pid=981899] ppid=981896 vsize=18975048 memory=64112 CPUtime=0.14 cores=0,2
/proc/981899/stat : 981899 (java) S 981896 981899 975533 0 -1 1077936128 7079 0 0 0 12 2 0 0 20 0 18 0 182276290 19430449152 16028 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
/proc/981899/statm: 4743762 16028 5542 1 0 549345 0
[pid=981899/tid=981901] ppid=981896 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/981899/task/981901/stat : 981901 (java) R 981896 981899 975533 0 -1 4194368 5646 0 0 0 7 1 0 0 20 0 18 0 182276290 19430449152 16028 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981910] ppid=981896 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/981899/task/981910/stat : 981910 (Finalizer) S 981896 981899 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182276293 19430449152 16028 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981917] ppid=981896 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=0,2
/proc/981899/task/981917/stat : 981917 (Common-Cleaner) S 981896 981899 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182276293 19430449152 16028 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64112 KiB

[startup+0.206746 s]*
/proc/loadavg: 4.21 4.26 4.21 7/331 981918
/proc/meminfo: memFree=116020632/131524600 swapFree=131071996/131071996
[pid=981899] ppid=981896 vsize=19041612 memory=71956 CPUtime=0.34 cores=0,2
/proc/981899/stat : 981899 (java) S 981896 981899 975533 0 -1 1077936128 9006 0 0 0 32 2 0 0 20 0 19 0 182276290 19498610688 17989 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
/proc/981899/statm: 4760403 17989 5851 1 0 550623 0
[pid=981899/tid=981901] ppid=981896 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/981899/task/981901/stat : 981901 (java) R 981896 981899 975533 0 -1 4194368 5819 0 0 0 17 1 0 0 20 0 19 0 182276290 19498610688 17989 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981910] ppid=981896 vsize=19041612 memory=15975 CPUtime=0 cores=0,2
/proc/981899/task/981910/stat : 981910 (Finalizer) S 981896 981899 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182276293 19498610688 17989 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981917] ppid=981896 vsize=19041612 memory=14698495600756458 CPUtime=0 cores=0,2
/proc/981899/task/981917/stat : 981917 (Common-Cleaner) S 981896 981899 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182276293 19498610688 17989 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981918] ppid=981896 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/981899/task/981918/stat : 981918 (Timer-0) S 981896 981899 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182276304 19498610688 17989 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71956 KiB

[startup+0.306732 s]*
/proc/loadavg: 4.21 4.26 4.21 6/331 981918
/proc/meminfo: memFree=116015168/131524600 swapFree=131071996/131071996
[pid=981899] ppid=981896 vsize=19041612 memory=75412 CPUtime=0.53 cores=0,2
/proc/981899/stat : 981899 (java) S 981896 981899 975533 0 -1 1077936128 10292 0 0 0 51 2 0 0 20 0 19 0 182276290 19498610688 18853 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
/proc/981899/statm: 4760403 18853 5851 1 0 551581 0
[pid=981899/tid=981901] ppid=981896 vsize=19041612 memory=-8742720990050820796 CPUtime=0.28 cores=0,2
/proc/981899/task/981901/stat : 981901 (java) R 981896 981899 975533 0 -1 4194368 5819 0 0 0 27 1 0 0 20 0 19 0 182276290 19498610688 18853 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981910] ppid=981896 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/981899/task/981910/stat : 981910 (Finalizer) S 981896 981899 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182276293 19498610688 18853 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981917] ppid=981896 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/981899/task/981917/stat : 981917 (Common-Cleaner) S 981896 981899 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182276293 19498610688 18853 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981918] ppid=981896 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/981899/task/981918/stat : 981918 (Timer-0) S 981896 981899 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182276304 19498610688 18853 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 75412 KiB

[startup+0.710729 s]
/proc/loadavg: 4.21 4.26 4.21 6/331 981918
/proc/meminfo: memFree=116006252/131524600 swapFree=131071996/131071996
[pid=981899] ppid=981896 vsize=19041612 memory=84280 CPUtime=1.26 cores=0,2
/proc/981899/stat : 981899 (java) S 981896 981899 975533 0 -1 1077936128 11369 0 0 0 124 2 0 0 20 0 19 0 182276290 19498610688 21070 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
/proc/981899/statm: 4760403 21070 5851 1 0 552066 0
[pid=981899/tid=981901] ppid=981896 vsize=19041612 memory=45052 CPUtime=0.66 cores=0,2
/proc/981899/task/981901/stat : 981901 (java) R 981896 981899 975533 0 -1 4194368 5861 0 0 0 65 1 0 0 20 0 19 0 182276290 19498610688 21070 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981910] ppid=981896 vsize=19041612 memory=13196 CPUtime=0 cores=0,2
/proc/981899/task/981910/stat : 981910 (Finalizer) S 981896 981899 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182276293 19498610688 21070 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981917] ppid=981896 vsize=19041612 memory=2320 CPUtime=0 cores=0,2
/proc/981899/task/981917/stat : 981917 (Common-Cleaner) S 981896 981899 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182276293 19498610688 21070 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981918] ppid=981896 vsize=19041612 memory=2028 CPUtime=0 cores=0,2
/proc/981899/task/981918/stat : 981918 (Timer-0) S 981896 981899 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182276304 19498610688 21070 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 84280 KiB

[startup+1.50075 s]
/proc/loadavg: 4.21 4.26 4.21 5/331 981918
/proc/meminfo: memFree=115950452/131524600 swapFree=131071996/131071996
[pid=981899] ppid=981896 vsize=19041612 memory=88764 CPUtime=2.08 cores=0,2
/proc/981899/stat : 981899 (java) S 981896 981899 975533 0 -1 1077936128 11825 0 0 0 205 3 0 0 20 0 19 0 182276290 19498610688 22191 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
/proc/981899/statm: 4760403 22191 5851 1 0 552067 0
[pid=981899/tid=981901] ppid=981896 vsize=19041612 memory=13196 CPUtime=1.45 cores=0,2
/proc/981899/task/981901/stat : 981901 (java) R 981896 981899 975533 0 -1 4194368 5948 0 0 0 143 2 0 0 20 0 19 0 182276290 19498610688 22191 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981910] ppid=981896 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/981899/task/981910/stat : 981910 (Finalizer) S 981896 981899 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182276293 19498610688 22191 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981917] ppid=981896 vsize=19041612 memory=2320 CPUtime=0 cores=0,2
/proc/981899/task/981917/stat : 981917 (Common-Cleaner) S 981896 981899 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182276293 19498610688 22191 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981918] ppid=981896 vsize=19041612 memory=2028 CPUtime=0 cores=0,2
/proc/981899/task/981918/stat : 981918 (Timer-0) S 981896 981899 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182276304 19498610688 22191 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
Current children cumulated CPU time: 2.08 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 88764 KiB

[startup+3.10573 s]
/proc/loadavg: 4.28 4.28 4.22 5/331 981918
/proc/meminfo: memFree=115938876/131524600 swapFree=131071996/131071996
[pid=981899] ppid=981896 vsize=19041612 memory=98224 CPUtime=3.86 cores=0,2
/proc/981899/stat : 981899 (java) S 981896 981899 975533 0 -1 1077936128 15613 0 0 0 382 4 0 0 20 0 19 0 182276290 19498610688 24556 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
/proc/981899/statm: 4760403 24556 5851 1 0 552353 0
[pid=981899/tid=981901] ppid=981896 vsize=19041612 memory=0 CPUtime=3.03 cores=0,2
/proc/981899/task/981901/stat : 981901 (java) R 981896 981899 975533 0 -1 4194368 6426 0 0 0 301 2 0 0 20 0 19 0 182276290 19498610688 24556 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981910] ppid=981896 vsize=19041612 memory=-8742720990050820796 CPUtime=0 cores=0,2
/proc/981899/task/981910/stat : 981910 (Finalizer) S 981896 981899 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182276293 19498610688 24556 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981917] ppid=981896 vsize=19041612 memory=13196 CPUtime=0 cores=0,2
/proc/981899/task/981917/stat : 981917 (Common-Cleaner) S 981896 981899 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182276293 19498610688 24556 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981918] ppid=981896 vsize=19041612 memory=2320 CPUtime=0 cores=0,2
/proc/981899/task/981918/stat : 981918 (Timer-0) S 981896 981899 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182276304 19498610688 24556 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
Current children cumulated CPU time: 3.86 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 98224 KiB

[startup+6.30075 s]
/proc/loadavg: 4.28 4.28 4.22 5/331 981919
/proc/meminfo: memFree=115927036/131524600 swapFree=131071996/131071996
[pid=981899] ppid=981896 vsize=19041612 memory=109900 CPUtime=7.17 cores=0,2
/proc/981899/stat : 981899 (java) S 981896 981899 975533 0 -1 1077936128 19993 0 0 0 713 4 0 0 20 0 19 0 182276290 19498610688 27475 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
/proc/981899/statm: 4760403 27475 5851 1 0 552697 0
[pid=981899/tid=981901] ppid=981896 vsize=19041612 memory=2320 CPUtime=6.19 cores=0,2
/proc/981899/task/981901/stat : 981901 (java) R 981896 981899 975533 0 -1 4194368 7056 0 0 0 617 2 0 0 20 0 19 0 182276290 19498610688 27475 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981910] ppid=981896 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/981899/task/981910/stat : 981910 (Finalizer) S 981896 981899 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182276293 19498610688 27475 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981917] ppid=981896 vsize=19041612 memory=13196 CPUtime=0 cores=0,2
/proc/981899/task/981917/stat : 981917 (Common-Cleaner) S 981896 981899 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182276293 19498610688 27475 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981918] ppid=981896 vsize=19041612 memory=-5158697563450915880 CPUtime=0 cores=0,2
/proc/981899/task/981918/stat : 981918 (Timer-0) S 981896 981899 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182276304 19498610688 27475 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
Current children cumulated CPU time: 7.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 109900 KiB

[startup+12.7007 s]
/proc/loadavg: 4.23 4.27 4.21 7/331 981919
/proc/meminfo: memFree=115832104/131524600 swapFree=131071996/131071996
[pid=981899] ppid=981896 vsize=19041612 memory=132900 CPUtime=13.53 cores=0,2
/proc/981899/stat : 981899 (java) S 981896 981899 975533 0 -1 1077936128 22370 0 0 0 1348 5 0 0 20 0 19 0 182276290 19498610688 33225 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
/proc/981899/statm: 4760403 33225 5862 1 0 552729 0
[pid=981899/tid=981901] ppid=981896 vsize=19041612 memory=13196 CPUtime=12.53 cores=0,2
/proc/981899/task/981901/stat : 981901 (java) R 981896 981899 975533 0 -1 4194368 8044 0 0 0 1251 2 0 0 20 0 19 0 182276290 19498610688 33225 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981910] ppid=981896 vsize=19041612 memory=120180 CPUtime=0 cores=0,2
/proc/981899/task/981910/stat : 981910 (Finalizer) S 981896 981899 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182276293 19498610688 33225 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981917] ppid=981896 vsize=19041612 memory=45052 CPUtime=0 cores=0,2
/proc/981899/task/981917/stat : 981917 (Common-Cleaner) S 981896 981899 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182276293 19498610688 33225 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981918] ppid=981896 vsize=19041612 memory=13196 CPUtime=0 cores=0,2
/proc/981899/task/981918/stat : 981918 (Timer-0) S 981896 981899 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182276304 19498610688 33225 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
Current children cumulated CPU time: 13.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 132900 KiB

[startup+25.5007 s]
/proc/loadavg: 4.20 4.26 4.21 5/331 981921
/proc/meminfo: memFree=115749708/131524600 swapFree=131071996/131071996
[pid=981899] ppid=981896 vsize=19041612 memory=163684 CPUtime=26.25 cores=0,2
/proc/981899/stat : 981899 (java) S 981896 981899 975533 0 -1 1077936128 26971 0 0 0 2619 6 0 0 20 0 19 0 182276290 19498610688 40921 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
/proc/981899/statm: 4760403 40921 5862 1 0 552729 0
[pid=981899/tid=981901] ppid=981896 vsize=19041612 memory=161636 CPUtime=25.21 cores=0,2
/proc/981899/task/981901/stat : 981901 (java) R 981896 981899 975533 0 -1 4194368 9090 0 0 0 2518 3 0 0 20 0 19 0 182276290 19498610688 40921 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981910] ppid=981896 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/981899/task/981910/stat : 981910 (Finalizer) S 981896 981899 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182276293 19498610688 40921 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981917] ppid=981896 vsize=19041612 memory=13196 CPUtime=0 cores=0,2
/proc/981899/task/981917/stat : 981917 (Common-Cleaner) S 981896 981899 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182276293 19498610688 40921 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981918] ppid=981896 vsize=19041612 memory=11544 CPUtime=0 cores=0,2
/proc/981899/task/981918/stat : 981918 (Timer-0) S 981896 981899 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182276304 19498610688 40921 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
Current children cumulated CPU time: 26.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 163684 KiB

[startup+51.1057 s]
/proc/loadavg: 4.19 4.25 4.21 5/332 981926
/proc/meminfo: memFree=115297360/131524600 swapFree=131071996/131071996
[pid=981899] ppid=981896 vsize=19108176 memory=186756 CPUtime=51.64 cores=0,2
/proc/981899/stat : 981899 (java) S 981896 981899 975533 0 -1 1077936128 29517 0 0 0 5156 8 0 0 20 0 20 0 182276290 19566772224 46689 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
/proc/981899/statm: 4777044 46689 5910 1 0 553018 0
[pid=981899/tid=981901] ppid=981896 vsize=19108176 memory=0 CPUtime=50.55 cores=0,2
/proc/981899/task/981901/stat : 981901 (java) R 981896 981899 975533 0 -1 4194368 9892 0 0 0 5052 3 0 0 20 0 20 0 182276290 19566772224 46689 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981910] ppid=981896 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/981899/task/981910/stat : 981910 (Finalizer) S 981896 981899 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182276293 19566772224 46689 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981917] ppid=981896 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/981899/task/981917/stat : 981917 (Common-Cleaner) S 981896 981899 975533 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 182276293 19566772224 46689 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981918] ppid=981896 vsize=19108176 memory=186756 CPUtime=0 cores=0,2
/proc/981899/task/981918/stat : 981918 (Timer-0) S 981896 981899 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182276304 19566772224 46689 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
Current children cumulated CPU time: 51.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186756 KiB

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

# cumulated CPU time of all completed processes:  user=59.2217 s, system=0.092368 s

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

[startup+51.2007 s]
/proc/loadavg: 4.19 4.25 4.21 5/332 981926
/proc/meminfo: memFree=115297360/131524600 swapFree=131071996/131071996
[pid=981899] ppid=981896 vsize=19108176 memory=186756 CPUtime=51.74 cores=0,2
/proc/981899/stat : 981899 (java) S 981896 981899 975533 0 -1 1077936128 29517 0 0 0 5166 8 0 0 20 0 20 0 182276290 19566772224 46689 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
/proc/981899/statm: 4777044 46689 5910 1 0 553018 0
[pid=981899/tid=981901] ppid=981896 vsize=19108176 memory=164 CPUtime=50.65 cores=0,2
/proc/981899/task/981901/stat : 981901 (java) R 981896 981899 975533 0 -1 4194368 9892 0 0 0 5062 3 0 0 20 0 20 0 182276290 19566772224 46689 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981910] ppid=981896 vsize=19108176 memory=45052 CPUtime=0 cores=0,2
/proc/981899/task/981910/stat : 981910 (Finalizer) S 981896 981899 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182276293 19566772224 46689 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981917] ppid=981896 vsize=19108176 memory=186748 CPUtime=0 cores=0,2
/proc/981899/task/981917/stat : 981917 (Common-Cleaner) S 981896 981899 975533 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 182276293 19566772224 46689 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981918] ppid=981896 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/981899/task/981918/stat : 981918 (Timer-0) S 981896 981899 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182276304 19566772224 46689 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
Current children cumulated CPU time: 51.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186756 KiB

[startup+54.4007 s]
/proc/loadavg: 4.18 4.25 4.21 5/332 981926
/proc/meminfo: memFree=115293032/131524600 swapFree=131071996/131071996
[pid=981899] ppid=981896 vsize=19108176 memory=186832 CPUtime=54.99 cores=0,2
/proc/981899/stat : 981899 (java) S 981896 981899 975533 0 -1 1077936128 33479 0 0 0 5491 8 0 0 20 0 20 0 182276290 19566772224 46708 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
/proc/981899/statm: 4777044 46708 5910 1 0 553018 0
[pid=981899/tid=981901] ppid=981896 vsize=19108176 memory=0 CPUtime=53.82 cores=0,2
/proc/981899/task/981901/stat : 981901 (java) R 981896 981899 975533 0 -1 4194368 10888 0 0 0 5379 3 0 0 20 0 20 0 182276290 19566772224 46708 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981910] ppid=981896 vsize=19108176 memory=-8742720990050820796 CPUtime=0 cores=0,2
/proc/981899/task/981910/stat : 981910 (Finalizer) S 981896 981899 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182276293 19566772224 46708 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981917] ppid=981896 vsize=19108176 memory=5472 CPUtime=0 cores=0,2
/proc/981899/task/981917/stat : 981917 (Common-Cleaner) S 981896 981899 975533 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 182276293 19566772224 46708 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981918] ppid=981896 vsize=19108176 memory=2792 CPUtime=0 cores=0,2
/proc/981899/task/981918/stat : 981918 (Timer-0) S 981896 981899 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182276304 19566772224 46708 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
Current children cumulated CPU time: 54.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186832 KiB

[startup+56.0007 s]*
/proc/loadavg: 4.18 4.25 4.21 5/332 981928
/proc/meminfo: memFree=115236316/131524600 swapFree=131071996/131071996
[pid=981899] ppid=981896 vsize=19108176 memory=186832 CPUtime=56.58 cores=0,2
/proc/981899/stat : 981899 (java) S 981896 981899 975533 0 -1 1077936128 33483 0 0 0 5650 8 0 0 20 0 20 0 182276290 19566772224 46708 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
/proc/981899/statm: 4777044 46708 5910 1 0 553018 0
[pid=981899/tid=981901] ppid=981896 vsize=19108176 memory=-8742720990050820796 CPUtime=55.4 cores=0,2
/proc/981899/task/981901/stat : 981901 (java) R 981896 981899 975533 0 -1 4194368 10891 0 0 0 5537 3 0 0 20 0 20 0 182276290 19566772224 46708 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981910] ppid=981896 vsize=19108176 memory=22260 CPUtime=0 cores=0,2
/proc/981899/task/981910/stat : 981910 (Finalizer) S 981896 981899 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182276293 19566772224 46708 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981917] ppid=981896 vsize=19108176 memory=28076 CPUtime=0 cores=0,2
/proc/981899/task/981917/stat : 981917 (Common-Cleaner) S 981896 981899 975533 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 182276293 19566772224 46708 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981918] ppid=981896 vsize=19108176 memory=19540 CPUtime=0 cores=0,2
/proc/981899/task/981918/stat : 981918 (Timer-0) S 981896 981899 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182276304 19566772224 46708 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
Current children cumulated CPU time: 56.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186832 KiB

[startup+57.6007 s]
/proc/loadavg: 4.16 4.24 4.21 5/332 981928
/proc/meminfo: memFree=115219604/131524600 swapFree=131071996/131071996
[pid=981899] ppid=981896 vsize=19108176 memory=187200 CPUtime=58.27 cores=0,2
/proc/981899/stat : 981899 (java) S 981896 981899 975533 0 -1 1077936128 33821 0 0 0 5819 8 0 0 20 0 20 0 182276290 19566772224 46800 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
/proc/981899/statm: 4777044 46800 5910 1 0 553080 0
[pid=981899/tid=981901] ppid=981896 vsize=19108176 memory=186832 CPUtime=56.98 cores=0,2
/proc/981899/task/981901/stat : 981901 (java) R 981896 981899 975533 0 -1 4194368 11013 0 0 0 5695 3 0 0 20 0 20 0 182276290 19566772224 46800 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981910] ppid=981896 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/981899/task/981910/stat : 981910 (Finalizer) S 981896 981899 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182276293 19566772224 46800 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981917] ppid=981896 vsize=19108176 memory=45052 CPUtime=0 cores=0,2
/proc/981899/task/981917/stat : 981917 (Common-Cleaner) S 981896 981899 975533 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 182276293 19566772224 46800 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981918] ppid=981896 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/981899/task/981918/stat : 981918 (Timer-0) S 981896 981899 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182276304 19566772224 46800 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
Current children cumulated CPU time: 58.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187200 KiB

[startup+58.0007 s]*
/proc/loadavg: 4.16 4.24 4.21 6/332 981928
/proc/meminfo: memFree=115203184/131524600 swapFree=131071996/131071996
[pid=981899] ppid=981896 vsize=19108176 memory=187200 CPUtime=58.67 cores=0,2
/proc/981899/stat : 981899 (java) S 981896 981899 975533 0 -1 1077936128 33867 0 0 0 5859 8 0 0 20 0 20 0 182276290 19566772224 46800 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
/proc/981899/statm: 4777044 46800 5910 1 0 553080 0
[pid=981899/tid=981901] ppid=981896 vsize=19108176 memory=-8742720990050820796 CPUtime=57.38 cores=0,2
/proc/981899/task/981901/stat : 981901 (java) R 981896 981899 975533 0 -1 4194368 11059 0 0 0 5735 3 0 0 20 0 20 0 182276290 19566772224 46800 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981910] ppid=981896 vsize=19108176 memory=18472 CPUtime=0 cores=0,2
/proc/981899/task/981910/stat : 981910 (Finalizer) S 981896 981899 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182276293 19566772224 46800 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981917] ppid=981896 vsize=19108176 memory=20564 CPUtime=0 cores=0,2
/proc/981899/task/981917/stat : 981917 (Common-Cleaner) S 981896 981899 975533 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 182276293 19566772224 46800 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981918] ppid=981896 vsize=19108176 memory=5372 CPUtime=0 cores=0,2
/proc/981899/task/981918/stat : 981918 (Timer-0) S 981896 981899 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182276304 19566772224 46800 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
Current children cumulated CPU time: 58.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187200 KiB

[startup+58.4007 s]
/proc/loadavg: 4.16 4.24 4.21 6/332 981928
/proc/meminfo: memFree=115203184/131524600 swapFree=131071996/131071996
[pid=981899] ppid=981896 vsize=19108176 memory=187316 CPUtime=59.06 cores=0,2
/proc/981899/stat : 981899 (java) S 981896 981899 975533 0 -1 1077936128 33982 0 0 0 5898 8 0 0 20 0 20 0 182276290 19566772224 46829 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
/proc/981899/statm: 4777044 46829 5910 1 0 553080 0
[pid=981899/tid=981901] ppid=981896 vsize=19108176 memory=5108 CPUtime=57.78 cores=0,2
/proc/981899/task/981901/stat : 981901 (java) R 981896 981899 975533 0 -1 4194368 11146 0 0 0 5775 3 0 0 20 0 20 0 182276290 19566772224 46829 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981910] ppid=981896 vsize=19108176 memory=187200 CPUtime=0 cores=0,2
/proc/981899/task/981910/stat : 981910 (Finalizer) S 981896 981899 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182276293 19566772224 46829 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981917] ppid=981896 vsize=19108176 memory=186756 CPUtime=0 cores=0,2
/proc/981899/task/981917/stat : 981917 (Common-Cleaner) S 981896 981899 975533 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 182276293 19566772224 46829 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981918] ppid=981896 vsize=19108176 memory=12368 CPUtime=0 cores=0,2
/proc/981899/task/981918/stat : 981918 (Timer-0) S 981896 981899 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182276304 19566772224 46829 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
Current children cumulated CPU time: 59.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187316 KiB

[startup+58.5007 s]
/proc/loadavg: 4.16 4.24 4.21 6/332 981928
/proc/meminfo: memFree=115203184/131524600 swapFree=131071996/131071996
[pid=981899] ppid=981896 vsize=19108176 memory=187392 CPUtime=59.19 cores=0,2
/proc/981899/stat : 981899 (java) S 981896 981899 975533 0 -1 1077936128 34183 0 0 0 5911 8 0 0 20 0 20 0 182276290 19566772224 46848 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
/proc/981899/statm: 4777044 46848 5910 1 0 553080 0
[pid=981899/tid=981901] ppid=981896 vsize=19108176 memory=45052 CPUtime=57.88 cores=0,2
/proc/981899/task/981901/stat : 981901 (java) R 981896 981899 975533 0 -1 4194368 11159 0 0 0 5785 3 0 0 20 0 20 0 182276290 19566772224 46848 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981910] ppid=981896 vsize=19108176 memory=186832 CPUtime=0 cores=0,2
/proc/981899/task/981910/stat : 981910 (Finalizer) S 981896 981899 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182276293 19566772224 46848 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981917] ppid=981896 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/981899/task/981917/stat : 981917 (Common-Cleaner) S 981896 981899 975533 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 182276293 19566772224 46848 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
[pid=981899/tid=981918] ppid=981896 vsize=19108176 memory=186760 CPUtime=0 cores=0,2
/proc/981899/task/981918/stat : 981918 (Timer-0) S 981896 981899 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182276304 19566772224 46848 134679101440 94788589662208 94788589665904 140722316652064 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94788589673720 94788589674512 94788607672320 140722316653574 140722316653664 140722316653664 140722316660680 0
Current children cumulated CPU time: 59.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187392 KiB

Child status: 20

Real time (s): 58.5825
CPU time (s): 59.3141
CPU user time (s): 59.2217
CPU system time (s): 0.092368
CPU usage (%): 101.249
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 187392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.2217
system time used= 0.092368
maximum resident set size= 188816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36040
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2156
involuntary context switches= 844


# summary of solver processes directly reported to runsolver:
#   pid: 981899
#   total CPU time (s): 59.3141
#   total CPU user time (s): 59.2217
#   total CPU system time (s): 0.092368

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.124417 second user time and 0.320435 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 13:12:37
IDJOB=4442654
IDBENCH=147835
IDSOLVER=3058
FILE ID=nodeC017/4442654-1721301144
RUNJOBID= nodeC017-1721293761-975543
SLURM_JOB_ID= 7542595
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-11-10.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442654-1721301144/watcher-4442654-1721301144 -o /tmp/evaluation-result-4442654-1721301144/solver-4442654-1721301144 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975543 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4442654-1721301144.opb

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

MD5SUM BENCH= b73d13ada2f7bbe7d6c4e900f1edb9fd
RANDOM SEED=416116427

nodeC017.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3628.925
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3681.499
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3617.511
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.867
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3617.203
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3681.558
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3672.689
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.853
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116077596 kB
MemAvailable:   117952544 kB
Buffers:          506180 kB
Cached:          2194700 kB
SwapCached:            0 kB
Active:          1189432 kB
Inactive:       13600828 kB
Active(anon):       1544 kB
Inactive(anon): 12125560 kB
Active(file):    1187888 kB
Inactive(file):  1475268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:      12089360 kB
Mapped:           126232 kB
Shmem:             37720 kB
KReclaimable:     102876 kB
Slab:             214812 kB
SReclaimable:     102876 kB
SUnreclaim:       111936 kB
KernelStack:        5040 kB
PageTables:        33712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16040944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67072 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11710464 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:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC017 at 2024-07-18 13:13:36