Trace number 4461847

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 Resolution Default 2024-07-07? (exit code) 1569.82 954.245

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/SMTI_PBO/SMTI_50000_3_0.95_1.opb
MD5SUM7f3731a2c6eed9d82857e81cf2dabc60
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6112
Best CPU time to get the best result obtained on this benchmark92.2177
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250000
Total number of constraints250001
Number of constraints which are clauses150000
Number of constraints which are cardinality constraints (but not clauses)100000
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint100000
Number of terms in the objective function 100000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100000
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100000
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.29	c See www.sat4j.org for details.
0.11/0.32	c version CUSTOM.v20240707
0.22/0.34	c java.runtime.name	OpenJDK Runtime Environment
0.22/0.34	c java.vm.name		OpenJDK 64-Bit Server VM
0.22/0.34	c java.vm.version	22.0.1+8-16
0.22/0.34	c java.vm.vendor	Oracle Corporation
0.22/0.34	c sun.arch.data.model	64
0.22/0.34	c java.version		22.0.1
0.22/0.34	c os.name		Linux
0.22/0.34	c os.version		4.18.0-301.1.el8.x86_64
0.22/0.34	c os.arch		amd64
0.22/0.34	c Free memory 		2113181440
0.22/0.34	c Max memory 		16282288128
0.22/0.34	c Total memory 		2122317824
0.22/0.35	c Number of processors 	2
0.40/0.44	--- Begin Solver configuration ---
0.40/0.44	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.40/0.44	Learn all clauses as in MiniSAT
0.40/0.44	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.40/0.44	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.40/0.44	No reason simplification
0.40/0.44	Glucose 2.1 dynamic restart strategy
0.40/0.44	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.40/0.44	timeout=2147483s
0.40/0.44	DB Simplification allowed=false
0.40/0.44	Listener: none
0.40/0.44	--- End Solver configuration ---
0.40/0.44	c Pseudo Boolean Optimization by upper bound
0.40/0.44	c --- Begin Solver configuration ---
0.40/0.44	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.40/0.44	c Learn all clauses as in MiniSAT
0.40/0.44	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.40/0.44	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.40/0.44	c No reason simplification
0.40/0.44	c Glucose 2.1 dynamic restart strategy
0.40/0.44	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.40/0.44	c timeout=2147483s
0.40/0.44	c DB Simplification allowed=false
0.40/0.44	c Listener: none
0.40/0.44	c --- End Solver configuration ---
0.40/0.44	c solving HOME/instance-4461847-1722204305.opb
0.40/0.44	c reading problem ... 
0.40/0.45	c  objective function found
36.16/32.47	c ... done. Wall clock time 32.034s.
36.16/32.49	c declared #vars     250000
36.16/32.49	c #constraints  350002
36.16/32.49	c constraints type 
36.16/32.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15474
36.16/32.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90067
36.16/32.49	c org.sat4j.specs.Constr$1 => 2904
36.16/32.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 238855
36.16/32.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 2702
36.16/32.49	c 350002 constraints processed.
36.16/32.49	c objective function length is 100000 literals
119.31/98.02	c cleaning 2451 clauses out of 4901 with flag 10455/5001
213.41/173.84	c cleaning 4172 clauses out of 8343 with flag 23125/11000
349.56/273.06	c cleaning 5567 clauses out of 11134 with flag 37857/18001
528.13/391.11	c cleaning 6745 clauses out of 13490 with flag 54851/26001
1194.56/765.09	
1194.56/765.09	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4461847-1722204305/watcher-4461847-1722204305 -o /tmp/evaluation-result-4461847-1722204305/solver-4461847-1722204305 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1722204305-435251 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4461847-1722204305.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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=435315, runsolver pid=435306
Current StackSize limit: 8192 KiB


[startup+0.10008 s]*
/proc/loadavg: 0.12 0.10 0.09 4/250 435321
/proc/meminfo: memFree=126984760/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=17063516 memory=30024 CPUtime=0.02 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 2404 0 34 0 0 2 0 0 20 0 7 0 56419974 17473040384 7506 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16784588 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
/proc/435315/statm: 4265879 7506 3947 1 0 541560 0
[pid=435315/tid=435321] ppid=435306 vsize=17063516 memory=4026561586 CPUtime=0.01 cores=5,7
/proc/435315/task/435321/stat : 435321 (java) S 435306 435315 435238 0 -1 1077936192 1842 0 34 0 0 1 0 0 20 0 7 0 56419976 17473040384 7506 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 6 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435335] ppid=435306 vsize=17063516 memory=232851243367 CPUtime=0 cores=5,7
/proc/435315/task/435335/stat : 435335 (java) R 435306 435315 435238 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 7 0 56419985 17473040384 7506 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16784588 0 0 0 -1 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 17063516 KiB
Current children cumulated memory: 30024 KiB

[startup+0.215904 s]*
/proc/loadavg: 0.12 0.10 0.09 3/314 435385
/proc/meminfo: memFree=126876488/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=18993908 memory=55692 CPUtime=0.11 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 6460 0 41 0 7 4 0 0 20 0 18 0 56419974 19449761792 13923 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
/proc/435315/statm: 4748477 13923 5673 1 0 550757 0
[pid=435315/tid=435321] ppid=435306 vsize=18993908 memory=3461362060219711619 CPUtime=0.07 cores=5,7
/proc/435315/task/435321/stat : 435321 (java) D 435306 435315 435238 0 -1 4194368 5357 0 36 0 4 3 0 0 20 0 18 0 56419976 19449761792 13923 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435355] ppid=435306 vsize=18993908 memory=2391869 CPUtime=0 cores=5,7
/proc/435315/task/435355/stat : 435355 (Finalizer) S 435306 435315 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56419989 19449761792 13923 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435382] ppid=435306 vsize=18993908 memory=3689070655443366200 CPUtime=0 cores=5,7
/proc/435315/task/435382/stat : 435382 (Common-Cleaner) S 435306 435315 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 56419991 19449761792 13923 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 55692 KiB

[startup+0.3151 s]*
/proc/loadavg: 0.12 0.10 0.09 9/314 435385
/proc/meminfo: memFree=126864344/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=18993908 memory=60180 CPUtime=0.22 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 6867 0 42 0 18 4 0 0 20 0 18 0 56419974 19449761792 15045 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
/proc/435315/statm: 4748477 15045 5880 1 0 551068 0
[pid=435315/tid=435321] ppid=435306 vsize=18993908 memory=-8745259745303700156 CPUtime=0.14 cores=5,7
/proc/435315/task/435321/stat : 435321 (java) R 435306 435315 435238 0 -1 4194368 5701 0 37 0 11 3 0 0 20 0 18 0 56419976 19449761792 15045 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435355] ppid=435306 vsize=18993908 memory=7582493429154994500 CPUtime=0 cores=5,7
/proc/435315/task/435355/stat : 435355 (Finalizer) S 435306 435315 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56419989 19449761792 15045 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435382] ppid=435306 vsize=18993908 memory=0 CPUtime=0 cores=5,7
/proc/435315/task/435382/stat : 435382 (Common-Cleaner) S 435306 435315 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 56419991 19449761792 15045 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 60180 KiB

[startup+0.71009 s]
/proc/loadavg: 0.12 0.10 0.09 14/314 435385
/proc/meminfo: memFree=126805384/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=18993908 memory=104020 CPUtime=0.91 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 9602 0 43 0 84 7 0 0 20 0 18 0 56419974 19449761792 26005 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
/proc/435315/statm: 4748477 26005 6076 1 0 552925 0
[pid=435315/tid=435321] ppid=435306 vsize=18993908 memory=12240 CPUtime=0.47 cores=5,7
/proc/435315/task/435321/stat : 435321 (java) R 435306 435315 435238 0 -1 4194368 5964 0 38 0 43 4 0 0 20 0 18 0 56419976 19449761792 26005 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 13 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435355] ppid=435306 vsize=18993908 memory=0 CPUtime=0 cores=5,7
/proc/435315/task/435355/stat : 435355 (Finalizer) S 435306 435315 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56419989 19449761792 26005 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435382] ppid=435306 vsize=18993908 memory=18484 CPUtime=0 cores=5,7
/proc/435315/task/435382/stat : 435382 (Common-Cleaner) S 435306 435315 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 56419991 19449761792 26005 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
Current children cumulated CPU time: 0.91 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 104020 KiB

[startup+1.50037 s]
/proc/loadavg: 0.12 0.10 0.09 13/318 435389
/proc/meminfo: memFree=125981472/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=19060472 memory=1483904 CPUtime=2.11 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 13231 0 43 0 167 44 0 0 20 0 19 0 56419974 19517923328 370464 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
/proc/435315/statm: 4765118 370464 6099 1 0 1083234 0
[pid=435315/tid=435321] ppid=435306 vsize=19060472 memory=18484 CPUtime=1.2 cores=5,7
/proc/435315/task/435321/stat : 435321 (java) R 435306 435315 435238 0 -1 4194368 6659 0 38 0 82 38 0 0 20 0 19 0 56419976 19517923328 370976 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435355] ppid=435306 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/435315/task/435355/stat : 435355 (Finalizer) S 435306 435315 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56419989 19517923328 370976 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435382] ppid=435306 vsize=19060472 memory=25788 CPUtime=0 cores=5,7
/proc/435315/task/435382/stat : 435382 (Common-Cleaner) S 435306 435315 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56419991 19517923328 370976 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
Current children cumulated CPU time: 2.11 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 1483904 KiB

[startup+3.11048 s]
/proc/loadavg: 0.12 0.10 0.09 10/318 435389
/proc/meminfo: memFree=115730972/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=19060472 memory=2751008 CPUtime=4.6 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 14449 0 43 0 387 73 0 0 20 0 19 0 56419974 19517923328 687752 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
/proc/435315/statm: 4765118 687752 6115 1 0 1083472 0
[pid=435315/tid=435321] ppid=435306 vsize=19060472 memory=0 CPUtime=2.77 cores=5,7
/proc/435315/task/435321/stat : 435321 (java) R 435306 435315 435238 0 -1 4194368 7281 0 38 0 210 67 0 0 20 0 19 0 56419976 19517923328 687752 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435355] ppid=435306 vsize=19060472 memory=18484 CPUtime=0 cores=5,7
/proc/435315/task/435355/stat : 435355 (Finalizer) S 435306 435315 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56419989 19517923328 687752 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435382] ppid=435306 vsize=19060472 memory=118012 CPUtime=0 cores=5,7
/proc/435315/task/435382/stat : 435382 (Common-Cleaner) S 435306 435315 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56419991 19517923328 687752 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
Current children cumulated CPU time: 4.6 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 2751008 KiB

[startup+6.30043 s]
/proc/loadavg: 0.59 0.20 0.12 6/317 435390
/proc/meminfo: memFree=111623560/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=19060472 memory=2748576 CPUtime=7.88 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 14860 0 43 0 714 74 0 0 20 0 19 0 56419974 19517923328 687144 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
/proc/435315/statm: 4765118 687144 6130 1 0 1083473 0
[pid=435315/tid=435321] ppid=435306 vsize=19060472 memory=0 CPUtime=5.85 cores=5,7
/proc/435315/task/435321/stat : 435321 (java) R 435306 435315 435238 0 -1 4194368 7620 0 38 0 518 67 0 0 20 0 19 0 56419976 19517923328 687144 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435355] ppid=435306 vsize=19060472 memory=-8745259745303700156 CPUtime=0 cores=5,7
/proc/435315/task/435355/stat : 435355 (Finalizer) S 435306 435315 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56419989 19517923328 687144 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435382] ppid=435306 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/435315/task/435382/stat : 435382 (Common-Cleaner) S 435306 435315 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56419991 19517923328 687144 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
Current children cumulated CPU time: 7.88 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 2748576 KiB

[startup+12.7004 s]
/proc/loadavg: 0.94 0.28 0.15 7/318 435393
/proc/meminfo: memFree=108823080/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=19060472 memory=3699316 CPUtime=14.52 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 16766 0 43 0 1359 93 0 0 20 0 19 0 56419974 19517923328 924829 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
/proc/435315/statm: 4765118 924829 6130 1 0 1321611 0
[pid=435315/tid=435321] ppid=435306 vsize=19060472 memory=3697268 CPUtime=11.87 cores=5,7
/proc/435315/task/435321/stat : 435321 (java) R 435306 435315 435238 0 -1 4194368 8838 0 38 0 1102 85 0 0 20 0 19 0 56419976 19517923328 924829 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435355] ppid=435306 vsize=19060472 memory=12264 CPUtime=0 cores=5,7
/proc/435315/task/435355/stat : 435355 (Finalizer) S 435306 435315 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56419989 19517923328 924829 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435382] ppid=435306 vsize=19060472 memory=15260363239197791 CPUtime=0 cores=5,7
/proc/435315/task/435382/stat : 435382 (Common-Cleaner) S 435306 435315 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56419991 19517923328 924829 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
Current children cumulated CPU time: 14.52 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3699316 KiB

[startup+25.5005 s]
/proc/loadavg: 1.99 0.54 0.24 6/319 435395
/proc/meminfo: memFree=105575280/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=19060472 memory=4588532 CPUtime=28.39 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 23481 0 43 0 2724 115 0 0 20 0 19 0 56419974 19517923328 1147133 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
/proc/435315/statm: 4765118 1147133 6130 1 0 1539103 0
[pid=435315/tid=435321] ppid=435306 vsize=19060472 memory=4577972 CPUtime=23.6 cores=5,7
/proc/435315/task/435321/stat : 435321 (java) R 435306 435315 435238 0 -1 4194368 11099 0 38 0 2257 103 0 0 20 0 19 0 56419976 19517923328 1147133 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435355] ppid=435306 vsize=19060472 memory=2391821 CPUtime=0 cores=5,7
/proc/435315/task/435355/stat : 435355 (Finalizer) S 435306 435315 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56419989 19517923328 1147133 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435382] ppid=435306 vsize=19060472 memory=4584344 CPUtime=0 cores=5,7
/proc/435315/task/435382/stat : 435382 (Common-Cleaner) S 435306 435315 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56419991 19517923328 1147133 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
Current children cumulated CPU time: 28.39 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 4588532 KiB

[startup+51.1141 s]
/proc/loadavg: 2.94 0.89 0.36 6/320 435401
/proc/meminfo: memFree=101015832/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=19127036 memory=6615120 CPUtime=57.13 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 37678 0 43 0 5550 163 0 0 20 0 20 0 56419974 19586084864 1653780 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
/proc/435315/statm: 4781759 1653780 6197 1 0 2052697 0
[pid=435315/tid=435321] ppid=435306 vsize=19127036 memory=6614944 CPUtime=48.78 cores=5,7
/proc/435315/task/435321/stat : 435321 (java) R 435306 435315 435238 0 -1 4194368 15472 0 38 0 4734 144 0 0 20 0 20 0 56419976 19586084864 1653780 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435355] ppid=435306 vsize=19127036 memory=6615120 CPUtime=0 cores=5,7
/proc/435315/task/435355/stat : 435355 (Finalizer) S 435306 435315 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 1653780 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435382] ppid=435306 vsize=19127036 memory=6614944 CPUtime=0 cores=5,7
/proc/435315/task/435382/stat : 435382 (Common-Cleaner) S 435306 435315 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 1653780 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435398] ppid=435306 vsize=19127036 memory=198340509722 CPUtime=0 cores=5,7
/proc/435315/task/435398/stat : 435398 (Timer-0) S 435306 435315 435238 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56423233 19586084864 1653780 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
Current children cumulated CPU time: 57.13 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 6615120 KiB

[startup+102.3 s]
/proc/loadavg: 3.97 1.49 0.60 7/320 435410
/proc/meminfo: memFree=93023444/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=19127036 memory=9168732 CPUtime=123.67 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 72889 0 43 0 12137 230 0 0 20 0 20 0 56419974 19586084864 2292183 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0

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

/proc/meminfo: memFree=69339976/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=19127036 memory=16324092 CPUtime=1308.21 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 2738046 0 43 0 130217 604 0 0 20 0 20 0 56419974 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
/proc/435315/statm: 4781759 4081023 6274 1 0 4093629 0
[pid=435315/tid=435321] ppid=435306 vsize=19127036 memory=16324092 CPUtime=433.83 cores=5,7
/proc/435315/task/435321/stat : 435321 (java) S 435306 435315 435238 0 -1 1077936192 86727 0 38 0 43170 213 0 0 20 0 20 0 56419976 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 13 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435355] ppid=435306 vsize=19127036 memory=16324088 CPUtime=0 cores=5,7
/proc/435315/task/435355/stat : 435355 (Finalizer) S 435306 435315 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435382] ppid=435306 vsize=19127036 memory=12240 CPUtime=0 cores=5,7
/proc/435315/task/435382/stat : 435382 (Common-Cleaner) S 435306 435315 435238 0 -1 1077936192 336 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435398] ppid=435306 vsize=19127036 memory=77840 CPUtime=0 cores=5,7
/proc/435315/task/435398/stat : 435398 (Timer-0) S 435306 435315 435238 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56423233 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
Current children cumulated CPU time: 1308.21 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16324092 KiB

[startup+882.301 s]
/proc/loadavg: 5.90 5.39 3.42 7/314 436081
/proc/meminfo: memFree=69180764/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=19127036 memory=16324092 CPUtime=1427.24 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 2956404 0 43 0 142108 616 0 0 20 0 20 0 56419974 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
/proc/435315/statm: 4781759 4081023 6274 1 0 4093629 0
[pid=435315/tid=435321] ppid=435306 vsize=19127036 memory=77840 CPUtime=433.83 cores=5,7
/proc/435315/task/435321/stat : 435321 (java) S 435306 435315 435238 0 -1 1077936192 86732 0 38 0 43170 213 0 0 20 0 20 0 56419976 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 13 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435355] ppid=435306 vsize=19127036 memory=16324040 CPUtime=0 cores=5,7
/proc/435315/task/435355/stat : 435355 (Finalizer) S 435306 435315 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435382] ppid=435306 vsize=19127036 memory=16324088 CPUtime=0 cores=5,7
/proc/435315/task/435382/stat : 435382 (Common-Cleaner) S 435306 435315 435238 0 -1 1077936192 395 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435398] ppid=435306 vsize=19127036 memory=12240 CPUtime=0 cores=5,7
/proc/435315/task/435398/stat : 435398 (Timer-0) S 435306 435315 435238 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56423233 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
Current children cumulated CPU time: 1427.24 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16324092 KiB

[startup+942.301 s]
/proc/loadavg: 5.88 5.48 3.58 8/316 436097
/proc/meminfo: memFree=69180076/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=19127036 memory=16324012 CPUtime=1546.26 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 3187514 0 43 0 153997 629 0 0 20 0 20 0 56419974 19586084864 4081003 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
/proc/435315/statm: 4781759 4081003 6274 1 0 4093629 0
[pid=435315/tid=435321] ppid=435306 vsize=19127036 memory=12264 CPUtime=433.83 cores=5,7
/proc/435315/task/435321/stat : 435321 (java) S 435306 435315 435238 0 -1 1077936192 86783 0 38 0 43170 213 0 0 20 0 20 0 56419976 19586084864 4081003 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435355] ppid=435306 vsize=19127036 memory=16324104 CPUtime=0 cores=5,7
/proc/435315/task/435355/stat : 435355 (Finalizer) S 435306 435315 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4081003 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435382] ppid=435306 vsize=19127036 memory=16324028 CPUtime=0 cores=5,7
/proc/435315/task/435382/stat : 435382 (Common-Cleaner) S 435306 435315 435238 0 -1 1077936192 475 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4081003 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435398] ppid=435306 vsize=19127036 memory=16324092 CPUtime=0 cores=5,7
/proc/435315/task/435398/stat : 435398 (Timer-0) S 435306 435315 435238 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56423233 19586084864 4081003 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
Current children cumulated CPU time: 1546.26 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16324012 KiB

[startup+954.245 s]
# the end of solver process 435315 was just reported to runsolver
# Child status: 1

# cumulated CPU time of all completed processes:  user=1563.26 s, system=6.55828 s

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

[startup+947.201 s]
/proc/loadavg: 5.89 5.49 3.59 7/316 436098
/proc/meminfo: memFree=69180052/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=19127036 memory=16324092 CPUtime=1556.01 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 3189968 0 43 0 154971 630 0 0 20 0 20 0 56419974 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
/proc/435315/statm: 4781759 4081023 6274 1 0 4093629 0
[pid=435315/tid=435321] ppid=435306 vsize=19127036 memory=2232 CPUtime=433.83 cores=5,7
/proc/435315/task/435321/stat : 435321 (java) S 435306 435315 435238 0 -1 1077936192 86783 0 38 0 43170 213 0 0 20 0 20 0 56419976 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435355] ppid=435306 vsize=19127036 memory=18484 CPUtime=0 cores=5,7
/proc/435315/task/435355/stat : 435355 (Finalizer) S 435306 435315 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435382] ppid=435306 vsize=19127036 memory=5640 CPUtime=0 cores=5,7
/proc/435315/task/435382/stat : 435382 (Common-Cleaner) S 435306 435315 435238 0 -1 1077936192 475 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435398] ppid=435306 vsize=19127036 memory=12240 CPUtime=0 cores=5,7
/proc/435315/task/435398/stat : 435398 (Timer-0) S 435306 435315 435238 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56423233 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
Current children cumulated CPU time: 1556.01 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16324092 KiB

[startup+950.401 s]
/proc/loadavg: 5.98 5.52 3.61 8/316 436098
/proc/meminfo: memFree=69180008/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=19127036 memory=16324092 CPUtime=1562.35 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 3324536 0 43 0 155598 637 0 0 20 0 20 0 56419974 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
/proc/435315/statm: 4781759 4081023 6274 1 0 4093629 0
[pid=435315/tid=435321] ppid=435306 vsize=19127036 memory=5640 CPUtime=433.83 cores=5,7
/proc/435315/task/435321/stat : 435321 (java) S 435306 435315 435238 0 -1 1077936192 86783 0 38 0 43170 213 0 0 20 0 20 0 56419976 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435355] ppid=435306 vsize=19127036 memory=12240 CPUtime=0 cores=5,7
/proc/435315/task/435355/stat : 435355 (Finalizer) S 435306 435315 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435382] ppid=435306 vsize=19127036 memory=18484 CPUtime=0 cores=5,7
/proc/435315/task/435382/stat : 435382 (Common-Cleaner) S 435306 435315 435238 0 -1 1077936192 475 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435398] ppid=435306 vsize=19127036 memory=12264 CPUtime=0 cores=5,7
/proc/435315/task/435398/stat : 435398 (Timer-0) S 435306 435315 435238 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56423233 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
Current children cumulated CPU time: 1562.35 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16324092 KiB

[startup+952.001 s]*
/proc/loadavg: 5.98 5.52 3.61 8/316 436098
/proc/meminfo: memFree=69177892/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=19127036 memory=16324092 CPUtime=1565.54 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 3469871 0 43 0 155910 644 0 0 20 0 20 0 56419974 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
/proc/435315/statm: 4781759 4081023 6274 1 0 4093629 0
[pid=435315/tid=435321] ppid=435306 vsize=19127036 memory=-8745259745303700156 CPUtime=433.83 cores=5,7
/proc/435315/task/435321/stat : 435321 (java) S 435306 435315 435238 0 -1 1077936192 86783 0 38 0 43170 213 0 0 20 0 20 0 56419976 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435355] ppid=435306 vsize=19127036 memory=-4421386491869357412 CPUtime=0 cores=5,7
/proc/435315/task/435355/stat : 435355 (Finalizer) S 435306 435315 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435382] ppid=435306 vsize=19127036 memory=2700 CPUtime=0 cores=5,7
/proc/435315/task/435382/stat : 435382 (Common-Cleaner) S 435306 435315 435238 0 -1 1077936192 475 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435398] ppid=435306 vsize=19127036 memory=5060 CPUtime=0 cores=5,7
/proc/435315/task/435398/stat : 435398 (Timer-0) S 435306 435315 435238 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56423233 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
Current children cumulated CPU time: 1565.54 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16324092 KiB

[startup+953.602 s]
/proc/loadavg: 5.98 5.52 3.61 8/316 436098
/proc/meminfo: memFree=69177816/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=19127036 memory=16324092 CPUtime=1568.69 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 3478220 0 43 0 156225 644 0 0 20 0 20 0 56419974 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
/proc/435315/statm: 4781759 4081023 6274 1 0 4093629 0
[pid=435315/tid=435321] ppid=435306 vsize=19127036 memory=77840 CPUtime=433.83 cores=5,7
/proc/435315/task/435321/stat : 435321 (java) S 435306 435315 435238 0 -1 1077936192 86783 0 38 0 43170 213 0 0 20 0 20 0 56419976 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435355] ppid=435306 vsize=19127036 memory=16324092 CPUtime=0 cores=5,7
/proc/435315/task/435355/stat : 435355 (Finalizer) S 435306 435315 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435382] ppid=435306 vsize=19127036 memory=16324092 CPUtime=0 cores=5,7
/proc/435315/task/435382/stat : 435382 (Common-Cleaner) S 435306 435315 435238 0 -1 1077936192 475 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435398] ppid=435306 vsize=19127036 memory=1896 CPUtime=0 cores=5,7
/proc/435315/task/435398/stat : 435398 (Timer-0) S 435306 435315 435238 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56423233 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
Current children cumulated CPU time: 1568.69 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16324092 KiB

[startup+954.01 s]*
/proc/loadavg: 5.98 5.53 3.62 9/316 436098
/proc/meminfo: memFree=69177840/131655788 swapFree=131057156/131071996
[pid=435315] ppid=435306 vsize=19127036 memory=16324092 CPUtime=1569.5 cores=5,7
/proc/435315/stat : 435315 (java) S 435306 435315 435238 0 -1 1077936128 3478240 0 43 0 156306 644 0 0 20 0 20 0 56419974 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
/proc/435315/statm: 4781759 4081023 6274 1 0 4093629 0
[pid=435315/tid=435321] ppid=435306 vsize=19127036 memory=-8745259745303700156 CPUtime=433.83 cores=5,7
/proc/435315/task/435321/stat : 435321 (java) S 435306 435315 435238 0 -1 1077936192 86783 0 38 0 43170 213 0 0 20 0 20 0 56419976 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435355] ppid=435306 vsize=19127036 memory=-4421386491869357412 CPUtime=0 cores=5,7
/proc/435315/task/435355/stat : 435355 (Finalizer) S 435306 435315 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435382] ppid=435306 vsize=19127036 memory=6772 CPUtime=0 cores=5,7
/proc/435315/task/435382/stat : 435382 (Common-Cleaner) S 435306 435315 435238 0 -1 1077936192 475 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
[pid=435315/tid=435398] ppid=435306 vsize=19127036 memory=16324092 CPUtime=0 cores=5,7
/proc/435315/task/435398/stat : 435398 (Timer-0) S 435306 435315 435238 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56423233 19586084864 4081023 134679101440 93834097106944 93834097110640 140725043998608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834097118456 93834097119248 93834121728000 140725044003850 140725044003940 140725044003940 140725044010952 0
Current children cumulated CPU time: 1569.5 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16324092 KiB

[startup+954.202 s]*
/proc/loadavg: 5.98 5.53 3.62 7/298 436098
/proc/meminfo: memFree=83676832/131655788 swapFree=131057156/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1

Real time (s): 954.245
CPU time (s): 1569.82
CPU user time (s): 1563.26
CPU system time (s): 6.55828
CPU usage (%): 164.509
Max. virtual memory (cumulated for all children) (KiB): 19131140
Max. memory (cumulated for all children) (KiB): 16324108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1563.26
system time used= 6.55828
maximum resident set size= 16324844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3478458
page faults= 43
swaps= 0
block input operations= 7472
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33744
involuntary context switches= 25982


# summary of solver processes directly reported to runsolver:
#   pid: 435315
#   total CPU time (s): 1569.82
#   total CPU user time (s): 1563.26
#   total CPU system time (s): 6.55828

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.82516 second user time and 6.58693 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-29 00:05:06
IDJOB=4461847
IDBENCH=178871
IDSOLVER=3058
FILE ID=nodeC005/4461847-1722204305
RUNJOBID= nodeC005-1722204305-435251
SLURM_JOB_ID= 8248640
Free space on /tmp= 723728 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_50000_3_0.95_1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4461847-1722204305/watcher-4461847-1722204305 -o /tmp/evaluation-result-4461847-1722204305/solver-4461847-1722204305 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1722204305-435251 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4461847-1722204305.opb

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

MD5SUM BENCH= 7f3731a2c6eed9d82857e81cf2dabc60
RANDOM SEED=1194767636

nodeC005.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		: 1367.108
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.14
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.131
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.31
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.264
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.14
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.234
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.31
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		: 1863.968
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.14
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		: 1786.092
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.31
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.115
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.14
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.118
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127026928 kB
MemAvailable:   130013220 kB
Buffers:          392656 kB
Cached:          3408180 kB
SwapCached:          244 kB
Active:          1767072 kB
Inactive:        2291876 kB
Active(anon):       2164 kB
Inactive(anon):   308828 kB
Active(file):    1764908 kB
Inactive(file):  1983048 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057156 kB
Dirty:             55696 kB
Writeback:             0 kB
AnonPages:        258128 kB
Mapped:            98560 kB
Shmem:             52880 kB
KReclaimable:     156736 kB
Slab:             264616 kB
SReclaimable:     156736 kB
SUnreclaim:       107880 kB
KernelStack:        3840 kB
PageTables:        10384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     655356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10720 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 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:      435016 kB
DirectMap2M:    55044096 kB
DirectMap1G:    80740352 kB

Free space on /tmp at the end= 723728 MiB
End job on nodeC005 at 2024-07-29 00:21:00