Trace number 4523893

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 VeriPB 2025-06-06? (TO) 3604.38 2801.21

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/dobutsu-shogi-master-PB25-20250424/
normalized-dobutsu-shogi-master-noopt.opb
MD5SUMc9e2c34ab166c037a70ac98b2c310360
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 benchmark110850
Best CPU time to get the best result obtained on this benchmark621.116
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1269148
Total number of constraints918926
Number of constraints which are clauses731477
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints187445
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 618925
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 618925
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 29
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 618925
Number of bits of the biggest sum of numbers20
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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	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-4523893-1751608270.opb
0.13/0.13	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.15	c  objective function found
6.09/3.75	c ... done. Wall clock time 3.609s.
6.09/3.75	c declared #vars     1269148
6.09/3.75	c #constraints  918930
6.09/3.75	c constraints type 
6.09/3.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 478547
6.09/3.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 181681
6.09/3.75	c org.sat4j.specs.Constr$1 => 8196
6.09/3.75	c org.sat4j.pb.constraints.pb.UnitClausesPB => 4524
6.09/3.75	c org.sat4j.pb.constraints.pb.UnitClausePB => 14128
6.09/3.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 231854
6.09/3.75	c 918930 constraints processed.
6.09/3.76	c objective function length is 618925 literals
19.54/16.08	c SATISFIABLE
19.54/16.08	c OPTIMIZING...
19.54/16.08	c Got one! Elapsed wall clock time (in seconds):15.949
19.54/16.08	o 133577
60.92/56.69	c Got one! Elapsed wall clock time (in seconds):56.552
60.92/56.69	o 133305
888.02/831.82	c cleaning 2536 clauses out of 5072 with flag 12083/5143
1744.99/1556.96	c cleaning 4264 clauses out of 8536 with flag 26334/11143

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: 63665 MiB (48163 MiB free)
  memory of node 1: 64507 MiB (57364 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523893-1751608270/watcher-4523893-1751608270 -o /tmp/evaluation-result-4523893-1751608270/solver-4523893-1751608270 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751600965-89877 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4523893-1751608270 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4523893-1751608270.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 FSIZE limit: 102400000 KiB
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
Current StackSize limit: 8192 KiB

solver pid=90922, runsolver pid=90919

[startup+0.10006 s]*
/proc/loadavg: 4.12 4.15 4.17 6/346 90940
/proc/meminfo: memFree=108045240/131249996 swapFree=33010672/33010684
[pid=90922] ppid=90919 vsize=18930384 memory=59564 CPUtime=0.13 cores=5,7
/proc/90922/stat : 90922 (java) S 90919 90922 89864 0 -1 4194304 6486 0 0 0 11 2 0 0 20 0 18 0 76504820 19384713216 14891 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
/proc/90922/statm: 4732596 14891 5371 1 0 547620 0
[pid=90922/tid=90924] ppid=90919 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/90922/task/90924/stat : 90924 (java) R 90919 90922 89864 0 -1 4194368 5068 0 0 0 7 1 0 0 20 0 18 0 76504821 19384713216 14891 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90933] ppid=90919 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/90922/task/90933/stat : 90933 (Finalizer) S 90919 90922 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76504823 19384713216 14891 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90940] ppid=90919 vsize=18930384 memory=60684515963265 CPUtime=0 cores=5,7
/proc/90922/task/90940/stat : 90940 (Common-Cleaner) S 90919 90922 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 76504824 19384713216 14891 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59564 KiB

[startup+0.205984 s]*
/proc/loadavg: 4.12 4.15 4.17 6/346 90940
/proc/meminfo: memFree=107991740/131249996 swapFree=33010672/33010684
[pid=90922] ppid=90919 vsize=18930384 memory=113740 CPUtime=0.31 cores=5,7
/proc/90922/stat : 90922 (java) S 90919 90922 89864 0 -1 4194304 7315 0 0 0 28 3 0 0 20 0 18 0 76504820 19384713216 28435 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
/proc/90922/statm: 4732596 28435 5435 1 0 548179 0
[pid=90922/tid=90924] ppid=90919 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=5,7
/proc/90922/task/90924/stat : 90924 (java) R 90919 90922 89864 0 -1 4194368 5282 0 0 0 15 2 0 0 20 0 18 0 76504821 19384713216 28435 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90933] ppid=90919 vsize=18930384 memory=16198 CPUtime=0 cores=5,7
/proc/90922/task/90933/stat : 90933 (Finalizer) S 90919 90922 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76504823 19384713216 28435 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90940] ppid=90919 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/90922/task/90940/stat : 90940 (Common-Cleaner) S 90919 90922 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 76504824 19384713216 28435 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 113740 KiB

[startup+0.305858 s]*
/proc/loadavg: 4.12 4.15 4.17 7/346 90940
/proc/meminfo: memFree=107951096/131249996 swapFree=33010672/33010684
[pid=90922] ppid=90919 vsize=18930384 memory=154488 CPUtime=0.5 cores=5,7
/proc/90922/stat : 90922 (java) S 90919 90922 89864 0 -1 4194304 8864 0 0 0 46 4 0 0 20 0 18 0 76504820 19384713216 38622 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
/proc/90922/statm: 4732596 38622 5435 1 0 549181 0
[pid=90922/tid=90924] ppid=90919 vsize=18930384 memory=-6000919468478393446 CPUtime=0.27 cores=5,7
/proc/90922/task/90924/stat : 90924 (java) R 90919 90922 89864 0 -1 4194368 5301 0 0 0 24 3 0 0 20 0 18 0 76504821 19384713216 38622 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90933] ppid=90919 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/90922/task/90933/stat : 90933 (Finalizer) S 90919 90922 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76504823 19384713216 38622 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90940] ppid=90919 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/90922/task/90940/stat : 90940 (Common-Cleaner) S 90919 90922 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 76504824 19384713216 38622 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 154488 KiB

[startup+0.700235 s]
/proc/loadavg: 4.12 4.15 4.17 6/347 90941
/proc/meminfo: memFree=107891988/131249996 swapFree=33010672/33010684
[pid=90922] ppid=90919 vsize=18996948 memory=246760 CPUtime=1.18 cores=5,7
/proc/90922/stat : 90922 (java) S 90919 90922 89864 0 -1 4194304 9457 0 0 0 111 7 0 0 20 0 19 0 76504820 19452874752 61690 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
/proc/90922/statm: 4749237 61690 5467 1 0 549860 0
[pid=90922/tid=90924] ppid=90919 vsize=18996948 memory=18688 CPUtime=0.6 cores=5,7
/proc/90922/task/90924/stat : 90924 (java) R 90919 90922 89864 0 -1 4194368 5405 0 0 0 56 4 0 0 20 0 19 0 76504821 19452874752 61690 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90933] ppid=90919 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/90922/task/90933/stat : 90933 (Finalizer) S 90919 90922 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76504823 19452874752 61690 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90940] ppid=90919 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/90922/task/90940/stat : 90940 (Common-Cleaner) S 90919 90922 89864 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 76504824 19452874752 61690 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 246760 KiB

[startup+1.50025 s]
/proc/loadavg: 4.12 4.15 4.17 6/347 90941
/proc/meminfo: memFree=107822092/131249996 swapFree=33010672/33010684
[pid=90922] ppid=90919 vsize=18998968 memory=553040 CPUtime=2.73 cores=5,7
/proc/90922/stat : 90922 (java) S 90919 90922 89864 0 -1 4194304 18504 0 0 0 258 15 0 0 20 0 19 0 76504820 19454943232 138260 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
/proc/90922/statm: 4749742 138260 5467 1 0 1114575 0
[pid=90922/tid=90924] ppid=90919 vsize=18998968 memory=3328 CPUtime=1.26 cores=5,7
/proc/90922/task/90924/stat : 90924 (java) R 90919 90922 89864 0 -1 4194368 5539 0 0 0 117 9 0 0 20 0 19 0 76504821 19454943232 138260 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90933] ppid=90919 vsize=18998968 memory=0 CPUtime=0 cores=5,7
/proc/90922/task/90933/stat : 90933 (Finalizer) S 90919 90922 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76504823 19454943232 138260 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90940] ppid=90919 vsize=18998968 memory=10752 CPUtime=0 cores=5,7
/proc/90922/task/90940/stat : 90940 (Common-Cleaner) S 90919 90922 89864 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 76504824 19454943232 138260 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 18998968 KiB
Current children cumulated memory: 553040 KiB

[startup+3.1058 s]
/proc/loadavg: 4.12 4.15 4.17 6/347 90941
/proc/meminfo: memFree=106939216/131249996 swapFree=33010672/33010684
[pid=90922] ppid=90919 vsize=18996948 memory=1193180 CPUtime=5.38 cores=5,7
/proc/90922/stat : 90922 (java) S 90919 90922 89864 0 -1 4194304 20610 0 0 0 508 30 0 0 20 0 19 0 76504820 19452874752 298295 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
/proc/90922/statm: 4749237 298295 5467 1 0 2014829 0
[pid=90922/tid=90924] ppid=90919 vsize=18996948 memory=10752 CPUtime=2.4 cores=5,7
/proc/90922/task/90924/stat : 90924 (java) R 90919 90922 89864 0 -1 4194368 5809 0 0 0 224 16 0 0 20 0 19 0 76504821 19452874752 298295 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90933] ppid=90919 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/90922/task/90933/stat : 90933 (Finalizer) S 90919 90922 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76504823 19452874752 298295 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90940] ppid=90919 vsize=18996948 memory=5760 CPUtime=0 cores=5,7
/proc/90922/task/90940/stat : 90940 (Common-Cleaner) S 90919 90922 89864 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 76504824 19452874752 298295 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
Current children cumulated CPU time: 5.38 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1193180 KiB

[startup+6.30023 s]
/proc/loadavg: 4.11 4.15 4.17 5/348 90942
/proc/meminfo: memFree=106547276/131249996 swapFree=33010672/33010684
[pid=90922] ppid=90919 vsize=19063512 memory=1451628 CPUtime=9.53 cores=5,7
/proc/90922/stat : 90922 (java) S 90919 90922 89864 0 -1 4194304 22160 0 0 0 917 36 0 0 20 0 20 0 76504820 19521036288 362907 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
/proc/90922/statm: 4765878 362907 5531 1 0 2562746 0
[pid=90922/tid=90924] ppid=90919 vsize=19063512 memory=5760 CPUtime=5.39 cores=5,7
/proc/90922/task/90924/stat : 90924 (java) R 90919 90922 89864 0 -1 4194368 6282 0 0 0 519 20 0 0 20 0 20 0 76504821 19521036288 362907 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90933] ppid=90919 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/90922/task/90933/stat : 90933 (Finalizer) S 90919 90922 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76504823 19521036288 362907 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90940] ppid=90919 vsize=19063512 memory=-6000919468478393446 CPUtime=0 cores=5,7
/proc/90922/task/90940/stat : 90940 (Common-Cleaner) S 90919 90922 89864 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 76504824 19521036288 362907 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90942] ppid=90919 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/90922/task/90942/stat : 90942 (Timer-0) S 90919 90922 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76505243 19521036288 362907 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
Current children cumulated CPU time: 9.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1451628 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.16 4.17 5/348 90943
/proc/meminfo: memFree=106466948/131249996 swapFree=33010672/33010684
[pid=90922] ppid=90919 vsize=19063512 memory=1452396 CPUtime=15.93 cores=5,7
/proc/90922/stat : 90922 (java) S 90919 90922 89864 0 -1 4194304 23368 0 0 0 1556 37 0 0 20 0 20 0 76504820 19521036288 363099 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
/proc/90922/statm: 4765878 363099 5531 1 0 2562944 0
[pid=90922/tid=90924] ppid=90919 vsize=19063512 memory=10752 CPUtime=11.77 cores=5,7
/proc/90922/task/90924/stat : 90924 (java) R 90919 90922 89864 0 -1 4194368 7080 0 0 0 1157 20 0 0 20 0 20 0 76504821 19521036288 363099 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90933] ppid=90919 vsize=19063512 memory=1452268 CPUtime=0 cores=5,7
/proc/90922/task/90933/stat : 90933 (Finalizer) S 90919 90922 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76504823 19521036288 363099 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90940] ppid=90919 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/90922/task/90940/stat : 90940 (Common-Cleaner) S 90919 90922 89864 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 76504824 19521036288 363099 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90942] ppid=90919 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/90922/task/90942/stat : 90942 (Timer-0) S 90919 90922 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76505243 19521036288 363099 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
Current children cumulated CPU time: 15.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1452396 KiB

[startup+25.5002 s]
/proc/loadavg: 4.22 4.17 4.17 5/348 90943
/proc/meminfo: memFree=105922708/131249996 swapFree=33010672/33010684
[pid=90922] ppid=90919 vsize=19063512 memory=1776836 CPUtime=29.42 cores=5,7
/proc/90922/stat : 90922 (java) S 90919 90922 89864 0 -1 4194304 29144 0 0 0 2898 44 0 0 20 0 20 0 76504820 19521036288 444209 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
/proc/90922/statm: 4765878 444209 5531 1 0 2563034 0
[pid=90922/tid=90924] ppid=90919 vsize=19063512 memory=1452268 CPUtime=24.54 cores=5,7
/proc/90922/task/90924/stat : 90924 (java) R 90919 90922 89864 0 -1 4194368 8839 0 0 0 2427 27 0 0 20 0 20 0 76504821 19521036288 444209 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90933] ppid=90919 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/90922/task/90933/stat : 90933 (Finalizer) S 90919 90922 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76504823 19521036288 444209 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90940] ppid=90919 vsize=19063512 memory=1776836 CPUtime=0 cores=5,7
/proc/90922/task/90940/stat : 90940 (Common-Cleaner) S 90919 90922 89864 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 76504824 19521036288 444209 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90942] ppid=90919 vsize=19063512 memory=-6000919468478393446 CPUtime=0 cores=5,7
/proc/90922/task/90942/stat : 90942 (Timer-0) S 90919 90922 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76505243 19521036288 444209 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
Current children cumulated CPU time: 29.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1776836 KiB

[startup+51.1058 s]
/proc/loadavg: 4.49 4.24 4.20 5/348 90943
/proc/meminfo: memFree=105529952/131249996 swapFree=33010672/33010684
[pid=90922] ppid=90919 vsize=19063512 memory=1776964 CPUtime=55.13 cores=5,7
/proc/90922/stat : 90922 (java) S 90919 90922 89864 0 -1 4194304 34562 0 0 0 5468 45 0 0 20 0 20 0 76504820 19521036288 444241 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
/proc/90922/statm: 4765878 444241 5531 1 0 2563034 0
[pid=90922/tid=90924] ppid=90919 vsize=19063512 memory=1776836 CPUtime=50.08 cores=5,7
/proc/90922/task/90924/stat : 90924 (java) R 90919 90922 89864 0 -1 4194368 10450 0 0 0 4981 27 0 0 20 0 20 0 76504821 19521036288 444241 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90933] ppid=90919 vsize=19063512 memory=1776964 CPUtime=0 cores=5,7
/proc/90922/task/90933/stat : 90933 (Finalizer) S 90919 90922 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76504823 19521036288 444241 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90940] ppid=90919 vsize=19063512 memory=1776964 CPUtime=0 cores=5,7
/proc/90922/task/90940/stat : 90940 (Common-Cleaner) S 90919 90922 89864 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 76504824 19521036288 444241 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90942] ppid=90919 vsize=19063512 memory=1776964 CPUtime=0 cores=5,7
/proc/90922/task/90942/stat : 90942 (Timer-0) S 90919 90922 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76505243 19521036288 444241 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
Current children cumulated CPU time: 55.13 s

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

/proc/90922/stat : 90922 (java) S 90919 90922 89864 0 -1 4194304 433979 0 0 0 336309 1213 0 0 20 0 20 0 76504820 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
/proc/90922/statm: 4765878 4063943 5595 1 0 4087358 0
[pid=90922/tid=90924] ppid=90919 vsize=19063512 memory=14824 CPUtime=2393.42 cores=5,7
/proc/90922/task/90924/stat : 90924 (java) S 90919 90922 89864 0 -1 4194368 134901 0 0 0 238484 858 0 0 20 0 20 0 76504821 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90933] ppid=90919 vsize=19063512 memory=16255772 CPUtime=0 cores=5,7
/proc/90922/task/90933/stat : 90933 (Finalizer) S 90919 90922 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76504823 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90940] ppid=90919 vsize=19063512 memory=16255772 CPUtime=0 cores=5,7
/proc/90922/task/90940/stat : 90940 (Common-Cleaner) S 90919 90922 89864 0 -1 4194368 1991 0 0 0 0 0 0 0 20 0 20 0 76504824 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90942] ppid=90919 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/90922/task/90942/stat : 90942 (Timer-0) S 90919 90922 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76505243 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
Current children cumulated CPU time: 3375.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16255772 KiB

[startup+2742.3 s]
/proc/loadavg: 5.19 5.08 5.05 6/343 91221
/proc/meminfo: memFree=60637284/131249996 swapFree=33010672/33010684
[pid=90922] ppid=90919 vsize=19063512 memory=16255772 CPUtime=3491.04 cores=5,7
/proc/90922/stat : 90922 (java) S 90919 90922 89864 0 -1 4194304 440343 0 0 0 347884 1220 0 0 20 0 20 0 76504820 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
/proc/90922/statm: 4765878 4063943 5595 1 0 4087358 0
[pid=90922/tid=90924] ppid=90919 vsize=19063512 memory=14824 CPUtime=2399 cores=5,7
/proc/90922/task/90924/stat : 90924 (java) S 90919 90922 89864 0 -1 4194368 135444 0 0 0 239041 859 0 0 20 0 20 0 76504821 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90933] ppid=90919 vsize=19063512 memory=16255772 CPUtime=0 cores=5,7
/proc/90922/task/90933/stat : 90933 (Finalizer) S 90919 90922 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76504823 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90940] ppid=90919 vsize=19063512 memory=16255772 CPUtime=0 cores=5,7
/proc/90922/task/90940/stat : 90940 (Common-Cleaner) S 90919 90922 89864 0 -1 4194368 1991 0 0 0 0 0 0 0 20 0 20 0 76504824 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90942] ppid=90919 vsize=19063512 memory=16255772 CPUtime=0 cores=5,7
/proc/90922/task/90942/stat : 90942 (Timer-0) S 90919 90922 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76505243 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
Current children cumulated CPU time: 3491.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16255772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2797.9 s]
/proc/loadavg: 5.19 5.10 5.06 6/344 91226
/proc/meminfo: memFree=59947720/131249996 swapFree=33010672/33010684
[pid=90922] ppid=90919 vsize=19063512 memory=16255772 CPUtime=3600.14 cores=5,7
/proc/90922/stat : 90922 (java) S 90919 90922 89864 0 -1 4194304 447493 0 0 0 358787 1227 0 0 20 0 20 0 76504820 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
/proc/90922/statm: 4765878 4063943 5595 1 0 4087358 0
[pid=90922/tid=90924] ppid=90919 vsize=19063512 memory=14824 CPUtime=2400.97 cores=5,7
/proc/90922/task/90924/stat : 90924 (java) S 90919 90922 89864 0 -1 4194368 135463 0 0 0 239237 860 0 0 20 0 20 0 76504821 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90933] ppid=90919 vsize=19063512 memory=4480 CPUtime=0 cores=5,7
/proc/90922/task/90933/stat : 90933 (Finalizer) S 90919 90922 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76504823 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90940] ppid=90919 vsize=19063512 memory=16255772 CPUtime=0 cores=5,7
/proc/90922/task/90940/stat : 90940 (Common-Cleaner) S 90919 90922 89864 0 -1 4194368 1991 0 0 0 0 0 0 0 20 0 20 0 76504824 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90942] ppid=90919 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/90922/task/90942/stat : 90942 (Timer-0) S 90919 90922 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76505243 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16255772 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+2801.21 s]
# the end of solver process 90922 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3591.86 s, system=12.52 s

Solver just ended.
Dumping a history of the last processes samples

[startup+2798.4 s]
/proc/loadavg: 5.19 5.10 5.06 6/344 91226
/proc/meminfo: memFree=59939184/131249996 swapFree=33010672/33010684
[pid=90922] ppid=90919 vsize=19063512 memory=16255772 CPUtime=3601.13 cores=5,7
/proc/90922/stat : 90922 (java) S 90919 90922 89864 0 -1 4194304 447497 0 0 0 358886 1227 0 0 20 0 20 0 76504820 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
/proc/90922/statm: 4765878 4063943 5595 1 0 4087358 0
[pid=90922/tid=90924] ppid=90919 vsize=19063512 memory=14824 CPUtime=2400.97 cores=5,7
/proc/90922/task/90924/stat : 90924 (java) S 90919 90922 89864 0 -1 4194368 135463 0 0 0 239237 860 0 0 20 0 20 0 76504821 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90933] ppid=90919 vsize=19063512 memory=-6000919468478393446 CPUtime=0 cores=5,7
/proc/90922/task/90933/stat : 90933 (Finalizer) S 90919 90922 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76504823 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90940] ppid=90919 vsize=19063512 memory=5080 CPUtime=0 cores=5,7
/proc/90922/task/90940/stat : 90940 (Common-Cleaner) S 90919 90922 89864 0 -1 4194368 1991 0 0 0 0 0 0 0 20 0 20 0 76504824 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90942] ppid=90919 vsize=19063512 memory=16255772 CPUtime=0 cores=5,7
/proc/90922/task/90942/stat : 90942 (Timer-0) S 90919 90922 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76505243 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
Current children cumulated CPU time: 3601.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16255772 KiB

[startup+2799.2 s]
/proc/loadavg: 5.19 5.10 5.06 6/344 91226
/proc/meminfo: memFree=59923056/131249996 swapFree=33010672/33010684
[pid=90922] ppid=90919 vsize=19063512 memory=16255772 CPUtime=3602.72 cores=5,7
/proc/90922/stat : 90922 (java) S 90919 90922 89864 0 -1 4194304 447500 0 0 0 359045 1227 0 0 20 0 20 0 76504820 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
/proc/90922/statm: 4765878 4063943 5595 1 0 4087358 0
[pid=90922/tid=90924] ppid=90919 vsize=19063512 memory=-6000919468478393446 CPUtime=2400.97 cores=5,7
/proc/90922/task/90924/stat : 90924 (java) S 90919 90922 89864 0 -1 4194368 135463 0 0 0 239237 860 0 0 20 0 20 0 76504821 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90933] ppid=90919 vsize=19063512 memory=16255772 CPUtime=0 cores=5,7
/proc/90922/task/90933/stat : 90933 (Finalizer) S 90919 90922 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76504823 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90940] ppid=90919 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/90922/task/90940/stat : 90940 (Common-Cleaner) S 90919 90922 89864 0 -1 4194368 1991 0 0 0 0 0 0 0 20 0 20 0 76504824 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90942] ppid=90919 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/90922/task/90942/stat : 90942 (Timer-0) S 90919 90922 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76505243 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
Current children cumulated CPU time: 3602.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16255772 KiB

[startup+2799.6 s]
/proc/loadavg: 5.19 5.10 5.06 6/344 91226
/proc/meminfo: memFree=59923056/131249996 swapFree=33010672/33010684
[pid=90922] ppid=90919 vsize=19063512 memory=16255772 CPUtime=3603.51 cores=5,7
/proc/90922/stat : 90922 (java) S 90919 90922 89864 0 -1 4194304 447504 0 0 0 359124 1227 0 0 20 0 20 0 76504820 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
/proc/90922/statm: 4765878 4063943 5595 1 0 4087358 0
[pid=90922/tid=90924] ppid=90919 vsize=19063512 memory=10752 CPUtime=2400.97 cores=5,7
/proc/90922/task/90924/stat : 90924 (java) S 90919 90922 89864 0 -1 4194368 135463 0 0 0 239237 860 0 0 20 0 20 0 76504821 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90933] ppid=90919 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/90922/task/90933/stat : 90933 (Finalizer) S 90919 90922 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76504823 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90940] ppid=90919 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/90922/task/90940/stat : 90940 (Common-Cleaner) S 90919 90922 89864 0 -1 4194368 1991 0 0 0 0 0 0 0 20 0 20 0 76504824 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90942] ppid=90919 vsize=19063512 memory=4480 CPUtime=0 cores=5,7
/proc/90922/task/90942/stat : 90942 (Timer-0) S 90919 90922 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76505243 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
Current children cumulated CPU time: 3603.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16255772 KiB

[startup+2799.8 s]
/proc/loadavg: 5.19 5.10 5.06 6/344 91226
/proc/meminfo: memFree=59923056/131249996 swapFree=33010672/33010684
[pid=90922] ppid=90919 vsize=19063512 memory=16255772 CPUtime=3603.91 cores=5,7
/proc/90922/stat : 90922 (java) S 90919 90922 89864 0 -1 4194304 447504 0 0 0 359164 1227 0 0 20 0 20 0 76504820 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
/proc/90922/statm: 4765878 4063943 5595 1 0 4087358 0
[pid=90922/tid=90924] ppid=90919 vsize=19063512 memory=1920 CPUtime=2400.97 cores=5,7
/proc/90922/task/90924/stat : 90924 (java) S 90919 90922 89864 0 -1 4194368 135463 0 0 0 239237 860 0 0 20 0 20 0 76504821 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90933] ppid=90919 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/90922/task/90933/stat : 90933 (Finalizer) S 90919 90922 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76504823 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90940] ppid=90919 vsize=19063512 memory=12288 CPUtime=0 cores=5,7
/proc/90922/task/90940/stat : 90940 (Common-Cleaner) S 90919 90922 89864 0 -1 4194368 1991 0 0 0 0 0 0 0 20 0 20 0 76504824 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90942] ppid=90919 vsize=19063512 memory=2736 CPUtime=0 cores=5,7
/proc/90922/task/90942/stat : 90942 (Timer-0) S 90919 90922 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76505243 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
Current children cumulated CPU time: 3603.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16255772 KiB

[startup+2799.9 s]
/proc/loadavg: 5.19 5.10 5.06 6/344 91226
/proc/meminfo: memFree=59923056/131249996 swapFree=33010672/33010684
[pid=90922] ppid=90919 vsize=19063512 memory=16255772 CPUtime=3604.11 cores=5,7
/proc/90922/stat : 90922 (java) S 90919 90922 89864 0 -1 4194304 447504 0 0 0 359184 1227 0 0 20 0 20 0 76504820 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
/proc/90922/statm: 4765878 4063943 5595 1 0 4087358 0
[pid=90922/tid=90924] ppid=90919 vsize=19063512 memory=14824 CPUtime=2400.97 cores=5,7
/proc/90922/task/90924/stat : 90924 (java) S 90919 90922 89864 0 -1 4194368 135463 0 0 0 239237 860 0 0 20 0 20 0 76504821 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90933] ppid=90919 vsize=19063512 memory=4480 CPUtime=0 cores=5,7
/proc/90922/task/90933/stat : 90933 (Finalizer) S 90919 90922 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76504823 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90940] ppid=90919 vsize=19063512 memory=16255772 CPUtime=0 cores=5,7
/proc/90922/task/90940/stat : 90940 (Common-Cleaner) S 90919 90922 89864 0 -1 4194368 1991 0 0 0 0 0 0 0 20 0 20 0 76504824 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
[pid=90922/tid=90942] ppid=90919 vsize=19063512 memory=16255772 CPUtime=0 cores=5,7
/proc/90922/task/90942/stat : 90942 (Timer-0) S 90919 90922 89864 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76505243 19521036288 4063943 18446744073709551615 94370978816000 94370978819696 140730443932032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94370978827512 94370978828304 94370983792640 140730443938096 140730443938278 140730443938278 140730443943880 0
Current children cumulated CPU time: 3604.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16255772 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2801.21
CPU time (s): 3604.38
CPU user time (s): 3591.86
CPU system time (s): 12.52
CPU usage (%): 128.672
Max. virtual memory (cumulated for all children) (KiB): 19067616
Max. memory (cumulated for all children) (KiB): 16255772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.86
system time used= 12.52
maximum resident set size= 16255772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 447507
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22903488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129986
involuntary context switches= 60738


# summary of solver processes directly reported to runsolver:
#   pid: 90922
#   total CPU time (s): 3604.38
#   total CPU user time (s): 3591.86
#   total CPU system time (s): 12.52

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.536 second user time and 13.2139 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-04 07:51:11
IDJOB=4523893
IDBENCH=180377
IDSOLVER=3364
FILE ID=nodeC017/4523893-1751608270
RUNJOBID= nodeC017-1751600965-89877
SLURM_JOB_ID= 9598879
Free space on /tmp= 432416 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/dobutsu-shogi-master-PB25-20250424/normalized-dobutsu-shogi-master-noopt.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523893-1751608270/watcher-4523893-1751608270 -o /tmp/evaluation-result-4523893-1751608270/solver-4523893-1751608270 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751600965-89877 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4523893-1751608270 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4523893-1751608270.opb

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

MD5SUM BENCH= c9e2c34ab166c037a70ac98b2c310360
RANDOM SEED=1420950218

nodeC017 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		: 3600.062
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.060
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3565.842
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	: 7000.12
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		: 3596.976
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.063
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	: 7000.12
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		: 3598.400
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.709
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	: 7000.12
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		: 3600.058
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        108060860 kB
MemAvailable:   120892840 kB
Buffers:            1688 kB
Cached:         13596328 kB
SwapCached:            8 kB
Active:          9174728 kB
Inactive:       13306832 kB
Active(anon):    8885604 kB
Inactive(anon):    16128 kB
Active(file):     289124 kB
Inactive(file): 13290704 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            433876 kB
Writeback:             0 kB
AnonPages:       8886312 kB
Mapped:           124180 kB
Shmem:             18072 kB
KReclaimable:     182380 kB
Slab:             286760 kB
SReclaimable:     182380 kB
SUnreclaim:       104380 kB
KernelStack:        5312 kB
PageTables:        21016 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   12433864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151560 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8648704 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432416 MiB
End job on nodeC017 at 2025-07-04 08:37:52