Trace number 4522742

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 2025-06-06? (exit code) 1823.35 1200.08

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/SMTI_PBO/SMTI_50000_3_0.85_4.opb
MD5SUM80bbccedb85ca0271e993b8d74e189a8
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 benchmark6142
Best CPU time to get the best result obtained on this benchmark58.51
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.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.17	c version PB25.v20250606
0.12/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.19	c java.vm.version	22.0.1+8-16
0.12/0.19	c java.vm.vendor	Oracle Corporation
0.12/0.19	c sun.arch.data.model	64
0.12/0.19	c java.version		22.0.1
0.12/0.19	c os.name		Linux
0.12/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.19	c os.arch		amd64
0.12/0.20	c Free memory 		2104792832
0.12/0.20	c Max memory 		16282288128
0.12/0.20	c Total memory 		2113929216
0.28/0.22	c Number of processors 	2
0.44/0.32	c Pseudo Boolean Optimization by upper bound
0.44/0.32	c --- Begin Solver configuration ---
0.44/0.32	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.44/0.32	c Learn all clauses as in MiniSAT
0.44/0.32	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.32	c Expensive reason simplification
0.44/0.32	c Glucose 2.1 dynamic restart strategy
0.44/0.32	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.44/0.32	c timeout=2147483s
0.44/0.32	c DB Simplification allowed=false
0.44/0.32	c Listener: none
0.44/0.32	c --- End Solver configuration ---
0.44/0.32	c solving HOME/instance-4522742-1751599015.opb
0.44/0.32	c reading problem ... 
0.44/0.33	c  objective function found
40.56/36.35	c ... done. Wall clock time 36.026s.
40.56/36.35	c declared #vars     250000
40.56/36.35	c #constraints  350002
40.56/36.35	c constraints type 
40.56/36.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17703
40.56/36.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90042
40.56/36.35	c org.sat4j.specs.Constr$1 => 4132
40.56/36.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 235058
40.56/36.35	c org.sat4j.pb.constraints.pb.UnitClausePB => 3067
40.56/36.35	c 350002 constraints processed.
40.56/36.37	c objective function length is 100000 literals
148.79/127.74	c cleaning 2409 clauses out of 4817 with flag 10111/5001
273.68/224.11	c cleaning 4145 clauses out of 8290 with flag 22933/11000
429.87/355.28	c cleaning 5555 clauses out of 11110 with flag 37470/18000
678.86/563.55	c cleaning 6772 clauses out of 13544 with flag 53952/26000
1446.08/1009.82	
1446.08/1009.82	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: 63837 MiB (57331 MiB free)
  memory of node 1: 64465 MiB (56254 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522742-1751599015/watcher-4522742-1751599015 -o /tmp/evaluation-result-4522742-1751599015/solver-4522742-1751599015 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751595442-85915 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4522742-1751599015.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=86536, runsolver pid=86533

[startup+0.100069 s]*
/proc/loadavg: 4.27 4.29 4.27 6/324 86554
/proc/meminfo: memFree=116300412/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=18930384 memory=48436 CPUtime=0.12 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 5787 0 0 0 9 3 0 0 20 0 18 0 75580958 19384713216 12109 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
/proc/86536/statm: 4732596 12109 5333 1 0 546988 0
[pid=86536/tid=86538] ppid=86533 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/86536/task/86538/stat : 86538 (java) R 86533 86536 85904 0 -1 4194368 4685 0 0 0 5 2 0 0 20 0 18 0 75580960 19384713216 12109 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86547] ppid=86533 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/86536/task/86547/stat : 86547 (Finalizer) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75580965 19384713216 12109 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86554] ppid=86533 vsize=18930384 memory=58494082630061 CPUtime=0 cores=4,6
/proc/86536/task/86554/stat : 86554 (Common-Cleaner) S 86533 86536 85904 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75580966 19384713216 12109 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48436 KiB

[startup+0.211672 s]*
/proc/loadavg: 4.27 4.29 4.27 6/324 86554
/proc/meminfo: memFree=116296884/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=18930384 memory=53248 CPUtime=0.28 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 6479 0 0 0 24 4 0 0 20 0 18 0 75580958 19384713216 13312 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
/proc/86536/statm: 4732596 13312 5333 1 0 547568 0
[pid=86536/tid=86538] ppid=86533 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=4,6
/proc/86536/task/86538/stat : 86538 (java) S 86533 86536 85904 0 -1 4194368 4991 0 0 0 15 2 0 0 20 0 18 0 75580960 19384713216 13312 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86547] ppid=86533 vsize=18930384 memory=13926 CPUtime=0 cores=4,6
/proc/86536/task/86547/stat : 86547 (Finalizer) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75580965 19384713216 13312 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86554] ppid=86533 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/86536/task/86554/stat : 86554 (Common-Cleaner) S 86533 86536 85904 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75580966 19384713216 13312 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53248 KiB

[startup+0.311674 s]*
/proc/loadavg: 4.27 4.29 4.27 7/324 86554
/proc/meminfo: memFree=116296556/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=18930384 memory=58752 CPUtime=0.44 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 6783 0 0 0 39 5 0 0 20 0 18 0 75580958 19384713216 14688 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
/proc/86536/statm: 4732596 14688 5397 1 0 547769 0
[pid=86536/tid=86538] ppid=86533 vsize=18930384 memory=-6000919494214903399 CPUtime=0.27 cores=4,6
/proc/86536/task/86538/stat : 86538 (java) R 86533 86536 85904 0 -1 4194368 5189 0 0 0 24 3 0 0 20 0 18 0 75580960 19384713216 14688 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86547] ppid=86533 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/86536/task/86547/stat : 86547 (Finalizer) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75580965 19384713216 14688 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86554] ppid=86533 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/86536/task/86554/stat : 86554 (Common-Cleaner) S 86533 86536 85904 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75580966 19384713216 14688 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58752 KiB

[startup+0.700292 s]
/proc/loadavg: 4.27 4.29 4.27 6/324 86554
/proc/meminfo: memFree=116271288/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=18930384 memory=124176 CPUtime=1.15 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 10436 0 0 0 108 7 0 0 20 0 18 0 75580958 19384713216 31044 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
/proc/86536/statm: 4732596 31044 5429 1 0 550205 0
[pid=86536/tid=86538] ppid=86533 vsize=18930384 memory=14464 CPUtime=0.64 cores=4,6
/proc/86536/task/86538/stat : 86538 (java) R 86533 86536 85904 0 -1 4194368 5280 0 0 0 60 4 0 0 20 0 18 0 75580960 19384713216 31044 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86547] ppid=86533 vsize=18930384 memory=11136 CPUtime=0 cores=4,6
/proc/86536/task/86547/stat : 86547 (Finalizer) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75580965 19384713216 31044 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86554] ppid=86533 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/86536/task/86554/stat : 86554 (Common-Cleaner) S 86533 86536 85904 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75580966 19384713216 31044 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 124176 KiB

[startup+1.50022 s]
/proc/loadavg: 4.27 4.29 4.27 6/325 86555
/proc/meminfo: memFree=115567852/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=18996948 memory=1977712 CPUtime=2.29 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 12869 0 0 0 184 45 0 0 20 0 19 0 75580958 19452874752 494428 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
/proc/86536/statm: 4749237 494428 5461 1 0 1077423 0
[pid=86536/tid=86538] ppid=86533 vsize=18996948 memory=3200 CPUtime=1.37 cores=4,6
/proc/86536/task/86538/stat : 86538 (java) R 86533 86536 85904 0 -1 4194368 6198 0 0 0 96 41 0 0 20 0 19 0 75580960 19452874752 494428 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86547] ppid=86533 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/86536/task/86547/stat : 86547 (Finalizer) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75580965 19452874752 494428 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86554] ppid=86533 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/86536/task/86554/stat : 86554 (Common-Cleaner) S 86533 86536 85904 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 75580966 19452874752 494428 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1977712 KiB

[startup+3.10559 s]
/proc/loadavg: 4.33 4.30 4.28 6/325 86555
/proc/meminfo: memFree=113736888/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=18996948 memory=2569596 CPUtime=4.69 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 15487 0 0 0 411 58 0 0 20 0 19 0 75580958 19452874752 642399 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
/proc/86536/statm: 4749237 642399 5461 1 0 1078364 0
[pid=86536/tid=86538] ppid=86533 vsize=18996948 memory=11136 CPUtime=2.86 cores=4,6
/proc/86536/task/86538/stat : 86538 (java) R 86533 86536 85904 0 -1 4194368 6573 0 0 0 234 52 0 0 20 0 19 0 75580960 19452874752 642399 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86547] ppid=86533 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/86536/task/86547/stat : 86547 (Finalizer) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75580965 19452874752 642399 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86554] ppid=86533 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/86536/task/86554/stat : 86554 (Common-Cleaner) S 86533 86536 85904 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 75580966 19452874752 642399 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 4.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2569596 KiB

[startup+6.30033 s]
/proc/loadavg: 4.33 4.30 4.28 5/325 86555
/proc/meminfo: memFree=113732036/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=18996948 memory=2574824 CPUtime=7.97 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 16009 0 0 0 738 59 0 0 20 0 19 0 75580958 19452874752 643706 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
/proc/86536/statm: 4749237 643706 5461 1 0 1078365 0
[pid=86536/tid=86538] ppid=86533 vsize=18996948 memory=5632 CPUtime=5.84 cores=4,6
/proc/86536/task/86538/stat : 86538 (java) R 86533 86536 85904 0 -1 4194368 6958 0 0 0 532 52 0 0 20 0 19 0 75580960 19452874752 643706 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86547] ppid=86533 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/86536/task/86547/stat : 86547 (Finalizer) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75580965 19452874752 643706 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86554] ppid=86533 vsize=18996948 memory=-6000919494214903399 CPUtime=0 cores=4,6
/proc/86536/task/86554/stat : 86554 (Common-Cleaner) S 86533 86536 85904 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 75580966 19452874752 643706 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 7.97 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2574824 KiB

[startup+12.7003 s]
/proc/loadavg: 4.28 4.29 4.27 5/325 86555
/proc/meminfo: memFree=111917384/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=18996948 memory=4387892 CPUtime=14.46 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 18827 0 0 0 1345 101 0 0 20 0 19 0 75580958 19452874752 1096973 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
/proc/86536/statm: 4749237 1096973 5461 1 0 1535841 0
[pid=86536/tid=86538] ppid=86533 vsize=18996948 memory=2574824 CPUtime=11.77 cores=4,6
/proc/86536/task/86538/stat : 86538 (java) R 86533 86536 85904 0 -1 4194368 8589 0 0 0 1084 93 0 0 20 0 19 0 75580960 19452874752 1096973 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86547] ppid=86533 vsize=18996948 memory=14464 CPUtime=0 cores=4,6
/proc/86536/task/86547/stat : 86547 (Finalizer) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75580965 19452874752 1096973 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86554] ppid=86533 vsize=18996948 memory=14848 CPUtime=0 cores=4,6
/proc/86536/task/86554/stat : 86554 (Common-Cleaner) S 86533 86536 85904 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 75580966 19452874752 1096973 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 14.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4387892 KiB

[startup+25.5004 s]
/proc/loadavg: 4.39 4.31 4.28 5/325 86555
/proc/meminfo: memFree=110214892/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=18996948 memory=6073036 CPUtime=29.13 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 30057 0 0 0 2768 145 0 0 20 0 19 0 75580958 19452874752 1518259 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
/proc/86536/statm: 4749237 1518259 5461 1 0 1960417 0
[pid=86536/tid=86538] ppid=86533 vsize=18996948 memory=2574824 CPUtime=23.4 cores=4,6
/proc/86536/task/86538/stat : 86538 (java) R 86533 86536 85904 0 -1 4194368 10917 0 0 0 2210 130 0 0 20 0 19 0 75580960 19452874752 1518259 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86547] ppid=86533 vsize=18996948 memory=-6000919494214903399 CPUtime=0 cores=4,6
/proc/86536/task/86547/stat : 86547 (Finalizer) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75580965 19452874752 1518259 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86554] ppid=86533 vsize=18996948 memory=6081800 CPUtime=0 cores=4,6
/proc/86536/task/86554/stat : 86554 (Common-Cleaner) S 86533 86536 85904 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 75580966 19452874752 1518259 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 29.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 6073036 KiB

[startup+51.1132 s]
/proc/loadavg: 4.38 4.32 4.28 5/326 86556
/proc/meminfo: memFree=109452344/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=19063512 memory=6736508 CPUtime=57.06 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 42536 0 0 0 5541 165 0 0 20 0 20 0 75580958 19521036288 1684127 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
/proc/86536/statm: 4765878 1684127 5525 1 0 2123809 0
[pid=86536/tid=86538] ppid=86533 vsize=19063512 memory=6736380 CPUtime=48.15 cores=4,6
/proc/86536/task/86538/stat : 86538 (java) R 86533 86536 85904 0 -1 4194368 15737 0 0 0 4668 147 0 0 20 0 20 0 75580960 19521036288 1684127 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86547] ppid=86533 vsize=19063512 memory=-6000919494214903399 CPUtime=0 cores=4,6
/proc/86536/task/86547/stat : 86547 (Finalizer) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580965 19521036288 1684127 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86554] ppid=86533 vsize=19063512 memory=4385828 CPUtime=0 cores=4,6
/proc/86536/task/86554/stat : 86554 (Common-Cleaner) S 86533 86536 85904 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75580966 19521036288 1684127 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86556] ppid=86533 vsize=19063512 memory=6736380 CPUtime=0 cores=4,6
/proc/86536/task/86556/stat : 86556 (Timer-0) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75584611 19521036288 1684127 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 57.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6736508 KiB

[startup+102.301 s]
/proc/loadavg: 4.37 4.32 4.28 5/326 86558
/proc/meminfo: memFree=107779444/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=19063512 memory=8298284 CPUtime=112.95 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 53348 0 0 0 11091 204 0 0 20 0 20 0 75580958 19521036288 2074571 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0

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

/proc/86536/task/86556/stat : 86556 (Timer-0) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75584611 19521036288 4086300 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 1549.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16345200 KiB

[startup+1122.3 s]
/proc/loadavg: 5.16 5.12 4.77 6/326 86609
/proc/meminfo: memFree=94866608/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=19063512 memory=16345176 CPUtime=1669.09 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 262614 0 0 0 166428 481 0 0 20 0 20 0 75580958 19521036288 4086294 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
/proc/86536/statm: 4765878 4086294 5557 1 0 4101195 0
[pid=86536/tid=86538] ppid=86533 vsize=19063512 memory=5148 CPUtime=690.83 cores=4,6
/proc/86536/task/86538/stat : 86538 (java) S 86533 86536 85904 0 -1 4194368 71849 0 0 0 68877 206 0 0 20 0 20 0 75580960 19521036288 4086294 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86547] ppid=86533 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/86536/task/86547/stat : 86547 (Finalizer) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580965 19521036288 4086294 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86554] ppid=86533 vsize=19063512 memory=16345176 CPUtime=0 cores=4,6
/proc/86536/task/86554/stat : 86554 (Common-Cleaner) S 86533 86536 85904 0 -1 4194368 277 0 0 0 0 0 0 0 20 0 20 0 75580966 19521036288 4086294 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86556] ppid=86533 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/86536/task/86556/stat : 86556 (Timer-0) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75584611 19521036288 4086294 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 1669.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16345176 KiB

[startup+1182.3 s]
/proc/loadavg: 5.10 5.11 4.79 6/326 86611
/proc/meminfo: memFree=94838336/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=19063512 memory=16345156 CPUtime=1788.1 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 270855 0 0 0 178327 483 0 0 20 0 20 0 75580958 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
/proc/86536/statm: 4765878 4086289 5557 1 0 4101195 0
[pid=86536/tid=86538] ppid=86533 vsize=19063512 memory=5148 CPUtime=690.83 cores=4,6
/proc/86536/task/86538/stat : 86538 (java) S 86533 86536 85904 0 -1 4194368 71849 0 0 0 68877 206 0 0 20 0 20 0 75580960 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86547] ppid=86533 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/86536/task/86547/stat : 86547 (Finalizer) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580965 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86554] ppid=86533 vsize=19063512 memory=16345156 CPUtime=0 cores=4,6
/proc/86536/task/86554/stat : 86554 (Common-Cleaner) S 86533 86536 85904 0 -1 4194368 281 0 0 0 0 0 0 0 20 0 20 0 75580966 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86556] ppid=86533 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/86536/task/86556/stat : 86556 (Timer-0) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75584611 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 1788.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16345156 KiB

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

# cumulated CPU time of all completed processes:  user=1818.46 s, system=4.88767 s

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

[startup+1190.4 s]
/proc/loadavg: 5.09 5.11 4.79 6/326 86611
/proc/meminfo: memFree=94789184/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=19063512 memory=16345156 CPUtime=1804.21 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 272539 0 0 0 179937 484 0 0 20 0 20 0 75580958 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
/proc/86536/statm: 4765878 4086289 5557 1 0 4101195 0
[pid=86536/tid=86538] ppid=86533 vsize=19063512 memory=12544 CPUtime=690.83 cores=4,6
/proc/86536/task/86538/stat : 86538 (java) S 86533 86536 85904 0 -1 4194368 71849 0 0 0 68877 206 0 0 20 0 20 0 75580960 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86547] ppid=86533 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/86536/task/86547/stat : 86547 (Finalizer) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580965 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86554] ppid=86533 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/86536/task/86554/stat : 86554 (Common-Cleaner) S 86533 86536 85904 0 -1 4194368 281 0 0 0 0 0 0 0 20 0 20 0 75580966 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86556] ppid=86533 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/86536/task/86556/stat : 86556 (Timer-0) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75584611 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 1804.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16345156 KiB

[startup+1196.8 s]
/proc/loadavg: 5.08 5.11 4.79 6/326 86611
/proc/meminfo: memFree=94789184/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=19063512 memory=16345156 CPUtime=1816.92 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 272954 0 0 0 181208 484 0 0 20 0 20 0 75580958 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
/proc/86536/statm: 4765878 4086289 5557 1 0 4101195 0
[pid=86536/tid=86538] ppid=86533 vsize=19063512 memory=16345156 CPUtime=690.83 cores=4,6
/proc/86536/task/86538/stat : 86538 (java) S 86533 86536 85904 0 -1 4194368 71849 0 0 0 68877 206 0 0 20 0 20 0 75580960 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86547] ppid=86533 vsize=19063512 memory=16345156 CPUtime=0 cores=4,6
/proc/86536/task/86547/stat : 86547 (Finalizer) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580965 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86554] ppid=86533 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/86536/task/86554/stat : 86554 (Common-Cleaner) S 86533 86536 85904 0 -1 4194368 281 0 0 0 0 0 0 0 20 0 20 0 75580966 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86556] ppid=86533 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/86536/task/86556/stat : 86556 (Timer-0) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75584611 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 1816.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16345156 KiB

[startup+1198.4 s]
/proc/loadavg: 5.08 5.10 4.80 7/326 86611
/proc/meminfo: memFree=94789184/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=19063512 memory=16345156 CPUtime=1820.1 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 273082 0 0 0 181526 484 0 0 20 0 20 0 75580958 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
/proc/86536/statm: 4765878 4086289 5557 1 0 4101195 0
[pid=86536/tid=86538] ppid=86533 vsize=19063512 memory=14464 CPUtime=690.83 cores=4,6
/proc/86536/task/86538/stat : 86538 (java) S 86533 86536 85904 0 -1 4194368 71849 0 0 0 68877 206 0 0 20 0 20 0 75580960 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86547] ppid=86533 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/86536/task/86547/stat : 86547 (Finalizer) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580965 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86554] ppid=86533 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/86536/task/86554/stat : 86554 (Common-Cleaner) S 86533 86536 85904 0 -1 4194368 281 0 0 0 0 0 0 0 20 0 20 0 75580966 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86556] ppid=86533 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/86536/task/86556/stat : 86556 (Timer-0) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75584611 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 1820.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16345156 KiB

[startup+1199.2 s]
/proc/loadavg: 5.08 5.10 4.80 6/326 86611
/proc/meminfo: memFree=94789184/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=19063512 memory=16345156 CPUtime=1821.69 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 273082 0 0 0 181685 484 0 0 20 0 20 0 75580958 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
/proc/86536/statm: 4765878 4086289 5557 1 0 4101195 0
[pid=86536/tid=86538] ppid=86533 vsize=19063512 memory=14848 CPUtime=690.83 cores=4,6
/proc/86536/task/86538/stat : 86538 (java) S 86533 86536 85904 0 -1 4194368 71849 0 0 0 68877 206 0 0 20 0 20 0 75580960 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86547] ppid=86533 vsize=19063512 memory=6721 CPUtime=0 cores=4,6
/proc/86536/task/86547/stat : 86547 (Finalizer) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580965 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86554] ppid=86533 vsize=19063512 memory=16345156 CPUtime=0 cores=4,6
/proc/86536/task/86554/stat : 86554 (Common-Cleaner) S 86533 86536 85904 0 -1 4194368 281 0 0 0 0 0 0 0 20 0 20 0 75580966 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86556] ppid=86533 vsize=19063512 memory=19456 CPUtime=0 cores=4,6
/proc/86536/task/86556/stat : 86556 (Timer-0) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75584611 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 1821.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16345156 KiB

[startup+1199.6 s]
/proc/loadavg: 5.08 5.10 4.80 6/326 86611
/proc/meminfo: memFree=94789184/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=19063512 memory=16345156 CPUtime=1822.49 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 273082 0 0 0 181765 484 0 0 20 0 20 0 75580958 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
/proc/86536/statm: 4765878 4086289 5557 1 0 4101195 0
[pid=86536/tid=86538] ppid=86533 vsize=19063512 memory=-6000919494214903399 CPUtime=690.83 cores=4,6
/proc/86536/task/86538/stat : 86538 (java) S 86533 86536 85904 0 -1 4194368 71849 0 0 0 68877 206 0 0 20 0 20 0 75580960 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86547] ppid=86533 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/86536/task/86547/stat : 86547 (Finalizer) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580965 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86554] ppid=86533 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/86536/task/86554/stat : 86554 (Common-Cleaner) S 86533 86536 85904 0 -1 4194368 281 0 0 0 0 0 0 0 20 0 20 0 75580966 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86556] ppid=86533 vsize=19063512 memory=2760 CPUtime=0 cores=4,6
/proc/86536/task/86556/stat : 86556 (Timer-0) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75584611 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 1822.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16345156 KiB

[startup+1200 s]*
/proc/loadavg: 5.08 5.10 4.80 6/326 86611
/proc/meminfo: memFree=94789184/131382112 swapFree=33002444/33010684
[pid=86536] ppid=86533 vsize=19063512 memory=16345156 CPUtime=1823.28 cores=4,6
/proc/86536/stat : 86536 (java) S 86533 86536 85904 0 -1 4194304 273108 0 0 0 181844 484 0 0 20 0 20 0 75580958 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
/proc/86536/statm: 4765878 4086289 5557 1 0 4101195 0
[pid=86536/tid=86538] ppid=86533 vsize=19063512 memory=-6000919494214903399 CPUtime=690.83 cores=4,6
/proc/86536/task/86538/stat : 86538 (java) S 86533 86536 85904 0 -1 4194368 71849 0 0 0 68877 206 0 0 20 0 20 0 75580960 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86547] ppid=86533 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=4,6
/proc/86536/task/86547/stat : 86547 (Finalizer) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580965 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86554] ppid=86533 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/86536/task/86554/stat : 86554 (Common-Cleaner) S 86533 86536 85904 0 -1 4194368 281 0 0 0 0 0 0 0 20 0 20 0 75580966 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
[pid=86536/tid=86556] ppid=86533 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/86536/task/86556/stat : 86556 (Timer-0) S 86533 86536 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75584611 19521036288 4086289 18446744073709551615 93845387407360 93845387411056 140734370343232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93845387418872 93845387419664 93845419237376 140734370347393 140734370347494 140734370347494 140734370353096 0
Current children cumulated CPU time: 1823.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16345156 KiB

Child status: 1

Real time (s): 1200.08
CPU time (s): 1823.35
CPU user time (s): 1818.46
CPU system time (s): 4.88767
CPU usage (%): 151.936
Max. virtual memory (cumulated for all children) (KiB): 19067616
Max. memory (cumulated for all children) (KiB): 16345304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1818.46
system time used= 4.88767
maximum resident set size= 16345304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273210
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41765
involuntary context switches= 33196


# summary of solver processes directly reported to runsolver:
#   pid: 86536
#   total CPU time (s): 1823.35
#   total CPU user time (s): 1818.46
#   total CPU system time (s): 4.88767

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.39264 second user time and 8.59814 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-04 05:16:56
IDJOB=4522742
IDBENCH=179278
IDSOLVER=3363
FILE ID=nodeC005/4522742-1751599015
RUNJOBID= nodeC005-1751595442-85915
SLURM_JOB_ID= 9598861
Free space on /tmp= 429428 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_50000_3_0.85_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522742-1751599015/watcher-4522742-1751599015 -o /tmp/evaluation-result-4522742-1751599015/solver-4522742-1751599015 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751595442-85915 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4522742-1751599015.opb

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

MD5SUM BENCH= 80bbccedb85ca0271e993b8d74e189a8
RANDOM SEED=293915761

nodeC005 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3559.781
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
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		: 3661.325
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
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.642
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
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.061
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.319
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
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		: 3593.167
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
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.248
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
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.241
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        116312324 kB
MemAvailable:   116191720 kB
Buffers:              12 kB
Cached:           666860 kB
SwapCached:          240 kB
Active:         14048816 kB
Inactive:         411860 kB
Active(anon):   13765832 kB
Inactive(anon):    40840 kB
Active(file):     282984 kB
Inactive(file):   371020 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33002444 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             23196 kB
Writeback:             0 kB
AnonPages:      13797000 kB
Mapped:           118412 kB
Shmem:             12868 kB
KReclaimable:     130036 kB
Slab:             217248 kB
SReclaimable:     130036 kB
SUnreclaim:        87212 kB
KernelStack:        4960 kB
PageTables:        30688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   20856400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150280 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13568000 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429428 MiB
End job on nodeC005 at 2025-07-04 05:36:56