Trace number 4459718

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12OPT3 25.4138 22.1964

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=5-P0=17-P1=17-P2=13-P3=17-P4=29-B.opb
MD5SUMcae6d968ff3506793d39795e29e13470
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.007154
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables60
Total number of constraints9
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint5
Maximum length of a constraint35
Number of terms in the objective function 5
Biggest coefficient in the objective function 16
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 31
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1984
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)100
Sum of products size (including duplicates)200
Number of different products100
Sum of products size200

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4459718-1721939462.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.13/0.18	c ... done. Wall clock time 0.024s.
0.13/0.18	c declared #vars     60
0.13/0.18	c internal #vars     160
0.13/0.18	c #constraints  213
0.13/0.18	c constraints type 
0.13/0.18	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 113
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 100
0.13/0.18	c 213 constraints processed.
0.13/0.19	c objective function length is 5 literals
0.49/0.38	c SATISFIABLE
0.49/0.38	c OPTIMIZING...
0.49/0.38	c Got one! Elapsed wall clock time (in seconds):0.222
0.49/0.38	o 13
0.87/0.53	c Got one! Elapsed wall clock time (in seconds):0.37
0.87/0.53	o 5
0.87/0.54	c Got one! Elapsed wall clock time (in seconds):0.383
0.87/0.54	o 3
12.25/9.79	c cleaning 2751 clauses out of 5504 with flag 0/5504
25.29/22.14	c starts		: 23
25.29/22.15	c conflicts		: 10488
25.29/22.15	c decisions		: 11900
25.29/22.15	c propagations		: 152134
25.29/22.15	c inspects		: 28868829
25.29/22.15	c shortcuts		: 0
25.29/22.15	c learnt literals	: 0
25.29/22.15	c learnt binary clauses	: 0
25.29/22.15	c learnt ternary clauses	: 0
25.29/22.15	c learnt constraints	: 10487
25.29/22.15	c ignored constraints	: 0
25.29/22.15	c root simplifications	: 0
25.29/22.15	c removed literals (reason simplification)	: 0
25.29/22.15	c reason swapping (by a shorter reason)	: 0
25.29/22.15	c Calls to reduceDB	: 1
25.29/22.15	c Number of update (reduction) of LBD	: 7245
25.29/22.15	c Imported unit clauses	: 0
25.29/22.15	c No decision after first conflict	: false
25.29/22.15	c number of reductions to clauses (during analyze)	: 0
25.29/22.15	c number of learned constraints concerned by reduction	: 0
25.29/22.15	c number of learning phase by resolution	: 0
25.29/22.15	c number of learning phase by cutting planes	: 0
25.29/22.15	c number of rounding to 1 operations	: 0
25.29/22.15	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
25.29/22.15	c number of reductions of the coefficients by power 2 	: 0
25.29/22.15	c number of right shift for reduction by power 2 	: 0
25.29/22.15	c number of reductions of the coefficients by GCD over coefficients 	: 0
25.29/22.15	c number of ending skipping 	: 0
25.29/22.15	c number of internal skipping 	: 0
25.29/22.15	c number of derivation steps 	: 115248
25.29/22.15	c number of skipped derivation steps 	: 0
25.29/22.15	c number of remaining unassigned 	: 5694
25.29/22.15	c number of remaining assigned 	: 1460682
25.29/22.15	c number of falsified literals weakened from reason	: 0
25.29/22.15	c number of falsified literals weakened from conflict	: 0
25.29/22.15	c time for arithmetic operations	: 285388144
25.29/22.16	c minimum degree of deleted constraints	: 1
25.29/22.16	c maximum degree of deleted constraints	: 154262757501535802612529527117041754083624828335421202183400
25.29/22.16	c number of deleted constraints	: 2751
25.29/22.16	c speed (assignments/second)	: 6927.14689008287
25.29/22.16	c non guided choices	: 215
25.29/22.16	s OPTIMUM FOUND
25.29/22.16	c Found 3 solution(s)
25.29/22.16	v x1 x2 -x3 -x4 -x5 x6 -x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 -x29 x30 x31 -x32 -x33 x34 -x35 x36 x37 x38 -x39 x40 -x41 x42 -x43 -x44 -x45 -x46 x47 x48 -x49 x50 -x51 -x52 -x53 x54 -x55 -x56 x57 x58 -x59 x60 
25.29/22.16	c objective function=3
25.29/22.16	c Total wall clock time (in seconds): 22.005

Verifier Data

OK	3

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100296 s]*
/proc/loadavg: 0.05 0.08 0.16 10/329 299725
/proc/meminfo: memFree=126212120/131524600 swapFree=131058856/131071996
[pid=299704] ppid=299701 vsize=18975048 memory=66172 CPUtime=0.13 cores=1,3
/proc/299704/stat : 299704 (java) S 299701 299704 299579 0 -1 1077936128 7123 0 0 0 11 2 0 0 20 0 18 0 30475780 19430449152 16543 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
/proc/299704/statm: 4743762 16543 5490 1 0 549381 0
[pid=299704/tid=299706] ppid=299701 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/299704/task/299706/stat : 299706 (java) R 299701 299704 299579 0 -1 4194368 5683 0 0 0 7 2 0 0 20 0 18 0 30475780 19430449152 16543 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299716] ppid=299701 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/299704/task/299716/stat : 299716 (Finalizer) S 299701 299704 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30475783 19430449152 16543 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299723] ppid=299701 vsize=18975048 memory=14126749555924702 CPUtime=0 cores=1,3
/proc/299704/task/299723/stat : 299723 (Common-Cleaner) S 299701 299704 299579 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30475784 19430449152 16543 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66172 KiB

[startup+0.20949 s]*
/proc/loadavg: 0.05 0.08 0.16 12/330 299726
/proc/meminfo: memFree=126113960/131524600 swapFree=131058856/131071996
[pid=299704] ppid=299701 vsize=19041612 memory=73512 CPUtime=0.33 cores=1,3
/proc/299704/stat : 299704 (java) S 299701 299704 299579 0 -1 1077936128 7774 0 0 0 30 3 0 0 20 0 19 0 30475780 19498610688 18378 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
/proc/299704/statm: 4760403 18378 5732 1 0 550038 0
[pid=299704/tid=299706] ppid=299701 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/299704/task/299706/stat : 299706 (java) R 299701 299704 299579 0 -1 1077936192 6052 0 0 0 16 2 0 0 20 0 19 0 30475780 19498610688 18378 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299716] ppid=299701 vsize=19041612 memory=1613749 CPUtime=0 cores=1,3
/proc/299704/task/299716/stat : 299716 (Finalizer) S 299701 299704 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30475783 19498610688 18378 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299723] ppid=299701 vsize=19041612 memory=15262540770838164 CPUtime=0 cores=1,3
/proc/299704/task/299723/stat : 299723 (Common-Cleaner) S 299701 299704 299579 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30475784 19498610688 18378 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299726] ppid=299701 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/299704/task/299726/stat : 299726 (Timer-0) S 299701 299704 299579 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30475800 19498610688 18378 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73512 KiB

[startup+0.305822 s]*
/proc/loadavg: 0.05 0.08 0.16 12/330 299726
/proc/meminfo: memFree=126010424/131524600 swapFree=131058856/131071996
[pid=299704] ppid=299701 vsize=19041612 memory=91596 CPUtime=0.49 cores=1,3
/proc/299704/stat : 299704 (java) S 299701 299704 299579 0 -1 1077936128 10022 0 0 0 46 3 0 0 20 0 19 0 30475780 19498610688 22899 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
/proc/299704/statm: 4760403 22899 5817 1 0 551295 0
[pid=299704/tid=299706] ppid=299701 vsize=19041612 memory=-9105543300166427324 CPUtime=0.25 cores=1,3
/proc/299704/task/299706/stat : 299706 (java) D 299701 299704 299579 0 -1 4194368 6087 0 0 0 23 2 0 0 20 0 19 0 30475780 19498610688 22899 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299716] ppid=299701 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/299704/task/299716/stat : 299716 (Finalizer) S 299701 299704 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30475783 19498610688 22899 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299723] ppid=299701 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/299704/task/299723/stat : 299723 (Common-Cleaner) S 299701 299704 299579 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30475784 19498610688 22899 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299726] ppid=299701 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/299704/task/299726/stat : 299726 (Timer-0) S 299701 299704 299579 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30475800 19498610688 22899 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 91596 KiB

[startup+0.703278 s]
/proc/loadavg: 0.05 0.08 0.16 9/334 299730
/proc/meminfo: memFree=125841040/131524600 swapFree=131058856/131071996
[pid=299704] ppid=299701 vsize=19108176 memory=173668 CPUtime=1.25 cores=1,3
/proc/299704/stat : 299704 (java) S 299701 299704 299579 0 -1 1077936128 12513 0 0 0 120 5 0 0 20 0 20 0 30475780 19566772224 43417 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
/proc/299704/statm: 4777044 43417 5817 1 0 552976 0
[pid=299704/tid=299706] ppid=299701 vsize=19108176 memory=67036 CPUtime=0.59 cores=1,3
/proc/299704/task/299706/stat : 299706 (java) R 299701 299704 299579 0 -1 4194368 6132 0 0 0 56 3 0 0 20 0 20 0 30475780 19566772224 43417 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299716] ppid=299701 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/299704/task/299716/stat : 299716 (Finalizer) S 299701 299704 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475783 19566772224 43417 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299723] ppid=299701 vsize=19108176 memory=2336 CPUtime=0 cores=1,3
/proc/299704/task/299723/stat : 299723 (Common-Cleaner) S 299701 299704 299579 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30475784 19566772224 43417 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299726] ppid=299701 vsize=19108176 memory=32944 CPUtime=0 cores=1,3
/proc/299704/task/299726/stat : 299726 (Timer-0) S 299701 299704 299579 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475800 19566772224 43417 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 173668 KiB

[startup+1.50028 s]
/proc/loadavg: 0.05 0.08 0.16 10/334 299730
/proc/meminfo: memFree=125716764/131524600 swapFree=131058856/131071996
[pid=299704] ppid=299701 vsize=19108176 memory=290740 CPUtime=2.83 cores=1,3
/proc/299704/stat : 299704 (java) S 299701 299704 299579 0 -1 1077936128 27114 0 0 0 273 10 0 0 20 0 20 0 30475780 19566772224 72685 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
/proc/299704/statm: 4777044 72685 5833 1 0 558634 0
[pid=299704/tid=299706] ppid=299701 vsize=19108176 memory=11420 CPUtime=1.36 cores=1,3
/proc/299704/task/299706/stat : 299706 (java) R 299701 299704 299579 0 -1 4194368 6252 0 0 0 131 5 0 0 20 0 20 0 30475780 19566772224 72685 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299716] ppid=299701 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/299704/task/299716/stat : 299716 (Finalizer) S 299701 299704 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475783 19566772224 72685 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299723] ppid=299701 vsize=19108176 memory=2336 CPUtime=0 cores=1,3
/proc/299704/task/299723/stat : 299723 (Common-Cleaner) S 299701 299704 299579 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30475784 19566772224 72685 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299726] ppid=299701 vsize=19108176 memory=32944 CPUtime=0 cores=1,3
/proc/299704/task/299726/stat : 299726 (Timer-0) S 299701 299704 299579 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475800 19566772224 72685 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 290740 KiB

[startup+3.10578 s]
/proc/loadavg: 0.05 0.08 0.16 8/334 299731
/proc/meminfo: memFree=123965656/131524600 swapFree=131058856/131071996
[pid=299704] ppid=299701 vsize=19108176 memory=754140 CPUtime=5.33 cores=1,3
/proc/299704/stat : 299704 (java) S 299701 299704 299579 0 -1 1077936128 28897 0 0 0 513 20 0 0 20 0 20 0 30475780 19566772224 188535 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
/proc/299704/statm: 4777044 188535 5849 1 0 558637 0
[pid=299704/tid=299706] ppid=299701 vsize=19108176 memory=0 CPUtime=2.95 cores=1,3
/proc/299704/task/299706/stat : 299706 (java) R 299701 299704 299579 0 -1 4194368 7203 0 0 0 281 14 0 0 20 0 20 0 30475780 19566772224 188535 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299716] ppid=299701 vsize=19108176 memory=-9105543300166427324 CPUtime=0 cores=1,3
/proc/299704/task/299716/stat : 299716 (Finalizer) S 299701 299704 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475783 19566772224 188535 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299723] ppid=299701 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/299704/task/299723/stat : 299723 (Common-Cleaner) S 299701 299704 299579 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30475784 19566772224 188535 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299726] ppid=299701 vsize=19108176 memory=2336 CPUtime=0 cores=1,3
/proc/299704/task/299726/stat : 299726 (Timer-0) S 299701 299704 299579 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475800 19566772224 188535 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
Current children cumulated CPU time: 5.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 754140 KiB

[startup+6.30028 s]
/proc/loadavg: 0.37 0.15 0.18 5/313 299747
/proc/meminfo: memFree=122669024/131524600 swapFree=131058856/131071996
[pid=299704] ppid=299701 vsize=19108176 memory=1329012 CPUtime=8.75 cores=1,3
/proc/299704/stat : 299704 (java) S 299701 299704 299579 0 -1 1077936128 32051 0 0 0 845 30 0 0 20 0 20 0 30475780 19566772224 332253 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
/proc/299704/statm: 4777044 332253 5865 1 0 558638 0
[pid=299704/tid=299706] ppid=299701 vsize=19108176 memory=2336 CPUtime=6.09 cores=1,3
/proc/299704/task/299706/stat : 299706 (java) R 299701 299704 299579 0 -1 4194368 7537 0 0 0 585 24 0 0 20 0 20 0 30475780 19566772224 332253 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299716] ppid=299701 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/299704/task/299716/stat : 299716 (Finalizer) S 299701 299704 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475783 19566772224 332253 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299723] ppid=299701 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/299704/task/299723/stat : 299723 (Common-Cleaner) S 299701 299704 299579 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30475784 19566772224 332253 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299726] ppid=299701 vsize=19108176 memory=6944656592455360608 CPUtime=0 cores=1,3
/proc/299704/task/299726/stat : 299726 (Timer-0) S 299701 299704 299579 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475800 19566772224 332253 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
Current children cumulated CPU time: 8.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1329012 KiB

[startup+12.7003 s]
/proc/loadavg: 0.74 0.23 0.21 5/334 299867
/proc/meminfo: memFree=119895208/131524600 swapFree=131058856/131071996
[pid=299704] ppid=299701 vsize=19108176 memory=1329652 CPUtime=15.51 cores=1,3
/proc/299704/stat : 299704 (java) S 299701 299704 299579 0 -1 1077936128 34744 0 0 0 1520 31 0 0 20 0 20 0 30475780 19566772224 332413 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
/proc/299704/statm: 4777044 332413 5865 1 0 558686 0
[pid=299704/tid=299706] ppid=299701 vsize=19108176 memory=11420 CPUtime=12.44 cores=1,3
/proc/299704/task/299706/stat : 299706 (java) R 299701 299704 299579 0 -1 4194368 8784 0 0 0 1220 24 0 0 20 0 20 0 30475780 19566772224 332413 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299716] ppid=299701 vsize=19108176 memory=1329652 CPUtime=0 cores=1,3
/proc/299704/task/299716/stat : 299716 (Finalizer) S 299701 299704 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475783 19566772224 332413 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299723] ppid=299701 vsize=19108176 memory=1329652 CPUtime=0 cores=1,3
/proc/299704/task/299723/stat : 299723 (Common-Cleaner) S 299701 299704 299579 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 30475784 19566772224 332413 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299726] ppid=299701 vsize=19108176 memory=12148 CPUtime=0 cores=1,3
/proc/299704/task/299726/stat : 299726 (Timer-0) S 299701 299704 299579 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475800 19566772224 332413 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
Current children cumulated CPU time: 15.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1329652 KiB

[startup+22.1963 s]
# the end of solver process 299704 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=25.0751 s, system=0.338771 s

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

[startup+12.8003 s]
/proc/loadavg: 0.74 0.23 0.21 5/334 299867
/proc/meminfo: memFree=119895208/131524600 swapFree=131058856/131071996
[pid=299704] ppid=299701 vsize=19108176 memory=1329652 CPUtime=15.61 cores=1,3
/proc/299704/stat : 299704 (java) S 299701 299704 299579 0 -1 1077936128 34760 0 0 0 1530 31 0 0 20 0 20 0 30475780 19566772224 332413 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
/proc/299704/statm: 4777044 332413 5865 1 0 558686 0
[pid=299704/tid=299706] ppid=299701 vsize=19108176 memory=0 CPUtime=12.54 cores=1,3
/proc/299704/task/299706/stat : 299706 (java) R 299701 299704 299579 0 -1 4194368 8800 0 0 0 1230 24 0 0 20 0 20 0 30475780 19566772224 332413 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299716] ppid=299701 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/299704/task/299716/stat : 299716 (Finalizer) S 299701 299704 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475783 19566772224 332413 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299723] ppid=299701 vsize=19108176 memory=5552 CPUtime=0 cores=1,3
/proc/299704/task/299723/stat : 299723 (Common-Cleaner) S 299701 299704 299579 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 30475784 19566772224 332413 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299726] ppid=299701 vsize=19108176 memory=16096 CPUtime=0 cores=1,3
/proc/299704/task/299726/stat : 299726 (Timer-0) S 299701 299704 299579 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475800 19566772224 332413 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
Current children cumulated CPU time: 15.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1329652 KiB

[startup+16.0003 s]*
/proc/loadavg: 1.00 0.29 0.23 6/334 299867
/proc/meminfo: memFree=119809624/131524600 swapFree=131058856/131071996
[pid=299704] ppid=299701 vsize=19108176 memory=1333860 CPUtime=18.92 cores=1,3
/proc/299704/stat : 299704 (java) S 299701 299704 299579 0 -1 1077936128 39189 0 0 0 1860 32 0 0 20 0 20 0 30475780 19566772224 333465 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
/proc/299704/statm: 4777044 333465 5865 1 0 558686 0
[pid=299704/tid=299706] ppid=299701 vsize=19108176 memory=4456 CPUtime=15.7 cores=1,3
/proc/299704/task/299706/stat : 299706 (java) R 299701 299704 299579 0 -1 4194368 9480 0 0 0 1546 24 0 0 20 0 20 0 30475780 19566772224 333465 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299716] ppid=299701 vsize=19108176 memory=-8888243518634173116 CPUtime=0 cores=1,3
/proc/299704/task/299716/stat : 299716 (Finalizer) S 299701 299704 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475783 19566772224 333465 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299723] ppid=299701 vsize=19108176 memory=2772 CPUtime=0 cores=1,3
/proc/299704/task/299723/stat : 299723 (Common-Cleaner) S 299701 299704 299579 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 30475784 19566772224 333465 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299726] ppid=299701 vsize=19108176 memory=4648 CPUtime=0 cores=1,3
/proc/299704/task/299726/stat : 299726 (Timer-0) S 299701 299704 299579 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475800 19566772224 333465 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
Current children cumulated CPU time: 18.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1333860 KiB

[startup+19.2003 s]
/proc/loadavg: 1.32 0.37 0.26 7/334 299868
/proc/meminfo: memFree=119792568/131524600 swapFree=131058856/131071996
[pid=299704] ppid=299701 vsize=19108176 memory=1336360 CPUtime=22.37 cores=1,3
/proc/299704/stat : 299704 (java) S 299701 299704 299579 0 -1 1077936128 42980 0 0 0 2205 32 0 0 20 0 20 0 30475780 19566772224 334090 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
/proc/299704/statm: 4777044 334090 5865 1 0 558686 0
[pid=299704/tid=299706] ppid=299701 vsize=19108176 memory=12148 CPUtime=18.85 cores=1,3
/proc/299704/task/299706/stat : 299706 (java) R 299701 299704 299579 0 -1 4194368 9792 0 0 0 1861 24 0 0 20 0 20 0 30475780 19566772224 334090 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299716] ppid=299701 vsize=19108176 memory=-9001734043636558696 CPUtime=0 cores=1,3
/proc/299704/task/299716/stat : 299716 (Finalizer) S 299701 299704 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475783 19566772224 334090 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299723] ppid=299701 vsize=19108176 memory=1329652 CPUtime=0 cores=1,3
/proc/299704/task/299723/stat : 299723 (Common-Cleaner) S 299701 299704 299579 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 30475784 19566772224 334090 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299726] ppid=299701 vsize=19108176 memory=27864 CPUtime=0 cores=1,3
/proc/299704/task/299726/stat : 299726 (Timer-0) S 299701 299704 299579 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475800 19566772224 334090 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
Current children cumulated CPU time: 22.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1336360 KiB

[startup+20.8003 s]
/proc/loadavg: 1.32 0.37 0.26 5/334 299868
/proc/meminfo: memFree=119792428/131524600 swapFree=131058856/131071996
[pid=299704] ppid=299701 vsize=19108176 memory=1336360 CPUtime=23.98 cores=1,3
/proc/299704/stat : 299704 (java) S 299701 299704 299579 0 -1 1077936128 43112 0 0 0 2366 32 0 0 20 0 20 0 30475780 19566772224 334090 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
/proc/299704/statm: 4777044 334090 5865 1 0 558686 0
[pid=299704/tid=299706] ppid=299701 vsize=19108176 memory=27860 CPUtime=20.45 cores=1,3
/proc/299704/task/299706/stat : 299706 (java) R 299701 299704 299579 0 -1 4194368 9916 0 0 0 2020 25 0 0 20 0 20 0 30475780 19566772224 334090 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299716] ppid=299701 vsize=19108176 memory=1336360 CPUtime=0 cores=1,3
/proc/299704/task/299716/stat : 299716 (Finalizer) S 299701 299704 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475783 19566772224 334090 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299723] ppid=299701 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/299704/task/299723/stat : 299723 (Common-Cleaner) S 299701 299704 299579 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 30475784 19566772224 334090 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299726] ppid=299701 vsize=19108176 memory=1336360 CPUtime=0 cores=1,3
/proc/299704/task/299726/stat : 299726 (Timer-0) S 299701 299704 299579 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475800 19566772224 334090 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
Current children cumulated CPU time: 23.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1336360 KiB

[startup+21.6003 s]
/proc/loadavg: 1.32 0.37 0.26 6/334 299868
/proc/meminfo: memFree=119791980/131524600 swapFree=131058856/131071996
[pid=299704] ppid=299701 vsize=19108176 memory=1336416 CPUtime=24.78 cores=1,3
/proc/299704/stat : 299704 (java) S 299701 299704 299579 0 -1 1077936128 43171 0 0 0 2446 32 0 0 20 0 20 0 30475780 19566772224 334104 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
/proc/299704/statm: 4777044 334104 5865 1 0 558686 0
[pid=299704/tid=299706] ppid=299701 vsize=19108176 memory=12148 CPUtime=21.24 cores=1,3
/proc/299704/task/299706/stat : 299706 (java) R 299701 299704 299579 0 -1 4194368 9925 0 0 0 2099 25 0 0 20 0 20 0 30475780 19566772224 334104 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299716] ppid=299701 vsize=19108176 memory=2241 CPUtime=0 cores=1,3
/proc/299704/task/299716/stat : 299716 (Finalizer) S 299701 299704 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475783 19566772224 334104 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299723] ppid=299701 vsize=19108176 memory=2244 CPUtime=0 cores=1,3
/proc/299704/task/299723/stat : 299723 (Common-Cleaner) S 299701 299704 299579 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 30475784 19566772224 334104 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299726] ppid=299701 vsize=19108176 memory=132 CPUtime=0 cores=1,3
/proc/299704/task/299726/stat : 299726 (Timer-0) S 299701 299704 299579 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475800 19566772224 334104 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
Current children cumulated CPU time: 24.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1336416 KiB

[startup+22.0003 s]*
/proc/loadavg: 1.32 0.37 0.26 5/334 299868
/proc/meminfo: memFree=119791980/131524600 swapFree=131058856/131071996
[pid=299704] ppid=299701 vsize=19108176 memory=1336416 CPUtime=25.19 cores=1,3
/proc/299704/stat : 299704 (java) S 299701 299704 299579 0 -1 1077936128 43269 0 0 0 2487 32 0 0 20 0 20 0 30475780 19566772224 334104 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
/proc/299704/statm: 4777044 334104 5865 1 0 558686 0
[pid=299704/tid=299706] ppid=299701 vsize=19108176 memory=8257237230052613020 CPUtime=21.65 cores=1,3
/proc/299704/task/299706/stat : 299706 (java) R 299701 299704 299579 0 -1 4194368 10022 0 0 0 2140 25 0 0 20 0 20 0 30475780 19566772224 334104 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299716] ppid=299701 vsize=19108176 memory=2891369463431117106 CPUtime=0 cores=1,3
/proc/299704/task/299716/stat : 299716 (Finalizer) S 299701 299704 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475783 19566772224 334104 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299723] ppid=299701 vsize=19108176 memory=2891503933304427558 CPUtime=0 cores=1,3
/proc/299704/task/299723/stat : 299723 (Common-Cleaner) S 299701 299704 299579 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 30475784 19566772224 334104 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299726] ppid=299701 vsize=19108176 memory=2891505032816055366 CPUtime=0 cores=1,3
/proc/299704/task/299726/stat : 299726 (Timer-0) S 299701 299704 299579 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475800 19566772224 334104 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
Current children cumulated CPU time: 25.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1336416 KiB

[startup+22.1057 s]
/proc/loadavg: 1.32 0.37 0.26 5/334 299868
/proc/meminfo: memFree=119791980/131524600 swapFree=131058856/131071996
[pid=299704] ppid=299701 vsize=19108176 memory=1336416 CPUtime=25.29 cores=1,3
/proc/299704/stat : 299704 (java) S 299701 299704 299579 0 -1 1077936128 43269 0 0 0 2497 32 0 0 20 0 20 0 30475780 19566772224 334104 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
/proc/299704/statm: 4777044 334104 5865 1 0 558686 0
[pid=299704/tid=299706] ppid=299701 vsize=19108176 memory=11420 CPUtime=21.75 cores=1,3
/proc/299704/task/299706/stat : 299706 (java) R 299701 299704 299579 0 -1 4194368 10022 0 0 0 2150 25 0 0 20 0 20 0 30475780 19566772224 334104 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299716] ppid=299701 vsize=19108176 memory=1329652 CPUtime=0 cores=1,3
/proc/299704/task/299716/stat : 299716 (Finalizer) S 299701 299704 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475783 19566772224 334104 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299723] ppid=299701 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/299704/task/299723/stat : 299723 (Common-Cleaner) S 299701 299704 299579 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 30475784 19566772224 334104 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
[pid=299704/tid=299726] ppid=299701 vsize=19108176 memory=2241 CPUtime=0 cores=1,3
/proc/299704/task/299726/stat : 299726 (Timer-0) S 299701 299704 299579 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475800 19566772224 334104 134679101440 94001590116352 94001590120048 140723408336064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94001590127864 94001590128656 94001612578816 140723408339956 140723408340064 140723408340064 140723408347080 0
Current children cumulated CPU time: 25.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1336416 KiB

Child status: 30

Real time (s): 22.1964
CPU time (s): 25.4138
CPU user time (s): 25.0751
CPU system time (s): 0.338771
CPU usage (%): 114.495
Max. virtual memory (cumulated for all children) (KiB): 19109540
Max. memory (cumulated for all children) (KiB): 1336416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.0751
system time used= 0.338771
maximum resident set size= 1338144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45216
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= 1762
involuntary context switches= 351


# summary of solver processes directly reported to runsolver:
#   pid: 299704
#   total CPU time (s): 25.4138
#   total CPU user time (s): 25.0751
#   total CPU system time (s): 0.338771

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.09435 second user time and 0.105936 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-25 22:31:02
IDJOB=4459718
IDBENCH=148479
IDSOLVER=3052
FILE ID=nodeC031/4459718-1721939462
RUNJOBID= nodeC031-1721939462-299591
SLURM_JOB_ID= 8247251
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=5-P0=17-P1=17-P2=13-P3=17-P4=29-B.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459718-1721939462/watcher-4459718-1721939462 -o /tmp/evaluation-result-4459718-1721939462/solver-4459718-1721939462 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721939462-299591 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459718-1721939462.opb

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

MD5SUM BENCH= cae6d968ff3506793d39795e29e13470
RANDOM SEED=1503976896

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3611.013
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	: 7000.44
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		: 3600.265
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	: 7007.12
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		: 3615.063
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	: 7000.44
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		: 3600.270
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	: 7007.12
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		: 3604.105
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	: 7000.44
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		: 3657.489
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	: 7007.12
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		: 3609.577
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	: 7000.44
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		: 3635.273
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	: 7007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126299592 kB
MemAvailable:   129429912 kB
Buffers:          328248 kB
Cached:          3471652 kB
SwapCached:          360 kB
Active:          2235808 kB
Inactive:        2071436 kB
Active(anon):       1840 kB
Inactive(anon):   558836 kB
Active(file):    2233968 kB
Inactive(file):  1512600 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:              3748 kB
Writeback:             0 kB
AnonPages:        505852 kB
Mapped:           121216 kB
Shmem:             53296 kB
KReclaimable:     444984 kB
Slab:             566912 kB
SReclaimable:     444984 kB
SUnreclaim:       121928 kB
KernelStack:        4976 kB
PageTables:        11212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7286748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13280 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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:      367316 kB
DirectMap2M:    37154816 kB
DirectMap1G:    98566144 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC031 at 2024-07-25 22:31:25