Trace number 4453864

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 25.7212 24.1228

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq8/normalized-28array_alg_ineq8.opb
MD5SUMe563df95219b214aec9816293324d964
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 benchmark8.09183
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1820
Total number of constraints4903
Number of constraints which are clauses4872
Number of constraints which are cardinality constraints (but not clauses)28
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint1
Maximum length of a constraint840
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 36028797018963968
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 144115188075855871
Number of bits of the biggest sum of numbers57
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-4453864-1721491806.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c  no objective function found
0.34/0.22	c ... done. Wall clock time 0.103s.
0.34/0.22	c declared #vars     1820
0.34/0.22	c #constraints  4933
0.34/0.22	c constraints type 
0.34/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2464
0.34/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5
0.34/0.23	c org.sat4j.specs.Constr$1 => 1204
0.34/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 840
0.34/0.23	c org.sat4j.pb.constraints.pb.UnitClausePB => 420
0.34/0.23	c 4933 constraints processed.
3.47/2.83	c cleaning 2501 clauses out of 5002 with flag 11426/5002
6.77/5.97	c cleaning 4248 clauses out of 8500 with flag 25184/11001
10.44/9.53	c cleaning 5627 clauses out of 11254 with flag 41740/18003
14.92/13.70	c cleaning 6811 clauses out of 13625 with flag 60218/26001
19.78/18.34	c cleaning 7906 clauses out of 15812 with flag 79796/35000
24.98/23.42	c cleaning 8952 clauses out of 17904 with flag 101356/45001
25.59/24.07	c starts		: 54
25.59/24.07	c conflicts		: 46282
25.59/24.07	c decisions		: 54331
25.59/24.07	c propagations		: 5682734
25.59/24.09	c inspects		: 19848739
25.59/24.09	c shortcuts		: 0
25.59/24.09	c learnt literals	: 10
25.59/24.09	c learnt binary clauses	: 4
25.59/24.09	c learnt ternary clauses	: 2
25.59/24.09	c learnt constraints	: 46271
25.59/24.09	c ignored constraints	: 0
25.59/24.09	c root simplifications	: 0
25.59/24.09	c removed literals (reason simplification)	: 0
25.59/24.09	c reason swapping (by a shorter reason)	: 0
25.59/24.09	c Calls to reduceDB	: 6
25.59/24.09	c Number of update (reduction) of LBD	: 4496
25.59/24.09	c Imported unit clauses	: 0
25.59/24.09	c No decision after first conflict	: false
25.59/24.09	c number of reductions to clauses (during analyze)	: 0
25.59/24.09	c number of learned constraints concerned by reduction	: 0
25.59/24.09	c number of learning phase by resolution	: 0
25.59/24.09	c number of learning phase by cutting planes	: 0
25.59/24.09	c number of rounding to 1 operations	: 0
25.59/24.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
25.59/24.09	c number of reductions of the coefficients by power 2 	: 0
25.59/24.09	c number of right shift for reduction by power 2 	: 0
25.59/24.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
25.59/24.09	c number of ending skipping 	: 0
25.59/24.09	c number of internal skipping 	: 0
25.59/24.09	c number of derivation steps 	: 0
25.59/24.09	c number of skipped derivation steps 	: 0
25.59/24.09	c number of remaining unassigned 	: 0
25.59/24.09	c number of remaining assigned 	: 0
25.59/24.09	c number of falsified literals weakened from reason	: 0
25.59/24.09	c number of falsified literals weakened from conflict	: 0
25.59/24.09	c time for arithmetic operations	: 0
25.59/24.09	c minimum degree of deleted constraints	: null
25.59/24.09	c maximum degree of deleted constraints	: null
25.59/24.09	c number of deleted constraints	: 0
25.59/24.09	c speed (assignments/second)	: 238259.77946417342
25.59/24.09	c non guided choices	: 14
25.69/24.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 10222
25.69/24.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 4
25.69/24.11	s UNSATISFIABLE
25.69/24.11	c Total wall clock time (in seconds): 23.995

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453864-1721491806/watcher-4453864-1721491806 -o /tmp/evaluation-result-4453864-1721491806/solver-4453864-1721491806 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721488208-1089316 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4453864-1721491806.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=1091594, runsolver pid=1091591

[startup+0.100672 s]*
/proc/loadavg: 4.16 4.15 4.16 7/325 1091612
/proc/meminfo: memFree=126314372/131524600 swapFree=131071216/131071996
[pid=1091594] ppid=1091591 vsize=18975048 memory=64860 CPUtime=0.14 cores=5,7
/proc/1091594/stat : 1091594 (java) S 1091591 1091594 1089301 0 -1 1077936128 7202 0 0 0 12 2 0 0 20 0 18 0 201343000 19430449152 16215 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
/proc/1091594/statm: 4743762 16215 5613 1 0 549342 0
[pid=1091594/tid=1091596] ppid=1091591 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1091594/task/1091596/stat : 1091596 (java) S 1091591 1091594 1089301 0 -1 1077936192 5759 0 0 0 7 1 0 0 20 0 18 0 201343000 19430449152 16215 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091605] ppid=1091591 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/1091594/task/1091605/stat : 1091605 (Finalizer) S 1091591 1091594 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 201343003 19430449152 16215 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091612] ppid=1091591 vsize=18975048 memory=15819997462990744 CPUtime=0 cores=5,7
/proc/1091594/task/1091612/stat : 1091612 (Common-Cleaner) S 1091591 1091594 1089301 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 201343003 19430449152 16215 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64860 KiB

[startup+0.207835 s]*
/proc/loadavg: 4.16 4.15 4.16 8/325 1091612
/proc/meminfo: memFree=126294792/131524600 swapFree=131071216/131071996
[pid=1091594] ppid=1091591 vsize=18975048 memory=76360 CPUtime=0.34 cores=5,7
/proc/1091594/stat : 1091594 (java) S 1091591 1091594 1089301 0 -1 1077936128 8016 0 0 0 32 2 0 0 20 0 18 0 201343000 19430449152 19090 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
/proc/1091594/statm: 4743762 19090 5857 1 0 549876 0
[pid=1091594/tid=1091596] ppid=1091591 vsize=18975048 memory=6876556183782621315 CPUtime=0.17 cores=5,7
/proc/1091594/task/1091596/stat : 1091596 (java) R 1091591 1091594 1089301 0 -1 4194368 5924 0 0 0 15 2 0 0 20 0 18 0 201343000 19430449152 19090 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091605] ppid=1091591 vsize=18975048 memory=1905144 CPUtime=0 cores=5,7
/proc/1091594/task/1091605/stat : 1091605 (Finalizer) S 1091591 1091594 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 201343003 19430449152 19090 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091612] ppid=1091591 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=5,7
/proc/1091594/task/1091612/stat : 1091612 (Common-Cleaner) S 1091591 1091594 1089301 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 201343003 19430449152 19090 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 76360 KiB

[startup+0.313809 s]*
/proc/loadavg: 4.16 4.15 4.16 7/326 1091613
/proc/meminfo: memFree=126280632/131524600 swapFree=131071216/131071996
[pid=1091594] ppid=1091591 vsize=19041612 memory=83552 CPUtime=0.55 cores=5,7
/proc/1091594/stat : 1091594 (java) S 1091591 1091594 1089301 0 -1 1077936128 9071 0 0 0 52 3 0 0 20 0 19 0 201343000 19498610688 20888 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
/proc/1091594/statm: 4760403 20888 5857 1 0 550945 0
[pid=1091594/tid=1091596] ppid=1091591 vsize=19041612 memory=-7738694317242606178 CPUtime=0.27 cores=5,7
/proc/1091594/task/1091596/stat : 1091596 (java) R 1091591 1091594 1089301 0 -1 4194368 5976 0 0 0 25 2 0 0 20 0 19 0 201343000 19498610688 20888 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091605] ppid=1091591 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1091594/task/1091605/stat : 1091605 (Finalizer) S 1091591 1091594 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 201343003 19498610688 20888 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091612] ppid=1091591 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1091594/task/1091612/stat : 1091612 (Common-Cleaner) S 1091591 1091594 1089301 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 201343003 19498610688 20888 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091613] ppid=1091591 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1091594/task/1091613/stat : 1091613 (Timer-0) S 1091591 1091594 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 201343023 19498610688 20888 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 83552 KiB

[startup+0.700242 s]
/proc/loadavg: 4.16 4.15 4.16 7/326 1091613
/proc/meminfo: memFree=126260268/131524600 swapFree=131071216/131071996
[pid=1091594] ppid=1091591 vsize=19041612 memory=97060 CPUtime=1.28 cores=5,7
/proc/1091594/stat : 1091594 (java) S 1091591 1091594 1089301 0 -1 1077936128 11355 0 0 0 125 3 0 0 20 0 19 0 201343000 19498610688 24265 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
/proc/1091594/statm: 4760403 24265 5873 1 0 552233 0
[pid=1091594/tid=1091596] ppid=1091591 vsize=19041612 memory=13124 CPUtime=0.65 cores=5,7
/proc/1091594/task/1091596/stat : 1091596 (java) R 1091591 1091594 1089301 0 -1 4194368 6007 0 0 0 63 2 0 0 20 0 19 0 201343000 19498610688 24265 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091605] ppid=1091591 vsize=19041612 memory=13124 CPUtime=0 cores=5,7
/proc/1091594/task/1091605/stat : 1091605 (Finalizer) S 1091591 1091594 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 201343003 19498610688 24265 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091612] ppid=1091591 vsize=19041612 memory=117636 CPUtime=0 cores=5,7
/proc/1091594/task/1091612/stat : 1091612 (Common-Cleaner) S 1091591 1091594 1089301 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 201343003 19498610688 24265 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091613] ppid=1091591 vsize=19041612 memory=100 CPUtime=0 cores=5,7
/proc/1091594/task/1091613/stat : 1091613 (Timer-0) S 1091591 1091594 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 201343023 19498610688 24265 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 97060 KiB

[startup+1.50023 s]
/proc/loadavg: 4.16 4.15 4.16 6/326 1091613
/proc/meminfo: memFree=126195576/131524600 swapFree=131071216/131071996
[pid=1091594] ppid=1091591 vsize=19041612 memory=122104 CPUtime=2.12 cores=5,7
/proc/1091594/stat : 1091594 (java) S 1091591 1091594 1089301 0 -1 1077936128 11788 0 0 0 208 4 0 0 20 0 19 0 201343000 19498610688 30526 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
/proc/1091594/statm: 4760403 30526 5873 1 0 552235 0
[pid=1091594/tid=1091596] ppid=1091591 vsize=19041612 memory=13124 CPUtime=1.44 cores=5,7
/proc/1091594/task/1091596/stat : 1091596 (java) R 1091591 1091594 1089301 0 -1 4194368 6164 0 0 0 142 2 0 0 20 0 19 0 201343000 19498610688 30526 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091605] ppid=1091591 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1091594/task/1091605/stat : 1091605 (Finalizer) S 1091591 1091594 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 201343003 19498610688 30526 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091612] ppid=1091591 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1091594/task/1091612/stat : 1091612 (Common-Cleaner) S 1091591 1091594 1089301 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 201343003 19498610688 30526 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091613] ppid=1091591 vsize=19041612 memory=65 CPUtime=0 cores=5,7
/proc/1091594/task/1091613/stat : 1091613 (Timer-0) S 1091591 1091594 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 201343023 19498610688 30526 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
Current children cumulated CPU time: 2.12 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 122104 KiB

[startup+3.10588 s]
/proc/loadavg: 4.15 4.15 4.16 5/327 1091614
/proc/meminfo: memFree=126027076/131524600 swapFree=131071216/131071996
[pid=1091594] ppid=1091591 vsize=19041612 memory=168760 CPUtime=3.88 cores=5,7
/proc/1091594/stat : 1091594 (java) S 1091591 1091594 1089301 0 -1 1077936128 16891 0 0 0 383 5 0 0 20 0 19 0 201343000 19498610688 42190 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
/proc/1091594/statm: 4760403 42190 5873 1 0 552620 0
[pid=1091594/tid=1091596] ppid=1091591 vsize=19041612 memory=0 CPUtime=3.04 cores=5,7
/proc/1091594/task/1091596/stat : 1091596 (java) R 1091591 1091594 1089301 0 -1 4194368 7541 0 0 0 301 3 0 0 20 0 19 0 201343000 19498610688 42190 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091605] ppid=1091591 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1091594/task/1091605/stat : 1091605 (Finalizer) S 1091591 1091594 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 201343003 19498610688 42190 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091612] ppid=1091591 vsize=19041612 memory=132344 CPUtime=0 cores=5,7
/proc/1091594/task/1091612/stat : 1091612 (Common-Cleaner) S 1091591 1091594 1089301 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 201343003 19498610688 42190 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091613] ppid=1091591 vsize=19041612 memory=13124 CPUtime=0 cores=5,7
/proc/1091594/task/1091613/stat : 1091613 (Timer-0) S 1091591 1091594 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 201343023 19498610688 42190 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
Current children cumulated CPU time: 3.88 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 168760 KiB

[startup+6.30022 s]
/proc/loadavg: 4.15 4.15 4.16 6/330 1091617
/proc/meminfo: memFree=125868548/131524600 swapFree=131071216/131071996
[pid=1091594] ppid=1091591 vsize=19108176 memory=255556 CPUtime=7.18 cores=5,7
/proc/1091594/stat : 1091594 (java) S 1091591 1091594 1089301 0 -1 1077936128 17896 0 0 0 711 7 0 0 20 0 20 0 201343000 19566772224 63889 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
/proc/1091594/statm: 4777044 63889 5873 1 0 552913 0
[pid=1091594/tid=1091596] ppid=1091591 vsize=19108176 memory=13124 CPUtime=6.13 cores=5,7
/proc/1091594/task/1091596/stat : 1091596 (java) R 1091591 1091594 1089301 0 -1 4194368 7551 0 0 0 610 3 0 0 20 0 20 0 201343000 19566772224 63889 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091605] ppid=1091591 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1091594/task/1091605/stat : 1091605 (Finalizer) S 1091591 1091594 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201343003 19566772224 63889 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091612] ppid=1091591 vsize=19108176 memory=7670017615492117098 CPUtime=0 cores=5,7
/proc/1091594/task/1091612/stat : 1091612 (Common-Cleaner) S 1091591 1091594 1089301 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 201343003 19566772224 63889 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091613] ppid=1091591 vsize=19108176 memory=5628 CPUtime=0 cores=5,7
/proc/1091594/task/1091613/stat : 1091613 (Timer-0) S 1091591 1091594 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201343023 19566772224 63889 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
Current children cumulated CPU time: 7.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 255556 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.15 4.16 7/332 1091622
/proc/meminfo: memFree=125507108/131524600 swapFree=131071216/131071996
[pid=1091594] ppid=1091591 vsize=19108176 memory=362256 CPUtime=13.9 cores=5,7
/proc/1091594/stat : 1091594 (java) S 1091591 1091594 1089301 0 -1 1077936128 27704 0 0 0 1379 11 0 0 20 0 20 0 201343000 19566772224 90564 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
/proc/1091594/statm: 4777044 90564 5873 1 0 556495 0
[pid=1091594/tid=1091596] ppid=1091591 vsize=19108176 memory=0 CPUtime=12.39 cores=5,7
/proc/1091594/task/1091596/stat : 1091596 (java) R 1091591 1091594 1089301 0 -1 4194368 8175 0 0 0 1236 3 0 0 20 0 20 0 201343000 19566772224 90564 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091605] ppid=1091591 vsize=19108176 memory=362256 CPUtime=0 cores=5,7
/proc/1091594/task/1091605/stat : 1091605 (Finalizer) S 1091591 1091594 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201343003 19566772224 90564 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091612] ppid=1091591 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1091594/task/1091612/stat : 1091612 (Common-Cleaner) S 1091591 1091594 1089301 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 201343003 19566772224 90564 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091613] ppid=1091591 vsize=19108176 memory=29676 CPUtime=0 cores=5,7
/proc/1091594/task/1091613/stat : 1091613 (Timer-0) S 1091591 1091594 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201343023 19566772224 90564 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
Current children cumulated CPU time: 13.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 362256 KiB

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

# cumulated CPU time of all completed processes:  user=25.5487 s, system=0.172468 s

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

[startup+12.8003 s]
/proc/loadavg: 4.14 4.15 4.16 7/332 1091622
/proc/meminfo: memFree=125507108/131524600 swapFree=131071216/131071996
[pid=1091594] ppid=1091591 vsize=19108176 memory=362256 CPUtime=14 cores=5,7
/proc/1091594/stat : 1091594 (java) S 1091591 1091594 1089301 0 -1 1077936128 27704 0 0 0 1389 11 0 0 20 0 20 0 201343000 19566772224 90564 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
/proc/1091594/statm: 4777044 90564 5873 1 0 556495 0
[pid=1091594/tid=1091596] ppid=1091591 vsize=19108176 memory=314860 CPUtime=12.49 cores=5,7
/proc/1091594/task/1091596/stat : 1091596 (java) R 1091591 1091594 1089301 0 -1 4194368 8175 0 0 0 1246 3 0 0 20 0 20 0 201343000 19566772224 90564 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091605] ppid=1091591 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1091594/task/1091605/stat : 1091605 (Finalizer) S 1091591 1091594 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201343003 19566772224 90564 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091612] ppid=1091591 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1091594/task/1091612/stat : 1091612 (Common-Cleaner) S 1091591 1091594 1089301 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 201343003 19566772224 90564 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091613] ppid=1091591 vsize=19108176 memory=2160 CPUtime=0 cores=5,7
/proc/1091594/task/1091613/stat : 1091613 (Timer-0) S 1091591 1091594 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201343023 19566772224 90564 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
Current children cumulated CPU time: 14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 362256 KiB

[startup+19.2002 s]
/proc/loadavg: 4.12 4.14 4.16 5/333 1091623
/proc/meminfo: memFree=125179724/131524600 swapFree=131071216/131071996
[pid=1091594] ppid=1091591 vsize=19108176 memory=481668 CPUtime=20.68 cores=5,7
/proc/1091594/stat : 1091594 (java) S 1091591 1091594 1089301 0 -1 1077936128 35741 0 0 0 2054 14 0 0 20 0 20 0 201343000 19566772224 120417 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
/proc/1091594/statm: 4777044 120417 5873 1 0 556495 0
[pid=1091594/tid=1091596] ppid=1091591 vsize=19108176 memory=317192 CPUtime=18.75 cores=5,7
/proc/1091594/task/1091596/stat : 1091596 (java) R 1091591 1091594 1089301 0 -1 4194368 9402 0 0 0 1872 3 0 0 20 0 20 0 201343000 19566772224 120417 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091605] ppid=1091591 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1091594/task/1091605/stat : 1091605 (Finalizer) S 1091591 1091594 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201343003 19566772224 120417 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091612] ppid=1091591 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1091594/task/1091612/stat : 1091612 (Common-Cleaner) S 1091591 1091594 1089301 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 201343003 19566772224 120417 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091613] ppid=1091591 vsize=19108176 memory=417980 CPUtime=0 cores=5,7
/proc/1091594/task/1091613/stat : 1091613 (Timer-0) S 1091591 1091594 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201343023 19566772224 120417 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
Current children cumulated CPU time: 20.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 481668 KiB

[startup+22.4002 s]
/proc/loadavg: 4.12 4.14 4.16 5/333 1091625
/proc/meminfo: memFree=125000792/131524600 swapFree=131071216/131071996
[pid=1091594] ppid=1091591 vsize=19108176 memory=520660 CPUtime=23.91 cores=5,7
/proc/1091594/stat : 1091594 (java) S 1091591 1091594 1089301 0 -1 1077936128 36049 0 0 0 2376 15 0 0 20 0 20 0 201343000 19566772224 130165 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
/proc/1091594/statm: 4777044 130165 5873 1 0 556495 0
[pid=1091594/tid=1091596] ppid=1091591 vsize=19108176 memory=1908 CPUtime=21.9 cores=5,7
/proc/1091594/task/1091596/stat : 1091596 (java) R 1091591 1091594 1089301 0 -1 4194368 9549 0 0 0 2187 3 0 0 20 0 20 0 201343000 19566772224 130165 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091605] ppid=1091591 vsize=19108176 memory=2308 CPUtime=0 cores=5,7
/proc/1091594/task/1091605/stat : 1091605 (Finalizer) S 1091591 1091594 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201343003 19566772224 130165 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091612] ppid=1091591 vsize=19108176 memory=-7738694317242606178 CPUtime=0 cores=5,7
/proc/1091594/task/1091612/stat : 1091612 (Common-Cleaner) S 1091591 1091594 1089301 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 201343003 19566772224 130165 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091613] ppid=1091591 vsize=19108176 memory=51092 CPUtime=0 cores=5,7
/proc/1091594/task/1091613/stat : 1091613 (Timer-0) S 1091591 1091594 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201343023 19566772224 130165 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
Current children cumulated CPU time: 23.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 520660 KiB

[startup+23.2108 s]
/proc/loadavg: 4.11 4.14 4.16 5/333 1091625
/proc/meminfo: memFree=125000756/131524600 swapFree=131071216/131071996
[pid=1091594] ppid=1091591 vsize=19108176 memory=528880 CPUtime=24.75 cores=5,7
/proc/1091594/stat : 1091594 (java) S 1091591 1091594 1089301 0 -1 1077936128 37614 0 0 0 2460 15 0 0 20 0 20 0 201343000 19566772224 132220 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
/proc/1091594/statm: 4777044 132220 5873 1 0 556495 0
[pid=1091594/tid=1091596] ppid=1091591 vsize=19108176 memory=5628 CPUtime=22.69 cores=5,7
/proc/1091594/task/1091596/stat : 1091596 (java) S 1091591 1091594 1089301 0 -1 1077936192 9603 0 0 0 2266 3 0 0 20 0 20 0 201343000 19566772224 132220 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091605] ppid=1091591 vsize=19108176 memory=-7738694317242606178 CPUtime=0 cores=5,7
/proc/1091594/task/1091605/stat : 1091605 (Finalizer) S 1091591 1091594 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201343003 19566772224 132220 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091612] ppid=1091591 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1091594/task/1091612/stat : 1091612 (Common-Cleaner) S 1091591 1091594 1089301 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 201343003 19566772224 132220 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091613] ppid=1091591 vsize=19108176 memory=5628 CPUtime=0 cores=5,7
/proc/1091594/task/1091613/stat : 1091613 (Timer-0) S 1091591 1091594 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201343023 19566772224 132220 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
Current children cumulated CPU time: 24.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 528880 KiB

[startup+23.6002 s]
/proc/loadavg: 4.11 4.14 4.16 5/333 1091625
/proc/meminfo: memFree=125000756/131524600 swapFree=131071216/131071996
[pid=1091594] ppid=1091591 vsize=19108176 memory=580180 CPUtime=25.18 cores=5,7
/proc/1091594/stat : 1091594 (java) S 1091591 1091594 1089301 0 -1 1077936128 37898 0 0 0 2502 16 0 0 20 0 20 0 201343000 19566772224 145045 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
/proc/1091594/statm: 4777044 145045 5873 1 0 556495 0
[pid=1091594/tid=1091596] ppid=1091591 vsize=19108176 memory=13124 CPUtime=23.03 cores=5,7
/proc/1091594/task/1091596/stat : 1091596 (java) R 1091591 1091594 1089301 0 -1 4194368 9815 0 0 0 2300 3 0 0 20 0 20 0 201343000 19566772224 145045 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091605] ppid=1091591 vsize=19108176 memory=5628 CPUtime=0 cores=5,7
/proc/1091594/task/1091605/stat : 1091605 (Finalizer) S 1091591 1091594 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201343003 19566772224 145045 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091612] ppid=1091591 vsize=19108176 memory=29676 CPUtime=0 cores=5,7
/proc/1091594/task/1091612/stat : 1091612 (Common-Cleaner) S 1091591 1091594 1089301 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 201343003 19566772224 145045 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091613] ppid=1091591 vsize=19108176 memory=2328 CPUtime=0 cores=5,7
/proc/1091594/task/1091613/stat : 1091613 (Timer-0) S 1091591 1091594 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201343023 19566772224 145045 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
Current children cumulated CPU time: 25.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 580180 KiB

[startup+24.0002 s]*
/proc/loadavg: 4.11 4.14 4.16 5/333 1091625
/proc/meminfo: memFree=124891856/131524600 swapFree=131071216/131071996
[pid=1091594] ppid=1091591 vsize=19108176 memory=580184 CPUtime=25.59 cores=5,7
/proc/1091594/stat : 1091594 (java) S 1091591 1091594 1089301 0 -1 1077936128 38138 0 0 0 2543 16 0 0 20 0 20 0 201343000 19566772224 145046 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
/proc/1091594/statm: 4777044 145046 5873 1 0 556495 0
[pid=1091594/tid=1091596] ppid=1091591 vsize=19108176 memory=-7738694317242606178 CPUtime=23.44 cores=5,7
/proc/1091594/task/1091596/stat : 1091596 (java) R 1091591 1091594 1089301 0 -1 4194368 10006 0 0 0 2341 3 0 0 20 0 20 0 201343000 19566772224 145046 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091605] ppid=1091591 vsize=19108176 memory=-9187040403459702461 CPUtime=0 cores=5,7
/proc/1091594/task/1091605/stat : 1091605 (Finalizer) S 1091591 1091594 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201343003 19566772224 145046 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091612] ppid=1091591 vsize=19108176 memory=5596 CPUtime=0 cores=5,7
/proc/1091594/task/1091612/stat : 1091612 (Common-Cleaner) S 1091591 1091594 1089301 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 201343003 19566772224 145046 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091613] ppid=1091591 vsize=19108176 memory=15620 CPUtime=0 cores=5,7
/proc/1091594/task/1091613/stat : 1091613 (Timer-0) S 1091591 1091594 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201343023 19566772224 145046 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
Current children cumulated CPU time: 25.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 580184 KiB

[startup+24.1056 s]
/proc/loadavg: 4.11 4.14 4.16 5/333 1091625
/proc/meminfo: memFree=124891856/131524600 swapFree=131071216/131071996
[pid=1091594] ppid=1091591 vsize=19241304 memory=580548 CPUtime=25.69 cores=5,7
/proc/1091594/stat : 1091594 (java) S 1091591 1091594 1089301 0 -1 1077936128 40375 0 0 0 2553 16 0 0 20 0 20 0 201343000 19703095296 145137 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
/proc/1091594/statm: 4810326 145137 5872 1 0 557113 0
[pid=1091594/tid=1091596] ppid=1091591 vsize=19241304 memory=362256 CPUtime=23.5 cores=5,7
/proc/1091594/task/1091596/stat : 1091596 (java) S 1091591 1091594 1089301 0 -1 1077936192 11604 0 0 0 2347 3 0 0 20 0 20 0 201343000 19703095296 145137 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091605] ppid=1091591 vsize=19241304 memory=29676 CPUtime=0 cores=5,7
/proc/1091594/task/1091605/stat : 1091605 (Finalizer) S 1091591 1091594 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201343003 19703095296 145137 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
[pid=1091594/tid=1091612] ppid=1091591 vsize=19241304 memory=375084 CPUtime=0 cores=5,7
/proc/1091594/task/1091612/stat : 1091612 (Common-Cleaner) S 1091591 1091594 1089301 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 201343003 19703095296 145137 134679101440 94665286393856 94665286397552 140725134437680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94665286405368 94665286406160 94665312186368 140725134443525 140725134443615 140725134443615 140725134450632 0
Current children cumulated CPU time: 25.69 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 580548 KiB

Child status: 20

Real time (s): 24.1228
CPU time (s): 25.7212
CPU user time (s): 25.5487
CPU system time (s): 0.172468
CPU usage (%): 106.626
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 580548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.5487
system time used= 0.172468
maximum resident set size= 581728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40621
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= 1668
involuntary context switches= 172


# summary of solver processes directly reported to runsolver:
#   pid: 1091594
#   total CPU time (s): 25.7212
#   total CPU user time (s): 25.5487
#   total CPU system time (s): 0.172468

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.059158 second user time and 0.139285 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-20 18:10:18
IDJOB=4453864
IDBENCH=175942
IDSOLVER=3058
FILE ID=nodeC018/4453864-1721491806
RUNJOBID= nodeC018-1721488208-1089316
SLURM_JOB_ID= 7545781
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/inequalities/ineq8/normalized-28array_alg_ineq8.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453864-1721491806/watcher-4453864-1721491806 -o /tmp/evaluation-result-4453864-1721491806/solver-4453864-1721491806 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721488208-1089316 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4453864-1721491806.opb

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

MD5SUM BENCH= e563df95219b214aec9816293324d964
RANDOM SEED=1127978598

nodeC018.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		: 3599.754
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.52
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		: 3672.108
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
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.754
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.52
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		: 3675.118
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
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		: 3599.754
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.52
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		: 3652.751
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.038
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.52
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		: 3645.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	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126368816 kB
MemAvailable:   129459572 kB
Buffers:          584344 kB
Cached:          3322304 kB
SwapCached:          148 kB
Active:          1163372 kB
Inactive:        3368616 kB
Active(anon):       1552 kB
Inactive(anon):   669556 kB
Active(file):    1161820 kB
Inactive(file):  2699060 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:              2968 kB
Writeback:            44 kB
AnonPages:        625240 kB
Mapped:           129712 kB
Shmem:             45784 kB
KReclaimable:     139396 kB
Slab:             240488 kB
SReclaimable:     139396 kB
SUnreclaim:       101092 kB
KernelStack:        4944 kB
PageTables:        11484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7293196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    362496 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:      283348 kB
DirectMap2M:    28850176 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC018 at 2024-07-20 18:10:42