Trace number 4441505

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 63.0734 58.9923

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Ic22arity.ucl.opb
MD5SUMf9eed4e4053f96ba2bc9edbdfe874048
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 benchmark1.60255
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables87751
Total number of constraints254772
Number of constraints which are clauses247060
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7712
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.65	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.06/0.65	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.65	c See www.sat4j.org for details.
0.09/0.70	c version CUSTOM.v20240707
0.09/0.71	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.71	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.71	c java.vm.version	22.0.1+8-16
0.09/0.71	c java.vm.vendor	Oracle Corporation
0.09/0.71	c sun.arch.data.model	64
0.09/0.71	c java.version		22.0.1
0.09/0.71	c os.name		Linux
0.09/0.71	c os.version		4.18.0-301.1.el8.x86_64
0.09/0.71	c os.arch		amd64
0.09/0.71	c Free memory 		2106806208
0.09/0.71	c Max memory 		16282288128
0.09/0.71	c Total memory 		2113929216
0.09/0.71	c Number of processors 	2
0.21/0.81	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.81	 - never skip resolution steps
0.21/0.81	 - Auto-division on coefficients is disabled
0.21/0.81	 - No postprocessing
0.21/0.81	 - Conflict is considered as is when resolving
0.21/0.81	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.21/0.81	 - Weaken first using unassigned literals
0.21/0.81	 - Bump strategy: ALWAYS_ONE
0.21/0.81	 - Bumper: ASSIGNED
0.21/0.81	--- Begin Solver configuration ---
0.21/0.81	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.21/0.81	Learn all clauses as in MiniSAT
0.21/0.81	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.81	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.81	No reason simplification
0.21/0.81	Armin Biere (Picosat) restarts strategy
0.21/0.81	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.21/0.81	timeout=2147483s
0.21/0.81	DB Simplification allowed=false
0.21/0.81	Listener: none
0.21/0.81	--- End Solver configuration ---
0.21/0.81	c Pseudo Boolean Optimization by upper bound
0.21/0.81	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.81	c  - never skip resolution steps
0.21/0.81	c  - Auto-division on coefficients is disabled
0.21/0.81	c  - No postprocessing
0.21/0.81	c  - Conflict is considered as is when resolving
0.21/0.81	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.21/0.81	c  - Weaken first using unassigned literals
0.21/0.81	c  - Bump strategy: ALWAYS_ONE
0.21/0.81	c  - Bumper: ASSIGNED
0.21/0.81	c --- Begin Solver configuration ---
0.21/0.81	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.21/0.81	c Learn all clauses as in MiniSAT
0.21/0.81	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.81	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.81	c No reason simplification
0.21/0.81	c Armin Biere (Picosat) restarts strategy
0.21/0.81	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.21/0.81	c timeout=2147483s
0.21/0.81	c DB Simplification allowed=false
0.21/0.81	c Listener: none
0.21/0.81	c --- End Solver configuration ---
0.21/0.81	c solving HOME/instance-4441505-1721292916.opb
0.21/0.81	c reading problem ... 
0.21/0.81	c  no objective function found
38.56/36.84	c ... done. Wall clock time 36.03s.
38.56/36.84	c declared #vars     87751
38.56/36.84	c #constraints  254772
38.56/36.84	c constraints type 
38.56/36.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 165974
38.56/36.85	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 7712
38.56/36.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 81085
38.56/36.85	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
38.56/36.85	c 254772 constraints processed.
55.80/51.81	c cleaning 2497 clauses out of 4998 with flag 0/5000
62.95/58.94	c starts		: 26
62.95/58.95	c conflicts		: 6869
62.95/58.95	c decisions		: 24766
62.95/58.95	c propagations		: 36809478
62.95/58.95	c inspects		: 71879962
62.95/58.95	c shortcuts		: 0
62.95/58.95	c learnt literals	: 5
62.95/58.95	c learnt binary clauses	: 62
62.95/58.95	c learnt ternary clauses	: 64
62.95/58.95	c learnt constraints	: 6863
62.95/58.95	c ignored constraints	: 0
62.95/58.95	c root simplifications	: 0
62.95/58.95	c removed literals (reason simplification)	: 0
62.95/58.95	c reason swapping (by a shorter reason)	: 0
62.95/58.95	c Calls to reduceDB	: 1
62.95/58.95	c Number of update (reduction) of LBD	: 0
62.95/58.95	c Imported unit clauses	: 0
62.95/58.95	c No decision after first conflict	: false
62.95/58.95	c number of reductions to clauses (during analyze)	: 0
62.95/58.95	c number of learned constraints concerned by reduction	: 0
62.95/58.95	c number of learning phase by resolution	: 0
62.95/58.95	c number of learning phase by cutting planes	: 0
62.95/58.95	c number of rounding to 1 operations	: 35312
62.95/58.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
62.95/58.95	c number of reductions of the coefficients by power 2 	: 0
62.95/58.95	c number of right shift for reduction by power 2 	: 0
62.95/58.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
62.95/58.95	c number of ending skipping 	: 0
62.95/58.95	c number of internal skipping 	: 0
62.95/58.95	c number of derivation steps 	: 240813
62.95/58.95	c number of skipped derivation steps 	: 0
62.95/58.95	c number of remaining unassigned 	: 970
62.95/58.95	c number of remaining assigned 	: 266065
62.95/58.95	c number of falsified literals weakened from reason	: 0
62.95/58.95	c number of falsified literals weakened from conflict	: 0
62.95/58.95	c time for arithmetic operations	: 35660809
62.95/58.95	c minimum degree of deleted constraints	: 4
62.95/58.95	c maximum degree of deleted constraints	: 47488
62.95/58.95	c number of deleted constraints	: 2497
62.95/58.95	c speed (assignments/second)	: 1666643.031784841
62.95/58.95	c non guided choices	: 6315
62.95/58.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2693
62.95/58.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 62
62.95/58.96	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 1611
62.95/58.97	s UNSATISFIABLE
62.95/58.97	c Total wall clock time (in seconds): 58.157

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441505-1721292916/watcher-4441505-1721292916 -o /tmp/evaluation-result-4441505-1721292916/solver-4441505-1721292916 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920400 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4441505-1721292916.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100091 s]*
/proc/loadavg: 1.20 1.25 1.26 2/257 920462
/proc/meminfo: memFree=126228596/131524600 swapFree=131071996/131071996
[pid=920452] ppid=920449 vsize=37736 memory=2892 CPUtime=0 cores=0,2
/proc/920452/stat : 920452 (java) D 920449 920452 920389 0 -1 4194304 201 0 4 0 0 0 0 0 20 0 1 0 181452167 38641664 723 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 0 0 0 0 0 0 17 0 0 0 7 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
/proc/920452/statm: 9434 723 638 1 0 459 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 37736 KiB
Current children cumulated memory: 2892 KiB

[startup+0.204929 s]*
/proc/loadavg: 1.20 1.25 1.26 2/266 920471
/proc/meminfo: memFree=126214552/131524600 swapFree=131071996/131071996
[pid=920452] ppid=920449 vsize=239396 memory=8752 CPUtime=0 cores=0,2
/proc/920452/stat : 920452 (java) S 920449 920452 920389 0 -1 1077936128 596 0 36 0 0 0 0 0 20 0 2 0 181452167 245141504 2188 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 0 0 0 0 0 0 17 0 0 0 15 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
/proc/920452/statm: 59849 2188 1803 1 0 583 0
[pid=920452/tid=920468] ppid=920449 vsize=239396 memory=4830786144325468291 CPUtime=0 cores=0,2
/proc/920452/task/920468/stat : 920468 (java) D 920449 920452 920389 0 -1 4194368 35 0 9 0 0 0 0 0 20 0 2 0 181452181 245141504 2188 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 0 0 0 0 0 0 -1 0 0 0 5 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 239396 KiB
Current children cumulated memory: 8752 KiB

[startup+0.305044 s]*
/proc/loadavg: 1.20 1.25 1.26 1/286 920491
/proc/meminfo: memFree=126157500/131524600 swapFree=131071996/131071996
[pid=920452] ppid=920449 vsize=18175400 memory=29596 CPUtime=0.01 cores=0,2
/proc/920452/stat : 920452 (java) S 920449 920452 920389 0 -1 1077936128 2650 0 82 0 0 1 0 0 20 0 7 0 181452167 18611609600 7399 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 0 0 16784588 0 0 0 17 0 0 0 15 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
/proc/920452/statm: 4543850 7399 3620 1 0 542675 0
[pid=920452/tid=920468] ppid=920449 vsize=18175400 memory=-9031800193574806204 CPUtime=0.01 cores=0,2
/proc/920452/task/920468/stat : 920468 (java) D 920449 920452 920389 0 -1 4194368 2116 0 55 0 0 1 0 0 20 0 7 0 181452181 18611609600 7460 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 13 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 29596 KiB

[startup+0.700196 s]
/proc/loadavg: 1.20 1.25 1.26 1/327 920532
/proc/meminfo: memFree=126075948/131524600 swapFree=131071996/131071996
[pid=920452] ppid=920449 vsize=18975048 memory=56400 CPUtime=0.09 cores=0,2
/proc/920452/stat : 920452 (java) S 920449 920452 920389 0 -1 1077936128 6789 0 142 0 6 3 0 0 20 0 18 0 181452167 19430449152 14100 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 0 0 16800975 0 0 0 17 0 0 0 15 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
/proc/920452/statm: 4743762 14100 5481 1 0 548933 0
[pid=920452/tid=920468] ppid=920449 vsize=18975048 memory=13012 CPUtime=0.06 cores=0,2
/proc/920452/task/920468/stat : 920468 (java) D 920449 920452 920389 0 -1 4194368 5607 0 97 0 4 2 0 0 20 0 18 0 181452181 19430449152 14100 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 44 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920504] ppid=920449 vsize=18975048 memory=2319389199166351573 CPUtime=0 cores=0,2
/proc/920452/task/920504/stat : 920504 (Finalizer) S 920449 920452 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181452215 19430449152 14100 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56400 KiB

[startup+1.50123 s]
/proc/loadavg: 1.20 1.25 1.26 7/335 920540
/proc/meminfo: memFree=125312492/131524600 swapFree=131071996/131071996
[pid=920452] ppid=920449 vsize=19042524 memory=1306224 CPUtime=1.3 cores=0,2
/proc/920452/stat : 920452 (java) S 920449 920452 920389 0 -1 1077936128 13665 0 142 0 101 29 0 0 20 0 19 0 181452167 19499544576 326556 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 0 0 16800975 0 0 0 17 0 0 0 15 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
/proc/920452/statm: 4760631 326556 5781 1 0 553303 0
[pid=920452/tid=920468] ppid=920449 vsize=19042524 memory=0 CPUtime=0.79 cores=0,2
/proc/920452/task/920468/stat : 920468 (java) R 920449 920452 920389 0 -1 4194368 6666 0 97 0 53 26 0 0 20 0 19 0 181452181 19499544576 326556 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 49 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920504] ppid=920449 vsize=19042524 memory=164 CPUtime=0 cores=0,2
/proc/920452/task/920504/stat : 920504 (Finalizer) S 920449 920452 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181452215 19499544576 326556 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920534] ppid=920449 vsize=19042524 memory=11488 CPUtime=0 cores=0,2
/proc/920452/task/920534/stat : 920534 (Common-Cleaner) S 920449 920452 920389 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 181452220 19499544576 326556 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 19042524 KiB
Current children cumulated memory: 1306224 KiB

[startup+3.10636 s]
/proc/loadavg: 1.58 1.33 1.29 6/335 920607
/proc/meminfo: memFree=115587528/131524600 swapFree=131071996/131071996
[pid=920452] ppid=920449 vsize=19041612 memory=3388520 CPUtime=3.9 cores=0,2
/proc/920452/stat : 920452 (java) S 920449 920452 920389 0 -1 1077936128 22406 0 142 0 319 71 0 0 20 0 19 0 181452167 19498610688 847130 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 0 0 16800975 0 0 0 17 0 0 0 15 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
/proc/920452/statm: 4760403 847130 5784 1 0 1082787 0
[pid=920452/tid=920468] ppid=920449 vsize=19041612 memory=11488 CPUtime=2.35 cores=0,2
/proc/920452/task/920468/stat : 920468 (java) R 920449 920452 920389 0 -1 4194368 7782 0 97 0 169 66 0 0 20 0 19 0 181452181 19498610688 847130 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 49 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920504] ppid=920449 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/920452/task/920504/stat : 920504 (Finalizer) S 920449 920452 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181452215 19498610688 847130 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920534] ppid=920449 vsize=19041612 memory=64040 CPUtime=0 cores=0,2
/proc/920452/task/920534/stat : 920534 (Common-Cleaner) S 920449 920452 920389 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 181452220 19498610688 847130 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
Current children cumulated CPU time: 3.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3388520 KiB

[startup+6.30028 s]
/proc/loadavg: 1.58 1.33 1.29 5/336 920610
/proc/meminfo: memFree=114697072/131524600 swapFree=131071996/131071996
[pid=920452] ppid=920449 vsize=19041612 memory=3383420 CPUtime=7.12 cores=0,2
/proc/920452/stat : 920452 (java) S 920449 920452 920389 0 -1 1077936128 22651 0 142 0 640 72 0 0 20 0 19 0 181452167 19498610688 845855 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 0 0 16800975 0 0 0 17 0 0 0 15 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
/proc/920452/statm: 4760403 845855 5784 1 0 1082788 0
[pid=920452/tid=920468] ppid=920449 vsize=19041612 memory=-8527959985262731964 CPUtime=5.48 cores=0,2
/proc/920452/task/920468/stat : 920468 (java) R 920449 920452 920389 0 -1 4194368 8002 0 97 0 482 66 0 0 20 0 19 0 181452181 19498610688 845855 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 49 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920504] ppid=920449 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/920452/task/920504/stat : 920504 (Finalizer) S 920449 920452 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181452215 19498610688 845855 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920534] ppid=920449 vsize=19041612 memory=1306484 CPUtime=0 cores=0,2
/proc/920452/task/920534/stat : 920534 (Common-Cleaner) S 920449 920452 920389 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 181452220 19498610688 845855 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
Current children cumulated CPU time: 7.12 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3383420 KiB

[startup+12.7003 s]
/proc/loadavg: 2.04 1.44 1.32 5/334 920610
/proc/meminfo: memFree=114674604/131524600 swapFree=131071996/131071996
[pid=920452] ppid=920449 vsize=19041612 memory=3389976 CPUtime=13.57 cores=0,2
/proc/920452/stat : 920452 (java) S 920449 920452 920389 0 -1 1077936128 23540 0 142 0 1285 72 0 0 20 0 19 0 181452167 19498610688 847494 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 0 0 16800975 0 0 0 17 0 0 0 15 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
/proc/920452/statm: 4760403 847494 5786 1 0 1082788 0
[pid=920452/tid=920468] ppid=920449 vsize=19041612 memory=43380 CPUtime=11.74 cores=0,2
/proc/920452/task/920468/stat : 920468 (java) R 920449 920452 920389 0 -1 4194368 8767 0 97 0 1107 67 0 0 20 0 19 0 181452181 19498610688 847494 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 49 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920504] ppid=920449 vsize=19041612 memory=11488 CPUtime=0 cores=0,2
/proc/920452/task/920504/stat : 920504 (Finalizer) S 920449 920452 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181452215 19498610688 847494 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920534] ppid=920449 vsize=19041612 memory=3385468 CPUtime=0 cores=0,2
/proc/920452/task/920534/stat : 920534 (Common-Cleaner) S 920449 920452 920389 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 181452220 19498610688 847494 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
Current children cumulated CPU time: 13.57 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3389976 KiB

[startup+25.5003 s]
/proc/loadavg: 2.34 1.52 1.35 5/334 920613
/proc/meminfo: memFree=114124256/131524600 swapFree=131071996/131071996
[pid=920452] ppid=920449 vsize=19041612 memory=3406940 CPUtime=26.5 cores=0,2
/proc/920452/stat : 920452 (java) S 920449 920452 920389 0 -1 1077936128 27128 0 142 0 2575 75 0 0 20 0 19 0 181452167 19498610688 851735 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 0 0 16800975 0 0 0 17 0 0 0 15 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
/proc/920452/statm: 4760403 851735 5786 1 0 1082804 0
[pid=920452/tid=920468] ppid=920449 vsize=19041612 memory=3400796 CPUtime=24.23 cores=0,2
/proc/920452/task/920468/stat : 920468 (java) R 920449 920452 920389 0 -1 4194368 10140 0 97 0 2356 67 0 0 20 0 19 0 181452181 19498610688 851735 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 49 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920504] ppid=920449 vsize=19041612 memory=3400796 CPUtime=0 cores=0,2
/proc/920452/task/920504/stat : 920504 (Finalizer) S 920449 920452 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181452215 19498610688 851735 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920534] ppid=920449 vsize=19041612 memory=43380 CPUtime=0 cores=0,2
/proc/920452/task/920534/stat : 920534 (Common-Cleaner) S 920449 920452 920389 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 181452220 19498610688 851735 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
Current children cumulated CPU time: 26.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3406940 KiB

[startup+51.1062 s]
/proc/loadavg: 2.99 1.74 1.43 4/335 920751
/proc/meminfo: memFree=113146784/131524600 swapFree=131071996/131071996
[pid=920452] ppid=920449 vsize=19108176 memory=3427488 CPUtime=55.07 cores=0,2
/proc/920452/stat : 920452 (java) S 920449 920452 920389 0 -1 1077936128 39720 0 142 0 5428 79 0 0 20 0 20 0 181452167 19566772224 856872 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 0 0 16800975 0 0 0 17 0 0 0 15 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
/proc/920452/statm: 4777044 856872 5792 1 0 1083182 0
[pid=920452/tid=920468] ppid=920449 vsize=19108176 memory=3427488 CPUtime=49.22 cores=0,2
/proc/920452/task/920468/stat : 920468 (java) R 920449 920452 920389 0 -1 4194368 14392 0 97 0 4854 68 0 0 20 0 20 0 181452181 19566772224 856872 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 51 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920504] ppid=920449 vsize=19108176 memory=3427488 CPUtime=0 cores=0,2
/proc/920452/task/920504/stat : 920504 (Finalizer) S 920449 920452 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 856872 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920534] ppid=920449 vsize=19108176 memory=26268 CPUtime=0 cores=0,2
/proc/920452/task/920534/stat : 920534 (Common-Cleaner) S 920449 920452 920389 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 856872 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920750] ppid=920449 vsize=19108176 memory=-8527959985262731964 CPUtime=0 cores=0,2
/proc/920452/task/920750/stat : 920750 (Timer-0) S 920449 920452 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181455854 19566772224 856872 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
Current children cumulated CPU time: 55.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3427488 KiB

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

# cumulated CPU time of all completed processes:  user=62.2597 s, system=0.813744 s

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

[startup+51.2012 s]
/proc/loadavg: 2.99 1.74 1.43 4/335 920751
/proc/meminfo: memFree=113146784/131524600 swapFree=131071996/131071996
[pid=920452] ppid=920449 vsize=19108176 memory=3427488 CPUtime=55.16 cores=0,2
/proc/920452/stat : 920452 (java) S 920449 920452 920389 0 -1 1077936128 39741 0 142 0 5437 79 0 0 20 0 20 0 181452167 19566772224 856872 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 0 0 16800975 0 0 0 17 0 0 0 15 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
/proc/920452/statm: 4777044 856872 5792 1 0 1083182 0
[pid=920452/tid=920468] ppid=920449 vsize=19108176 memory=2636 CPUtime=49.32 cores=0,2
/proc/920452/task/920468/stat : 920468 (java) R 920449 920452 920389 0 -1 4194368 14413 0 97 0 4864 68 0 0 20 0 20 0 181452181 19566772224 856872 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 51 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920504] ppid=920449 vsize=19108176 memory=2312 CPUtime=0 cores=0,2
/proc/920452/task/920504/stat : 920504 (Finalizer) S 920449 920452 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 856872 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920534] ppid=920449 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/920452/task/920534/stat : 920534 (Common-Cleaner) S 920449 920452 920389 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 856872 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920750] ppid=920449 vsize=19108176 memory=43380 CPUtime=0 cores=0,2
/proc/920452/task/920750/stat : 920750 (Timer-0) S 920449 920452 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181455854 19566772224 856872 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
Current children cumulated CPU time: 55.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3427488 KiB

[startup+54.4002 s]
/proc/loadavg: 3.07 1.77 1.44 5/335 920753
/proc/meminfo: memFree=113139824/131524600 swapFree=131071996/131071996
[pid=920452] ppid=920449 vsize=19108176 memory=3427904 CPUtime=58.47 cores=0,2
/proc/920452/stat : 920452 (java) S 920449 920452 920389 0 -1 1077936128 40435 0 142 0 5768 79 0 0 20 0 20 0 181452167 19566772224 856976 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 0 0 16800975 0 0 0 17 0 0 0 15 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
/proc/920452/statm: 4777044 856976 5819 1 0 1083225 0
[pid=920452/tid=920468] ppid=920449 vsize=19108176 memory=11488 CPUtime=52.48 cores=0,2
/proc/920452/task/920468/stat : 920468 (java) R 920449 920452 920389 0 -1 4194368 14832 0 97 0 5180 68 0 0 20 0 20 0 181452181 19566772224 856976 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 51 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920504] ppid=920449 vsize=19108176 memory=43380 CPUtime=0 cores=0,2
/proc/920452/task/920504/stat : 920504 (Finalizer) S 920449 920452 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 856976 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920534] ppid=920449 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/920452/task/920534/stat : 920534 (Common-Cleaner) S 920449 920452 920389 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 856976 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920750] ppid=920449 vsize=19108176 memory=5560 CPUtime=0 cores=0,2
/proc/920452/task/920750/stat : 920750 (Timer-0) S 920449 920452 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181455854 19566772224 856976 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
Current children cumulated CPU time: 58.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3427904 KiB

[startup+56.0003 s]*
/proc/loadavg: 3.07 1.77 1.44 5/335 920753
/proc/meminfo: memFree=113131020/131524600 swapFree=131071996/131071996
[pid=920452] ppid=920449 vsize=19108176 memory=3430192 CPUtime=60.06 cores=0,2
/proc/920452/stat : 920452 (java) S 920449 920452 920389 0 -1 1077936128 42952 0 142 0 5927 79 0 0 20 0 20 0 181452167 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 0 0 16800975 0 0 0 17 0 0 0 15 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
/proc/920452/statm: 4777044 857548 5831 1 0 1083225 0
[pid=920452/tid=920468] ppid=920449 vsize=19108176 memory=4776 CPUtime=54.03 cores=0,2
/proc/920452/task/920468/stat : 920468 (java) R 920449 920452 920389 0 -1 4194368 15416 0 97 0 5335 68 0 0 20 0 20 0 181452181 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 51 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920504] ppid=920449 vsize=19108176 memory=3111312 CPUtime=0 cores=0,2
/proc/920452/task/920504/stat : 920504 (Finalizer) S 920449 920452 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920534] ppid=920449 vsize=19108176 memory=-8816750012832981692 CPUtime=0 cores=0,2
/proc/920452/task/920534/stat : 920534 (Common-Cleaner) S 920449 920452 920389 0 -1 1077936192 76 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920750] ppid=920449 vsize=19108176 memory=32440 CPUtime=0 cores=0,2
/proc/920452/task/920750/stat : 920750 (Timer-0) S 920449 920452 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181455854 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
Current children cumulated CPU time: 60.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3430192 KiB

[startup+57.6003 s]
/proc/loadavg: 3.14 1.81 1.46 5/335 920753
/proc/meminfo: memFree=113126784/131524600 swapFree=131071996/131071996
[pid=920452] ppid=920449 vsize=19108176 memory=3430192 CPUtime=61.66 cores=0,2
/proc/920452/stat : 920452 (java) S 920449 920452 920389 0 -1 1077936128 42975 0 142 0 6087 79 0 0 20 0 20 0 181452167 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 0 0 16800975 0 0 0 17 0 0 0 15 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
/proc/920452/statm: 4777044 857548 5831 1 0 1083225 0
[pid=920452/tid=920468] ppid=920449 vsize=19108176 memory=3426984 CPUtime=55.62 cores=0,2
/proc/920452/task/920468/stat : 920468 (java) R 920449 920452 920389 0 -1 4194368 15439 0 97 0 5494 68 0 0 20 0 20 0 181452181 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 51 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920504] ppid=920449 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/920452/task/920504/stat : 920504 (Finalizer) S 920449 920452 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920534] ppid=920449 vsize=19108176 memory=43380 CPUtime=0 cores=0,2
/proc/920452/task/920534/stat : 920534 (Common-Cleaner) S 920449 920452 920389 0 -1 1077936192 76 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920750] ppid=920449 vsize=19108176 memory=3430192 CPUtime=0 cores=0,2
/proc/920452/task/920750/stat : 920750 (Timer-0) S 920449 920452 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181455854 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
Current children cumulated CPU time: 61.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3430192 KiB

[startup+58.4003 s]
/proc/loadavg: 3.14 1.81 1.46 5/335 920753
/proc/meminfo: memFree=113124736/131524600 swapFree=131071996/131071996
[pid=920452] ppid=920449 vsize=19108176 memory=3430192 CPUtime=62.45 cores=0,2
/proc/920452/stat : 920452 (java) S 920449 920452 920389 0 -1 1077936128 42976 0 142 0 6166 79 0 0 20 0 20 0 181452167 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 0 0 16800975 0 0 0 17 0 0 0 15 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
/proc/920452/statm: 4777044 857548 5831 1 0 1083225 0
[pid=920452/tid=920468] ppid=920449 vsize=19108176 memory=3430192 CPUtime=56.42 cores=0,2
/proc/920452/task/920468/stat : 920468 (java) R 920449 920452 920389 0 -1 4194368 15440 0 97 0 5574 68 0 0 20 0 20 0 181452181 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 51 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920504] ppid=920449 vsize=19108176 memory=7301571269726240851 CPUtime=0 cores=0,2
/proc/920452/task/920504/stat : 920504 (Finalizer) S 920449 920452 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920534] ppid=920449 vsize=19108176 memory=3430192 CPUtime=0 cores=0,2
/proc/920452/task/920534/stat : 920534 (Common-Cleaner) S 920449 920452 920389 0 -1 1077936192 76 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920750] ppid=920449 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/920452/task/920750/stat : 920750 (Timer-0) S 920449 920452 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181455854 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
Current children cumulated CPU time: 62.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3430192 KiB

[startup+58.8002 s]
/proc/loadavg: 3.14 1.81 1.46 5/335 920753
/proc/meminfo: memFree=113124736/131524600 swapFree=131071996/131071996
[pid=920452] ppid=920449 vsize=19108176 memory=3430192 CPUtime=62.85 cores=0,2
/proc/920452/stat : 920452 (java) S 920449 920452 920389 0 -1 1077936128 42991 0 142 0 6206 79 0 0 20 0 20 0 181452167 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 0 0 16800975 0 0 0 17 0 0 0 15 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
/proc/920452/statm: 4777044 857548 5831 1 0 1083225 0
[pid=920452/tid=920468] ppid=920449 vsize=19108176 memory=13788 CPUtime=56.82 cores=0,2
/proc/920452/task/920468/stat : 920468 (java) R 920449 920452 920389 0 -1 4194368 15455 0 97 0 5614 68 0 0 20 0 20 0 181452181 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 51 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920504] ppid=920449 vsize=19108176 memory=3430192 CPUtime=0 cores=0,2
/proc/920452/task/920504/stat : 920504 (Finalizer) S 920449 920452 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920534] ppid=920449 vsize=19108176 memory=1740 CPUtime=0 cores=0,2
/proc/920452/task/920534/stat : 920534 (Common-Cleaner) S 920449 920452 920389 0 -1 1077936192 76 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920750] ppid=920449 vsize=19108176 memory=32308 CPUtime=0 cores=0,2
/proc/920452/task/920750/stat : 920750 (Timer-0) S 920449 920452 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181455854 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
Current children cumulated CPU time: 62.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3430192 KiB

[startup+58.9003 s]
/proc/loadavg: 3.14 1.81 1.46 5/335 920753
/proc/meminfo: memFree=113124736/131524600 swapFree=131071996/131071996
[pid=920452] ppid=920449 vsize=19108176 memory=3430192 CPUtime=62.95 cores=0,2
/proc/920452/stat : 920452 (java) S 920449 920452 920389 0 -1 1077936128 42995 0 142 0 6216 79 0 0 20 0 20 0 181452167 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 0 0 16800975 0 0 0 17 0 0 0 15 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
/proc/920452/statm: 4777044 857548 5831 1 0 1083225 0
[pid=920452/tid=920468] ppid=920449 vsize=19108176 memory=3427904 CPUtime=56.92 cores=0,2
/proc/920452/task/920468/stat : 920468 (java) R 920449 920452 920389 0 -1 4194368 15459 0 97 0 5624 68 0 0 20 0 20 0 181452181 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 51 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920504] ppid=920449 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/920452/task/920504/stat : 920504 (Finalizer) S 920449 920452 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920534] ppid=920449 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/920452/task/920534/stat : 920534 (Common-Cleaner) S 920449 920452 920389 0 -1 1077936192 76 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
[pid=920452/tid=920750] ppid=920449 vsize=19108176 memory=5560 CPUtime=0 cores=0,2
/proc/920452/task/920750/stat : 920750 (Timer-0) S 920449 920452 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181455854 19566772224 857548 134679101440 94060568788992 94060568792688 140728353431472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060568800504 94060568801296 94060578607104 140728353436655 140728353436768 140728353436768 140728353443784 0
Current children cumulated CPU time: 62.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3430192 KiB

Child status: 20

Real time (s): 58.9923
CPU time (s): 63.0734
CPU user time (s): 62.2597
CPU system time (s): 0.813744
CPU usage (%): 106.918
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3430192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.2597
system time used= 0.813744
maximum resident set size= 3431868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46232
page faults= 142
swaps= 0
block input operations= 27856
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6430
involuntary context switches= 1155


# summary of solver processes directly reported to runsolver:
#   pid: 920452
#   total CPU time (s): 63.0734
#   total CPU user time (s): 62.2597
#   total CPU system time (s): 0.813744

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.11932 second user time and 0.361439 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 10:55:28
IDJOB=4441505
IDBENCH=147715
IDSOLVER=3046
FILE ID=nodeC016/4441505-1721292916
RUNJOBID= nodeC016-1721292927-920400
SLURM_JOB_ID= 7542586
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-cache-ibm-q-unbounded.Ic22arity.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441505-1721292916/watcher-4441505-1721292916 -o /tmp/evaluation-result-4441505-1721292916/solver-4441505-1721292916 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920400 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4441505-1721292916.opb

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

MD5SUM BENCH= f9eed4e4053f96ba2bc9edbdfe874048
RANDOM SEED=1569934607

nodeC016.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		: 3635.893
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.70
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		: 3675.376
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.63
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		: 3645.296
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.70
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		: 3621.459
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.63
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		: 3637.231
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.70
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		: 3637.223
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.63
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		: 3632.155
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.70
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		: 3617.511
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.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126234272 kB
MemAvailable:   129715472 kB
Buffers:          328456 kB
Cached:          3991436 kB
SwapCached:            0 kB
Active:           468156 kB
Inactive:        4221244 kB
Active(anon):       1488 kB
Inactive(anon):   405796 kB
Active(file):     466668 kB
Inactive(file):  3815448 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             26972 kB
Writeback:             0 kB
AnonPages:        367788 kB
Mapped:           106080 kB
Shmem:             37720 kB
KReclaimable:      77464 kB
Slab:             185140 kB
SReclaimable:      77464 kB
SUnreclaim:       107676 kB
KernelStack:        3964 kB
PageTables:         9948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     715992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68768 kB
HardwareCorrupted:     0 kB
AnonHugePages:    815104 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890040 MiB
End job on nodeC016 at 2024-07-18 10:56:27