Trace number 4505639

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.02 2216.16

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_0null20mast_rapportOE1.0_TMAX180_K67_cod1.opb
MD5SUM80f0935d0a86591f889a9638d17fdf07
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 benchmark-370567
Best CPU time to get the best result obtained on this benchmark7882.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 32076
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 94230312
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 94230312
Number of bits of the biggest sum of numbers27
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.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.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-4505639-1751479822.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.13	c  objective function found
1.08/0.63	c ... done. Wall clock time 0.507s.
1.08/0.63	c declared #vars     40451
1.08/0.64	c #constraints  40950
1.08/0.64	c constraints type 
1.08/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3896
1.08/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 552
1.08/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.08/0.64	c org.sat4j.specs.Constr$1 => 1
1.08/0.64	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1.08/0.64	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.08/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 36498
1.08/0.64	c 40950 constraints processed.
1.08/0.65	c objective function length is 32076 literals
2.46/1.38	c SATISFIABLE
2.46/1.38	c OPTIMIZING...
2.46/1.38	c Got one! Elapsed wall clock time (in seconds):1.249
2.46/1.38	o -21892
3.25/1.71	c Got one! Elapsed wall clock time (in seconds):1.581
3.25/1.71	o -23167
13.82/10.06	c Got one! Elapsed wall clock time (in seconds):9.938
13.82/10.06	o -25553
14.13/10.20	c Got one! Elapsed wall clock time (in seconds):10.079
14.13/10.20	o -64504
122.15/112.12	c cleaning 2983 clauses out of 5985 with flag 12654/6025
208.41/182.60	c cleaning 4501 clauses out of 9002 with flag 25850/12025
330.08/279.46	c cleaning 5751 clauses out of 11501 with flag 41566/19025
516.12/420.89	c cleaning 6873 clauses out of 13751 with flag 59081/27026
763.79/594.99	c cleaning 7939 clauses out of 15877 with flag 78742/36025
1061.51/797.00	c cleaning 8968 clauses out of 17938 with flag 100280/46025
1466.82/1064.69	c cleaning 9985 clauses out of 19971 with flag 123649/57026

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505639-1751479822/watcher-4505639-1751479822 -o /tmp/evaluation-result-4505639-1751479822/solver-4505639-1751479822 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751472476-70404 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4505639-1751479822 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4505639-1751479822.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 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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=71875, runsolver pid=71872

[startup+0.100059 s]*
/proc/loadavg: 4.19 4.14 4.10 5/322 71893
/proc/meminfo: memFree=115790524/131249996 swapFree=33010684/33010684
[pid=71875] ppid=71872 vsize=18930384 memory=57904 CPUtime=0.12 cores=0,2
/proc/71875/stat : 71875 (java) S 71872 71875 70394 0 -1 4194304 6595 0 0 0 11 1 0 0 20 0 18 0 63659919 19384713216 14476 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
/proc/71875/statm: 4732596 14476 5352 1 0 547624 0
[pid=71875/tid=71877] ppid=71872 vsize=18930384 memory=4026532141 CPUtime=0.08 cores=0,2
/proc/71875/task/71877/stat : 71877 (java) R 71872 71875 70394 0 -1 4194368 5094 0 0 0 7 1 0 0 20 0 18 0 63659920 19384713216 14476 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71886] ppid=71872 vsize=18930384 memory=228522737195 CPUtime=0 cores=0,2
/proc/71875/task/71886/stat : 71886 (Finalizer) S 71872 71875 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63659923 19384713216 14476 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71893] ppid=71872 vsize=18930384 memory=30010 CPUtime=0 cores=0,2
/proc/71875/task/71893/stat : 71893 (Common-Cleaner) S 71872 71875 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 63659923 19384713216 14476 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57904 KiB

[startup+0.205776 s]*
/proc/loadavg: 4.19 4.14 4.10 6/322 71893
/proc/meminfo: memFree=115778236/131249996 swapFree=33010684/33010684
[pid=71875] ppid=71872 vsize=18930384 memory=78420 CPUtime=0.32 cores=0,2
/proc/71875/stat : 71875 (java) S 71872 71875 70394 0 -1 4194304 7949 0 0 0 29 3 0 0 20 0 18 0 63659919 19384713216 19605 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
/proc/71875/statm: 4732596 19605 5416 1 0 548604 0
[pid=71875/tid=71877] ppid=71872 vsize=18930384 memory=3472328300254199928 CPUtime=0.18 cores=0,2
/proc/71875/task/71877/stat : 71877 (java) R 71872 71875 70394 0 -1 4194368 5246 0 0 0 16 2 0 0 20 0 18 0 63659920 19384713216 19605 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71886] ppid=71872 vsize=18930384 memory=224227754321 CPUtime=0 cores=0,2
/proc/71875/task/71886/stat : 71886 (Finalizer) S 71872 71875 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63659923 19384713216 19605 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71893] ppid=71872 vsize=18930384 memory=59585004335488 CPUtime=0 cores=0,2
/proc/71875/task/71893/stat : 71893 (Common-Cleaner) S 71872 71875 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 63659923 19384713216 19605 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 78420 KiB

[startup+0.305782 s]*
/proc/loadavg: 4.19 4.14 4.10 6/322 71893
/proc/meminfo: memFree=115755992/131249996 swapFree=33010684/33010684
[pid=71875] ppid=71872 vsize=18930384 memory=100176 CPUtime=0.51 cores=0,2
/proc/71875/stat : 71875 (java) S 71872 71875 70394 0 -1 4194304 9113 0 0 0 48 3 0 0 20 0 18 0 63659919 19384713216 25044 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
/proc/71875/statm: 4732596 25044 5416 1 0 549235 0
[pid=71875/tid=71877] ppid=71872 vsize=18930384 memory=-6000919498442566504 CPUtime=0.24 cores=0,2
/proc/71875/task/71877/stat : 71877 (java) R 71872 71875 70394 0 -1 4194368 5296 0 0 0 22 2 0 0 20 0 18 0 63659920 19384713216 25044 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71886] ppid=71872 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/71875/task/71886/stat : 71886 (Finalizer) S 71872 71875 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63659923 19384713216 25044 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71893] ppid=71872 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/71875/task/71893/stat : 71893 (Common-Cleaner) S 71872 71875 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 63659923 19384713216 25044 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 100176 KiB

[startup+0.700222 s]
/proc/loadavg: 4.19 4.14 4.10 6/323 71894
/proc/meminfo: memFree=115681508/131249996 swapFree=33010684/33010684
[pid=71875] ppid=71872 vsize=18996948 memory=187364 CPUtime=1.27 cores=0,2
/proc/71875/stat : 71875 (java) S 71872 71875 70394 0 -1 4194304 11398 0 0 0 121 6 0 0 20 0 19 0 63659919 19452874752 46841 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
/proc/71875/statm: 4749237 46841 5512 1 0 550937 0
[pid=71875/tid=71877] ppid=71872 vsize=18996948 memory=18560 CPUtime=0.54 cores=0,2
/proc/71875/task/71877/stat : 71877 (java) R 71872 71875 70394 0 -1 4194368 5458 0 0 0 51 3 0 0 20 0 19 0 63659920 19452874752 46841 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71886] ppid=71872 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/71875/task/71886/stat : 71886 (Finalizer) S 71872 71875 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63659923 19452874752 46841 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71893] ppid=71872 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/71875/task/71893/stat : 71893 (Common-Cleaner) S 71872 71875 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 63659923 19452874752 46841 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 187364 KiB

[startup+1.50025 s]
/proc/loadavg: 4.19 4.14 4.10 6/324 71895
/proc/meminfo: memFree=115649376/131249996 swapFree=33010684/33010684
[pid=71875] ppid=71872 vsize=19063512 memory=202804 CPUtime=2.86 cores=0,2
/proc/71875/stat : 71875 (java) S 71872 71875 70394 0 -1 4194304 16319 0 0 0 278 8 0 0 20 0 20 0 63659919 19521036288 50701 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
/proc/71875/statm: 4765878 50701 5512 1 0 554891 0
[pid=71875/tid=71877] ppid=71872 vsize=19063512 memory=0 CPUtime=1.33 cores=0,2
/proc/71875/task/71877/stat : 71877 (java) R 71872 71875 70394 0 -1 4194368 5509 0 0 0 129 4 0 0 20 0 20 0 63659920 19521036288 50701 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71886] ppid=71872 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/71875/task/71886/stat : 71886 (Finalizer) S 71872 71875 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 50701 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71893] ppid=71872 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/71875/task/71893/stat : 71893 (Common-Cleaner) S 71872 71875 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 50701 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71895] ppid=71872 vsize=19063512 memory=33 CPUtime=0 cores=0,2
/proc/71875/task/71895/stat : 71895 (Timer-0) S 71872 71875 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63659995 19521036288 50701 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 202804 KiB

[startup+3.10563 s]
/proc/loadavg: 4.19 4.14 4.10 7/342 71943
/proc/meminfo: memFree=115980020/131249996 swapFree=33010684/33010684
[pid=71875] ppid=71872 vsize=19063512 memory=412620 CPUtime=5.38 cores=0,2
/proc/71875/stat : 71875 (java) S 71872 71875 70394 0 -1 4194304 21372 0 0 0 525 13 0 0 20 0 20 0 63659919 19521036288 103155 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
/proc/71875/statm: 4765878 103155 5512 1 0 1162774 0
[pid=71875/tid=71877] ppid=71872 vsize=19063512 memory=10752 CPUtime=2.86 cores=0,2
/proc/71875/task/71877/stat : 71877 (java) R 71872 71875 70394 0 -1 4194368 5916 0 0 0 278 8 0 0 20 0 20 0 63659920 19521036288 103155 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71886] ppid=71872 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/71875/task/71886/stat : 71886 (Finalizer) S 71872 71875 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 103155 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71893] ppid=71872 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/71875/task/71893/stat : 71893 (Common-Cleaner) S 71872 71875 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 103155 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71895] ppid=71872 vsize=19063512 memory=202292 CPUtime=0 cores=0,2
/proc/71875/task/71895/stat : 71895 (Timer-0) S 71872 71875 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63659995 19521036288 103155 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
Current children cumulated CPU time: 5.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 412620 KiB

[startup+6.30021 s]
/proc/loadavg: 4.42 4.18 4.12 6/344 71945
/proc/meminfo: memFree=114140400/131249996 swapFree=33010684/33010684
[pid=71875] ppid=71872 vsize=19063512 memory=1606028 CPUtime=9.53 cores=0,2
/proc/71875/stat : 71875 (java) S 71872 71875 70394 0 -1 4194304 26960 0 0 0 914 39 0 0 20 0 20 0 63659919 19521036288 401507 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
/proc/71875/statm: 4765878 401507 5512 1 0 2113257 0
[pid=71875/tid=71877] ppid=71872 vsize=19063512 memory=0 CPUtime=5.63 cores=0,2
/proc/71875/task/71877/stat : 71877 (java) S 71872 71875 70394 0 -1 4194368 6932 0 0 0 539 24 0 0 20 0 20 0 63659920 19521036288 401507 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71886] ppid=71872 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/71875/task/71886/stat : 71886 (Finalizer) S 71872 71875 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 401507 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71893] ppid=71872 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/71875/task/71893/stat : 71893 (Common-Cleaner) S 71872 71875 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 401507 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71895] ppid=71872 vsize=19063512 memory=202932 CPUtime=0 cores=0,2
/proc/71875/task/71895/stat : 71895 (Timer-0) S 71872 71875 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63659995 19521036288 401507 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
Current children cumulated CPU time: 9.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1606028 KiB

[startup+12.7002 s]
/proc/loadavg: 4.55 4.21 4.13 5/344 71945
/proc/meminfo: memFree=110016308/131249996 swapFree=33010684/33010684
[pid=71875] ppid=71872 vsize=19063512 memory=2481756 CPUtime=16.95 cores=0,2
/proc/71875/stat : 71875 (java) S 71872 71875 70394 0 -1 4194304 28873 0 0 0 1636 59 0 0 20 0 20 0 63659919 19521036288 620439 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
/proc/71875/statm: 4765878 620439 5512 1 0 2389002 0
[pid=71875/tid=71877] ppid=71872 vsize=19063512 memory=202932 CPUtime=11.63 cores=0,2
/proc/71875/task/71877/stat : 71877 (java) R 71872 71875 70394 0 -1 4194368 7434 0 0 0 1126 37 0 0 20 0 20 0 63659920 19521036288 620439 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71886] ppid=71872 vsize=19063512 memory=2257780 CPUtime=0 cores=0,2
/proc/71875/task/71886/stat : 71886 (Finalizer) S 71872 71875 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 620439 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71893] ppid=71872 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/71875/task/71893/stat : 71893 (Common-Cleaner) S 71872 71875 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 620439 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71895] ppid=71872 vsize=19063512 memory=6516 CPUtime=0 cores=0,2
/proc/71875/task/71895/stat : 71895 (Timer-0) S 71872 71875 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63659995 19521036288 620439 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
Current children cumulated CPU time: 16.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2481756 KiB

[startup+25.5002 s]
/proc/loadavg: 4.49 4.22 4.13 6/344 72013
/proc/meminfo: memFree=114618852/131249996 swapFree=33010684/33010684
[pid=71875] ppid=71872 vsize=19063512 memory=3567304 CPUtime=30.21 cores=0,2
/proc/71875/stat : 71875 (java) S 71872 71875 70394 0 -1 4194304 29935 0 0 0 2935 86 0 0 20 0 20 0 63659919 19521036288 891826 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
/proc/71875/statm: 4765878 891826 5512 1 0 2389014 0
[pid=71875/tid=71877] ppid=71872 vsize=19063512 memory=0 CPUtime=24.06 cores=0,2
/proc/71875/task/71877/stat : 71877 (java) R 71872 71875 70394 0 -1 4194368 8183 0 0 0 2347 59 0 0 20 0 20 0 63659920 19521036288 891826 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71886] ppid=71872 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/71875/task/71886/stat : 71886 (Finalizer) S 71872 71875 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 891826 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71893] ppid=71872 vsize=19063512 memory=3567304 CPUtime=0 cores=0,2
/proc/71875/task/71893/stat : 71893 (Common-Cleaner) S 71872 71875 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 891826 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71895] ppid=71872 vsize=19063512 memory=202932 CPUtime=0 cores=0,2
/proc/71875/task/71895/stat : 71895 (Timer-0) S 71872 71875 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63659995 19521036288 891826 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
Current children cumulated CPU time: 30.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3567304 KiB

[startup+51.1058 s]
/proc/loadavg: 4.32 4.20 4.12 5/344 72013
/proc/meminfo: memFree=101309004/131249996 swapFree=33010684/33010684
[pid=71875] ppid=71872 vsize=19063512 memory=5833236 CPUtime=57.6 cores=0,2
/proc/71875/stat : 71875 (java) S 71872 71875 70394 0 -1 4194304 39325 0 0 0 5613 147 0 0 20 0 20 0 63659919 19521036288 1458309 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
/proc/71875/statm: 4765878 1458309 5512 1 0 2679394 0
[pid=71875/tid=71877] ppid=71872 vsize=19063512 memory=202932 CPUtime=47.79 cores=0,2
/proc/71875/task/71877/stat : 71877 (java) R 71872 71875 70394 0 -1 4194368 10679 0 0 0 4690 89 0 0 20 0 20 0 63659920 19521036288 1458309 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71886] ppid=71872 vsize=19063512 memory=18560 CPUtime=0 cores=0,2
/proc/71875/task/71886/stat : 71886 (Finalizer) S 71872 71875 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 1458309 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71893] ppid=71872 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/71875/task/71893/stat : 71893 (Common-Cleaner) S 71872 71875 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 1458309 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0

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

/proc/71875/stat : 71875 (java) S 71872 71875 70394 0 -1 4194304 435500 0 1 0 344129 1651 0 0 20 0 20 0 63659919 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
/proc/71875/statm: 4765878 4073383 5576 1 0 4086086 0
[pid=71875/tid=71877] ppid=71872 vsize=19063512 memory=-6000919498442566504 CPUtime=1292.92 cores=0,2
/proc/71875/task/71877/stat : 71877 (java) S 71872 71875 70394 0 -1 4194368 112078 0 0 0 128101 1191 0 0 20 0 20 0 63659920 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71886] ppid=71872 vsize=19063512 memory=16293532 CPUtime=0 cores=0,2
/proc/71875/task/71886/stat : 71886 (Finalizer) S 71872 71875 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71893] ppid=71872 vsize=19063512 memory=-6000919498442566504 CPUtime=0 cores=0,2
/proc/71875/task/71893/stat : 71893 (Common-Cleaner) S 71872 71875 70394 0 -1 4194368 842 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71895] ppid=71872 vsize=19063512 memory=16293532 CPUtime=0 cores=0,2
/proc/71875/task/71895/stat : 71895 (Timer-0) S 71872 71875 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63659995 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
Current children cumulated CPU time: 3457.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293532 KiB

[startup+2202.3 s]
/proc/loadavg: 5.94 5.89 5.39 6/345 72133
/proc/meminfo: memFree=13150132/131249996 swapFree=33010672/33010684
[pid=71875] ppid=71872 vsize=19063512 memory=16293532 CPUtime=3576.58 cores=0,2
/proc/71875/stat : 71875 (java) S 71872 71875 70394 0 -1 4194304 443345 0 1 0 356002 1656 0 0 20 0 20 0 63659919 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
/proc/71875/statm: 4765878 4073383 5576 1 0 4086086 0
[pid=71875/tid=71877] ppid=71872 vsize=19063512 memory=-6000919498442566504 CPUtime=1293.03 cores=0,2
/proc/71875/task/71877/stat : 71877 (java) S 71872 71875 70394 0 -1 4194368 112416 0 0 0 128111 1192 0 0 20 0 20 0 63659920 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71886] ppid=71872 vsize=19063512 memory=16293532 CPUtime=0 cores=0,2
/proc/71875/task/71886/stat : 71886 (Finalizer) S 71872 71875 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71893] ppid=71872 vsize=19063512 memory=16293532 CPUtime=0 cores=0,2
/proc/71875/task/71893/stat : 71893 (Common-Cleaner) S 71872 71875 70394 0 -1 4194368 849 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71895] ppid=71872 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/71875/task/71895/stat : 71895 (Timer-0) S 71872 71875 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63659995 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
Current children cumulated CPU time: 3576.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2214.11 s]
/proc/loadavg: 5.96 5.90 5.40 7/345 72133
/proc/meminfo: memFree=12896836/131249996 swapFree=33010672/33010684
[pid=71875] ppid=71872 vsize=19063512 memory=16293532 CPUtime=3600 cores=0,2
/proc/71875/stat : 71875 (java) S 71872 71875 70394 0 -1 4194304 443962 0 1 0 358344 1656 0 0 20 0 20 0 63659919 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
/proc/71875/statm: 4765878 4073383 5576 1 0 4086086 0
[pid=71875/tid=71877] ppid=71872 vsize=19063512 memory=-6000919498442566504 CPUtime=1293.05 cores=0,2
/proc/71875/task/71877/stat : 71877 (java) S 71872 71875 70394 0 -1 4194368 112420 0 0 0 128113 1192 0 0 20 0 20 0 63659920 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71886] ppid=71872 vsize=19063512 memory=16293532 CPUtime=0 cores=0,2
/proc/71875/task/71886/stat : 71886 (Finalizer) S 71872 71875 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71893] ppid=71872 vsize=19063512 memory=16293532 CPUtime=0 cores=0,2
/proc/71875/task/71893/stat : 71893 (Common-Cleaner) S 71872 71875 70394 0 -1 4194368 849 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71895] ppid=71872 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/71875/task/71895/stat : 71895 (Timer-0) S 71872 71875 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63659995 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293532 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3587.41 s, system=16.6102 s

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

[startup+2214.4 s]
/proc/loadavg: 5.96 5.90 5.40 7/345 72133
/proc/meminfo: memFree=12896836/131249996 swapFree=33010672/33010684
[pid=71875] ppid=71872 vsize=19063512 memory=16293532 CPUtime=3600.57 cores=0,2
/proc/71875/stat : 71875 (java) S 71872 71875 70394 0 -1 4194304 443990 0 1 0 358401 1656 0 0 20 0 20 0 63659919 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
/proc/71875/statm: 4765878 4073383 5576 1 0 4086086 0
[pid=71875/tid=71877] ppid=71872 vsize=19063512 memory=16293532 CPUtime=1293.05 cores=0,2
/proc/71875/task/71877/stat : 71877 (java) S 71872 71875 70394 0 -1 4194368 112420 0 0 0 128113 1192 0 0 20 0 20 0 63659920 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71886] ppid=71872 vsize=19063512 memory=16293532 CPUtime=0 cores=0,2
/proc/71875/task/71886/stat : 71886 (Finalizer) S 71872 71875 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71893] ppid=71872 vsize=19063512 memory=16293532 CPUtime=0 cores=0,2
/proc/71875/task/71893/stat : 71893 (Common-Cleaner) S 71872 71875 70394 0 -1 4194368 849 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71895] ppid=71872 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/71875/task/71895/stat : 71895 (Timer-0) S 71872 71875 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63659995 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
Current children cumulated CPU time: 3600.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293532 KiB

[startup+2215.2 s]
/proc/loadavg: 5.96 5.90 5.40 7/348 72136
/proc/meminfo: memFree=12886204/131249996 swapFree=33010672/33010684
[pid=71875] ppid=71872 vsize=19063512 memory=16293532 CPUtime=3602.16 cores=0,2
/proc/71875/stat : 71875 (java) S 71872 71875 70394 0 -1 4194304 444132 0 1 0 358560 1656 0 0 20 0 20 0 63659919 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
/proc/71875/statm: 4765878 4073383 5576 1 0 4086086 0
[pid=71875/tid=71877] ppid=71872 vsize=19063512 memory=5276 CPUtime=1293.05 cores=0,2
/proc/71875/task/71877/stat : 71877 (java) S 71872 71875 70394 0 -1 4194368 112420 0 0 0 128113 1192 0 0 20 0 20 0 63659920 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71886] ppid=71872 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/71875/task/71886/stat : 71886 (Finalizer) S 71872 71875 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71893] ppid=71872 vsize=19063512 memory=-6000919498442566504 CPUtime=0 cores=0,2
/proc/71875/task/71893/stat : 71893 (Common-Cleaner) S 71872 71875 70394 0 -1 4194368 849 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71895] ppid=71872 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/71875/task/71895/stat : 71895 (Timer-0) S 71872 71875 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63659995 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
Current children cumulated CPU time: 3602.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293532 KiB

[startup+2215.6 s]
/proc/loadavg: 5.96 5.90 5.40 7/348 72136
/proc/meminfo: memFree=12886204/131249996 swapFree=33010672/33010684
[pid=71875] ppid=71872 vsize=19063512 memory=16293532 CPUtime=3602.95 cores=0,2
/proc/71875/stat : 71875 (java) S 71872 71875 70394 0 -1 4194304 444137 0 1 0 358639 1656 0 0 20 0 20 0 63659919 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
/proc/71875/statm: 4765878 4073383 5576 1 0 4086086 0
[pid=71875/tid=71877] ppid=71872 vsize=19063512 memory=3328 CPUtime=1293.05 cores=0,2
/proc/71875/task/71877/stat : 71877 (java) S 71872 71875 70394 0 -1 4194368 112420 0 0 0 128113 1192 0 0 20 0 20 0 63659920 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71886] ppid=71872 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/71875/task/71886/stat : 71886 (Finalizer) S 71872 71875 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71893] ppid=71872 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/71875/task/71893/stat : 71893 (Common-Cleaner) S 71872 71875 70394 0 -1 4194368 849 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71895] ppid=71872 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/71875/task/71895/stat : 71895 (Timer-0) S 71872 71875 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63659995 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
Current children cumulated CPU time: 3602.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293532 KiB

[startup+2216 s]*
/proc/loadavg: 5.96 5.90 5.40 7/348 72136
/proc/meminfo: memFree=12861772/131249996 swapFree=33010672/33010684
[pid=71875] ppid=71872 vsize=19063512 memory=16293532 CPUtime=3603.76 cores=0,2
/proc/71875/stat : 71875 (java) S 71872 71875 70394 0 -1 4194304 444176 0 1 0 358720 1656 0 0 20 0 20 0 63659919 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
/proc/71875/statm: 4765878 4073383 5576 1 0 4086086 0
[pid=71875/tid=71877] ppid=71872 vsize=19063512 memory=-6000919506998881128 CPUtime=1293.05 cores=0,2
/proc/71875/task/71877/stat : 71877 (java) S 71872 71875 70394 0 -1 4194368 112420 0 0 0 128113 1192 0 0 20 0 20 0 63659920 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71886] ppid=71872 vsize=19063512 memory=-4421386496248146272 CPUtime=0 cores=0,2
/proc/71875/task/71886/stat : 71886 (Finalizer) S 71872 71875 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71893] ppid=71872 vsize=19063512 memory=16271808 CPUtime=0 cores=0,2
/proc/71875/task/71893/stat : 71893 (Common-Cleaner) S 71872 71875 70394 0 -1 4194368 849 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71895] ppid=71872 vsize=19063512 memory=6912 CPUtime=0 cores=0,2
/proc/71875/task/71895/stat : 71895 (Timer-0) S 71872 71875 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63659995 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
Current children cumulated CPU time: 3603.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293532 KiB

[startup+2216.11 s]
/proc/loadavg: 5.96 5.90 5.40 7/348 72136
/proc/meminfo: memFree=12861772/131249996 swapFree=33010672/33010684
[pid=71875] ppid=71872 vsize=19063512 memory=16293532 CPUtime=3603.96 cores=0,2
/proc/71875/stat : 71875 (java) S 71872 71875 70394 0 -1 4194304 444176 0 1 0 358740 1656 0 0 20 0 20 0 63659919 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
/proc/71875/statm: 4765878 4073383 5576 1 0 4086086 0
[pid=71875/tid=71877] ppid=71872 vsize=19063512 memory=-6000919498442566504 CPUtime=1293.05 cores=0,2
/proc/71875/task/71877/stat : 71877 (java) S 71872 71875 70394 0 -1 4194368 112420 0 0 0 128113 1192 0 0 20 0 20 0 63659920 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71886] ppid=71872 vsize=19063512 memory=16293532 CPUtime=0 cores=0,2
/proc/71875/task/71886/stat : 71886 (Finalizer) S 71872 71875 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71893] ppid=71872 vsize=19063512 memory=16293532 CPUtime=0 cores=0,2
/proc/71875/task/71893/stat : 71893 (Common-Cleaner) S 71872 71875 70394 0 -1 4194368 849 0 0 0 0 0 0 0 20 0 20 0 63659923 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
[pid=71875/tid=71895] ppid=71872 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/71875/task/71895/stat : 71895 (Timer-0) S 71872 71875 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63659995 19521036288 4073383 18446744073709551615 93992748552192 93992748555888 140727704546320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93992748563704 93992748564496 93992753020928 140727704553776 140727704553958 140727704553958 140727704559560 0
Current children cumulated CPU time: 3603.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293532 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2216.16
CPU time (s): 3604.02
CPU user time (s): 3587.41
CPU system time (s): 16.6102
CPU usage (%): 162.625
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 16293532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.41
system time used= 16.6102
maximum resident set size= 16293532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 444179
page faults= 1
swaps= 0
block input operations= 0
block output operations= 36601016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 89434
involuntary context switches= 111748


# summary of solver processes directly reported to runsolver:
#   pid: 71875
#   total CPU time (s): 3604.02
#   total CPU user time (s): 3587.41
#   total CPU system time (s): 16.6102

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.69641 second user time and 10.6557 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-02 20:10:22
IDJOB=4505639
IDBENCH=155767
IDSOLVER=3364
FILE ID=nodeC017/4505639-1751479822
RUNJOBID= nodeC017-1751472476-70404
SLURM_JOB_ID= 9598499
Free space on /tmp= 432088 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_0null20mast_rapportOE1.0_TMAX180_K67_cod1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505639-1751479822/watcher-4505639-1751479822 -o /tmp/evaluation-result-4505639-1751479822/solver-4505639-1751479822 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751472476-70404 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4505639-1751479822 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4505639-1751479822.opb

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

MD5SUM BENCH= 80f0935d0a86591f889a9638d17fdf07
RANDOM SEED=169504655

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		: 3594.972
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.051
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		: 3600.077
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		: 3598.590
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.056
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		: 3600.046
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		: 3600.284
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		: 3700.000
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:        115811240 kB
MemAvailable:   120900020 kB
Buffers:            2380 kB
Cached:          5857660 kB
SwapCached:            0 kB
Active:          9166748 kB
Inactive:        5539268 kB
Active(anon):    8864144 kB
Inactive(anon):       12 kB
Active(file):     302604 kB
Inactive(file):  5539256 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             38136 kB
Writeback:             0 kB
AnonPages:       8848472 kB
Mapped:           124616 kB
Shmem:             18080 kB
KReclaimable:     171916 kB
Slab:             263220 kB
SReclaimable:     171916 kB
SUnreclaim:        91304 kB
KernelStack:        4912 kB
PageTables:        20848 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   23465236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151192 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8640512 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-02 20:47:18