Trace number 4544929

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 NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06UNSAT cert. 25.8814 22.748

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
koops/normalized-mat11_9_triangular.opb
MD5SUM55ea5846128537f4a8d7ca86dce5740f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.785722
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4437
Total number of constraints40924
Number of constraints which are clauses38980
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1944
Minimum length of a constraint2
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4544929-1753236812.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.14	c  no objective function found
0.86/0.51	c ... done. Wall clock time 0.371s.
0.86/0.51	c declared #vars     4437
0.86/0.52	c #constraints  40924
0.86/0.52	c constraints type 
0.86/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4455
0.86/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 972
0.86/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 35497
0.86/0.52	c 40924 constraints processed.
3.61/1.93	c cleaning 2500 clauses out of 5001 with flag 39829/5001
5.46/3.22	c cleaning 4246 clauses out of 8502 with flag 83512/11002
7.53/5.13	c cleaning 5622 clauses out of 11254 with flag 136036/18000
9.59/7.17	c cleaning 6812 clauses out of 13632 with flag 196496/26000
12.78/10.32	c cleaning 7909 clauses out of 15821 with flag 275421/35001
15.69/13.27	c cleaning 8949 clauses out of 17912 with flag 363644/45001
19.56/16.85	c cleaning 9975 clauses out of 19962 with flag 456786/56000
23.45/20.75	c cleaning 10993 clauses out of 21987 with flag 548525/68000
25.60/22.69	c starts		: 163
25.79/22.70	c conflicts		: 74427
25.79/22.70	c decisions		: 90726
25.79/22.70	c propagations		: 23920226
25.79/22.70	c inspects		: 334579403
25.79/22.70	c shortcuts		: 0
25.79/22.70	c learnt literals	: 5
25.79/22.70	c learnt binary clauses	: 4
25.79/22.70	c learnt ternary clauses	: 5
25.79/22.70	c learnt constraints	: 74421
25.79/22.70	c ignored constraints	: 0
25.79/22.70	c root simplifications	: 0
25.79/22.70	c removed literals (reason simplification)	: 51184
25.79/22.70	c reason swapping (by a shorter reason)	: 0
25.79/22.70	c Calls to reduceDB	: 8
25.79/22.70	c Number of update (reduction) of LBD	: 46377
25.79/22.70	c Imported unit clauses	: 0
25.79/22.70	c No decision after first conflict	: false
25.79/22.70	c number of reductions to clauses (during analyze)	: 0
25.79/22.70	c number of learned constraints concerned by reduction	: 0
25.79/22.70	c number of learning phase by resolution	: 0
25.79/22.70	c number of learning phase by cutting planes	: 0
25.79/22.70	c number of rounding to 1 operations	: 0
25.79/22.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
25.79/22.71	c number of reductions of the coefficients by power 2 	: 0
25.79/22.71	c number of right shift for reduction by power 2 	: 0
25.79/22.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
25.79/22.71	c number of ending skipping 	: 0
25.79/22.71	c number of internal skipping 	: 0
25.79/22.71	c number of derivation steps 	: 0
25.79/22.71	c number of skipped derivation steps 	: 0
25.79/22.71	c number of remaining unassigned 	: 0
25.79/22.71	c number of remaining assigned 	: 0
25.79/22.71	c number of falsified literals weakened from reason	: 0
25.79/22.71	c number of falsified literals weakened from conflict	: 0
25.79/22.71	c time for arithmetic operations	: 0
25.79/22.71	c minimum degree of deleted constraints	: null
25.79/22.71	c maximum degree of deleted constraints	: null
25.79/22.71	c number of deleted constraints	: 0
25.79/22.71	c speed (assignments/second)	: 1078070.3984135569
25.79/22.71	c non guided choices	: 340
25.79/22.72	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 17411
25.79/22.72	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 4
25.79/22.73	s UNSATISFIABLE
25.79/22.73	c Total wall clock time (in seconds): 22.587

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 23 09:46:55 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544929-1753236812/watcher-4544929-1753236812 -o /tmp/evaluation-result-4544929-1753236812/solver-4544929-1753236812 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753233633-178285 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544929-1753236812 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544929-1753236812.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=178792, runsolver pid=178789
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.76 4.92 4.84 6/345 178810
/proc/meminfo: memFree=40991676/131250000 swapFree=33009904/33010684
[pid=178792] ppid=178789 vsize=18930384 memory=55696 CPUtime=0.13 cores=1,3
/proc/178792/stat : 178792 (java) S 178789 178792 178273 0 -1 4194304 6546 0 0 0 11 2 0 0 20 0 18 0 239361112 19384713216 13924 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
/proc/178792/statm: 4732596 13924 5368 1 0 547604 0
[pid=178792/tid=178794] ppid=178789 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/178792/task/178794/stat : 178794 (java) R 178789 178792 178273 0 -1 4194368 5055 0 0 0 6 1 0 0 20 0 18 0 239361113 19384713216 13924 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178803] ppid=178789 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/178792/task/178803/stat : 178803 (Finalizer) S 178789 178792 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239361115 19384713216 13924 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178810] ppid=178789 vsize=18930384 memory=61784027586760 CPUtime=0 cores=1,3
/proc/178792/task/178810/stat : 178810 (Common-Cleaner) S 178789 178792 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239361116 19384713216 13924 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55696 KiB

[startup+0.206243 s]*
/proc/loadavg: 4.76 4.92 4.84 7/345 178810
/proc/meminfo: memFree=40982856/131250000 swapFree=33009904/33010684
[pid=178792] ppid=178789 vsize=18930384 memory=64060 CPUtime=0.3 cores=1,3
/proc/178792/stat : 178792 (java) S 178789 178792 178273 0 -1 4194304 7023 0 0 0 28 2 0 0 20 0 18 0 239361112 19384713216 16015 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
/proc/178792/statm: 4732596 16015 5432 1 0 547906 0
[pid=178792/tid=178794] ppid=178789 vsize=18930384 memory=4026990876 CPUtime=0.15 cores=1,3
/proc/178792/task/178794/stat : 178794 (java) R 178789 178792 178273 0 -1 4194368 5275 0 0 0 14 1 0 0 20 0 18 0 239361113 19384713216 16015 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178803] ppid=178789 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/178792/task/178803/stat : 178803 (Finalizer) S 178789 178792 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239361115 19384713216 16015 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178810] ppid=178789 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/178792/task/178810/stat : 178810 (Common-Cleaner) S 178789 178792 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239361116 19384713216 16015 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64060 KiB

[startup+0.306212 s]*
/proc/loadavg: 4.76 4.92 4.84 6/345 178810
/proc/meminfo: memFree=40965528/131250000 swapFree=33009904/33010684
[pid=178792] ppid=178789 vsize=18930384 memory=89028 CPUtime=0.49 cores=1,3
/proc/178792/stat : 178792 (java) S 178789 178792 178273 0 -1 4194304 8606 0 0 0 46 3 0 0 20 0 18 0 239361112 19384713216 22257 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
/proc/178792/statm: 4732596 22257 5432 1 0 548999 0
[pid=178792/tid=178794] ppid=178789 vsize=18930384 memory=-8526830752377905852 CPUtime=0.23 cores=1,3
/proc/178792/task/178794/stat : 178794 (java) R 178789 178792 178273 0 -1 4194368 5317 0 0 0 21 2 0 0 20 0 18 0 239361113 19384713216 22257 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178803] ppid=178789 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/178792/task/178803/stat : 178803 (Finalizer) S 178789 178792 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239361115 19384713216 22257 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178810] ppid=178789 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/178792/task/178810/stat : 178810 (Common-Cleaner) S 178789 178792 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239361116 19384713216 22257 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 89028 KiB

[startup+0.700237 s]
/proc/loadavg: 4.76 4.92 4.84 6/346 178811
/proc/meminfo: memFree=40881656/131250000 swapFree=33009904/33010684
[pid=178792] ppid=178789 vsize=19063512 memory=167948 CPUtime=1.23 cores=1,3
/proc/178792/stat : 178792 (java) S 178789 178792 178273 0 -1 4194304 10918 0 0 0 118 5 0 0 20 0 20 0 239361112 19521036288 41987 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
/proc/178792/statm: 4765878 41987 5464 1 0 551066 0
[pid=178792/tid=178794] ppid=178789 vsize=19063512 memory=27264 CPUtime=0.56 cores=1,3
/proc/178792/task/178794/stat : 178794 (java) R 178789 178792 178273 0 -1 4194368 5422 0 0 0 53 3 0 0 20 0 20 0 239361113 19521036288 41987 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178803] ppid=178789 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/178792/task/178803/stat : 178803 (Finalizer) S 178789 178792 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239361115 19521036288 41987 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178810] ppid=178789 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/178792/task/178810/stat : 178810 (Common-Cleaner) S 178789 178792 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239361116 19521036288 41987 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167948 KiB

[startup+1.50027 s]
/proc/loadavg: 4.76 4.92 4.84 6/347 178812
/proc/meminfo: memFree=40861284/131250000 swapFree=33009904/33010684
[pid=178792] ppid=178789 vsize=19063512 memory=178156 CPUtime=2.81 cores=1,3
/proc/178792/stat : 178792 (java) S 178789 178792 178273 0 -1 4194304 19800 0 0 0 274 7 0 0 20 0 20 0 239361112 19521036288 44539 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
/proc/178792/statm: 4765878 44539 5496 1 0 553389 0
[pid=178792/tid=178794] ppid=178789 vsize=19063512 memory=3328 CPUtime=1.33 cores=1,3
/proc/178792/task/178794/stat : 178794 (java) R 178789 178792 178273 0 -1 4194368 5796 0 0 0 129 4 0 0 20 0 20 0 239361113 19521036288 44539 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178803] ppid=178789 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/178792/task/178803/stat : 178803 (Finalizer) S 178789 178792 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239361115 19521036288 44539 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178810] ppid=178789 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/178792/task/178810/stat : 178810 (Common-Cleaner) S 178789 178792 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239361116 19521036288 44539 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178812] ppid=178789 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/178792/task/178812/stat : 178812 (Timer-0) S 178789 178792 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239361165 19521036288 44539 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178156 KiB

[startup+3.1061 s]
/proc/loadavg: 4.70 4.90 4.84 6/347 178812
/proc/meminfo: memFree=40776816/131250000 swapFree=33009904/33010684
[pid=178792] ppid=178789 vsize=19063512 memory=181668 CPUtime=5.37 cores=1,3
/proc/178792/stat : 178792 (java) S 178789 178792 178273 0 -1 4194304 23378 0 0 0 529 8 0 0 20 0 20 0 239361112 19521036288 45417 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
/proc/178792/statm: 4765878 45417 5496 1 0 553581 0
[pid=178792/tid=178794] ppid=178789 vsize=19063512 memory=10880 CPUtime=2.91 cores=1,3
/proc/178792/task/178794/stat : 178794 (java) R 178789 178792 178273 0 -1 4194368 6657 0 0 0 286 5 0 0 20 0 20 0 239361113 19521036288 45417 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178803] ppid=178789 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/178792/task/178803/stat : 178803 (Finalizer) S 178789 178792 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239361115 19521036288 45417 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178810] ppid=178789 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/178792/task/178810/stat : 178810 (Common-Cleaner) S 178789 178792 178273 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 239361116 19521036288 45417 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178812] ppid=178789 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/178792/task/178812/stat : 178812 (Timer-0) S 178789 178792 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239361165 19521036288 45417 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
Current children cumulated CPU time: 5.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181668 KiB

[startup+6.30022 s]
/proc/loadavg: 4.70 4.90 4.84 6/347 178812
/proc/meminfo: memFree=40695660/131250000 swapFree=33009904/33010684
[pid=178792] ppid=178789 vsize=19063512 memory=184588 CPUtime=8.78 cores=1,3
/proc/178792/stat : 178792 (java) S 178789 178792 178273 0 -1 4194304 24469 0 0 0 868 10 0 0 20 0 20 0 239361112 19521036288 46147 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
/proc/178792/statm: 4765878 46147 5496 1 0 553582 0
[pid=178792/tid=178794] ppid=178789 vsize=19063512 memory=0 CPUtime=6.08 cores=1,3
/proc/178792/task/178794/stat : 178794 (java) R 178789 178792 178273 0 -1 4194368 6755 0 0 0 602 6 0 0 20 0 20 0 239361113 19521036288 46147 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178803] ppid=178789 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/178792/task/178803/stat : 178803 (Finalizer) S 178789 178792 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239361115 19521036288 46147 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178810] ppid=178789 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/178792/task/178810/stat : 178810 (Common-Cleaner) S 178789 178792 178273 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 239361116 19521036288 46147 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178812] ppid=178789 vsize=19063512 memory=178284 CPUtime=0 cores=1,3
/proc/178792/task/178812/stat : 178812 (Timer-0) S 178789 178792 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239361165 19521036288 46147 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
Current children cumulated CPU time: 8.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184588 KiB

[startup+12.7002 s]
/proc/loadavg: 4.73 4.90 4.84 5/347 178812
/proc/meminfo: memFree=40509348/131250000 swapFree=33009904/33010684
[pid=178792] ppid=178789 vsize=19063512 memory=225588 CPUtime=15.18 cores=1,3
/proc/178792/stat : 178792 (java) S 178789 178792 178273 0 -1 4194304 25855 0 0 0 1506 12 0 0 20 0 20 0 239361112 19521036288 56397 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
/proc/178792/statm: 4765878 56397 5496 1 0 553582 0
[pid=178792/tid=178794] ppid=178789 vsize=19063512 memory=10880 CPUtime=12.46 cores=1,3
/proc/178792/task/178794/stat : 178794 (java) R 178789 178792 178273 0 -1 4194368 7311 0 0 0 1238 8 0 0 20 0 20 0 239361113 19521036288 56397 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178803] ppid=178789 vsize=19063512 memory=178284 CPUtime=0 cores=1,3
/proc/178792/task/178803/stat : 178803 (Finalizer) S 178789 178792 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239361115 19521036288 56397 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178810] ppid=178789 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/178792/task/178810/stat : 178810 (Common-Cleaner) S 178789 178792 178273 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 239361116 19521036288 56397 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178812] ppid=178789 vsize=19063512 memory=196916 CPUtime=0 cores=1,3
/proc/178792/task/178812/stat : 178812 (Timer-0) S 178789 178792 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239361165 19521036288 56397 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
Current children cumulated CPU time: 15.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 225588 KiB

[startup+22.7479 s]
# the end of solver process 178792 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=25.7059 s, system=0.175546 s

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

[startup+12.8003 s]
/proc/loadavg: 4.73 4.90 4.84 5/347 178812
/proc/meminfo: memFree=40509348/131250000 swapFree=33009904/33010684
[pid=178792] ppid=178789 vsize=19063512 memory=229684 CPUtime=15.28 cores=1,3
/proc/178792/stat : 178792 (java) S 178789 178792 178273 0 -1 4194304 25859 0 0 0 1516 12 0 0 20 0 20 0 239361112 19521036288 57421 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
/proc/178792/statm: 4765878 57421 5496 1 0 553582 0
[pid=178792/tid=178794] ppid=178789 vsize=19063512 memory=0 CPUtime=12.56 cores=1,3
/proc/178792/task/178794/stat : 178794 (java) R 178789 178792 178273 0 -1 4194368 7315 0 0 0 1248 8 0 0 20 0 20 0 239361113 19521036288 57421 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178803] ppid=178789 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/178792/task/178803/stat : 178803 (Finalizer) S 178789 178792 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239361115 19521036288 57421 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178810] ppid=178789 vsize=19063512 memory=181796 CPUtime=0 cores=1,3
/proc/178792/task/178810/stat : 178810 (Common-Cleaner) S 178789 178792 178273 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 239361116 19521036288 57421 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178812] ppid=178789 vsize=19063512 memory=2892 CPUtime=0 cores=1,3
/proc/178792/task/178812/stat : 178812 (Timer-0) S 178789 178792 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239361165 19521036288 57421 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
Current children cumulated CPU time: 15.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 229684 KiB

[startup+19.2002 s]
/proc/loadavg: 4.61 4.87 4.83 5/347 178812
/proc/meminfo: memFree=40274584/131250000 swapFree=33009904/33010684
[pid=178792] ppid=178789 vsize=19063512 memory=255392 CPUtime=21.96 cores=1,3
/proc/178792/stat : 178792 (java) S 178789 178792 178273 0 -1 4194304 33132 0 0 0 2181 15 0 0 20 0 20 0 239361112 19521036288 63848 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
/proc/178792/statm: 4765878 63848 5528 1 0 553582 0
[pid=178792/tid=178794] ppid=178789 vsize=19063512 memory=14720 CPUtime=18.91 cores=1,3
/proc/178792/task/178794/stat : 178794 (java) R 178789 178792 178273 0 -1 4194368 8220 0 0 0 1881 10 0 0 20 0 20 0 239361113 19521036288 63848 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178803] ppid=178789 vsize=19063512 memory=27264 CPUtime=0 cores=1,3
/proc/178792/task/178803/stat : 178803 (Finalizer) S 178789 178792 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239361115 19521036288 63848 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178810] ppid=178789 vsize=19063512 memory=184588 CPUtime=0 cores=1,3
/proc/178792/task/178810/stat : 178810 (Common-Cleaner) S 178789 178792 178273 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 239361116 19521036288 63848 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178812] ppid=178789 vsize=19063512 memory=181796 CPUtime=0 cores=1,3
/proc/178792/task/178812/stat : 178812 (Timer-0) S 178789 178792 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239361165 19521036288 63848 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
Current children cumulated CPU time: 21.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 255392 KiB

[startup+20.8002 s]
/proc/loadavg: 4.61 4.87 4.83 5/347 178812
/proc/meminfo: memFree=40242328/131250000 swapFree=33009904/33010684
[pid=178792] ppid=178789 vsize=19063512 memory=255392 CPUtime=23.55 cores=1,3
/proc/178792/stat : 178792 (java) S 178789 178792 178273 0 -1 4194304 33138 0 0 0 2340 15 0 0 20 0 20 0 239361112 19521036288 63848 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
/proc/178792/statm: 4765878 63848 5528 1 0 553582 0
[pid=178792/tid=178794] ppid=178789 vsize=19063512 memory=255392 CPUtime=20.51 cores=1,3
/proc/178792/task/178794/stat : 178794 (java) R 178789 178792 178273 0 -1 4194368 8225 0 0 0 2041 10 0 0 20 0 20 0 239361113 19521036288 63848 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178803] ppid=178789 vsize=19063512 memory=251292 CPUtime=0 cores=1,3
/proc/178792/task/178803/stat : 178803 (Finalizer) S 178789 178792 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239361115 19521036288 63848 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178810] ppid=178789 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/178792/task/178810/stat : 178810 (Common-Cleaner) S 178789 178792 178273 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 239361116 19521036288 63848 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178812] ppid=178789 vsize=19063512 memory=251292 CPUtime=0 cores=1,3
/proc/178792/task/178812/stat : 178812 (Timer-0) S 178789 178792 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239361165 19521036288 63848 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
Current children cumulated CPU time: 23.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 255392 KiB

[startup+21.6002 s]
/proc/loadavg: 4.61 4.87 4.83 5/347 178812
/proc/meminfo: memFree=40209832/131250000 swapFree=33009904/33010684
[pid=178792] ppid=178789 vsize=19063512 memory=255520 CPUtime=24.38 cores=1,3
/proc/178792/stat : 178792 (java) S 178789 178792 178273 0 -1 4194304 34043 0 0 0 2422 16 0 0 20 0 20 0 239361112 19521036288 63880 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
/proc/178792/statm: 4765878 63880 5528 1 0 553582 0
[pid=178792/tid=178794] ppid=178789 vsize=19063512 memory=14720 CPUtime=21.3 cores=1,3
/proc/178792/task/178794/stat : 178794 (java) R 178789 178792 178273 0 -1 4194368 9009 0 0 0 2120 10 0 0 20 0 20 0 239361113 19521036288 63880 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178803] ppid=178789 vsize=19063512 memory=27264 CPUtime=0 cores=1,3
/proc/178792/task/178803/stat : 178803 (Finalizer) S 178789 178792 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239361115 19521036288 63880 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178810] ppid=178789 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/178792/task/178810/stat : 178810 (Common-Cleaner) S 178789 178792 178273 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 239361116 19521036288 63880 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178812] ppid=178789 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/178792/task/178812/stat : 178812 (Timer-0) S 178789 178792 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239361165 19521036288 63880 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
Current children cumulated CPU time: 24.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 255520 KiB

[startup+22.4002 s]
/proc/loadavg: 4.61 4.87 4.83 5/347 178812
/proc/meminfo: memFree=40177592/131250000 swapFree=33009904/33010684
[pid=178792] ppid=178789 vsize=19063512 memory=255648 CPUtime=25.38 cores=1,3
/proc/178792/stat : 178792 (java) S 178789 178792 178273 0 -1 4194304 35850 0 0 0 2522 16 0 0 20 0 20 0 239361112 19521036288 63912 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
/proc/178792/statm: 4765878 63912 5528 1 0 553598 0
[pid=178792/tid=178794] ppid=178789 vsize=19063512 memory=255392 CPUtime=22.11 cores=1,3
/proc/178792/task/178794/stat : 178794 (java) R 178789 178792 178273 0 -1 4194368 10387 0 0 0 2200 11 0 0 20 0 20 0 239361113 19521036288 63912 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178803] ppid=178789 vsize=19063512 memory=251292 CPUtime=0 cores=1,3
/proc/178792/task/178803/stat : 178803 (Finalizer) S 178789 178792 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239361115 19521036288 63912 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178810] ppid=178789 vsize=19063512 memory=18680 CPUtime=0 cores=1,3
/proc/178792/task/178810/stat : 178810 (Common-Cleaner) S 178789 178792 178273 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 239361116 19521036288 63912 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178812] ppid=178789 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/178792/task/178812/stat : 178812 (Timer-0) S 178789 178792 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239361165 19521036288 63912 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 255648 KiB

[startup+22.6002 s]
/proc/loadavg: 4.61 4.87 4.83 5/347 178812
/proc/meminfo: memFree=40177592/131250000 swapFree=33009904/33010684
[pid=178792] ppid=178789 vsize=19063512 memory=255648 CPUtime=25.6 cores=1,3
/proc/178792/stat : 178792 (java) S 178789 178792 178273 0 -1 4194304 35881 0 0 0 2544 16 0 0 20 0 20 0 239361112 19521036288 63912 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
/proc/178792/statm: 4765878 63912 5528 1 0 553598 0
[pid=178792/tid=178794] ppid=178789 vsize=19063512 memory=5276 CPUtime=22.31 cores=1,3
/proc/178792/task/178794/stat : 178794 (java) R 178789 178792 178273 0 -1 4194368 10414 0 0 0 2220 11 0 0 20 0 20 0 239361113 19521036288 63912 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178803] ppid=178789 vsize=19063512 memory=28481 CPUtime=0 cores=1,3
/proc/178792/task/178803/stat : 178803 (Finalizer) S 178789 178792 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239361115 19521036288 63912 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178810] ppid=178789 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/178792/task/178810/stat : 178810 (Common-Cleaner) S 178789 178792 178273 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 239361116 19521036288 63912 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178812] ppid=178789 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/178792/task/178812/stat : 178812 (Timer-0) S 178789 178792 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239361165 19521036288 63912 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
Current children cumulated CPU time: 25.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 255648 KiB

[startup+22.7002 s]
/proc/loadavg: 4.61 4.87 4.83 5/347 178812
/proc/meminfo: memFree=40177592/131250000 swapFree=33009904/33010684
[pid=178792] ppid=178789 vsize=19196640 memory=256160 CPUtime=25.79 cores=1,3
/proc/178792/stat : 178792 (java) S 178789 178792 178273 0 -1 4194304 37446 0 0 0 2563 16 0 0 20 0 20 0 239361112 19657359360 64040 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
/proc/178792/statm: 4799160 64040 5528 1 0 554200 0
[pid=178792/tid=178794] ppid=178789 vsize=19196640 memory=10880 CPUtime=22.39 cores=1,3
/proc/178792/task/178794/stat : 178794 (java) S 178789 178792 178273 0 -1 4194368 11414 0 0 0 2228 11 0 0 20 0 20 0 239361113 19657359360 64040 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178803] ppid=178789 vsize=19196640 memory=178284 CPUtime=0 cores=1,3
/proc/178792/task/178803/stat : 178803 (Finalizer) S 178789 178792 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239361115 19657359360 64040 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
[pid=178792/tid=178810] ppid=178789 vsize=19196640 memory=196916 CPUtime=0 cores=1,3
/proc/178792/task/178810/stat : 178810 (Common-Cleaner) S 178789 178792 178273 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 239361116 19657359360 64040 18446744073709551615 94774182678528 94774182682224 140735602752080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774182690040 94774182690832 94774207303680 140735602760020 140735602760164 140735602760164 140735602765768 0
Current children cumulated CPU time: 25.79 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 256160 KiB

Child status: 20

Real time (s): 22.748
CPU time (s): 25.8814
CPU user time (s): 25.7059
CPU system time (s): 0.175546
CPU usage (%): 113.774
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 256160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.7059
system time used= 0.175546
maximum resident set size= 256672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37800
page faults= 0
swaps= 0
block input operations= 0
block output operations= 38736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2963
involuntary context switches= 1661


# summary of solver processes directly reported to runsolver:
#   pid: 178792
#   total CPU time (s): 25.8814
#   total CPU user time (s): 25.7059
#   total CPU system time (s): 0.175546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.063638 second user time and 0.151104 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-23 04:13:32
IDJOB=4544929
IDBENCH=180686
IDSOLVER=3364
FILE ID=nodeC027/4544929-1753236812
RUNJOBID= nodeC027-1753233633-178285
SLURM_JOB_ID= 9687850
Free space on /tmp= 306016 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat11_9_triangular.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544929-1753236812/watcher-4544929-1753236812 -o /tmp/evaluation-result-4544929-1753236812/solver-4544929-1753236812 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753233633-178285 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544929-1753236812 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544929-1753236812.opb

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

MD5SUM BENCH= 55ea5846128537f4a8d7ca86dce5740f
RANDOM SEED=584032515

nodeC027 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		: 3599.642
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.661
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.183
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.810
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.641
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.673
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3598.768
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.771
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        41014596 kB
MemAvailable:   80826860 kB
Buffers:            1204 kB
Cached:         40453324 kB
SwapCached:            8 kB
Active:         49165016 kB
Inactive:       40039876 kB
Active(anon):   48729280 kB
Inactive(anon):    47340 kB
Active(file):     435736 kB
Inactive(file): 39992536 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            165924 kB
Writeback:             0 kB
AnonPages:      48753508 kB
Mapped:           128832 kB
Shmem:             26224 kB
KReclaimable:     444592 kB
Slab:             545812 kB
SReclaimable:     444592 kB
SUnreclaim:       101220 kB
KernelStack:        5296 kB
PageTables:        99128 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   49339620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151560 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  47765504 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 305996 MiB
End job on nodeC027 at 2025-07-23 04:13:56