Trace number 4522834

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) 3013.32 2239.07

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/SMTI_PBO/SMTI_25000_5_0.75_3.opb
MD5SUM5662c244c9130155c537b4eb4063501c
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 benchmark440
Best CPU time to get the best result obtained on this benchmark115.532
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables175000
Total number of constraints175001
Number of constraints which are clauses125000
Number of constraints which are cardinality constraints (but not clauses)50000
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint50000
Number of terms in the objective function 50000
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 50000
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50000
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4522834-1751648600.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
14.93/12.92	c ... done. Wall clock time 12.785s.
14.93/12.92	c declared #vars     175000
14.93/12.92	c #constraints  225002
14.93/12.92	c constraints type 
14.93/12.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2877
14.93/12.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49034
14.93/12.92	c org.sat4j.specs.Constr$1 => 2110
14.93/12.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 170479
14.93/12.92	c org.sat4j.pb.constraints.pb.UnitClausePB => 502
14.93/12.92	c 225002 constraints processed.
14.93/12.93	c objective function length is 50000 literals
50.20/45.17	c cleaning 2448 clauses out of 4895 with flag 10205/5001
102.64/91.29	c cleaning 4222 clauses out of 8443 with flag 22524/11001
190.27/161.76	c cleaning 5610 clauses out of 11219 with flag 37014/18001
299.06/260.84	c cleaning 6805 clauses out of 13609 with flag 53441/26001
419.72/368.35	c cleaning 7896 clauses out of 15795 with flag 71935/35000
591.40/520.32	c cleaning 8950 clauses out of 17899 with flag 92491/45000
767.10/676.81	c cleaning 9960 clauses out of 19919 with flag 115102/56001
979.69/873.40	c cleaning 10979 clauses out of 21959 with flag 139774/68001
1197.50/1069.11	c cleaning 11953 clauses out of 23906 with flag 166629/81001
1492.05/1305.63	c cleaning 12977 clauses out of 25953 with flag 195415/95001
1801.90/1561.99	c cleaning 13948 clauses out of 27895 with flag 231346/110000
2511.37/1986.25	
2511.37/1986.25	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: 63708 MiB (54562 MiB free)
  memory of node 1: 64465 MiB (38242 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522834-1751648600/watcher-4522834-1751648600 -o /tmp/evaluation-result-4522834-1751648600/solver-4522834-1751648600 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751647263-90894 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4522834-1751648600.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=91218, runsolver pid=91215
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.81 4.44 3.92 6/338 91236
/proc/meminfo: memFree=94995204/131250000 swapFree=33010672/33010684
[pid=91218] ppid=91215 vsize=18930384 memory=57832 CPUtime=0.13 cores=0,2
/proc/91218/stat : 91218 (java) S 91215 91218 90417 0 -1 4194304 6595 0 0 0 11 2 0 0 20 0 18 0 80538663 19384713216 14458 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
/proc/91218/statm: 4732596 14458 5348 1 0 547640 0
[pid=91218/tid=91220] ppid=91215 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/91218/task/91220/stat : 91220 (java) R 91215 91218 90417 0 -1 4194368 5097 0 0 0 7 1 0 0 20 0 18 0 80538664 19384713216 14458 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91229] ppid=91215 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/91218/task/91229/stat : 91229 (Finalizer) S 91215 91218 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80538667 19384713216 14458 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91236] ppid=91215 vsize=18930384 memory=59585004333716 CPUtime=0 cores=0,2
/proc/91218/task/91236/stat : 91236 (Common-Cleaner) S 91215 91218 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 80538667 19384713216 14458 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57832 KiB

[startup+0.205854 s]*
/proc/loadavg: 4.81 4.44 3.92 7/338 91236
/proc/meminfo: memFree=94976788/131250000 swapFree=33010672/33010684
[pid=91218] ppid=91215 vsize=18931456 memory=80256 CPUtime=0.32 cores=0,2
/proc/91218/stat : 91218 (java) S 91215 91218 90417 0 -1 4194304 7766 0 0 0 30 2 0 0 20 0 18 0 80538663 19385810944 20064 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
/proc/91218/statm: 4732864 20064 5444 1 0 548714 0
[pid=91218/tid=91220] ppid=91215 vsize=18931456 memory=4026794268 CPUtime=0.18 cores=0,2
/proc/91218/task/91220/stat : 91220 (java) R 91215 91218 90417 0 -1 4194368 5234 0 0 0 17 1 0 0 20 0 18 0 80538664 19385810944 20064 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91229] ppid=91215 vsize=18931456 memory=2569 CPUtime=0 cores=0,2
/proc/91218/task/91229/stat : 91229 (Finalizer) S 91215 91218 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80538667 19385810944 20064 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91236] ppid=91215 vsize=18931456 memory=58485492679654 CPUtime=0 cores=0,2
/proc/91218/task/91236/stat : 91236 (Common-Cleaner) S 91215 91218 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 80538667 19385810944 20064 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18931456 KiB
Current children cumulated memory: 80256 KiB

[startup+0.30578 s]*
/proc/loadavg: 4.81 4.44 3.92 7/339 91237
/proc/meminfo: memFree=94878800/131250000 swapFree=33010672/33010684
[pid=91218] ppid=91215 vsize=18996948 memory=178788 CPUtime=0.51 cores=0,2
/proc/91218/stat : 91218 (java) S 91215 91218 90417 0 -1 4194304 9421 0 0 0 47 4 0 0 20 0 19 0 80538663 19452874752 44697 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
/proc/91218/statm: 4749237 44697 5476 1 0 549608 0
[pid=91218/tid=91220] ppid=91215 vsize=18996948 memory=-6000919485658721126 CPUtime=0.25 cores=0,2
/proc/91218/task/91220/stat : 91220 (java) S 91215 91218 90417 0 -1 4194368 5307 0 0 0 23 2 0 0 20 0 19 0 80538664 19452874752 44697 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91229] ppid=91215 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/91218/task/91229/stat : 91229 (Finalizer) S 91215 91218 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80538667 19452874752 44697 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91236] ppid=91215 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/91218/task/91236/stat : 91236 (Common-Cleaner) S 91215 91218 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 80538667 19452874752 44697 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 178788 KiB

[startup+0.700531 s]
/proc/loadavg: 4.81 4.44 3.92 6/339 91237
/proc/meminfo: memFree=94329936/131250000 swapFree=33010672/33010684
[pid=91218] ppid=91215 vsize=18996948 memory=1532212 CPUtime=1.05 cores=0,2
/proc/91218/stat : 91218 (java) S 91215 91218 90417 0 -1 4194304 11050 0 0 0 74 31 0 0 20 0 19 0 80538663 19452874752 383053 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
/proc/91218/statm: 4749237 383053 5476 1 0 1130327 0
[pid=91218/tid=91220] ppid=91215 vsize=18996948 memory=18944 CPUtime=0.61 cores=0,2
/proc/91218/task/91220/stat : 91220 (java) R 91215 91218 90417 0 -1 4194368 5965 0 0 0 33 28 0 0 20 0 19 0 80538664 19452874752 383565 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91229] ppid=91215 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/91218/task/91229/stat : 91229 (Finalizer) S 91215 91218 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80538667 19452874752 383565 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91236] ppid=91215 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/91218/task/91236/stat : 91236 (Common-Cleaner) S 91215 91218 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 80538667 19452874752 383565 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1532212 KiB

[startup+1.50025 s]
/proc/loadavg: 4.81 4.44 3.92 6/339 91237
/proc/meminfo: memFree=93109644/131250000 swapFree=33010672/33010684
[pid=91218] ppid=91215 vsize=18996948 memory=2540724 CPUtime=2.11 cores=0,2
/proc/91218/stat : 91218 (java) S 91215 91218 90417 0 -1 4194304 12691 0 0 0 160 51 0 0 20 0 19 0 80538663 19452874752 635181 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
/proc/91218/statm: 4749237 635181 5476 1 0 1130935 0
[pid=91218/tid=91220] ppid=91215 vsize=18996948 memory=3328 CPUtime=1.38 cores=0,2
/proc/91218/task/91220/stat : 91220 (java) R 91215 91218 90417 0 -1 4194368 6456 0 0 0 91 47 0 0 20 0 19 0 80538664 19452874752 635181 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91229] ppid=91215 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/91218/task/91229/stat : 91229 (Finalizer) S 91215 91218 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80538667 19452874752 635181 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91236] ppid=91215 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/91218/task/91236/stat : 91236 (Common-Cleaner) S 91215 91218 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 80538667 19452874752 635181 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 2.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2540724 KiB

[startup+3.10579 s]
/proc/loadavg: 4.81 4.44 3.92 6/339 91237
/proc/meminfo: memFree=92020584/131250000 swapFree=33010672/33010684
[pid=91218] ppid=91215 vsize=18996948 memory=3027352 CPUtime=3.92 cores=0,2
/proc/91218/stat : 91218 (java) S 91215 91218 90417 0 -1 4194304 15512 0 0 0 332 60 0 0 20 0 19 0 80538663 19452874752 756838 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
/proc/91218/statm: 4749237 756838 5476 1 0 1132736 0
[pid=91218/tid=91220] ppid=91215 vsize=18996948 memory=10752 CPUtime=2.94 cores=0,2
/proc/91218/task/91220/stat : 91220 (java) R 91215 91218 90417 0 -1 4194368 6684 0 0 0 238 56 0 0 20 0 19 0 80538664 19452874752 756838 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91229] ppid=91215 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/91218/task/91229/stat : 91229 (Finalizer) S 91215 91218 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80538667 19452874752 756838 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91236] ppid=91215 vsize=18996948 memory=5760 CPUtime=0 cores=0,2
/proc/91218/task/91236/stat : 91236 (Common-Cleaner) S 91215 91218 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 80538667 19452874752 756838 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 3.92 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3027352 KiB

[startup+6.30024 s]
/proc/loadavg: 4.83 4.45 3.93 7/339 91237
/proc/meminfo: memFree=91483764/131250000 swapFree=33010672/33010684
[pid=91218] ppid=91215 vsize=18996948 memory=3556336 CPUtime=7.22 cores=0,2
/proc/91218/stat : 91218 (java) S 91215 91218 90417 0 -1 4194304 16477 0 0 0 651 71 0 0 20 0 19 0 80538663 19452874752 889084 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
/proc/91218/statm: 4749237 889084 5476 1 0 1268537 0
[pid=91218/tid=91220] ppid=91215 vsize=18996948 memory=5760 CPUtime=5.92 cores=0,2
/proc/91218/task/91220/stat : 91220 (java) S 91215 91218 90417 0 -1 4194368 7246 0 0 0 526 66 0 0 20 0 19 0 80538664 19452874752 889084 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91229] ppid=91215 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/91218/task/91229/stat : 91229 (Finalizer) S 91215 91218 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80538667 19452874752 889084 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91236] ppid=91215 vsize=18996948 memory=-6000919485658721126 CPUtime=0 cores=0,2
/proc/91218/task/91236/stat : 91236 (Common-Cleaner) S 91215 91218 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 80538667 19452874752 889084 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 7.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3556336 KiB

[startup+12.7002 s]
/proc/loadavg: 4.76 4.44 3.93 5/339 91237
/proc/meminfo: memFree=90489832/131250000 swapFree=33010672/33010684
[pid=91218] ppid=91215 vsize=18996948 memory=4535980 CPUtime=14.7 cores=0,2
/proc/91218/stat : 91218 (java) S 91215 91218 90417 0 -1 4194304 25809 0 0 0 1377 93 0 0 20 0 19 0 80538663 19452874752 1133995 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
/proc/91218/statm: 4749237 1133995 5476 1 0 1511189 0
[pid=91218/tid=91220] ppid=91215 vsize=18996948 memory=3562224 CPUtime=11.89 cores=0,2
/proc/91218/task/91220/stat : 91220 (java) R 91215 91218 90417 0 -1 4194368 8495 0 0 0 1104 85 0 0 20 0 19 0 80538664 19452874752 1133995 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91229] ppid=91215 vsize=18996948 memory=18944 CPUtime=0 cores=0,2
/proc/91218/task/91229/stat : 91229 (Finalizer) S 91215 91218 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80538667 19452874752 1133995 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91236] ppid=91215 vsize=18996948 memory=14720 CPUtime=0 cores=0,2
/proc/91218/task/91236/stat : 91236 (Common-Cleaner) S 91215 91218 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 80538667 19452874752 1133995 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 14.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4535980 KiB

[startup+25.5002 s]
/proc/loadavg: 4.59 4.42 3.93 5/340 91238
/proc/meminfo: memFree=90481640/131250000 swapFree=33010672/33010684
[pid=91218] ppid=91215 vsize=19063512 memory=4540076 CPUtime=28.62 cores=0,2
/proc/91218/stat : 91218 (java) S 91215 91218 90417 0 -1 4194304 28612 0 0 0 2766 96 0 0 20 0 20 0 80538663 19521036288 1135019 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
/proc/91218/statm: 4765878 1135019 5508 1 0 1511608 0
[pid=91218/tid=91220] ppid=91215 vsize=19063512 memory=4540076 CPUtime=24.65 cores=0,2
/proc/91218/task/91220/stat : 91220 (java) R 91215 91218 90417 0 -1 4194368 9953 0 0 0 2379 86 0 0 20 0 20 0 80538664 19521036288 1135019 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91229] ppid=91215 vsize=19063512 memory=4540076 CPUtime=0 cores=0,2
/proc/91218/task/91229/stat : 91229 (Finalizer) S 91215 91218 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 1135019 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91236] ppid=91215 vsize=19063512 memory=3556336 CPUtime=0 cores=0,2
/proc/91218/task/91236/stat : 91236 (Common-Cleaner) S 91215 91218 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 1135019 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91238] ppid=91215 vsize=19063512 memory=2546664 CPUtime=0 cores=0,2
/proc/91218/task/91238/stat : 91238 (Timer-0) S 91215 91218 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80539963 19521036288 1135019 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 28.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4540076 KiB

[startup+51.1057 s]
/proc/loadavg: 4.53 4.42 3.94 6/340 91239
/proc/meminfo: memFree=88761836/131250000 swapFree=33010672/33010684
[pid=91218] ppid=91215 vsize=19063512 memory=6268400 CPUtime=58.65 cores=0,2
/proc/91218/stat : 91218 (java) S 91215 91218 90417 0 -1 4194304 43759 0 0 0 5731 134 0 0 20 0 20 0 80538663 19521036288 1567100 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
/proc/91218/statm: 4765878 1567100 5540 1 0 1601784 0
[pid=91218/tid=91220] ppid=91215 vsize=19063512 memory=6246512 CPUtime=47.46 cores=0,2
/proc/91218/task/91220/stat : 91220 (java) R 91215 91218 90417 0 -1 4194368 12755 0 0 0 4659 87 0 0 20 0 20 0 80538664 19521036288 1567100 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91229] ppid=91215 vsize=19063512 memory=5574708 CPUtime=0 cores=0,2
/proc/91218/task/91229/stat : 91229 (Finalizer) S 91215 91218 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 1567100 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91236] ppid=91215 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/91218/task/91236/stat : 91236 (Common-Cleaner) S 91215 91218 90417 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 1567100 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91238] ppid=91215 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/91218/task/91238/stat : 91238 (Timer-0) S 91215 91218 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80539963 19521036288 1567100 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 58.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6268400 KiB

[startup+102.3 s]
/proc/loadavg: 4.36 4.38 3.96 5/340 91241

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

/proc/91218/task/91238/stat : 91238 (Timer-0) S 91215 91218 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80539963 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 2821.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16309796 KiB

[startup+2202.3 s]
/proc/loadavg: 5.15 5.08 4.79 6/341 91472
/proc/meminfo: memFree=96862132/131250000 swapFree=33010672/33010684
[pid=91218] ppid=91215 vsize=19063512 memory=16309796 CPUtime=2940.37 cores=0,2
/proc/91218/stat : 91218 (java) S 91215 91218 90417 0 -1 4194304 461790 0 0 0 293525 512 0 0 20 0 20 0 80538663 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
/proc/91218/statm: 4765878 4077449 5572 1 0 4090598 0
[pid=91218/tid=91220] ppid=91215 vsize=19063512 memory=14720 CPUtime=1606.63 cores=0,2
/proc/91218/task/91220/stat : 91220 (java) S 91215 91218 90417 0 -1 4194368 139684 0 0 0 160534 129 0 0 20 0 20 0 80538664 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91229] ppid=91215 vsize=19063512 memory=16309796 CPUtime=0 cores=0,2
/proc/91218/task/91229/stat : 91229 (Finalizer) S 91215 91218 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91236] ppid=91215 vsize=19063512 memory=16309796 CPUtime=0 cores=0,2
/proc/91218/task/91236/stat : 91236 (Common-Cleaner) S 91215 91218 90417 0 -1 4194368 1423 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91238] ppid=91215 vsize=19063512 memory=16309796 CPUtime=0 cores=0,2
/proc/91218/task/91238/stat : 91238 (Timer-0) S 91215 91218 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80539963 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 2940.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16309796 KiB

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

# cumulated CPU time of all completed processes:  user=3008.13 s, system=5.19015 s

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

[startup+2214.4 s]
/proc/loadavg: 5.13 5.08 4.79 6/341 91472
/proc/meminfo: memFree=96824260/131250000 swapFree=33010672/33010684
[pid=91218] ppid=91215 vsize=19063512 memory=16309796 CPUtime=2964.37 cores=0,2
/proc/91218/stat : 91218 (java) S 91215 91218 90417 0 -1 4194304 462825 0 0 0 295925 512 0 0 20 0 20 0 80538663 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
/proc/91218/statm: 4765878 4077449 5572 1 0 4090598 0
[pid=91218/tid=91220] ppid=91215 vsize=19063512 memory=5760 CPUtime=1606.63 cores=0,2
/proc/91218/task/91220/stat : 91220 (java) S 91215 91218 90417 0 -1 4194368 139684 0 0 0 160534 129 0 0 20 0 20 0 80538664 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91229] ppid=91215 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/91218/task/91229/stat : 91229 (Finalizer) S 91215 91218 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91236] ppid=91215 vsize=19063512 memory=18944 CPUtime=0 cores=0,2
/proc/91218/task/91236/stat : 91236 (Common-Cleaner) S 91215 91218 90417 0 -1 4194368 1442 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91238] ppid=91215 vsize=19063512 memory=16309796 CPUtime=0 cores=0,2
/proc/91218/task/91238/stat : 91238 (Timer-0) S 91215 91218 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80539963 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 2964.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16309796 KiB

[startup+2227.2 s]
/proc/loadavg: 5.18 5.09 4.80 6/341 91473
/proc/meminfo: memFree=96791100/131250000 swapFree=33010672/33010684
[pid=91218] ppid=91215 vsize=19063512 memory=16309796 CPUtime=2989.8 cores=0,2
/proc/91218/stat : 91218 (java) S 91215 91218 90417 0 -1 4194304 464287 0 0 0 298467 513 0 0 20 0 20 0 80538663 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
/proc/91218/statm: 4765878 4077449 5572 1 0 4090598 0
[pid=91218/tid=91220] ppid=91215 vsize=19063512 memory=5148 CPUtime=1606.63 cores=0,2
/proc/91218/task/91220/stat : 91220 (java) S 91215 91218 90417 0 -1 4194368 139684 0 0 0 160534 129 0 0 20 0 20 0 80538664 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91229] ppid=91215 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/91218/task/91229/stat : 91229 (Finalizer) S 91215 91218 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91236] ppid=91215 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/91218/task/91236/stat : 91236 (Common-Cleaner) S 91215 91218 90417 0 -1 4194368 1442 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91238] ppid=91215 vsize=19063512 memory=18944 CPUtime=0 cores=0,2
/proc/91218/task/91238/stat : 91238 (Timer-0) S 91215 91218 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80539963 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 2989.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16309796 KiB

[startup+2233.6 s]
/proc/loadavg: 5.16 5.09 4.80 6/341 91473
/proc/meminfo: memFree=96778812/131250000 swapFree=33010672/33010684
[pid=91218] ppid=91215 vsize=19063512 memory=16309796 CPUtime=3002.53 cores=0,2
/proc/91218/stat : 91218 (java) S 91215 91218 90417 0 -1 4194304 465786 0 0 0 299739 514 0 0 20 0 20 0 80538663 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
/proc/91218/statm: 4765878 4077449 5572 1 0 4090598 0
[pid=91218/tid=91220] ppid=91215 vsize=19063512 memory=18944 CPUtime=1606.63 cores=0,2
/proc/91218/task/91220/stat : 91220 (java) S 91215 91218 90417 0 -1 4194368 139684 0 0 0 160534 129 0 0 20 0 20 0 80538664 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91229] ppid=91215 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/91218/task/91229/stat : 91229 (Finalizer) S 91215 91218 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91236] ppid=91215 vsize=19063512 memory=17448 CPUtime=0 cores=0,2
/proc/91218/task/91236/stat : 91236 (Common-Cleaner) S 91215 91218 90417 0 -1 4194368 1442 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91238] ppid=91215 vsize=19063512 memory=16309796 CPUtime=0 cores=0,2
/proc/91218/task/91238/stat : 91238 (Timer-0) S 91215 91218 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80539963 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 3002.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16309796 KiB

[startup+2236.8 s]
/proc/loadavg: 5.15 5.09 4.80 6/341 91473
/proc/meminfo: memFree=96770620/131250000 swapFree=33010672/33010684
[pid=91218] ppid=91215 vsize=19063512 memory=16309796 CPUtime=3008.87 cores=0,2
/proc/91218/stat : 91218 (java) S 91215 91218 90417 0 -1 4194304 466046 0 0 0 300373 514 0 0 20 0 20 0 80538663 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
/proc/91218/statm: 4765878 4077449 5572 1 0 4090598 0
[pid=91218/tid=91220] ppid=91215 vsize=19063512 memory=5760 CPUtime=1606.63 cores=0,2
/proc/91218/task/91220/stat : 91220 (java) S 91215 91218 90417 0 -1 4194368 139684 0 0 0 160534 129 0 0 20 0 20 0 80538664 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91229] ppid=91215 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/91218/task/91229/stat : 91229 (Finalizer) S 91215 91218 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91236] ppid=91215 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/91218/task/91236/stat : 91236 (Common-Cleaner) S 91215 91218 90417 0 -1 4194368 1442 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91238] ppid=91215 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/91218/task/91238/stat : 91238 (Timer-0) S 91215 91218 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80539963 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 3008.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16309796 KiB

[startup+2238.4 s]
/proc/loadavg: 5.15 5.09 4.80 8/341 91473
/proc/meminfo: memFree=96586048/131250000 swapFree=33010672/33010684
[pid=91218] ppid=91215 vsize=19063512 memory=16309796 CPUtime=3012.04 cores=0,2
/proc/91218/stat : 91218 (java) S 91215 91218 90417 0 -1 4194304 466427 0 0 0 300690 514 0 0 20 0 20 0 80538663 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
/proc/91218/statm: 4765878 4077449 5572 1 0 4090598 0
[pid=91218/tid=91220] ppid=91215 vsize=19063512 memory=-6000919485658721126 CPUtime=1606.63 cores=0,2
/proc/91218/task/91220/stat : 91220 (java) S 91215 91218 90417 0 -1 4194368 139684 0 0 0 160534 129 0 0 20 0 20 0 80538664 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91229] ppid=91215 vsize=19063512 memory=12544 CPUtime=0 cores=0,2
/proc/91218/task/91229/stat : 91229 (Finalizer) S 91215 91218 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91236] ppid=91215 vsize=19063512 memory=18944 CPUtime=0 cores=0,2
/proc/91218/task/91236/stat : 91236 (Common-Cleaner) S 91215 91218 90417 0 -1 4194368 1442 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91238] ppid=91215 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/91218/task/91238/stat : 91238 (Timer-0) S 91215 91218 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80539963 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 3012.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16309796 KiB

[startup+2238.8 s]
/proc/loadavg: 5.15 5.09 4.80 8/341 91473
/proc/meminfo: memFree=96586048/131250000 swapFree=33010672/33010684
[pid=91218] ppid=91215 vsize=19063512 memory=16309796 CPUtime=3012.84 cores=0,2
/proc/91218/stat : 91218 (java) S 91215 91218 90417 0 -1 4194304 466427 0 0 0 300770 514 0 0 20 0 20 0 80538663 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
/proc/91218/statm: 4765878 4077449 5572 1 0 4090598 0
[pid=91218/tid=91220] ppid=91215 vsize=19063512 memory=-6000919485658721126 CPUtime=1606.63 cores=0,2
/proc/91218/task/91220/stat : 91220 (java) S 91215 91218 90417 0 -1 4194368 139684 0 0 0 160534 129 0 0 20 0 20 0 80538664 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91229] ppid=91215 vsize=19063512 memory=6772 CPUtime=0 cores=0,2
/proc/91218/task/91229/stat : 91229 (Finalizer) S 91215 91218 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91236] ppid=91215 vsize=19063512 memory=4226724 CPUtime=0 cores=0,2
/proc/91218/task/91236/stat : 91236 (Common-Cleaner) S 91215 91218 90417 0 -1 4194368 1442 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91238] ppid=91215 vsize=19063512 memory=6640 CPUtime=0 cores=0,2
/proc/91218/task/91238/stat : 91238 (Timer-0) S 91215 91218 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80539963 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 3012.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16309796 KiB

[startup+2239 s]*
/proc/loadavg: 5.15 5.09 4.80 5/341 91473
/proc/meminfo: memFree=96586048/131250000 swapFree=33010672/33010684
[pid=91218] ppid=91215 vsize=19063512 memory=16309796 CPUtime=3013.23 cores=0,2
/proc/91218/stat : 91218 (java) S 91215 91218 90417 0 -1 4194304 466427 0 0 0 300809 514 0 0 20 0 20 0 80538663 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
/proc/91218/statm: 4765878 4077449 5572 1 0 4090598 0
[pid=91218/tid=91220] ppid=91215 vsize=19063512 memory=-6000919472723356518 CPUtime=1606.63 cores=0,2
/proc/91218/task/91220/stat : 91220 (java) S 91215 91218 90417 0 -1 4194368 139684 0 0 0 160534 129 0 0 20 0 20 0 80538664 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91229] ppid=91215 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/91218/task/91229/stat : 91229 (Finalizer) S 91215 91218 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91236] ppid=91215 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/91218/task/91236/stat : 91236 (Common-Cleaner) S 91215 91218 90417 0 -1 4194368 1442 0 0 0 0 0 0 0 20 0 20 0 80538667 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
[pid=91218/tid=91238] ppid=91215 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/91218/task/91238/stat : 91238 (Timer-0) S 91215 91218 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80539963 19521036288 4077449 18446744073709551615 94508639715328 94508639719024 140732259032912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94508639726840 94508639727632 94508653568000 140732259035520 140732259035621 140732259035621 140732259041224 0
Current children cumulated CPU time: 3013.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16309796 KiB

Child status: 1

Real time (s): 2239.07
CPU time (s): 3013.32
CPU user time (s): 3008.13
CPU system time (s): 5.19015
CPU usage (%): 134.579
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 16309796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3008.13
system time used= 5.19015
maximum resident set size= 16309924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 466510
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73393
involuntary context switches= 36599


# summary of solver processes directly reported to runsolver:
#   pid: 91218
#   total CPU time (s): 3013.32
#   total CPU user time (s): 3008.13
#   total CPU system time (s): 5.19015

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.98624 second user time and 11.6095 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-04 19:03:20
IDJOB=4522834
IDBENCH=179343
IDSOLVER=3363
FILE ID=nodeC026/4522834-1751648600
RUNJOBID= nodeC026-1751647263-90894
SLURM_JOB_ID= 9672331
Free space on /tmp= 429768 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_25000_5_0.75_3.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522834-1751648600/watcher-4522834-1751648600 -o /tmp/evaluation-result-4522834-1751648600/solver-4522834-1751648600 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751647263-90894 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4522834-1751648600.opb

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

MD5SUM BENCH= 5662c244c9130155c537b4eb4063501c
RANDOM SEED=974827000

nodeC026 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	: 0xb00002a
cpu MHz		: 3590.765
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.390
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.786
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.941
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.492
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.791
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3595.201
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.801
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        95031684 kB
MemAvailable:   98217448 kB
Buffers:            2128 kB
Cached:          3810020 kB
SwapCached:            4 kB
Active:         32088068 kB
Inactive:        3139768 kB
Active(anon):   31424076 kB
Inactive(anon):     9688 kB
Active(file):     663992 kB
Inactive(file):  3130080 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15904 kB
Writeback:             0 kB
AnonPages:      31418764 kB
Mapped:           125312 kB
Shmem:             18076 kB
KReclaimable:     452492 kB
Slab:             555132 kB
SReclaimable:     452492 kB
SUnreclaim:       102640 kB
KernelStack:        5148 kB
PageTables:        65368 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   32160216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  30959616 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 429804 MiB
End job on nodeC026 at 2025-07-04 19:40:39