Trace number 4441511

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 Cutting Planes 2024 2024-07-12UNSAT 48.8451 42.9144

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.13/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.17	c See www.sat4j.org for details.
0.13/0.18	c version CUSTOM.v20240707
0.13/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.21	c java.vm.version	22.0.1+8-16
0.13/0.21	c java.vm.vendor	Oracle Corporation
0.13/0.21	c sun.arch.data.model	64
0.13/0.21	c java.version		22.0.1
0.13/0.21	c os.name		Linux
0.13/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.21	c os.arch		amd64
0.13/0.22	c Free memory 		2115194816
0.13/0.22	c Max memory 		16282288128
0.13/0.22	c Total memory 		2122317824
0.13/0.23	c Number of processors 	2
0.47/0.40	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.40	 - never skip resolution steps
0.47/0.40	 - Auto-division on coefficients is disabled
0.47/0.40	 - No postprocessing
0.47/0.40	 - Conflict is considered as is when resolving
0.47/0.40	 - Use constraints as they come during conflict analysis
0.47/0.40	 - Weaken first using unassigned literals
0.47/0.40	 - Bump strategy: ALWAYS_ONE
0.47/0.40	 - Bumper: EFFECTIVE
0.47/0.40	--- Begin Solver configuration ---
0.47/0.40	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.47/0.40	Learn all clauses as in MiniSAT
0.47/0.40	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.40	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.40	No reason simplification
0.47/0.40	Dynamic restart strategy considering the size of the coefficients
0.47/0.40	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.47/0.40	timeout=2147483s
0.47/0.40	DB Simplification allowed=false
0.47/0.40	Listener: none
0.47/0.40	--- End Solver configuration ---
0.47/0.40	c Pseudo Boolean Optimization by upper bound
0.47/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.40	c  - never skip resolution steps
0.47/0.40	c  - Auto-division on coefficients is disabled
0.47/0.40	c  - No postprocessing
0.47/0.40	c  - Conflict is considered as is when resolving
0.47/0.40	c  - Use constraints as they come during conflict analysis
0.47/0.40	c  - Weaken first using unassigned literals
0.47/0.40	c  - Bump strategy: ALWAYS_ONE
0.47/0.40	c  - Bumper: EFFECTIVE
0.47/0.40	c --- Begin Solver configuration ---
0.47/0.40	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.47/0.40	c Learn all clauses as in MiniSAT
0.47/0.40	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.40	c No reason simplification
0.47/0.40	c Dynamic restart strategy considering the size of the coefficients
0.47/0.40	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.47/0.40	c timeout=2147483s
0.47/0.40	c DB Simplification allowed=false
0.47/0.40	c Listener: none
0.47/0.40	c --- End Solver configuration ---
0.47/0.40	c solving HOME/instance-4441511-1721293737.opb
0.47/0.40	c reading problem ... 
0.47/0.40	c  no objective function found
42.01/38.56	c ... done. Wall clock time 38.159s.
42.01/38.56	c declared #vars     87751
42.01/38.56	c #constraints  254772
42.01/38.56	c constraints type 
42.01/38.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 165974
42.01/38.56	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 7712
42.01/38.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 81085
42.01/38.56	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
42.01/38.56	c 254772 constraints processed.
48.72/42.84	c starts		: 11
48.72/42.84	c conflicts		: 1631
48.72/42.84	c decisions		: 13313
48.72/42.84	c propagations		: 6836497
48.72/42.84	c inspects		: 13722280
48.72/42.84	c shortcuts		: 0
48.72/42.84	c learnt literals	: 5
48.72/42.84	c learnt binary clauses	: 55
48.72/42.84	c learnt ternary clauses	: 43
48.72/42.84	c learnt constraints	: 1625
48.72/42.84	c ignored constraints	: 0
48.72/42.84	c root simplifications	: 0
48.72/42.84	c removed literals (reason simplification)	: 0
48.72/42.84	c reason swapping (by a shorter reason)	: 0
48.72/42.84	c Calls to reduceDB	: 0
48.72/42.84	c Number of update (reduction) of LBD	: 1715
48.72/42.84	c Imported unit clauses	: 0
48.72/42.84	c No decision after first conflict	: false
48.72/42.84	c number of reductions to clauses (during analyze)	: 0
48.72/42.84	c number of learned constraints concerned by reduction	: 0
48.72/42.84	c number of learning phase by resolution	: 0
48.72/42.84	c number of learning phase by cutting planes	: 0
48.72/42.84	c number of rounding to 1 operations	: 0
48.72/42.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
48.72/42.84	c number of reductions of the coefficients by power 2 	: 0
48.72/42.84	c number of right shift for reduction by power 2 	: 0
48.72/42.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
48.72/42.84	c number of ending skipping 	: 0
48.72/42.84	c number of internal skipping 	: 0
48.72/42.84	c number of derivation steps 	: 36863
48.72/42.84	c number of skipped derivation steps 	: 0
48.72/42.84	c number of remaining unassigned 	: 499
48.72/42.84	c number of remaining assigned 	: 64548
48.72/42.84	c number of falsified literals weakened from reason	: 0
48.72/42.84	c number of falsified literals weakened from conflict	: 0
48.72/42.84	c time for arithmetic operations	: 16567499
48.72/42.84	c minimum degree of deleted constraints	: null
48.72/42.84	c maximum degree of deleted constraints	: null
48.72/42.84	c number of deleted constraints	: 0
48.72/42.84	c speed (assignments/second)	: 1604058.4232754577
48.72/42.84	c non guided choices	: 7592
48.72/42.84	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 268
48.72/42.84	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 55
48.72/42.84	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 1302
48.72/42.84	s UNSATISFIABLE
48.72/42.84	c Total wall clock time (in seconds): 42.453

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441511-1721293737/watcher-4441511-1721293737 -o /tmp/evaluation-result-4441511-1721293737/solver-4441511-1721293737 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941962 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4441511-1721293737.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=942029, runsolver pid=942026

[startup+0.105221 s]*
/proc/loadavg: 2.33 2.22 2.41 12/290 942063
/proc/meminfo: memFree=124180904/131655788 swapFree=131071996/131071996
[pid=942029] ppid=942026 vsize=18975048 memory=55984 CPUtime=0.13 cores=5,7
/proc/942029/stat : 942029 (java) S 942026 942029 941949 0 -1 1077936128 6418 0 0 0 9 4 0 0 20 0 18 0 181529800 19430449152 13996 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
/proc/942029/statm: 4743762 13996 5679 1 0 550777 0
[pid=942029/tid=942034] ppid=942026 vsize=18975048 memory=4026532157 CPUtime=0.09 cores=5,7
/proc/942029/task/942034/stat : 942034 (java) R 942026 942029 941949 0 -1 4194368 5362 0 0 0 6 3 0 0 20 0 18 0 181529800 19430449152 13996 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942056] ppid=942026 vsize=18975048 memory=215671374179 CPUtime=0 cores=5,7
/proc/942029/task/942056/stat : 942056 (Finalizer) S 942026 942029 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181529806 19430449152 13996 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942063] ppid=942026 vsize=18975048 memory=13573699517307669 CPUtime=0 cores=5,7
/proc/942029/task/942063/stat : 942063 (Common-Cleaner) S 942026 942029 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 181529807 19430449152 13996 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55984 KiB

[startup+0.219009 s]*
/proc/loadavg: 2.33 2.22 2.41 12/292 942070
/proc/meminfo: memFree=124168336/131655788 swapFree=131071996/131071996
[pid=942029] ppid=942026 vsize=18975048 memory=60748 CPUtime=0.31 cores=5,7
/proc/942029/stat : 942029 (java) S 942026 942029 941949 0 -1 1077936128 7123 0 0 0 27 4 0 0 20 0 18 0 181529800 19430449152 15187 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
/proc/942029/statm: 4743762 15187 5687 1 0 551366 0
[pid=942029/tid=942034] ppid=942026 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=5,7
/proc/942029/task/942034/stat : 942034 (java) R 942026 942029 941949 0 -1 4194368 5698 0 0 0 17 3 0 0 20 0 18 0 181529800 19430449152 15187 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942056] ppid=942026 vsize=18975048 memory=3711 CPUtime=0 cores=5,7
/proc/942029/task/942056/stat : 942056 (Finalizer) S 942026 942029 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181529806 19430449152 15187 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942063] ppid=942026 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=5,7
/proc/942029/task/942063/stat : 942063 (Common-Cleaner) S 942026 942029 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 181529807 19430449152 15187 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60748 KiB

[startup+0.315034 s]*
/proc/loadavg: 2.33 2.22 2.41 13/313 942091
/proc/meminfo: memFree=124106716/131655788 swapFree=131071996/131071996
[pid=942029] ppid=942026 vsize=18975048 memory=63824 CPUtime=0.47 cores=5,7
/proc/942029/stat : 942029 (java) S 942026 942029 941949 0 -1 1077936128 7403 0 0 0 43 4 0 0 20 0 18 0 181529800 19430449152 15956 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
/proc/942029/statm: 4743762 15956 5697 1 0 551561 0
[pid=942029/tid=942034] ppid=942026 vsize=18975048 memory=-9175638296096973500 CPUtime=0.29 cores=5,7
/proc/942029/task/942034/stat : 942034 (java) R 942026 942029 941949 0 -1 4194368 5884 0 0 0 26 3 0 0 20 0 18 0 181529800 19430449152 15956 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942056] ppid=942026 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/942029/task/942056/stat : 942056 (Finalizer) S 942026 942029 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181529806 19430449152 15956 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942063] ppid=942026 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/942029/task/942063/stat : 942063 (Common-Cleaner) S 942026 942029 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 181529807 19430449152 15956 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63824 KiB

[startup+0.700375 s]
/proc/loadavg: 2.33 2.22 2.41 12/316 942094
/proc/meminfo: memFree=123833184/131655788 swapFree=131071996/131071996
[pid=942029] ppid=942026 vsize=19041612 memory=209572 CPUtime=1.14 cores=5,7
/proc/942029/stat : 942029 (java) S 942026 942029 941949 0 -1 1077936128 7990 0 0 0 103 11 0 0 20 0 19 0 181529800 19498610688 52393 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
/proc/942029/statm: 4760403 52393 5839 1 0 552078 0
[pid=942029/tid=942034] ppid=942026 vsize=19041612 memory=43384 CPUtime=0.63 cores=5,7
/proc/942029/task/942034/stat : 942034 (java) R 942026 942029 941949 0 -1 4194368 6109 0 0 0 54 9 0 0 20 0 19 0 181529800 19498610688 52393 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942056] ppid=942026 vsize=19041612 memory=11884 CPUtime=0 cores=5,7
/proc/942029/task/942056/stat : 942056 (Finalizer) S 942026 942029 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181529806 19498610688 52393 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942063] ppid=942026 vsize=19041612 memory=2220 CPUtime=0 cores=5,7
/proc/942029/task/942063/stat : 942063 (Common-Cleaner) S 942026 942029 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181529807 19498610688 52393 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 209572 KiB

[startup+1.50821 s]
/proc/loadavg: 2.33 2.22 2.41 9/318 942096
/proc/meminfo: memFree=122315168/131655788 swapFree=131071996/131071996
[pid=942029] ppid=942026 vsize=19041612 memory=1313508 CPUtime=2.4 cores=5,7
/proc/942029/stat : 942029 (java) S 942026 942029 941949 0 -1 1077936128 13340 0 0 0 191 49 0 0 20 0 19 0 181529800 19498610688 328377 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
/proc/942029/statm: 4760403 328377 5839 1 0 555125 0
[pid=942029/tid=942034] ppid=942026 vsize=19041612 memory=11884 CPUtime=1.42 cores=5,7
/proc/942029/task/942034/stat : 942034 (java) R 942026 942029 941949 0 -1 4194368 6708 0 0 0 98 44 0 0 20 0 19 0 181529800 19498610688 328377 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942056] ppid=942026 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/942029/task/942056/stat : 942056 (Finalizer) S 942026 942029 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181529806 19498610688 328377 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942063] ppid=942026 vsize=19041612 memory=33 CPUtime=0 cores=5,7
/proc/942029/task/942063/stat : 942063 (Common-Cleaner) S 942026 942029 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181529807 19498610688 328377 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1313508 KiB

[startup+3.10613 s]
/proc/loadavg: 2.33 2.22 2.41 8/317 942162
/proc/meminfo: memFree=114469676/131655788 swapFree=131071996/131071996
[pid=942029] ppid=942026 vsize=19041612 memory=2853884 CPUtime=5.18 cores=5,7
/proc/942029/stat : 942029 (java) S 942026 942029 941949 0 -1 1077936128 22060 0 0 0 433 85 0 0 20 0 19 0 181529800 19498610688 713471 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
/proc/942029/statm: 4760403 713471 5839 1 0 946906 0
[pid=942029/tid=942034] ppid=942026 vsize=19041612 memory=33 CPUtime=2.98 cores=5,7
/proc/942029/task/942034/stat : 942034 (java) R 942026 942029 941949 0 -1 4194368 7517 0 0 0 220 78 0 0 20 0 19 0 181529800 19498610688 713471 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942056] ppid=942026 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/942029/task/942056/stat : 942056 (Finalizer) S 942026 942029 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181529806 19498610688 713471 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942063] ppid=942026 vsize=19041612 memory=11884 CPUtime=0 cores=5,7
/proc/942029/task/942063/stat : 942063 (Common-Cleaner) S 942026 942029 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181529807 19498610688 713471 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
Current children cumulated CPU time: 5.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2853884 KiB

[startup+6.30044 s]
/proc/loadavg: 2.62 2.29 2.43 7/318 942163
/proc/meminfo: memFree=113580332/131655788 swapFree=131071996/131071996
[pid=942029] ppid=942026 vsize=19041612 memory=3543432 CPUtime=8.38 cores=5,7
/proc/942029/stat : 942029 (java) S 942026 942029 941949 0 -1 1077936128 23234 0 0 0 739 99 0 0 20 0 19 0 181529800 19498610688 885858 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
/proc/942029/statm: 4760403 885858 5839 1 0 1122365 0
[pid=942029/tid=942034] ppid=942026 vsize=19041612 memory=0 CPUtime=6.03 cores=5,7
/proc/942029/task/942034/stat : 942034 (java) R 942026 942029 941949 0 -1 4194368 8236 0 0 0 511 92 0 0 20 0 19 0 181529800 19498610688 885858 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942056] ppid=942026 vsize=19041612 memory=-8744700106752959164 CPUtime=0 cores=5,7
/proc/942029/task/942056/stat : 942056 (Finalizer) S 942026 942029 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181529806 19498610688 885858 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942063] ppid=942026 vsize=19041612 memory=280881600182464 CPUtime=0 cores=5,7
/proc/942029/task/942063/stat : 942063 (Common-Cleaner) S 942026 942029 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181529807 19498610688 885858 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
Current children cumulated CPU time: 8.38 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3543432 KiB

[startup+12.7004 s]
/proc/loadavg: 2.81 2.33 2.44 5/318 942165
/proc/meminfo: memFree=110366788/131655788 swapFree=131071996/131071996
[pid=942029] ppid=942026 vsize=19041612 memory=3547752 CPUtime=14.91 cores=5,7
/proc/942029/stat : 942029 (java) S 942026 942029 941949 0 -1 1077936128 24147 0 0 0 1391 100 0 0 20 0 19 0 181529800 19498610688 886938 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
/proc/942029/statm: 4760403 886938 5839 1 0 1122377 0
[pid=942029/tid=942034] ppid=942026 vsize=19041612 memory=11884 CPUtime=12.2 cores=5,7
/proc/942029/task/942034/stat : 942034 (java) R 942026 942029 941949 0 -1 4194368 9002 0 0 0 1128 92 0 0 20 0 19 0 181529800 19498610688 886938 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942056] ppid=942026 vsize=19041612 memory=-8744700106752959164 CPUtime=0 cores=5,7
/proc/942029/task/942056/stat : 942056 (Finalizer) S 942026 942029 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181529806 19498610688 886938 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942063] ppid=942026 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/942029/task/942063/stat : 942063 (Common-Cleaner) S 942026 942029 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181529807 19498610688 886938 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
Current children cumulated CPU time: 14.91 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3547752 KiB

[startup+25.5005 s]
/proc/loadavg: 3.37 2.48 2.49 5/318 942166
/proc/meminfo: memFree=108932368/131655788 swapFree=131071996/131071996
[pid=942029] ppid=942026 vsize=19041612 memory=4031396 CPUtime=27.89 cores=5,7
/proc/942029/stat : 942029 (java) S 942026 942029 941949 0 -1 1077936128 28409 0 0 0 2676 113 0 0 20 0 19 0 181529800 19498610688 1007849 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
/proc/942029/statm: 4760403 1007849 5855 1 0 1241435 0
[pid=942029/tid=942034] ppid=942026 vsize=19041612 memory=3561352 CPUtime=24.5 cores=5,7
/proc/942029/task/942034/stat : 942034 (java) R 942026 942029 941949 0 -1 4194368 10870 0 0 0 2348 102 0 0 20 0 19 0 181529800 19498610688 1007849 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942056] ppid=942026 vsize=19041612 memory=11596 CPUtime=0 cores=5,7
/proc/942029/task/942056/stat : 942056 (Finalizer) S 942026 942029 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181529806 19498610688 1007849 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942063] ppid=942026 vsize=19041612 memory=3559304 CPUtime=0 cores=5,7
/proc/942029/task/942063/stat : 942063 (Common-Cleaner) S 942026 942029 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181529807 19498610688 1007849 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
Current children cumulated CPU time: 27.89 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4031396 KiB

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

# cumulated CPU time of all completed processes:  user=47.6265 s, system=1.21866 s

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

[startup+25.6006 s]
/proc/loadavg: 3.37 2.48 2.49 5/318 942166
/proc/meminfo: memFree=108932368/131655788 swapFree=131071996/131071996
[pid=942029] ppid=942026 vsize=19041612 memory=4031396 CPUtime=27.98 cores=5,7
/proc/942029/stat : 942029 (java) S 942026 942029 941949 0 -1 1077936128 28409 0 0 0 2685 113 0 0 20 0 19 0 181529800 19498610688 1007849 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
/proc/942029/statm: 4760403 1007849 5855 1 0 1241435 0
[pid=942029/tid=942034] ppid=942026 vsize=19041612 memory=848 CPUtime=24.6 cores=5,7
/proc/942029/task/942034/stat : 942034 (java) R 942026 942029 941949 0 -1 4194368 10870 0 0 0 2358 102 0 0 20 0 19 0 181529800 19498610688 1007849 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942056] ppid=942026 vsize=19041612 memory=3545704 CPUtime=0 cores=5,7
/proc/942029/task/942056/stat : 942056 (Finalizer) S 942026 942029 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181529806 19498610688 1007849 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942063] ppid=942026 vsize=19041612 memory=3559304 CPUtime=0 cores=5,7
/proc/942029/task/942063/stat : 942063 (Common-Cleaner) S 942026 942029 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181529807 19498610688 1007849 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
Current children cumulated CPU time: 27.98 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4031396 KiB

[startup+32.0002 s]*
/proc/loadavg: 3.66 2.56 2.51 6/319 942169
/proc/meminfo: memFree=108442072/131655788 swapFree=131071996/131071996
[pid=942029] ppid=942026 vsize=19041612 memory=4037904 CPUtime=34.43 cores=5,7
/proc/942029/stat : 942029 (java) S 942026 942029 941949 0 -1 1077936128 29140 0 0 0 3328 115 0 0 20 0 19 0 181529800 19498610688 1009476 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
/proc/942029/statm: 4760403 1009476 5855 1 0 1241445 0
[pid=942029/tid=942034] ppid=942026 vsize=19041612 memory=-9176481621515477692 CPUtime=30.73 cores=5,7
/proc/942029/task/942034/stat : 942034 (java) R 942026 942029 941949 0 -1 4194368 11516 0 0 0 2971 102 0 0 20 0 19 0 181529800 19498610688 1009476 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942056] ppid=942026 vsize=19041612 memory=3776 CPUtime=0 cores=5,7
/proc/942029/task/942056/stat : 942056 (Finalizer) S 942026 942029 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181529806 19498610688 1009476 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942063] ppid=942026 vsize=19041612 memory=27484 CPUtime=0 cores=5,7
/proc/942029/task/942063/stat : 942063 (Common-Cleaner) S 942026 942029 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181529807 19498610688 1009476 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
Current children cumulated CPU time: 34.43 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4037904 KiB

[startup+38.4032 s]
/proc/loadavg: 3.85 2.61 2.53 6/319 942170
/proc/meminfo: memFree=108428028/131655788 swapFree=131071996/131071996
[pid=942029] ppid=942026 vsize=19041612 memory=4044612 CPUtime=41.82 cores=5,7
/proc/942029/stat : 942029 (java) S 942026 942029 941949 0 -1 1077936128 39110 0 0 0 4065 117 0 0 20 0 19 0 181529800 19498610688 1011153 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
/proc/942029/statm: 4760403 1011153 5855 1 0 1241479 0
[pid=942029/tid=942034] ppid=942026 vsize=19041612 memory=11884 CPUtime=36.81 cores=5,7
/proc/942029/task/942034/stat : 942034 (java) R 942026 942029 941949 0 -1 4194368 14302 0 0 0 3579 102 0 0 20 0 19 0 181529800 19498610688 1011153 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942056] ppid=942026 vsize=19041612 memory=4033568 CPUtime=0 cores=5,7
/proc/942029/task/942056/stat : 942056 (Finalizer) S 942026 942029 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181529806 19498610688 1011153 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942063] ppid=942026 vsize=19041612 memory=43384 CPUtime=0 cores=5,7
/proc/942029/task/942063/stat : 942063 (Common-Cleaner) S 942026 942029 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181529807 19498610688 1011153 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
Current children cumulated CPU time: 41.82 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4044612 KiB

[startup+40.0052 s]*
/proc/loadavg: 4.26 2.72 2.57 6/320 942171
/proc/meminfo: memFree=108422304/131655788 swapFree=131071996/131071996
[pid=942029] ppid=942026 vsize=19108176 memory=4048188 CPUtime=44.99 cores=5,7
/proc/942029/stat : 942029 (java) S 942026 942029 941949 0 -1 1077936128 44862 0 0 0 4381 118 0 0 20 0 20 0 181529800 19566772224 1012047 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
/proc/942029/statm: 4777044 1012047 5855 1 0 1241870 0
[pid=942029/tid=942034] ppid=942026 vsize=19108176 memory=-9176481621515477692 CPUtime=38.36 cores=5,7
/proc/942029/task/942034/stat : 942034 (java) R 942026 942029 941949 0 -1 4194368 16063 0 0 0 3733 103 0 0 20 0 20 0 181529800 19566772224 1012047 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942056] ppid=942026 vsize=19108176 memory=2199272 CPUtime=0 cores=5,7
/proc/942029/task/942056/stat : 942056 (Finalizer) S 942026 942029 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181529806 19566772224 1012047 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942063] ppid=942026 vsize=19108176 memory=5796695868719759386 CPUtime=0 cores=5,7
/proc/942029/task/942063/stat : 942063 (Common-Cleaner) S 942026 942029 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181529807 19566772224 1012047 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942171] ppid=942026 vsize=19108176 memory=4044560 CPUtime=0 cores=5,7
/proc/942029/task/942171/stat : 942171 (Timer-0) S 942026 942029 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181533658 19566772224 1012047 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
Current children cumulated CPU time: 44.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4048188 KiB

[startup+41.6003 s]
/proc/loadavg: 4.26 2.72 2.57 5/320 942171
/proc/meminfo: memFree=108421632/131655788 swapFree=131071996/131071996
[pid=942029] ppid=942026 vsize=19108176 memory=4048476 CPUtime=47.3 cores=5,7
/proc/942029/stat : 942029 (java) S 942026 942029 941949 0 -1 1077936128 45023 0 0 0 4611 119 0 0 20 0 20 0 181529800 19566772224 1012119 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
/proc/942029/statm: 4777044 1012119 5855 1 0 1241870 0
[pid=942029/tid=942034] ppid=942026 vsize=19108176 memory=43384 CPUtime=39.94 cores=5,7
/proc/942029/task/942034/stat : 942034 (java) R 942026 942029 941949 0 -1 4194368 16066 0 0 0 3891 103 0 0 20 0 20 0 181529800 19566772224 1012119 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942056] ppid=942026 vsize=19108176 memory=-8744700106752959164 CPUtime=0 cores=5,7
/proc/942029/task/942056/stat : 942056 (Finalizer) S 942026 942029 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181529806 19566772224 1012119 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942063] ppid=942026 vsize=19108176 memory=3554952 CPUtime=0 cores=5,7
/proc/942029/task/942063/stat : 942063 (Common-Cleaner) S 942026 942029 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181529807 19566772224 1012119 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942171] ppid=942026 vsize=19108176 memory=-8744700106752959164 CPUtime=0 cores=5,7
/proc/942029/task/942171/stat : 942171 (Timer-0) S 942026 942029 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181533658 19566772224 1012119 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
Current children cumulated CPU time: 47.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4048476 KiB

[startup+42.4004 s]
/proc/loadavg: 4.26 2.72 2.57 6/320 942171
/proc/meminfo: memFree=108421512/131655788 swapFree=131071996/131071996
[pid=942029] ppid=942026 vsize=19108176 memory=4048476 CPUtime=48.27 cores=5,7
/proc/942029/stat : 942029 (java) S 942026 942029 941949 0 -1 1077936128 45038 0 0 0 4708 119 0 0 20 0 20 0 181529800 19566772224 1012119 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
/proc/942029/statm: 4777044 1012119 5855 1 0 1241870 0
[pid=942029/tid=942034] ppid=942026 vsize=19108176 memory=5636 CPUtime=40.73 cores=5,7
/proc/942029/task/942034/stat : 942034 (java) R 942026 942029 941949 0 -1 4194368 16066 0 0 0 3970 103 0 0 20 0 20 0 181529800 19566772224 1012119 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942056] ppid=942026 vsize=19108176 memory=4033568 CPUtime=0 cores=5,7
/proc/942029/task/942056/stat : 942056 (Finalizer) S 942026 942029 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181529806 19566772224 1012119 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942063] ppid=942026 vsize=19108176 memory=-8744700106752959164 CPUtime=0 cores=5,7
/proc/942029/task/942063/stat : 942063 (Common-Cleaner) S 942026 942029 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181529807 19566772224 1012119 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942171] ppid=942026 vsize=19108176 memory=26108 CPUtime=0 cores=5,7
/proc/942029/task/942171/stat : 942171 (Timer-0) S 942026 942029 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181533658 19566772224 1012119 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
Current children cumulated CPU time: 48.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4048476 KiB

[startup+42.8004 s]
/proc/loadavg: 4.26 2.72 2.57 6/320 942171
/proc/meminfo: memFree=108421512/131655788 swapFree=131071996/131071996
[pid=942029] ppid=942026 vsize=19108176 memory=4048476 CPUtime=48.72 cores=5,7
/proc/942029/stat : 942029 (java) S 942026 942029 941949 0 -1 1077936128 45042 0 0 0 4753 119 0 0 20 0 20 0 181529800 19566772224 1012119 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
/proc/942029/statm: 4777044 1012119 5855 1 0 1241870 0
[pid=942029/tid=942034] ppid=942026 vsize=19108176 memory=3565 CPUtime=41.13 cores=5,7
/proc/942029/task/942034/stat : 942034 (java) R 942026 942029 941949 0 -1 4194368 16066 0 0 0 4010 103 0 0 20 0 20 0 181529800 19566772224 1012119 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942056] ppid=942026 vsize=19108176 memory=28841 CPUtime=0 cores=5,7
/proc/942029/task/942056/stat : 942056 (Finalizer) S 942026 942029 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181529806 19566772224 1012119 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942063] ppid=942026 vsize=19108176 memory=3616445700655702255 CPUtime=0 cores=5,7
/proc/942029/task/942063/stat : 942063 (Common-Cleaner) S 942026 942029 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181529807 19566772224 1012119 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
[pid=942029/tid=942171] ppid=942026 vsize=19108176 memory=2680 CPUtime=0 cores=5,7
/proc/942029/task/942171/stat : 942171 (Timer-0) S 942026 942029 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181533658 19566772224 1012119 134679101440 93828456861696 93828456865392 140726415651424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93828456873208 93828456874000 93828468731904 140726415655924 140726415656032 140726415656032 140726415663048 0
Current children cumulated CPU time: 48.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4048476 KiB

Child status: 20

Real time (s): 42.9144
CPU time (s): 48.8451
CPU user time (s): 47.6265
CPU system time (s): 1.21866
CPU usage (%): 113.82
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4048476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.6265
system time used= 1.21866
maximum resident set size= 4050444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45816
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4872
involuntary context switches= 908


# summary of solver processes directly reported to runsolver:
#   pid: 942029
#   total CPU time (s): 48.8451
#   total CPU user time (s): 47.6265
#   total CPU system time (s): 1.21866

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.22493 second user time and 0.463274 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 11:09:09
IDJOB=4441511
IDBENCH=147715
IDSOLVER=3052
FILE ID=nodeC003/4441511-1721293737
RUNJOBID= nodeC003-1721293749-941962
SLURM_JOB_ID= 7542592
Free space on /tmp= 723756 MiB

SOLVER NAME= Sat4j Cutting Planes 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 CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441511-1721293737/watcher-4441511-1721293737 -o /tmp/evaluation-result-4441511-1721293737/solver-4441511-1721293737 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941962 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4441511-1721293737.opb

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

MD5SUM BENCH= f9eed4e4053f96ba2bc9edbdfe874048
RANDOM SEED=2061732456

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124254676 kB
MemAvailable:   129800780 kB
Buffers:          494420 kB
Cached:          5828664 kB
SwapCached:            0 kB
Active:           903848 kB
Inactive:        5814504 kB
Active(anon):       1428 kB
Inactive(anon):   431584 kB
Active(file):     902420 kB
Inactive(file):  5382920 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28804 kB
Writeback:             0 kB
AnonPages:        395440 kB
Mapped:           124816 kB
Shmem:             37704 kB
KReclaimable:     201592 kB
Slab:             316540 kB
SReclaimable:     201592 kB
SUnreclaim:       114948 kB
KernelStack:        4128 kB
PageTables:        10364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2962148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57248 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723744 MiB
End job on nodeC003 at 2024-07-18 11:09:52