Trace number 4523938

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) 1563.56 1011.43

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/dobutsu-shogi-master-PB25-20250424/
normalized-dobutsu-shogi-master.opb
MD5SUMe21aae6253a3d8ec45e9622b89e9ca39
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 benchmark55733
Best CPU time to get the best result obtained on this benchmark437.667
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables642549
Total number of constraints326012
Number of constraints which are clauses173435
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints152577
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 505004
Biggest coefficient in the objective function 6
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 521726
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 27
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 521726
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.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.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4523938-1751609394.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c  objective function found
3.38/1.96	c ... done. Wall clock time 1.827s.
3.38/1.96	c declared #vars     642549
3.38/1.96	c #constraints  326012
3.38/1.96	c constraints type 
3.38/1.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 103794
3.38/1.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 152577
3.38/1.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 69641
3.38/1.96	c 326012 constraints processed.
3.38/1.97	c objective function length is 505004 literals
13.77/10.30	c SATISFIABLE
13.77/10.31	c OPTIMIZING...
13.77/10.31	c Got one! Elapsed wall clock time (in seconds):10.175
13.77/10.31	o 77774
17.15/12.65	c Got one! Elapsed wall clock time (in seconds):12.518
17.15/12.65	o 77495
18.54/13.77	c Got one! Elapsed wall clock time (in seconds):13.635
18.54/13.77	o 77305
19.50/14.49	c Got one! Elapsed wall clock time (in seconds):14.362
19.50/14.49	o 77270
22.35/16.76	c Got one! Elapsed wall clock time (in seconds):16.626
22.35/16.76	o 77269
56.81/50.15	c Got one! Elapsed wall clock time (in seconds):50.018
56.81/50.15	o 77268
219.94/186.82	c cleaning 2678 clauses out of 5363 with flag 10028/5432
429.13/359.79	c cleaning 4337 clauses out of 8685 with flag 22028/11432
1177.50/813.71	
1177.50/813.71	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 (61850 MiB free)
  memory of node 1: 64465 MiB (62755 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523938-1751609394/watcher-4523938-1751609394 -o /tmp/evaluation-result-4523938-1751609394/solver-4523938-1751609394 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751609394-86973 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4523938-1751609394.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=87029, runsolver pid=87025
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 2.04 2.32 2.90 6/303 87063
/proc/meminfo: memFree=127526428/131250000 swapFree=33010684/33010684
[pid=87029] ppid=87025 vsize=18930384 memory=57796 CPUtime=0.12 cores=0,2
/proc/87029/stat : 87029 (java) S 87025 87029 86719 0 -1 4194304 6599 0 0 0 11 1 0 0 20 0 18 0 76561930 19384713216 14449 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
/proc/87029/statm: 4732596 14449 5337 1 0 547622 0
[pid=87029/tid=87031] ppid=87025 vsize=18930384 memory=4026532124 CPUtime=0.08 cores=0,2
/proc/87029/task/87031/stat : 87031 (java) R 87025 87029 86719 0 -1 4194368 5086 0 0 0 7 1 0 0 20 0 18 0 76561931 19384713216 14449 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87043] ppid=87025 vsize=18930384 memory=16124 CPUtime=0 cores=0,2
/proc/87029/task/87043/stat : 87043 (Finalizer) S 87025 87029 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76561933 19384713216 14449 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87050] ppid=87025 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/87029/task/87050/stat : 87050 (Common-Cleaner) S 87025 87029 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76561934 19384713216 14449 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57796 KiB

[startup+0.205622 s]*
/proc/loadavg: 2.04 2.32 2.90 10/313 87075
/proc/meminfo: memFree=127471596/131250000 swapFree=33010684/33010684
[pid=87029] ppid=87025 vsize=18930384 memory=92560 CPUtime=0.31 cores=0,2
/proc/87029/stat : 87029 (java) S 87025 87029 86719 0 -1 4194304 8106 0 0 0 29 2 0 0 20 0 18 0 76561930 19384713216 23140 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
/proc/87029/statm: 4732596 23140 5401 1 0 548557 0
[pid=87029/tid=87031] ppid=87025 vsize=18930384 memory=4026813211 CPUtime=0.16 cores=0,2
/proc/87029/task/87031/stat : 87031 (java) R 87025 87029 86719 0 -1 4194368 5237 0 0 0 15 1 0 0 20 0 18 0 76561931 19384713216 23140 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87043] ppid=87025 vsize=18930384 memory=215637819727 CPUtime=0 cores=0,2
/proc/87029/task/87043/stat : 87043 (Finalizer) S 87025 87029 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76561933 19384713216 23140 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87050] ppid=87025 vsize=18930384 memory=56286469426119 CPUtime=0 cores=0,2
/proc/87029/task/87050/stat : 87050 (Common-Cleaner) S 87025 87029 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76561934 19384713216 23140 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 92560 KiB

[startup+0.305472 s]*
/proc/loadavg: 2.04 2.32 2.90 8/314 87076
/proc/meminfo: memFree=127397524/131250000 swapFree=33010684/33010684
[pid=87029] ppid=87025 vsize=18930384 memory=137608 CPUtime=0.51 cores=0,2
/proc/87029/stat : 87029 (java) S 87025 87029 86719 0 -1 4194304 8615 0 0 0 48 3 0 0 20 0 18 0 76561930 19384713216 34402 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
/proc/87029/statm: 4732596 34402 5401 1 0 548937 0
[pid=87029/tid=87031] ppid=87025 vsize=18930384 memory=-8824942624584126760 CPUtime=0.26 cores=0,2
/proc/87029/task/87031/stat : 87031 (java) R 87025 87029 86719 0 -1 4194368 5260 0 0 0 24 2 0 0 20 0 18 0 76561931 19384713216 34402 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87043] ppid=87025 vsize=18930384 memory=-6000919498476643687 CPUtime=0 cores=0,2
/proc/87029/task/87043/stat : 87043 (Finalizer) S 87025 87029 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76561933 19384713216 34402 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87050] ppid=87025 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/87029/task/87050/stat : 87050 (Common-Cleaner) S 87025 87029 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76561934 19384713216 34402 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 137608 KiB

[startup+0.700229 s]
/proc/loadavg: 2.04 2.32 2.90 8/337 87104
/proc/meminfo: memFree=127180384/131250000 swapFree=33010684/33010684
[pid=87029] ppid=87025 vsize=18996948 memory=227212 CPUtime=1.14 cores=0,2
/proc/87029/stat : 87029 (java) S 87025 87029 86719 0 -1 4194304 9010 0 0 0 108 6 0 0 20 0 19 0 76561930 19452874752 56803 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
/proc/87029/statm: 4749237 56803 5465 1 0 549280 0
[pid=87029/tid=87031] ppid=87025 vsize=18996948 memory=18816 CPUtime=0.58 cores=0,2
/proc/87029/task/87031/stat : 87031 (java) R 87025 87029 86719 0 -1 4194368 5326 0 0 0 54 4 0 0 20 0 19 0 76561931 19452874752 56803 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87043] ppid=87025 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/87029/task/87043/stat : 87043 (Finalizer) S 87025 87029 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76561933 19452874752 56803 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87050] ppid=87025 vsize=18996948 memory=2764 CPUtime=0 cores=0,2
/proc/87029/task/87050/stat : 87050 (Common-Cleaner) S 87025 87029 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 76561934 19452874752 56803 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 227212 KiB

[startup+1.50024 s]
/proc/loadavg: 2.04 2.32 2.90 10/338 87105
/proc/meminfo: memFree=126880176/131250000 swapFree=33010684/33010684
[pid=87029] ppid=87025 vsize=18996948 memory=548144 CPUtime=2.69 cores=0,2
/proc/87029/stat : 87029 (java) S 87025 87029 86719 0 -1 4194304 18605 0 0 0 253 16 0 0 20 0 19 0 76561930 19452874752 137036 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
/proc/87029/statm: 4749237 137036 5465 1 0 1080796 0
[pid=87029/tid=87031] ppid=87025 vsize=18996948 memory=2764 CPUtime=1.19 cores=0,2
/proc/87029/task/87031/stat : 87031 (java) S 87025 87029 86719 0 -1 4194368 5470 0 0 0 111 8 0 0 20 0 19 0 76561931 19452874752 137036 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87043] ppid=87025 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/87029/task/87043/stat : 87043 (Finalizer) S 87025 87029 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76561933 19452874752 137036 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87050] ppid=87025 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/87029/task/87050/stat : 87050 (Common-Cleaner) S 87025 87029 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 76561934 19452874752 137036 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 548144 KiB

[startup+3.10559 s]
/proc/loadavg: 2.04 2.32 2.90 7/339 87106
/proc/meminfo: memFree=124674844/131250000 swapFree=33010684/33010684
[pid=87029] ppid=87025 vsize=19063512 memory=690804 CPUtime=5.13 cores=0,2
/proc/87029/stat : 87029 (java) S 87025 87029 86719 0 -1 4194304 20044 0 0 0 493 20 0 0 20 0 20 0 76561930 19521036288 172701 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
/proc/87029/statm: 4765878 172701 5497 1 0 2109021 0
[pid=87029/tid=87031] ppid=87025 vsize=19063512 memory=10752 CPUtime=2.6 cores=0,2
/proc/87029/task/87031/stat : 87031 (java) R 87025 87029 86719 0 -1 4194368 5690 0 0 0 251 9 0 0 20 0 20 0 76561931 19521036288 172701 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87043] ppid=87025 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/87029/task/87043/stat : 87043 (Finalizer) S 87025 87029 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561933 19521036288 172701 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87050] ppid=87025 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/87029/task/87050/stat : 87050 (Common-Cleaner) S 87025 87029 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76561934 19521036288 172701 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87106] ppid=87025 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/87029/task/87106/stat : 87106 (Timer-0) S 87025 87029 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76562144 19521036288 172701 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
Current children cumulated CPU time: 5.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 690804 KiB

[startup+6.30023 s]
/proc/loadavg: 2.28 2.36 2.91 6/341 87108
/proc/meminfo: memFree=123819912/131250000 swapFree=33010684/33010684
[pid=87029] ppid=87025 vsize=19063512 memory=684360 CPUtime=8.6 cores=0,2
/proc/87029/stat : 87029 (java) S 87025 87029 86719 0 -1 4194304 20107 0 0 0 840 20 0 0 20 0 20 0 76561930 19521036288 171090 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
/proc/87029/statm: 4765878 171090 5497 1 0 2109053 0
[pid=87029/tid=87031] ppid=87025 vsize=19063512 memory=0 CPUtime=5.78 cores=0,2
/proc/87029/task/87031/stat : 87031 (java) R 87025 87029 86719 0 -1 4194368 5738 0 0 0 569 9 0 0 20 0 20 0 76561931 19521036288 171090 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87043] ppid=87025 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/87029/task/87043/stat : 87043 (Finalizer) S 87025 87029 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561933 19521036288 171090 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87050] ppid=87025 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/87029/task/87050/stat : 87050 (Common-Cleaner) S 87025 87029 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76561934 19521036288 171090 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87106] ppid=87025 vsize=19063512 memory=-6000919485642073447 CPUtime=0 cores=0,2
/proc/87029/task/87106/stat : 87106 (Timer-0) S 87025 87029 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76562144 19521036288 171090 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
Current children cumulated CPU time: 8.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 684360 KiB

[startup+12.7003 s]
/proc/loadavg: 2.41 2.39 2.92 5/342 87109
/proc/meminfo: memFree=123290036/131250000 swapFree=33010684/33010684
[pid=87029] ppid=87025 vsize=19130076 memory=960088 CPUtime=17.32 cores=0,2
/proc/87029/stat : 87029 (java) S 87025 87029 86719 0 -1 4194304 26517 0 0 0 1706 26 0 0 20 0 21 0 76561930 19589197824 240022 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
/proc/87029/statm: 4782519 240022 5497 1 0 2109515 0
[pid=87029/tid=87031] ppid=87025 vsize=19130076 memory=684360 CPUtime=12.14 cores=0,2
/proc/87029/task/87031/stat : 87031 (java) R 87025 87029 86719 0 -1 4194368 8195 0 0 0 1200 14 0 0 20 0 21 0 76561931 19589197824 240022 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87043] ppid=87025 vsize=19130076 memory=10752 CPUtime=0 cores=0,2
/proc/87029/task/87043/stat : 87043 (Finalizer) S 87025 87029 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76561933 19589197824 240022 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87050] ppid=87025 vsize=19130076 memory=3328 CPUtime=0 cores=0,2
/proc/87029/task/87050/stat : 87050 (Common-Cleaner) S 87025 87029 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 76561934 19589197824 240022 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87106] ppid=87025 vsize=19130076 memory=0 CPUtime=0 cores=0,2
/proc/87029/task/87106/stat : 87106 (Timer-0) S 87025 87029 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 76562144 19589197824 240022 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
Current children cumulated CPU time: 17.32 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 960088 KiB

[startup+25.5003 s]
/proc/loadavg: 2.84 2.49 2.94 5/342 87109
/proc/meminfo: memFree=121790208/131250000 swapFree=33010684/33010684
[pid=87029] ppid=87025 vsize=19130076 memory=1493996 CPUtime=31.61 cores=0,2
/proc/87029/stat : 87029 (java) S 87025 87029 86719 0 -1 4194304 30040 0 0 0 3124 37 0 0 20 0 21 0 76561930 19589197824 373499 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
/proc/87029/statm: 4782519 373499 5497 1 0 2109774 0
[pid=87029/tid=87031] ppid=87025 vsize=19130076 memory=14848 CPUtime=24.47 cores=0,2
/proc/87029/task/87031/stat : 87031 (java) R 87025 87029 86719 0 -1 4194368 8933 0 0 0 2430 17 0 0 20 0 21 0 76561931 19589197824 373499 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87043] ppid=87025 vsize=19130076 memory=0 CPUtime=0 cores=0,2
/proc/87029/task/87043/stat : 87043 (Finalizer) S 87025 87029 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76561933 19589197824 373499 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87050] ppid=87025 vsize=19130076 memory=1220716 CPUtime=0 cores=0,2
/proc/87029/task/87050/stat : 87050 (Common-Cleaner) S 87025 87029 86719 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 21 0 76561934 19589197824 373499 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87106] ppid=87025 vsize=19130076 memory=684360 CPUtime=0 cores=0,2
/proc/87029/task/87106/stat : 87106 (Timer-0) S 87025 87029 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 76562144 19589197824 373499 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
Current children cumulated CPU time: 31.61 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1493996 KiB

[startup+51.1057 s]
/proc/loadavg: 3.29 2.63 2.98 5/341 87111
/proc/meminfo: memFree=119078608/131250000 swapFree=33010684/33010684
[pid=87029] ppid=87025 vsize=19130076 memory=1813628 CPUtime=58.1 cores=0,2
/proc/87029/stat : 87029 (java) S 87025 87029 86719 0 -1 4194304 37989 0 0 0 5764 46 0 0 20 0 21 0 76561930 19589197824 453407 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
/proc/87029/statm: 4782519 453407 5497 1 0 2109795 0
[pid=87029/tid=87031] ppid=87025 vsize=19130076 memory=3328 CPUtime=49.7 cores=0,2
/proc/87029/task/87031/stat : 87031 (java) R 87025 87029 86719 0 -1 4194368 10733 0 0 0 4953 17 0 0 20 0 21 0 76561931 19589197824 453407 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87043] ppid=87025 vsize=19130076 memory=1493996 CPUtime=0 cores=0,2
/proc/87029/task/87043/stat : 87043 (Finalizer) S 87025 87029 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76561933 19589197824 453407 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87050] ppid=87025 vsize=19130076 memory=0 CPUtime=0 cores=0,2
/proc/87029/task/87050/stat : 87050 (Common-Cleaner) S 87025 87029 86719 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 21 0 76561934 19589197824 453407 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87106] ppid=87025 vsize=19130076 memory=1493996 CPUtime=0 cores=0,2
/proc/87029/task/87106/stat : 87106 (Timer-0) S 87025 87029 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 76562144 19589197824 453407 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0

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

/proc/meminfo: memFree=84822668/131250000 swapFree=33010684/33010684
[pid=87029] ppid=87025 vsize=19130076 memory=16287992 CPUtime=1311.57 cores=0,2
/proc/87029/stat : 87029 (java) S 87025 87029 86719 0 -1 4194304 168120 0 1 0 130764 393 0 0 20 0 21 0 76561930 19589197824 4071998 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
/proc/87029/statm: 4782519 4071998 5529 1 0 4087029 0
[pid=87029/tid=87031] ppid=87025 vsize=19130076 memory=2764 CPUtime=516.85 cores=0,2
/proc/87029/task/87031/stat : 87031 (java) S 87025 87029 86719 0 -1 4194368 35422 0 0 0 51625 60 0 0 20 0 21 0 76561931 19589197824 4071998 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87043] ppid=87025 vsize=19130076 memory=16287772 CPUtime=0 cores=0,2
/proc/87029/task/87043/stat : 87043 (Finalizer) S 87025 87029 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76561933 19589197824 4071998 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87050] ppid=87025 vsize=19130076 memory=16287736 CPUtime=0 cores=0,2
/proc/87029/task/87050/stat : 87050 (Common-Cleaner) S 87025 87029 86719 0 -1 4194368 424 0 0 0 0 0 0 0 20 0 21 0 76561934 19589197824 4071998 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87106] ppid=87025 vsize=19130076 memory=18816 CPUtime=0 cores=0,2
/proc/87029/task/87106/stat : 87106 (Timer-0) S 87025 87029 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 76562144 19589197824 4071998 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
Current children cumulated CPU time: 1311.57 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16287992 KiB

[startup+942.3 s]
/proc/loadavg: 5.30 4.96 4.19 6/342 87151
/proc/meminfo: memFree=84018100/131250000 swapFree=33010684/33010684
[pid=87029] ppid=87025 vsize=19130076 memory=16287852 CPUtime=1428.49 cores=0,2
/proc/87029/stat : 87029 (java) S 87025 87029 86719 0 -1 4194304 173774 0 1 0 142454 395 0 0 20 0 21 0 76561930 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
/proc/87029/statm: 4782519 4071963 5529 1 0 4087029 0
[pid=87029/tid=87031] ppid=87025 vsize=19130076 memory=16287992 CPUtime=516.85 cores=0,2
/proc/87029/task/87031/stat : 87031 (java) S 87025 87029 86719 0 -1 4194368 35422 0 0 0 51625 60 0 0 20 0 21 0 76561931 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87043] ppid=87025 vsize=19130076 memory=16287992 CPUtime=0 cores=0,2
/proc/87029/task/87043/stat : 87043 (Finalizer) S 87025 87029 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76561933 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87050] ppid=87025 vsize=19130076 memory=16287992 CPUtime=0 cores=0,2
/proc/87029/task/87050/stat : 87050 (Common-Cleaner) S 87025 87029 86719 0 -1 4194368 444 0 0 0 0 0 0 0 20 0 21 0 76561934 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87106] ppid=87025 vsize=19130076 memory=14848 CPUtime=0 cores=0,2
/proc/87029/task/87106/stat : 87106 (Timer-0) S 87025 87029 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 76562144 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
Current children cumulated CPU time: 1428.49 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16287852 KiB

[startup+1002.3 s]
/proc/loadavg: 5.16 4.98 4.25 6/341 87155
/proc/meminfo: memFree=82903736/131250000 swapFree=33010684/33010684
[pid=87029] ppid=87025 vsize=19130076 memory=16287852 CPUtime=1546.56 cores=0,2
/proc/87029/stat : 87029 (java) S 87025 87029 86719 0 -1 4194304 179637 0 1 0 154258 398 0 0 20 0 21 0 76561930 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
/proc/87029/statm: 4782519 4071963 5529 1 0 4087029 0
[pid=87029/tid=87031] ppid=87025 vsize=19130076 memory=16287852 CPUtime=516.85 cores=0,2
/proc/87029/task/87031/stat : 87031 (java) S 87025 87029 86719 0 -1 4194368 35456 0 0 0 51625 60 0 0 20 0 21 0 76561931 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87043] ppid=87025 vsize=19130076 memory=16287852 CPUtime=0 cores=0,2
/proc/87029/task/87043/stat : 87043 (Finalizer) S 87025 87029 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76561933 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87050] ppid=87025 vsize=19130076 memory=16287852 CPUtime=0 cores=0,2
/proc/87029/task/87050/stat : 87050 (Common-Cleaner) S 87025 87029 86719 0 -1 4194368 457 0 0 0 0 0 0 0 20 0 21 0 76561934 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87106] ppid=87025 vsize=19130076 memory=16287852 CPUtime=0 cores=0,2
/proc/87029/task/87106/stat : 87106 (Timer-0) S 87025 87029 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 76562144 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
Current children cumulated CPU time: 1546.56 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16287852 KiB

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

# cumulated CPU time of all completed processes:  user=1559.53 s, system=4.03257 s

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

[startup+1004.8 s]
/proc/loadavg: 5.16 4.98 4.25 6/341 87155
/proc/meminfo: memFree=82887352/131250000 swapFree=33010684/33010684
[pid=87029] ppid=87025 vsize=19130076 memory=16287852 CPUtime=1551.53 cores=0,2
/proc/87029/stat : 87029 (java) S 87025 87029 86719 0 -1 4194304 179832 0 1 0 154755 398 0 0 20 0 21 0 76561930 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
/proc/87029/statm: 4782519 4071963 5529 1 0 4087029 0
[pid=87029/tid=87031] ppid=87025 vsize=19130076 memory=16287852 CPUtime=516.85 cores=0,2
/proc/87029/task/87031/stat : 87031 (java) S 87025 87029 86719 0 -1 4194368 35456 0 0 0 51625 60 0 0 20 0 21 0 76561931 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87043] ppid=87025 vsize=19130076 memory=14848 CPUtime=0 cores=0,2
/proc/87029/task/87043/stat : 87043 (Finalizer) S 87025 87029 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76561933 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87050] ppid=87025 vsize=19130076 memory=18816 CPUtime=0 cores=0,2
/proc/87029/task/87050/stat : 87050 (Common-Cleaner) S 87025 87029 86719 0 -1 4194368 457 0 0 0 0 0 0 0 20 0 21 0 76561934 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87106] ppid=87025 vsize=19130076 memory=10752 CPUtime=0 cores=0,2
/proc/87029/task/87106/stat : 87106 (Timer-0) S 87025 87029 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 76562144 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
Current children cumulated CPU time: 1551.53 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16287852 KiB

[startup+1008 s]*
/proc/loadavg: 5.15 4.98 4.25 6/341 87155
/proc/meminfo: memFree=82862776/131250000 swapFree=33010684/33010684
[pid=87029] ppid=87025 vsize=19130076 memory=16287852 CPUtime=1556.82 cores=0,2
/proc/87029/stat : 87029 (java) S 87025 87029 86719 0 -1 4194304 180483 0 1 0 155284 398 0 0 20 0 21 0 76561930 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
/proc/87029/statm: 4782519 4071963 5529 1 0 4087029 0
[pid=87029/tid=87031] ppid=87025 vsize=19130076 memory=-6000919502721279335 CPUtime=516.85 cores=0,2
/proc/87029/task/87031/stat : 87031 (java) S 87025 87029 86719 0 -1 4194368 35456 0 0 0 51625 60 0 0 20 0 21 0 76561931 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87043] ppid=87025 vsize=19130076 memory=7753968589395108484 CPUtime=0 cores=0,2
/proc/87029/task/87043/stat : 87043 (Finalizer) S 87025 87029 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76561933 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87050] ppid=87025 vsize=19130076 memory=-4050210904893342357 CPUtime=0 cores=0,2
/proc/87029/task/87050/stat : 87050 (Common-Cleaner) S 87025 87029 86719 0 -1 4194368 457 0 0 0 0 0 0 0 20 0 21 0 76561934 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87106] ppid=87025 vsize=19130076 memory=7128 CPUtime=0 cores=0,2
/proc/87029/task/87106/stat : 87106 (Timer-0) S 87025 87029 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 76562144 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
Current children cumulated CPU time: 1556.82 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16287852 KiB

[startup+1009.6 s]
/proc/loadavg: 5.15 4.98 4.25 6/341 87155
/proc/meminfo: memFree=82854584/131250000 swapFree=33010684/33010684
[pid=87029] ppid=87025 vsize=19130076 memory=16287852 CPUtime=1559.99 cores=0,2
/proc/87029/stat : 87029 (java) S 87025 87029 86719 0 -1 4194304 180788 0 1 0 155601 398 0 0 20 0 21 0 76561930 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
/proc/87029/statm: 4782519 4071963 5529 1 0 4087029 0
[pid=87029/tid=87031] ppid=87025 vsize=19130076 memory=-6000919485642073447 CPUtime=516.85 cores=0,2
/proc/87029/task/87031/stat : 87031 (java) S 87025 87029 86719 0 -1 4194368 35456 0 0 0 51625 60 0 0 20 0 21 0 76561931 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87043] ppid=87025 vsize=19130076 memory=16287852 CPUtime=0 cores=0,2
/proc/87029/task/87043/stat : 87043 (Finalizer) S 87025 87029 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76561933 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87050] ppid=87025 vsize=19130076 memory=14848 CPUtime=0 cores=0,2
/proc/87029/task/87050/stat : 87050 (Common-Cleaner) S 87025 87029 86719 0 -1 4194368 457 0 0 0 0 0 0 0 20 0 21 0 76561934 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87106] ppid=87025 vsize=19130076 memory=18816 CPUtime=0 cores=0,2
/proc/87029/task/87106/stat : 87106 (Timer-0) S 87025 87029 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 76562144 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
Current children cumulated CPU time: 1559.99 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16287852 KiB

[startup+1010.4 s]
/proc/loadavg: 5.22 5.00 4.26 6/341 87155
/proc/meminfo: memFree=82838200/131250000 swapFree=33010684/33010684
[pid=87029] ppid=87025 vsize=19130076 memory=16287852 CPUtime=1561.57 cores=0,2
/proc/87029/stat : 87029 (java) S 87025 87029 86719 0 -1 4194304 180788 0 1 0 155759 398 0 0 20 0 21 0 76561930 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
/proc/87029/statm: 4782519 4071963 5529 1 0 4087029 0
[pid=87029/tid=87031] ppid=87025 vsize=19130076 memory=16287852 CPUtime=516.85 cores=0,2
/proc/87029/task/87031/stat : 87031 (java) S 87025 87029 86719 0 -1 4194368 35456 0 0 0 51625 60 0 0 20 0 21 0 76561931 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87043] ppid=87025 vsize=19130076 memory=18816 CPUtime=0 cores=0,2
/proc/87029/task/87043/stat : 87043 (Finalizer) S 87025 87029 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76561933 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87050] ppid=87025 vsize=19130076 memory=16287852 CPUtime=0 cores=0,2
/proc/87029/task/87050/stat : 87050 (Common-Cleaner) S 87025 87029 86719 0 -1 4194368 457 0 0 0 0 0 0 0 20 0 21 0 76561934 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87106] ppid=87025 vsize=19130076 memory=1664 CPUtime=0 cores=0,2
/proc/87029/task/87106/stat : 87106 (Timer-0) S 87025 87029 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 76562144 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
Current children cumulated CPU time: 1561.57 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16287852 KiB

[startup+1011.2 s]
/proc/loadavg: 5.22 5.00 4.26 6/341 87155
/proc/meminfo: memFree=82838200/131250000 swapFree=33010684/33010684
[pid=87029] ppid=87025 vsize=19130076 memory=16287852 CPUtime=1563.17 cores=0,2
/proc/87029/stat : 87029 (java) S 87025 87029 86719 0 -1 4194304 181060 0 1 0 155918 399 0 0 20 0 21 0 76561930 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
/proc/87029/statm: 4782519 4071963 5529 1 0 4087029 0
[pid=87029/tid=87031] ppid=87025 vsize=19130076 memory=16287852 CPUtime=516.85 cores=0,2
/proc/87029/task/87031/stat : 87031 (java) S 87025 87029 86719 0 -1 4194368 35456 0 0 0 51625 60 0 0 20 0 21 0 76561931 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87043] ppid=87025 vsize=19130076 memory=16287852 CPUtime=0 cores=0,2
/proc/87029/task/87043/stat : 87043 (Finalizer) S 87025 87029 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76561933 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87050] ppid=87025 vsize=19130076 memory=0 CPUtime=0 cores=0,2
/proc/87029/task/87050/stat : 87050 (Common-Cleaner) S 87025 87029 86719 0 -1 4194368 457 0 0 0 0 0 0 0 20 0 21 0 76561934 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
[pid=87029/tid=87106] ppid=87025 vsize=19130076 memory=0 CPUtime=0 cores=0,2
/proc/87029/task/87106/stat : 87106 (Timer-0) S 87025 87029 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 76562144 19589197824 4071963 18446744073709551615 94060692422656 94060692426352 140737359531968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94060692434168 94060692434960 94060716765184 140737359538561 140737359538662 140737359538662 140737359544264 0
Current children cumulated CPU time: 1563.17 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16287852 KiB

[startup+1011.4 s]*
/proc/loadavg: 5.22 5.00 4.26 5/322 87155
/proc/meminfo: memFree=90176364/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1

Real time (s): 1011.43
CPU time (s): 1563.56
CPU user time (s): 1559.53
CPU system time (s): 4.03257
CPU usage (%): 154.589
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 16287992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1559.53
system time used= 4.03257
maximum resident set size= 16287992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181138
page faults= 1
swaps= 0
block input operations= 0
block output operations= 4856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33601
involuntary context switches= 24605


# summary of solver processes directly reported to runsolver:
#   pid: 87029
#   total CPU time (s): 1563.56
#   total CPU user time (s): 1559.53
#   total CPU system time (s): 4.03257

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.12813 second user time and 4.82493 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-04 08:09:54
IDJOB=4523938
IDBENCH=180378
IDSOLVER=3363
FILE ID=nodeC028/4523938-1751609394
RUNJOBID= nodeC028-1751609394-86973
SLURM_JOB_ID= 9598897
Free space on /tmp= 431376 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/dobutsu-shogi-master-PB25-20250424/normalized-dobutsu-shogi-master.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523938-1751609394/watcher-4523938-1751609394 -o /tmp/evaluation-result-4523938-1751609394/solver-4523938-1751609394 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751609394-86973 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4523938-1751609394.opb

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

MD5SUM BENCH= e21aae6253a3d8ec45e9622b89e9ca39
RANDOM SEED=1865942823

nodeC028 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.090
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.16
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.084
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.16
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		: 3595.913
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127622756 kB
MemAvailable:   129664556 kB
Buffers:            3280 kB
Cached:          2842732 kB
SwapCached:            0 kB
Active:           451680 kB
Inactive:        2533488 kB
Active(anon):     157224 kB
Inactive(anon):        0 kB
Active(file):     294456 kB
Inactive(file):  2533488 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            104108 kB
Writeback:             8 kB
AnonPages:        141896 kB
Mapped:           123288 kB
Shmem:             18068 kB
KReclaimable:     106188 kB
Slab:             196104 kB
SReclaimable:     106188 kB
SUnreclaim:        89916 kB
KernelStack:        4448 kB
PageTables:         3232 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2558860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150696 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431360 MiB
End job on nodeC028 at 2025-07-04 08:26:46