Trace number 4453765

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 Partial RoundingSAT 2024 2024-07-12UNSAT 675.615 673.576

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq10/normalized-12array_alg_ineq10.opb
MD5SUM1fcc00ab949191d8fd682c1362e4629e
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.027849
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables510
Total number of constraints1053
Number of constraints which are clauses975
Number of constraints which are cardinality constraints (but not clauses)37
Number of constraints which are nor clauses,nor cardinality constraints41
Minimum length of a constraint1
Maximum length of a constraint195
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 33554432
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 134201344
Number of bits of the biggest sum of numbers27
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.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4453765-1721481372.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.33/0.22	c ... done. Wall clock time 0.064s.
0.33/0.22	c declared #vars     510
0.33/0.22	c #constraints  1130
0.33/0.22	c constraints type 
0.33/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 484
0.33/0.22	c org.sat4j.specs.Constr$1 => 279
0.33/0.22	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 77
0.33/0.22	c org.sat4j.pb.constraints.pb.UnitClausePB => 122
0.33/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 168
0.33/0.22	c 1130 constraints processed.
675.52/673.53	c starts		: 21
675.52/673.53	c conflicts		: 4757
675.52/673.53	c decisions		: 4937
675.52/673.53	c propagations		: 824790
675.52/673.53	c inspects		: 161310950
675.52/673.53	c shortcuts		: 0
675.52/673.53	c learnt literals	: 0
675.52/673.53	c learnt binary clauses	: 0
675.52/673.53	c learnt ternary clauses	: 0
675.52/673.53	c learnt constraints	: 4756
675.52/673.53	c ignored constraints	: 0
675.52/673.53	c root simplifications	: 0
675.52/673.53	c removed literals (reason simplification)	: 0
675.52/673.53	c reason swapping (by a shorter reason)	: 0
675.52/673.53	c Calls to reduceDB	: 0
675.52/673.53	c Number of update (reduction) of LBD	: 0
675.52/673.53	c Imported unit clauses	: 0
675.52/673.53	c No decision after first conflict	: false
675.52/673.53	c number of reductions to clauses (during analyze)	: 0
675.52/673.53	c number of learned constraints concerned by reduction	: 0
675.52/673.53	c number of learning phase by resolution	: 0
675.52/673.53	c number of learning phase by cutting planes	: 0
675.52/673.54	c number of rounding to 1 operations	: 164986
675.52/673.54	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
675.52/673.54	c number of reductions of the coefficients by power 2 	: 0
675.52/673.55	c number of right shift for reduction by power 2 	: 0
675.52/673.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
675.52/673.55	c number of ending skipping 	: 0
675.52/673.55	c number of internal skipping 	: 0
675.52/673.55	c number of derivation steps 	: 396963
675.52/673.55	c number of skipped derivation steps 	: 0
675.52/673.55	c number of remaining unassigned 	: 11610
675.52/673.55	c number of remaining assigned 	: 8025772
675.52/673.55	c number of falsified literals weakened from reason	: 0
675.52/673.55	c number of falsified literals weakened from conflict	: 0
675.52/673.55	c time for arithmetic operations	: 845600385
675.52/673.56	c minimum degree of deleted constraints	: null
675.52/673.56	c maximum degree of deleted constraints	: null
675.52/673.56	c number of deleted constraints	: 0
675.52/673.56	c speed (assignments/second)	: 1224.9326115529416
675.52/673.56	c non guided choices	: 19
675.52/673.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 299
675.52/673.56	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 4457
675.52/673.56	s UNSATISFIABLE
675.52/673.56	c Total wall clock time (in seconds): 673.412

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453765-1721481372/watcher-4453765-1721481372 -o /tmp/evaluation-result-4453765-1721481372/solver-4453765-1721481372 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721481341-1084281 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4453765-1721481372.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=1085534, runsolver pid=1085531

[startup+0.101119 s]*
/proc/loadavg: 2.96 1.63 1.79 6/330 1085552
/proc/meminfo: memFree=117274976/131524600 swapFree=131071996/131071996
[pid=1085534] ppid=1085531 vsize=18975048 memory=65028 CPUtime=0.14 cores=5,7
/proc/1085534/stat : 1085534 (java) S 1085531 1085534 1084268 0 -1 1077936128 7227 0 0 0 12 2 0 0 20 0 18 0 200305521 19430449152 16257 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
/proc/1085534/statm: 4743762 16257 5647 1 0 549322 0
[pid=1085534/tid=1085536] ppid=1085531 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1085534/task/1085536/stat : 1085536 (java) R 1085531 1085534 1084268 0 -1 1077936192 5752 0 0 0 7 1 0 0 20 0 18 0 200305522 19430449152 16257 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085545] ppid=1085531 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/1085534/task/1085545/stat : 1085545 (Finalizer) S 1085531 1085534 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 200305524 19430449152 16257 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085552] ppid=1085531 vsize=18975048 memory=15252645166212516 CPUtime=0 cores=5,7
/proc/1085534/task/1085552/stat : 1085552 (Common-Cleaner) S 1085531 1085534 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200305525 19430449152 16257 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65028 KiB

[startup+0.206077 s]*
/proc/loadavg: 2.96 1.63 1.79 7/330 1085552
/proc/meminfo: memFree=117258224/131524600 swapFree=131071996/131071996
[pid=1085534] ppid=1085531 vsize=18975048 memory=76520 CPUtime=0.33 cores=5,7
/proc/1085534/stat : 1085534 (java) S 1085531 1085534 1084268 0 -1 1077936128 7856 0 0 0 31 2 0 0 20 0 18 0 200305521 19430449152 19130 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
/proc/1085534/statm: 4743762 19130 5859 1 0 549775 0
[pid=1085534/tid=1085536] ppid=1085531 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1085534/task/1085536/stat : 1085536 (java) R 1085531 1085534 1084268 0 -1 4194368 6062 0 0 0 17 1 0 0 20 0 18 0 200305522 19430449152 19130 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085545] ppid=1085531 vsize=18975048 memory=15948 CPUtime=0 cores=5,7
/proc/1085534/task/1085545/stat : 1085545 (Finalizer) S 1085531 1085534 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 200305524 19430449152 19130 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085552] ppid=1085531 vsize=18975048 memory=14408220236056116 CPUtime=0 cores=5,7
/proc/1085534/task/1085552/stat : 1085552 (Common-Cleaner) S 1085531 1085534 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200305525 19430449152 19130 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 76520 KiB

[startup+0.312075 s]*
/proc/loadavg: 2.96 1.63 1.79 8/331 1085553
/proc/meminfo: memFree=117235264/131524600 swapFree=131071996/131071996
[pid=1085534] ppid=1085531 vsize=19041612 memory=99624 CPUtime=0.54 cores=5,7
/proc/1085534/stat : 1085534 (java) S 1085531 1085534 1084268 0 -1 1077936128 9450 0 0 0 51 3 0 0 20 0 19 0 200305521 19498610688 24906 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
/proc/1085534/statm: 4760403 24906 5859 1 0 550661 0
[pid=1085534/tid=1085536] ppid=1085531 vsize=19041612 memory=-7450745416067606626 CPUtime=0.27 cores=5,7
/proc/1085534/task/1085536/stat : 1085536 (java) R 1085531 1085534 1084268 0 -1 4194368 6136 0 0 0 26 1 0 0 20 0 19 0 200305522 19498610688 24906 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085545] ppid=1085531 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1085534/task/1085545/stat : 1085545 (Finalizer) S 1085531 1085534 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200305524 19498610688 24906 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085552] ppid=1085531 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1085534/task/1085552/stat : 1085552 (Common-Cleaner) S 1085531 1085534 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200305525 19498610688 24906 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085553] ppid=1085531 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1085534/task/1085553/stat : 1085553 (Timer-0) S 1085531 1085534 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 200305544 19498610688 24906 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 99624 KiB

[startup+0.706079 s]
/proc/loadavg: 3.36 1.73 1.82 7/331 1085553
/proc/meminfo: memFree=117169424/131524600 swapFree=131071996/131071996
[pid=1085534] ppid=1085531 vsize=19108176 memory=184920 CPUtime=1.28 cores=5,7
/proc/1085534/stat : 1085534 (java) S 1085531 1085534 1084268 0 -1 1077936128 17673 0 0 0 122 6 0 0 20 0 20 0 200305521 19566772224 46230 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
/proc/1085534/statm: 4777044 46230 5859 1 0 555637 0
[pid=1085534/tid=1085536] ppid=1085531 vsize=19108176 memory=13120 CPUtime=0.63 cores=5,7
/proc/1085534/task/1085536/stat : 1085536 (java) R 1085531 1085534 1084268 0 -1 4194368 6270 0 0 0 60 3 0 0 20 0 20 0 200305522 19566772224 46230 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085545] ppid=1085531 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/1085534/task/1085545/stat : 1085545 (Finalizer) S 1085531 1085534 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200305524 19566772224 46230 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085552] ppid=1085531 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/1085534/task/1085552/stat : 1085552 (Common-Cleaner) S 1085531 1085534 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200305525 19566772224 46230 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085553] ppid=1085531 vsize=19108176 memory=1848 CPUtime=0 cores=5,7
/proc/1085534/task/1085553/stat : 1085553 (Timer-0) S 1085531 1085534 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200305544 19566772224 46230 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184920 KiB

[startup+1.50109 s]
/proc/loadavg: 3.36 1.73 1.82 6/332 1085554
/proc/meminfo: memFree=117142644/131524600 swapFree=131071996/131071996
[pid=1085534] ppid=1085531 vsize=19108176 memory=262100 CPUtime=2.85 cores=5,7
/proc/1085534/stat : 1085534 (java) S 1085531 1085534 1084268 0 -1 1077936128 26267 0 0 0 276 9 0 0 20 0 20 0 200305521 19566772224 65525 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
/proc/1085534/statm: 4777044 65525 5875 1 0 557353 0
[pid=1085534/tid=1085536] ppid=1085531 vsize=19108176 memory=13120 CPUtime=1.39 cores=5,7
/proc/1085534/task/1085536/stat : 1085536 (java) R 1085531 1085534 1084268 0 -1 4194368 6927 0 0 0 135 4 0 0 20 0 20 0 200305522 19566772224 65525 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085545] ppid=1085531 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1085534/task/1085545/stat : 1085545 (Finalizer) S 1085531 1085534 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200305524 19566772224 65525 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085552] ppid=1085531 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1085534/task/1085552/stat : 1085552 (Common-Cleaner) S 1085531 1085534 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200305525 19566772224 65525 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085553] ppid=1085531 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/1085534/task/1085553/stat : 1085553 (Timer-0) S 1085531 1085534 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200305544 19566772224 65525 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 262100 KiB

[startup+3.10583 s]
/proc/loadavg: 3.36 1.73 1.82 6/332 1085554
/proc/meminfo: memFree=116618272/131524600 swapFree=131071996/131071996
[pid=1085534] ppid=1085531 vsize=19108176 memory=706516 CPUtime=5.28 cores=5,7
/proc/1085534/stat : 1085534 (java) S 1085531 1085534 1084268 0 -1 1077936128 30191 0 0 0 511 17 0 0 20 0 20 0 200305521 19566772224 176629 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
/proc/1085534/statm: 4777044 176629 5891 1 0 558236 0
[pid=1085534/tid=1085536] ppid=1085531 vsize=19108176 memory=0 CPUtime=2.96 cores=5,7
/proc/1085534/task/1085536/stat : 1085536 (java) R 1085531 1085534 1084268 0 -1 4194368 7582 0 0 0 284 12 0 0 20 0 20 0 200305522 19566772224 176629 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085545] ppid=1085531 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1085534/task/1085545/stat : 1085545 (Finalizer) S 1085531 1085534 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200305524 19566772224 176629 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085552] ppid=1085531 vsize=19108176 memory=382988 CPUtime=0 cores=5,7
/proc/1085534/task/1085552/stat : 1085552 (Common-Cleaner) S 1085531 1085534 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200305525 19566772224 176629 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085553] ppid=1085531 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/1085534/task/1085553/stat : 1085553 (Timer-0) S 1085531 1085534 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200305544 19566772224 176629 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
Current children cumulated CPU time: 5.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 706516 KiB

[startup+6.30029 s]
/proc/loadavg: 3.41 1.77 1.83 5/332 1085556
/proc/meminfo: memFree=116125092/131524600 swapFree=131071996/131071996
[pid=1085534] ppid=1085531 vsize=19108176 memory=1155304 CPUtime=8.71 cores=5,7
/proc/1085534/stat : 1085534 (java) S 1085531 1085534 1084268 0 -1 1077936128 30581 0 0 0 844 27 0 0 20 0 20 0 200305521 19566772224 288826 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
/proc/1085534/statm: 4777044 288826 5891 1 0 558241 0
[pid=1085534/tid=1085536] ppid=1085531 vsize=19108176 memory=13120 CPUtime=6.14 cores=5,7
/proc/1085534/task/1085536/stat : 1085536 (java) R 1085531 1085534 1084268 0 -1 4194368 7838 0 0 0 593 21 0 0 20 0 20 0 200305522 19566772224 288826 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085545] ppid=1085531 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1085534/task/1085545/stat : 1085545 (Finalizer) S 1085531 1085534 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200305524 19566772224 288826 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085552] ppid=1085531 vsize=19108176 memory=7597678546477475434 CPUtime=0 cores=5,7
/proc/1085534/task/1085552/stat : 1085552 (Common-Cleaner) S 1085531 1085534 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200305525 19566772224 288826 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085553] ppid=1085531 vsize=19108176 memory=5428 CPUtime=0 cores=5,7
/proc/1085534/task/1085553/stat : 1085553 (Timer-0) S 1085531 1085534 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200305544 19566772224 288826 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
Current children cumulated CPU time: 8.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1155304 KiB

[startup+12.7003 s]
/proc/loadavg: 3.54 1.82 1.85 5/332 1085556
/proc/meminfo: memFree=115949928/131524600 swapFree=131071996/131071996
[pid=1085534] ppid=1085531 vsize=19108176 memory=1317488 CPUtime=15.45 cores=5,7
/proc/1085534/stat : 1085534 (java) S 1085531 1085534 1084268 0 -1 1077936128 33163 0 0 0 1514 31 0 0 20 0 20 0 200305521 19566772224 329372 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
/proc/1085534/statm: 4777044 329372 5891 1 0 558241 0
[pid=1085534/tid=1085536] ppid=1085531 vsize=19108176 memory=0 CPUtime=12.51 cores=5,7
/proc/1085534/task/1085536/stat : 1085536 (java) R 1085531 1085534 1084268 0 -1 4194368 8841 0 0 0 1227 24 0 0 20 0 20 0 200305522 19566772224 329372 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085545] ppid=1085531 vsize=19108176 memory=1317268 CPUtime=0 cores=5,7
/proc/1085534/task/1085545/stat : 1085545 (Finalizer) S 1085531 1085534 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200305524 19566772224 329372 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085552] ppid=1085531 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1085534/task/1085552/stat : 1085552 (Common-Cleaner) S 1085531 1085534 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200305525 19566772224 329372 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085553] ppid=1085531 vsize=19108176 memory=16216 CPUtime=0 cores=5,7
/proc/1085534/task/1085553/stat : 1085553 (Timer-0) S 1085531 1085534 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200305544 19566772224 329372 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
Current children cumulated CPU time: 15.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1317488 KiB

[startup+25.5003 s]
/proc/loadavg: 3.69 1.91 1.88 5/332 1085559
/proc/meminfo: memFree=115863208/131524600 swapFree=131071996/131071996
[pid=1085534] ppid=1085531 vsize=19108176 memory=1327868 CPUtime=28.32 cores=5,7
/proc/1085534/stat : 1085534 (java) S 1085531 1085534 1084268 0 -1 1077936128 38131 0 0 0 2800 32 0 0 20 0 20 0 200305521 19566772224 331967 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
/proc/1085534/statm: 4777044 331967 5891 1 0 558241 0
[pid=1085534/tid=1085536] ppid=1085531 vsize=19108176 memory=1317268 CPUtime=25.25 cores=5,7
/proc/1085534/task/1085536/stat : 1085536 (java) R 1085531 1085534 1084268 0 -1 4194368 10459 0 0 0 2500 25 0 0 20 0 20 0 200305522 19566772224 331967 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085545] ppid=1085531 vsize=19108176 memory=16216 CPUtime=0 cores=5,7
/proc/1085534/task/1085545/stat : 1085545 (Finalizer) S 1085531 1085534 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200305524 19566772224 331967 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085552] ppid=1085531 vsize=19108176 memory=3493 CPUtime=0 cores=5,7
/proc/1085534/task/1085552/stat : 1085552 (Common-Cleaner) S 1085531 1085534 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200305525 19566772224 331967 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085553] ppid=1085531 vsize=19108176 memory=1323756 CPUtime=0 cores=5,7
/proc/1085534/task/1085553/stat : 1085553 (Timer-0) S 1085531 1085534 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200305544 19566772224 331967 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
Current children cumulated CPU time: 28.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1327868 KiB

[startup+51.1059 s]
/proc/loadavg: 3.87 2.13 1.95 5/332 1085562
/proc/meminfo: memFree=115616164/131524600 swapFree=131071996/131071996
[pid=1085534] ppid=1085531 vsize=19108176 memory=1332068 CPUtime=54.01 cores=5,7
/proc/1085534/stat : 1085534 (java) S 1085531 1085534 1084268 0 -1 1077936128 47363 0 0 0 5368 33 0 0 20 0 20 0 200305521 19566772224 333017 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
/proc/1085534/statm: 4777044 333017 5891 1 0 558241 0
[pid=1085534/tid=1085536] ppid=1085531 vsize=19108176 memory=11400 CPUtime=50.69 cores=5,7
/proc/1085534/task/1085536/stat : 1085536 (java) R 1085531 1085534 1084268 0 -1 4194368 13044 0 0 0 5044 25 0 0 20 0 20 0 200305522 19566772224 333017 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0

################
# More data... #
################

/proc/1085534/task/1085553/stat : 1085553 (Timer-0) S 1085531 1085534 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200305544 19566772224 351052 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
Current children cumulated CPU time: 644.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1404208 KiB

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

# cumulated CPU time of all completed processes:  user=674.929 s, system=0.686455 s

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

[startup+652.8 s]
/proc/loadavg: 4.09 3.90 3.03 5/335 1086066
/proc/meminfo: memFree=113234168/131524600 swapFree=131071996/131071996
[pid=1085534] ppid=1085531 vsize=19108176 memory=1406260 CPUtime=654.85 cores=5,7
/proc/1085534/stat : 1085534 (java) S 1085531 1085534 1084268 0 -1 1077936128 77648 0 0 0 65419 66 0 0 20 0 20 0 200305521 19566772224 351565 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
/proc/1085534/statm: 4777044 351565 5906 1 0 558241 0
[pid=1085534/tid=1085536] ppid=1085531 vsize=19108176 memory=11400 CPUtime=649.82 cores=5,7
/proc/1085534/task/1085536/stat : 1085536 (java) R 1085531 1085534 1084268 0 -1 4194368 26927 0 0 0 64953 29 0 0 20 0 20 0 200305522 19566772224 351565 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085545] ppid=1085531 vsize=19108176 memory=1404200 CPUtime=0 cores=5,7
/proc/1085534/task/1085545/stat : 1085545 (Finalizer) S 1085531 1085534 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200305524 19566772224 351565 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085552] ppid=1085531 vsize=19108176 memory=1404208 CPUtime=0 cores=5,7
/proc/1085534/task/1085552/stat : 1085552 (Common-Cleaner) S 1085531 1085534 1084268 0 -1 1077936192 696 0 0 0 0 0 0 0 20 0 20 0 200305525 19566772224 351565 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085553] ppid=1085531 vsize=19108176 memory=1406260 CPUtime=0 cores=5,7
/proc/1085534/task/1085553/stat : 1085553 (Timer-0) S 1085531 1085534 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200305544 19566772224 351565 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
Current children cumulated CPU time: 654.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1406260 KiB

[startup+665.6 s]
/proc/loadavg: 4.16 3.92 3.04 5/335 1086070
/proc/meminfo: memFree=113234052/131524600 swapFree=131071996/131071996
[pid=1085534] ppid=1085531 vsize=19108176 memory=1406260 CPUtime=667.64 cores=5,7
/proc/1085534/stat : 1085534 (java) S 1085531 1085534 1084268 0 -1 1077936128 77740 0 0 0 66697 67 0 0 20 0 20 0 200305521 19566772224 351565 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
/proc/1085534/statm: 4777044 351565 5906 1 0 558241 0
[pid=1085534/tid=1085536] ppid=1085531 vsize=19108176 memory=1402148 CPUtime=662.58 cores=5,7
/proc/1085534/task/1085536/stat : 1085536 (java) R 1085531 1085534 1084268 0 -1 4194368 26941 0 0 0 66229 29 0 0 20 0 20 0 200305522 19566772224 351565 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085545] ppid=1085531 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1085534/task/1085545/stat : 1085545 (Finalizer) S 1085531 1085534 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200305524 19566772224 351565 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085552] ppid=1085531 vsize=19108176 memory=1402148 CPUtime=0 cores=5,7
/proc/1085534/task/1085552/stat : 1085552 (Common-Cleaner) S 1085531 1085534 1084268 0 -1 1077936192 769 0 0 0 0 0 0 0 20 0 20 0 200305525 19566772224 351565 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085553] ppid=1085531 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1085534/task/1085553/stat : 1085553 (Timer-0) S 1085531 1085534 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200305544 19566772224 351565 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
Current children cumulated CPU time: 667.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1406260 KiB

[startup+668.8 s]
/proc/loadavg: 4.15 3.92 3.05 5/335 1086071
/proc/meminfo: memFree=113234112/131524600 swapFree=131071996/131071996
[pid=1085534] ppid=1085531 vsize=19108176 memory=1406264 CPUtime=670.83 cores=5,7
/proc/1085534/stat : 1085534 (java) S 1085531 1085534 1084268 0 -1 1077936128 78082 0 0 0 67016 67 0 0 20 0 20 0 200305521 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
/proc/1085534/statm: 4777044 351566 5906 1 0 558241 0
[pid=1085534/tid=1085536] ppid=1085531 vsize=19108176 memory=281394178205136 CPUtime=665.75 cores=5,7
/proc/1085534/task/1085536/stat : 1085536 (java) R 1085531 1085534 1084268 0 -1 4194368 27069 0 0 0 66546 29 0 0 20 0 20 0 200305522 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085545] ppid=1085531 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/1085534/task/1085545/stat : 1085545 (Finalizer) S 1085531 1085534 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200305524 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085552] ppid=1085531 vsize=19108176 memory=5428 CPUtime=0 cores=5,7
/proc/1085534/task/1085552/stat : 1085552 (Common-Cleaner) S 1085531 1085534 1084268 0 -1 1077936192 769 0 0 0 0 0 0 0 20 0 20 0 200305525 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085553] ppid=1085531 vsize=19108176 memory=-7450745416067606626 CPUtime=0 cores=5,7
/proc/1085534/task/1085553/stat : 1085553 (Timer-0) S 1085531 1085534 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200305544 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
Current children cumulated CPU time: 670.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1406264 KiB

[startup+672 s]*
/proc/loadavg: 4.13 3.92 3.05 5/335 1086071
/proc/meminfo: memFree=113234056/131524600 swapFree=131071996/131071996
[pid=1085534] ppid=1085531 vsize=19108176 memory=1406264 CPUtime=674.03 cores=5,7
/proc/1085534/stat : 1085534 (java) S 1085531 1085534 1084268 0 -1 1077936128 78083 0 0 0 67336 67 0 0 20 0 20 0 200305521 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
/proc/1085534/statm: 4777044 351566 5906 1 0 558241 0
[pid=1085534/tid=1085536] ppid=1085531 vsize=19108176 memory=-7450745416067606626 CPUtime=668.95 cores=5,7
/proc/1085534/task/1085536/stat : 1085536 (java) R 1085531 1085534 1084268 0 -1 4194368 27070 0 0 0 66866 29 0 0 20 0 20 0 200305522 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085545] ppid=1085531 vsize=19108176 memory=1469930955964776577 CPUtime=0 cores=5,7
/proc/1085534/task/1085545/stat : 1085545 (Finalizer) S 1085531 1085534 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200305524 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085552] ppid=1085531 vsize=19108176 memory=100 CPUtime=0 cores=5,7
/proc/1085534/task/1085552/stat : 1085552 (Common-Cleaner) S 1085531 1085534 1084268 0 -1 1077936192 769 0 0 0 0 0 0 0 20 0 20 0 200305525 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085553] ppid=1085531 vsize=19108176 memory=32340 CPUtime=0 cores=5,7
/proc/1085534/task/1085553/stat : 1085553 (Timer-0) S 1085531 1085534 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200305544 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
Current children cumulated CPU time: 674.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1406264 KiB

[startup+672.8 s]
/proc/loadavg: 4.13 3.92 3.05 5/335 1086071
/proc/meminfo: memFree=113234056/131524600 swapFree=131071996/131071996
[pid=1085534] ppid=1085531 vsize=19108176 memory=1406264 CPUtime=674.82 cores=5,7
/proc/1085534/stat : 1085534 (java) S 1085531 1085534 1084268 0 -1 1077936128 78083 0 0 0 67415 67 0 0 20 0 20 0 200305521 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
/proc/1085534/statm: 4777044 351566 5906 1 0 558241 0
[pid=1085534/tid=1085536] ppid=1085531 vsize=19108176 memory=1406264 CPUtime=669.74 cores=5,7
/proc/1085534/task/1085536/stat : 1085536 (java) R 1085531 1085534 1084268 0 -1 4194368 27070 0 0 0 66945 29 0 0 20 0 20 0 200305522 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085545] ppid=1085531 vsize=19108176 memory=1904 CPUtime=0 cores=5,7
/proc/1085534/task/1085545/stat : 1085545 (Finalizer) S 1085531 1085534 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200305524 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085552] ppid=1085531 vsize=19108176 memory=-7450745416067606626 CPUtime=0 cores=5,7
/proc/1085534/task/1085552/stat : 1085552 (Common-Cleaner) S 1085531 1085534 1084268 0 -1 1077936192 769 0 0 0 0 0 0 0 20 0 20 0 200305525 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085553] ppid=1085531 vsize=19108176 memory=8012 CPUtime=0 cores=5,7
/proc/1085534/task/1085553/stat : 1085553 (Timer-0) S 1085531 1085534 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200305544 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
Current children cumulated CPU time: 674.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1406264 KiB

[startup+673.2 s]
/proc/loadavg: 4.13 3.92 3.05 5/335 1086071
/proc/meminfo: memFree=113234048/131524600 swapFree=131071996/131071996
[pid=1085534] ppid=1085531 vsize=19108176 memory=1406264 CPUtime=675.22 cores=5,7
/proc/1085534/stat : 1085534 (java) S 1085531 1085534 1084268 0 -1 1077936128 78083 0 0 0 67455 67 0 0 20 0 20 0 200305521 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
/proc/1085534/statm: 4777044 351566 5906 1 0 558241 0
[pid=1085534/tid=1085536] ppid=1085531 vsize=19108176 memory=7184 CPUtime=670.14 cores=5,7
/proc/1085534/task/1085536/stat : 1085536 (java) R 1085531 1085534 1084268 0 -1 4194368 27070 0 0 0 66985 29 0 0 20 0 20 0 200305522 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085545] ppid=1085531 vsize=19108176 memory=30304 CPUtime=0 cores=5,7
/proc/1085534/task/1085545/stat : 1085545 (Finalizer) S 1085531 1085534 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200305524 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085552] ppid=1085531 vsize=19108176 memory=33708 CPUtime=0 cores=5,7
/proc/1085534/task/1085552/stat : 1085552 (Common-Cleaner) S 1085531 1085534 1084268 0 -1 1077936192 769 0 0 0 0 0 0 0 20 0 20 0 200305525 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085553] ppid=1085531 vsize=19108176 memory=41292 CPUtime=0 cores=5,7
/proc/1085534/task/1085553/stat : 1085553 (Timer-0) S 1085531 1085534 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200305544 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
Current children cumulated CPU time: 675.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1406264 KiB

[startup+673.4 s]
/proc/loadavg: 4.13 3.92 3.05 5/335 1086071
/proc/meminfo: memFree=113234048/131524600 swapFree=131071996/131071996
[pid=1085534] ppid=1085531 vsize=19108176 memory=1406264 CPUtime=675.42 cores=5,7
/proc/1085534/stat : 1085534 (java) S 1085531 1085534 1084268 0 -1 1077936128 78083 0 0 0 67475 67 0 0 20 0 20 0 200305521 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
/proc/1085534/statm: 4777044 351566 5906 1 0 558241 0
[pid=1085534/tid=1085536] ppid=1085531 vsize=19108176 memory=15803 CPUtime=670.34 cores=5,7
/proc/1085534/task/1085536/stat : 1085536 (java) R 1085531 1085534 1084268 0 -1 4194368 27070 0 0 0 67005 29 0 0 20 0 20 0 200305522 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085545] ppid=1085531 vsize=19108176 memory=2369 CPUtime=0 cores=5,7
/proc/1085534/task/1085545/stat : 1085545 (Finalizer) S 1085531 1085534 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200305524 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085552] ppid=1085531 vsize=19108176 memory=3111576 CPUtime=0 cores=5,7
/proc/1085534/task/1085552/stat : 1085552 (Common-Cleaner) S 1085531 1085534 1084268 0 -1 1077936192 769 0 0 0 0 0 0 0 20 0 20 0 200305525 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085553] ppid=1085531 vsize=19108176 memory=4636 CPUtime=0 cores=5,7
/proc/1085534/task/1085553/stat : 1085553 (Timer-0) S 1085531 1085534 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200305544 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
Current children cumulated CPU time: 675.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1406264 KiB

[startup+673.5 s]
/proc/loadavg: 4.13 3.92 3.05 5/335 1086071
/proc/meminfo: memFree=113234048/131524600 swapFree=131071996/131071996
[pid=1085534] ppid=1085531 vsize=19108176 memory=1406264 CPUtime=675.52 cores=5,7
/proc/1085534/stat : 1085534 (java) S 1085531 1085534 1084268 0 -1 1077936128 78083 0 0 0 67485 67 0 0 20 0 20 0 200305521 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
/proc/1085534/statm: 4777044 351566 5906 1 0 558241 0
[pid=1085534/tid=1085536] ppid=1085531 vsize=19108176 memory=1395908 CPUtime=670.44 cores=5,7
/proc/1085534/task/1085536/stat : 1085536 (java) R 1085531 1085534 1084268 0 -1 4194368 27070 0 0 0 67015 29 0 0 20 0 20 0 200305522 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085545] ppid=1085531 vsize=19108176 memory=1395908 CPUtime=0 cores=5,7
/proc/1085534/task/1085545/stat : 1085545 (Finalizer) S 1085531 1085534 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200305524 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085552] ppid=1085531 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1085534/task/1085552/stat : 1085552 (Common-Cleaner) S 1085531 1085534 1084268 0 -1 1077936192 769 0 0 0 0 0 0 0 20 0 20 0 200305525 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
[pid=1085534/tid=1085553] ppid=1085531 vsize=19108176 memory=-7450745416067606626 CPUtime=0 cores=5,7
/proc/1085534/task/1085553/stat : 1085553 (Timer-0) S 1085531 1085534 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200305544 19566772224 351566 134679101440 94768782839808 94768782843504 140732047900320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94768782851320 94768782852112 94768805179392 140732047901678 140732047901791 140732047901791 140732047908808 0
Current children cumulated CPU time: 675.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1406264 KiB

Child status: 20

Real time (s): 673.576
CPU time (s): 675.615
CPU user time (s): 674.929
CPU system time (s): 0.686455
CPU usage (%): 100.303
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1406264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 674.929
system time used= 0.686455
maximum resident set size= 1407716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80825
page faults= 0
swaps= 0
block input operations= 0
block output operations= 768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23525
involuntary context switches= 759


# summary of solver processes directly reported to runsolver:
#   pid: 1085534
#   total CPU time (s): 675.615
#   total CPU user time (s): 674.929
#   total CPU system time (s): 0.686455

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.35637 second user time and 3.5566 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-20 15:16:25
IDJOB=4453765
IDBENCH=175921
IDSOLVER=3046
FILE ID=nodeC031/4453765-1721481372
RUNJOBID= nodeC031-1721481341-1084281
SLURM_JOB_ID= 7545758
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/inequalities/ineq10/normalized-12array_alg_ineq10.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453765-1721481372/watcher-4453765-1721481372 -o /tmp/evaluation-result-4453765-1721481372/solver-4453765-1721481372 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721481341-1084281 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4453765-1721481372.opb

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

MD5SUM BENCH= 1fcc00ab949191d8fd682c1362e4629e
RANDOM SEED=301489078

nodeC031.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		: 3676.711
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.55
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		: 3671.557
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.11
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		: 3599.777
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.55
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		: 3614.292
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.11
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		: 3600.030
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.55
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		: 3641.180
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.11
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		: 3676.690
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.55
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		: 3644.554
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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117332020 kB
MemAvailable:   124296060 kB
Buffers:          547392 kB
Cached:          7177236 kB
SwapCached:            0 kB
Active:          1099480 kB
Inactive:       12276492 kB
Active(anon):       1536 kB
Inactive(anon):  5695724 kB
Active(file):    1097944 kB
Inactive(file):  6580768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               976 kB
Writeback:            40 kB
AnonPages:       5649160 kB
Mapped:           127892 kB
Shmem:             45912 kB
KReclaimable:     249948 kB
Slab:             382136 kB
SReclaimable:     249948 kB
SUnreclaim:       132188 kB
KernelStack:        5040 kB
PageTables:        21332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8959296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            74592 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5357568 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:      260820 kB
DirectMap2M:    41455616 kB
DirectMap1G:    94371840 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC031 at 2024-07-20 15:27:39